/***** BASE STYLES *****/
/***** BASIC *****/
html, body {
  margin: 0;
  font-family: sans-serif;
  background: white;
  height: 100%;
}

/***** NAVIGATION *****/
/***** COLORS *****/
/***** NAVIGATION COLORS *****/
.navigation {
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white;
  font-size: 1.2rem;
}

.social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 60%;
  margin-left: 10%;
  cursor: pointer;
}

i {
  padding-right: 10px;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-right: 10%;
  text-transform: uppercase;
}

.fab {
  color: #0f0f0f;
  -webkit-transition: .5s;
  transition: .5s;
}

.fab:hover {
  color: #6135ff;
}

a {
  text-decoration: none;
  padding-left: 20px;
  color: #0f0f0f;
  -webkit-transition: .5s;
  transition: .5s;
}

.active {
  color: #6135ff;
}

a:hover {
  color: #6135ff;
}

.mobile-menu {
  display: none;
}

@media (max-width: 950px) {
  .intro-text {
    font-size: 2rem;
  }
  #navbar {
    height: 0px;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5;
    position: absolute;
    top: 70px;
    overflow: hidden;
  }
  i {
    padding: 2px;
  }
  a {
    margin-top: 10%;
  }
  .mobile-menu {
    width: 50%;
    margin-right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
  }
}

/***** COLORS *****/
/***** NAVIGATION COLORS *****/
/***** FOOTER *****/
.footer {
  font-size: .7rem;
  margin-left: 14.9%;
}

.footer.aboutbottom {
  margin-left: 25%;
}

.footer p {
  margin: 5px 0 5px 0;
}

@media (max-width: 950px) {
  .footer {
    font-size: .6rem;
    margin-left: 14.9%;
  }
  .footer.aboutbottom {
    margin-left: 14.9%;
    font-size: .6rem;
  }
}

/***** Modules *****/
/***** INTRO *****/
.intro {
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-text {
  width: 10%;
  font-size: 4rem;
  text-transform: uppercase;
  margin-left: 10%;
  position: absolute;
  top: 35%;
  z-index: 2;
}

span {
  background: white;
  padding: 1px;
}

.intro-image {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(/img/intro1.jpg);
  background-position: center;
  background-size: cover;
  margin-right: 10%;
  margin-left: 15%;
}

@media (max-width: 950px) {
  .intro-text {
    font-size: 2rem;
  }
  .intro {
    height: 85%;
  }
}

/***** ABOUT *****/
.about {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-image {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(/img/about1.jpeg);
  background-position: center;
  background-size: cover;
  margin-right: 10%;
  margin-left: 15%;
}

.about-text {
  width: 10%;
  font-size: 4rem;
  text-transform: uppercase;
  margin-left: 10%;
  position: absolute;
  top: 35%;
  z-index: 2;
}

.about-section {
  margin-left: 25%;
  margin-top: 3rem;
  margin-bottom: 10px;
  width: 50%;
  color: #6135ff;
  border-bottom: 1px solid #6135ff;
}

.zitat {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}

.quelle {
  font-style: italic;
  margin-top: 5px;
  text-align: center;
}

.dummy-text {
  color: #0f0f0f;
  text-align: justify;
}

@media (max-width: 950px) {
  .about-text {
    font-size: 3rem;
  }
  .about {
    height: 65%;
  }
  .about-section {
    margin-left: 14.9%;
    margin-right: 15%;
    margin-top: 3rem;
    margin-bottom: 10px;
    width: 71%;
  }
  .zitat {
    font-size: 1.2rem;
    width: 100%;
  }
}

/***** MUSIC *****/
/***** music *****/
.music {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.music-image {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(/img/music1.jpeg);
  background-position: center;
  background-size: cover;
  margin-right: 10%;
  margin-left: 15%;
}

.music-text {
  width: 10%;
  font-size: 4rem;
  text-transform: uppercase;
  margin-left: 10%;
  position: absolute;
  top: 35%;
  z-index: 2;
}

.videos {
  margin: 0px 10% 0 15%;
  border-top: 3px solid #6135ff;
}

iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 33%;
  margin-top: 20px;
}

@media (max-width: 950px) {
  .music-text {
    font-size: 3rem;
  }
  .music {
    height: 65%;
  }
  .music-section {
    margin-left: 14.9%;
    margin-right: 15%;
    margin-top: 3rem;
    margin-bottom: 20px;
    width: 71%;
  }
  iframe {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }
}

/***** TOUR *****/
.tour {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tour-image {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(/img/gallery/gallery7.jpg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-position: center;
  background-size: cover;
  margin-right: 10%;
  margin-left: 15%;
}

.tour-text {
  width: 10%;
  font-size: 4rem;
  text-transform: uppercase;
  margin-left: 10%;
  position: absolute;
  top: 35%;
  z-index: 2;
}

.tour-dates {
  margin-right: 10%;
  margin-left: 14.9%;
  margin-top: 40px;
}

.upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.upcoming-shows {
  width: 50%;
}

.upcoming-shows p {
  margin: 0;
}

.tracks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}

.tracks i {
  cursor: pointer;
}

.tour-block {
  border-top: 1px solid #6135ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
}

.tour-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
}

.tour-info p {
  padding-right: 40px;
}

.date {
  width: 15%;
  margin-left: 0;
}

.location {
  width: 30%;
}

.tour-tickets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 15%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

.tour-tickets a {
  padding: 15px 30px;
  border: 1px solid black;
}

.tour-tickets a:hover {
  background: black;
  color: white;
}

@media (max-width: 1080px) {
  .tour-block {
    font-size: .7rem;
    border-top: 1px solid #6135ff;
  }
  .tour-text {
    font-size: 3rem;
  }
  .tour-info {
    width: 90%;
  }
  .tour-info p {
    padding-right: 15px;
  }
  .date {
    width: 10%;
    margin-left: 0;
  }
  .tour-tickets {
    margin-top: 6px;
    margin-bottom: 6px;
    width: 10%;
    font-size: .6rem;
  }
  .tour-tickets a {
    padding: 5px 10px;
  }
  .upcoming {
    font-size: .7rem;
  }
  .tracks i {
    padding-left: 10px;
  }
  .tracks a {
    margin: 0;
  }
}

:root {
  --dark-grey: #555;
  --light-grey: #999;
  --light-color: #f9f9f9;
}

figure {
  margin: 0;
}

.container {
  margin-left: 15%;
  margin-right: 10%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 5px;
  grid-auto-flow: dense;
}

.thumbnail:first-child {
  -ms-grid-row: span 2;
      grid-row-start: span 2;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.thumbnail:nth-child(2n+3) {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.thumbnail:nth-child(4n+5) {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-row: span 2;
      grid-row-start: span 2;
}

.thumbnail:nth-child(6n+7) {
  -ms-grid-row: span 2;
      grid-row-start: span 2;
}

.thumbnail:nth-child(8n+9) {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-row: span 2;
      grid-row-start: span 2;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
  -webkit-filter: grayscale(100%) brightness(100%);
          filter: grayscale(100%) brightness(100%);
  border-radius: 2px;
}

.thumbnail img:hover {
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 50vmin #000 inset;
          box-shadow: 0 0 50vmin #000 inset;
  color: var(--light-color, #fff);
  text-decoration: none;
}

.lightbox figcaption {
  padding-top: 10px;
}

.full {
  text-align: center;
}

.full img {
  max-width: 90vw;
  max-height: 85vh;
  margin-top: 5vh;
}

.lightbox:target {
  display: block;
}

.gallerybottom p {
  margin-top: 25px;
}

.gallery-image {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(/img/tour1.jpg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-position: center;
  background-size: cover;
  margin-right: 10%;
  margin-left: 15%;
}

@media (max-width: 280px) {
  p {
    font-size: 10px;
  }
  .container {
    display: block;
    padding: 50px 0 0 0;
    width: 100%;
  }
  .thumbnail img {
    margin-bottom: 2px;
    -webkit-filter: grayscale(0%) brightness(100%);
            filter: grayscale(0%) brightness(100%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 380px) {
  .lightbox {
    margin-top: 0;
  }
  .full img {
    margin-top: 25vh;
  }
}

@media (max-width: 780px) {
  .lightbox {
    margin-top: 0;
  }
  .full img {
    margin-top: 4vh;
  }
}

/***** CONTACT *****/
.contact {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-image {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(/img/contact1.jpeg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-position: center;
  background-size: cover;
  margin-right: 10%;
  margin-left: 15%;
}

.contact-text {
  width: 10%;
  font-size: 4rem;
  text-transform: uppercase;
  margin-left: 10%;
  position: absolute;
  top: 35%;
  z-index: 2;
}

.contact-section {
  margin-left: 15%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.persons {
  color: #6135ff;
  width: 30%;
}

.abteilung {
  font-size: 1.5rem;
  margin: 0;
  margin-top: 25px;
}

.kontaktdaten {
  margin: 0;
}

.times {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  font-size: 1.1rem;
}

@media (max-width: 900px) {
  .contact-text {
    font-size: 3rem;
  }
  .contact-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
  .abteilung {
    font-size: 1rem;
    width: 300%;
  }
  .times {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    margin-left: 0;
    font-size: .9rem;
  }
}
/*# sourceMappingURL=main.css.map */