@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Smokum&display=swap");
:root {
  --main-brand-color: #297AE3;
  --primary-color: #15171C;
  --secondary-color: #232933;
  --light-secondary-color: #2E3744;
  --text-color: white;
  --secondary-text-color: white;
  --third-text-color: #2ECCFA;
  --first-background: lightsteelblue;
  --second-background: #F8F8FF;
  --first-shade: silver;
  --header-height: 10em;
  --nav-height: 5em;
}

html {
  font-family: "Quicksand", sans-serif;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  background-image: url("../_img/Hintergrund_Planken_1920x1080.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body p {
  font-size: 2rem;
  line-height: 1.2;
  color: var(--text-color);
  margin: 5%;
}

h2 {
  font-family: "Stick No Bills", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--third-text-color);
  color: var(--text-color);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 10px;
  margin: 1em 0;
}

.ueberschrift {
  width: 100%;
  font-family: "Stick No Bills", sans-serif;
  letter-spacing: 0.5rem;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  background-color: var(--third-text-color);
  color: var(--text-color);
}

.ueber1 {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 10px;
  font-size: 8rem;
}

.ueber2 {
  font-size: 5rem;
}

/* --------------------------- Header Start ---------------------- */
.header {
  display: flex;
  position: relative;
  width: 100%;
  height: var(--header-height);
  margin-top: 5%;
  align-items: end;
  justify-content: center;
  background-color: var(--text-color);
}
.header .titel h1 {
  font-family: "Smokum", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5rem;
  align-items: center;
  font-size: 9rem;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 2em;
  z-index: 2;
}

.circle {
  transition: all 300ms;
}

.logo .circle {
  top: 2em;
  left: 2em;
  width: 160px;
  height: 160px;
  max-height: 80vw;
  max-width: 80vw;
  overflow: hidden;
  background-color: gold;
  padding-top: 1em;
  z-index: 1;
  border: 1px solid var(--main-brand-color);
  border-radius: 50%;
  box-shadow: 0 1px 8px #ddd;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.logo .circle img {
  margin-top: 0.5em;
  width: 160px;
  height: auto;
}
.logo .circle img img:hover {
  opacity: 0.5;
}

/* ------------------------------- Header Ende ------------------------ */
/* -------------------------------- Menu Start ------------------------ */
.navigation_bar {
  display: flex;
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  align-items: center;
  color: var(--text-color);
  z-index: 1;
}

nav {
  display: flex;
  height: 100%;
  width: 90%;
  justify-content: space-between;
  justify-content: flex-end;
}

.nav_logo {
  margin: 20px;
  font-size: 30px;
  font-family: sans-serif;
  font-style: italic;
}

nav ul {
  display: flex;
}

nav ul li {
  height: 100%;
  padding: 10px;
  list-style-type: none;
}

nav ul li:hover {
  border-bottom: 2px solid var(--third-text-color);
}

nav ul li a {
  color: var(---color);
  text-decoration: none;
  font-size: 22px;
  font-family: sans-serif;
}

.toggle-button {
  position: absolute;
  top: 4em;
  right: 25px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 23px;
}

.toggle-button .bar {
  height: 4px;
  width: 100%;
  background-color: var(--main-brand-color);
  border-radius: 100px;
}

/* -------------------------------------- Menu Ende ------------------------------------------ */
/* ---------------------------------- Allgemeine Parameter ----------------------------------- */
.container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 60%;
  height: auto;
  margin-bottom: 9em;
}
.container img {
  width: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
  position: fixed;
  padding: 0.6em;
  bottom: 0;
  width: 100%;
  height: 10em;
  justify-content: center;
  align-items: center;
  background-color: var(--text-color);
}
.footer h2 {
  display: inline-block;
  box-shadow: none;
  border-radius: 0;
  font-family: "Quicksand", sans-serif;
  color: black;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
}
.footer h2 span {
  font-size: 2.5rem;
}

/* -------------------------------------- Sektion: Einführung -------------------------------------- */
section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: center;
  padding-top: 1em;
  margin: 2em 0 1em 0;
}
section img {
  max-width: 90%;
  height: auto;
}

.einleitung {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 100%;
}
.einleitung p {
  font-size: 3rem;
  margin: 0;
  padding: 1em;
}

/* -------------------------------------- Sektion: Kalender -------------------------------------- */
.kalender {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding: 2em;
}
.kalender img {
  width: 25%;
  height: auto;
}

.table {
  max-width: 80em;
  border-collapse: collapse;
  background-color: var(--secondary-text-color);
}

.table td, .table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}

.table th {
  background-color: var(--main-brand-color);
  color: #ffffff;
}

.table tbody tr:nth-child(even) {
  background-color: var(--first-background);
}

/* -------------------------------------- Sektion: Band -------------------------------------- */
.musiker {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 95%;
  margin-bottom: 5em;
}
.musiker img {
  width: 35em;
  height: auto;
  margin: 2em;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  margin-bottom: 5em;
}

figure {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 5em;
}

figcaption {
  font-size: 2rem;
  border-top: solid 4px var(--third-text-color);
  border-bottom: solid 4px var(--third-text-color);
}

/* -------------------------------------- Sektion: Musik -------------------------------------- */
.musik {
  width: 100%;
  height: auto;
}
.musik p {
  font-size: 2em;
}

.alben {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  align-items: center;
}

.audioplayer {
  position: relative;
  width: 400px;
  height: 375px;
  cursor: pointer;
  background: #f1f3f4;
  margin-bottom: 3em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.audioplayer h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 0.5em;
}
.audioplayer h3 span {
  font-weight: bold;
}

.audioplayer .imgBx {
  display: block;
  width: 100%;
  height: 320px;
  padding-top: 2em;
}

.audioplayer .imgBx img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.audioplayer audio {
  width: 100%;
  outline: none;
}

.videoplayer {
  display: inline-block;
  width: 100%;
  height: auto;
  cursor: pointer;
  background: #f1f3f4;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  margin: 1%;
}

/* -------------------------------------- Sektion: Fotos -------------------------------------- */
.auftritte {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  border-bottom: solid 5px var(--third-text-color);
  margin-bottom: 2em;
}
.auftritte h4 {
  font-size: 3rem;
  font-weight: bold;
  padding: 0.5em 0;
  color: var(--text-color);
}

.masonryholder {
  column-count: 5;
  column-gap: 20px;
  max-width: 100%;
  margin: 0 1em;
  padding: 1em;
}

.masonryblocks {
  display: inline-block;
  background: #D2D2D2;
  padding: 5px;
  margin: 0 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.masonryblocks img {
  width: 100%;
}

.masonryblocks img:hover {
  transform: scale(1.5, 1.5);
  transition: transform 0.8s;
}

/* -------------------------------------- Sektion: Impressum -------------------------------------- */
#impressum .container {
  display: flex;
  align-items: center;
  height: auto;
  border-bottom: solid 5px var(--third-text-color);
  margin-bottom: 2em;
}
#impressum .container h2 {
  font-size: 3rem;
  font-weight: bold;
  padding: 0.5em 0;
  font-family: "Quicksand", sans-serif;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
#impressum .container h3 {
  font-weight: bold;
  font-size: 2.5rem;
  color: var(--text-color);
}

#impressum .textbereich {
  width: 60%;
  height: auto;
  background-color: rgba(245, 245, 220, 0.3);
}
#impressum .textbereich p {
  color: black;
}

/* =========================================== Responsive =========================================== */
@media screen and (max-width: 1200px) {
  .masonryholder {
    column-count: 4;
  }
  .logo {
    display: none;
  }
  .container {
    width: 90%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1080px) {
  .header .titel h1 {
    font-size: 7.5rem;
  }
  .masonryholder {
    column-count: 3;
  }
}
@media screen and (max-width: 720px) {
  .header .titel h1 {
    font-size: 5rem;
  }
  .ueberschrift {
    margin-top: 0.5em;
  }
  .ueber1 {
    border-radius: 0;
    font-size: 5.5rem;
  }
  .ueber2 {
    font-size: 5rem;
  }
  .list-container {
    display: none;
  }
  .toggle-button {
    display: flex;
  }
  nav {
    flex-direction: column;
    align-items: center;
  }
  .navigation_bar {
    height: 100%;
  }
  .list-container ul {
    flex-direction: column;
    width: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-container li {
    text-align: center;
  }
  .list-container li a {
    color: var(--text-color);
  }
  .list-container.active {
    display: flex;
    height: 100%;
    background-color: var(--primary-color);
  }
  /* ----------------------------------------- Responsive Menu Ende --------------------------------- */
  .header {
    height: 7em;
    align-items: center;
  }
  .header .titel_gr {
    display: none;
  }
  .header .titel_kl {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header .titel_kl h1 {
    font-size: 4rem;
    line-height: 1;
  }
  .toggle-button {
    top: 40%;
    right: 25px;
    width: 30px;
    height: 23px;
  }
  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: var(--main-brand-color);
    border-radius: 100px;
  }
  .section img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .container h2 {
    border-radius: 0;
  }
  .masonryholder {
    column-count: 2;
  }
  .masonryblocks img {
    width: 100%;
    height: auto;
  }
  .footer {
    height: 6em;
    color: black;
    box-shadow: none;
    border-radius: 0;
  }
  .footer h2 {
    background-color: var(--text-color);
    border: none;
    font-size: 1.5rem;
  }
  .footer h3 {
    font-size: 1.2rem;
    line-height: 0.5;
  }
  /* ------------------------------------ Responsive Veranstaltungskalender ------------------------- */
  .kalender {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .kalender img {
    width: 50%;
    align-items: center;
    margin: 1em 0;
  }
  .table thead {
    display: none;
  }
  .table, .table tbody, .table tr, .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    text-align: right;
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .header .titel h1 {
    font-size: 4rem;
  }
  .einleitung p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 5em;
  }
  .header .titel {
    width: 100%;
    text-align: center;
  }
  .header .titel h1 {
    font-size: 2.5rem;
  }
  .toggle-button {
    width: 20px;
    height: 15px;
  }
  .ueber1 {
    font-size: 3.5rem;
  }
  .ueber2 {
    font-size: 3rem;
  }
  .einleitung {
    padding: 0 0.25em;
  }
  .einleitung p {
    text-align: left;
    font-size: 2rem;
    padding: 0.25em;
  }
  .footer {
    height: 6em;
  }
  .footer h2 {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */