/*!
Theme Name: Grace
Theme URI: http://underscores.me/
Author: Fabian Mallmann
Author URI: http://underscores.me/
Description: Description
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GSGF is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Custom Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*---------------------------------
	13.0 Custom Styles

-------------------------------------*/

/*Variables*/

:root {
  /*----main-color: pink;
    /*--main-color-background: #E3E3E3;
    /*--main-color: rgba(223, 37, 46, 1);*/
  /*--main-color-background: rgba(207, 207, 207, 0.8);*/
}

/*Globals*/

/* @font-face {
  font-family: "bebas_neueregular";
  src: url("./fonts/bebasneue-regular-webfont.woff2") format("woff2"),
    url("./fonts/bebasneue-regular-webfont.woff") format("woff");
  /* font-weight: normal;
    font-style: normal; */
} */

* {
  font-family: "Montserrat", sans-serif;
}

.bio-content p {
  font-family: "helvetica", sans-serif !important;
  font-size: 0.7rem;
}

ul {
  list-style-type: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 30px;
}

a {
  color: black;
}

/* a:visited {
    color: grey;
} */

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.no_margin_bottom {
  margin-bottom: 0;
}

/*Offset für Nav-Anchors*/

a.anchor {
  display: block;
  position: relative;
  top: -330px;
  visibility: hidden;
}

/*Responsive Font Sizes*/

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
html {
  font-size: 1.2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html {
    font-size: 1.3rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  html {
    font-size: 1.5rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  html {
    font-size: 1.5rem;
  }
}

/* Extra large devices (large desktops, 1200px and up)
// (you don't need this one unless you want something different from LG)
@media (min-width: 1200px) {
    html {
        font-size: 1.6rem;
    }
} */

/*
.parallax-hero {
    background: url(../img/GSGF_FB-HEADER.jpg);
    background-attachment: fixed;
    min-height: 400px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
*/

/*Custom CSS*/

.navstyle {
  background-color: var(--main-color);
}

.brand-align {
  vertical-align: bottom;
}

.top-img {
  background-color: var(--secondary-color);
  width: 100% !important;
}

.navbar {
  background-color: #b4915c !important;
  text-align: center !important;
  /* border-bottom: 0px solid var(--main-color); */
}

.navbar-toggler {
  padding: 4px 12px;
  align-items: center !important;
}

.navbar-toggler-icon {
  font-size: 0.6rem;
}

/*Video-Banner*/
/* .container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
} */

@font-face {
  font-family: graceBaskerville;
  font-display: swap;
  font-stretch: expanded;
  src: url(./fonts/font.woff2);
}

@font-face {
    font-family: TanPearl;
    font-display: swap;
    src: url(./fonts/TAN-PEARL.otf);
}

body {
    font-family: TanPearl !important;
    box-sizing: border-box;
    /* line-height: 1; */
}

.monsoun-header {
  /* font-family: "baskerville"; */
  /* font-family: TanPearl !important; */

  font-size: 14vw;
  text-align: center;
  line-height: 1;
  padding-top: 3vw;

  background-color: #b4915c;
  color: #222222;
}

.banner-img {
  width: 100%;
}

/* @media (max-width: 488px) {
  #landing-view {
    height: 100vh;
  }
} */

.social {
  bottom: 0;
  color: #000000;
  background-color: #222222;
  font-size: 2.5rem;
  /* padding-top: 13px; */
  margin-top: 0px !important;
  height: 61px;
}

.social-2 {
  bottom: 0;
  color: #000000;
  background-color: #222222;
  font-size: 2.5rem !important;
  /* padding-top: 13px; */
  margin-top: 0px !important;
  height: 61px;
}

.aktuelles-video {
  /* padding-top: 1em; */
  padding-bottom: 1em;
}

.aktuelles-video div {
    margin: 0 !important;
}

.videos {
    background-color: #222222;
}

/*Social-Colors*/
.youtube {
  color: #777272;
}

.youtube i:hover {
  color: #f50003 !important;
}

.facebook {
  color: #777272;
}

.facebook i:hover {
  color: #4267b2 !important;
}

.instagram {
  color: #777272;
}

.instagram:hover {
  /*color: #C13584;*/

  background-image: linear-gradient(
    to top right,
    #ffdc80,
    #fcaf45,
    #f77737,
    #f56040,
    #fd1d1d,
    #e1306c,
    #c13584,
    #833ab4,
    #5851db,
    #405de6
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.twitter i:hover {
  color: #1da1f2 !important;
}

.aktuelles-text {
  padding-top: 20px;
}

.linktree-button {
  background-color: var(--secondary-color);
}

.linktree-button:hover {
  background-color: var(--main-color);
}

.bandsintown {
  margin-top: 0px !important;
  padding-top: 1em !important;
  background-color: #bd7461;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bit-event {
  font-size: 0.9em;
}

.bit-button {
  width: 7em;
}

.bit-venue {
  color: var(--secondary-color) !important;
}
.bit-venue:hover {
  color: var(--font-color) !important;
}

.bit-event-buttons {
}

/* .youTube {
    background-image: url(../img/Smiley_noAlpha.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 150px;
    background-position-y: 50px;
} */

.video-header {
  color: #f9fef6;
  margin: 0px !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  /* border-bottom: 1px solid var(--main-color); */
}

.youTube {
  /* background-color: var(--secondary-color); */
  /* background-image: linear-gradient(to right, var(--background-color), var(--main-color), var(--background-color) ); */
}

.music-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row-covers {
    justify-content: space-evenly;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.merch_pics {
  margin-top: 10px;
  padding-bottom: 30px;
  padding: 30 30px;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.music_merch {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  color: rgb(0, 0, 0);
  background-color: #f9fef6;
  color: #222222;
}

.music-merch-links {
  font-size: 00.9em;
  color: #777272;
}

.music-merch-links:hover {
  color: var(--secondary-color) !important;
}

.cover-pics {
  height: 10em;
}

.contact {
  margin-top: 0px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7ba80;
  padding-top: 1em;
  padding-bottom: 10px;
}

.contact-link {
  font-size: 00.9em;
}

.h2,
.text-center {
  margin-top: 0px;
}

.footer {
  background-color: #222222;
  color: #f9fef6;
  /* background-image: linear-gradient(to right, var(--background-color), var(--main-color), var(--background-color) ); */
  margin-top: 30px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.test {
  color: var(--main-color);
}

.home-button {
  padding: 3px;
  background-color: #FBEBDD;
}

.home-button:hover {
  background-color: #f8f9fa !important;
}

.home-button a:hover {
  text-decoration: none;
}

#menu-home.menu {
  padding: 4px;
  margin-bottom: 0px;
}

.footer {
  margin: 0px !important;
}

.footer-links {
  font-size: 0.6rem;
}

.footer-links a {
    color: #f9fef6 !important;
}

.footer-links a:hover {
  color: f9fef6;
}

.navbar-toggler {
  border: none;
  text-align: center;
}

.parallax-1 {
  /* The image used */
  background-image: url("./assets/img/parallax/smaller/2_MONSOUN_SW.png");

  /* Set a specific height */
  height: 19em;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-2 {
  /* The image used */
  background-image: url("./assets/img/parallax/jpg/1_MONSOUN_SW.jpg");

  /* Set a specific height */
  height: 80vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-3 {
  /* The image used */
  background-image: url("./assets/img/parallax/jpg/3_MONSOUN_SW.jpg");

  /* Set a specific height */
  height: 19em;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .parallax-1,
  .parallax-2,
  .parallax-3 {
    background-attachment: scroll;
  }

  .parallax-3 {
    height: 11rem;
  }
}

.arrow {
  text-align: center;
  margin: 8% 0;
  position: absolute;
  bottom: 0%;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.impressum h2 {
  font-size: 1em;
}

.impressum h3 {
  font-size: 0.8em;
}

.impressum td {
  font-size: 0.5em;
}

.datenschutz h1,
h2 {
  font-size: 1em;
}

.datenschutz h3 {
  font-size: 0.8em;
}

.datenschutz p,
ul > li {
  font-size: 0.5em;
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
  .parallax-1,
  .parallax-2,
  .parallax-3 {
    background-attachment: scroll;
    background-size: cover;
    height: 19em; /* or whatever height you want */
  }

  .parallax-2 {
    height: 80vh;
    background-position: center bottom;
    background-size: cover;
  }
}
