/*COLORS
hellblau: #77cbeb;
hellblau 50%: #BBE5F5;
tuerkis: #36819c;
leuchtblau: #21bbe4; active
orange: #EB8002;
leuchtgruen:  #d1d71c;
leuchtgruen 20%:  #f6f7d2;
braun: #9a3415;
hellgelb:  #fbd894;
mittelgrün: #19724D;
dunkelgrau: #3D3F45;
hellgrau: #F0F0F0*/


/*responsive font size

p {font-size: 2vmin;}

h1 {font-size: 5vw;}
h1 {font-size: 4vw;}

h2 {font-size: 4vh;}
h1 {font-size: 3vw;}

h3 {font-size: 3vw;}
h1 {font-size: 2vw;}
*/

/*p, li
{
  font-size: 12px; alte schreibweise
  font-size: 1.2vm; fallback für IE9
  font-size: 1.2vmin;
}
*/

/*FONTS*/

/* schoolbell-regular - latin */
@font-face {
  font-family: 'Schoolbell';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/schoolbell-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/schoolbell-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/schoolbell-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/schoolbell-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/schoolbell-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/schoolbell-v18-latin-regular.svg#Schoolbell') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}




/*GLOBAL*/

html {
font-size: calc(12px + 0.390625vw);
}

body {
  font-family: 'Lato', sans-serif;
}

* {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 1.0rem;
  color: #3D3F45;
}

a {
  font-size: 1.0rem;
}

h1 {
  font-family: 'Schoolbell';
  font-weight: normal;
  text-align: center;
  color: #fbd894;
  font-size: 2.6rem;
  padding: 0.3rem;
}

h2 {
  font-size: 1.4rem;
  color: #3D3F45;
  padding-bottom: 1rem;
}

h3 {
  font-size: 1.1rem;
  color: #3D3F45;
  padding-bottom: 0.5rem;
}

hr {
  border: none;
  border-top: 0.5vmin dotted #3D3F45;
  margin: 1.3rem;
  color: #3D3F45;
}

section {
  margin-top: 0.8rem;
}

input[type=button], input[type=submit], input[type=reset], button {
  color: #fff;
  background-color: #9a3415;;
  border-radius: 0.2rem;
  padding: 0.5rem;
  margin: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

input, select, textarea, button {
  font-size: inherit;
  font-family: inherit;
}
/*---------------*/




/*GENERELLES*/

.container {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #FFF;
}

.eightcolumns-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  padding: 1.2rem;
  margin: 0 auto;
  width: 70%;
  /*gilt für alle Bildschirme größer als 1440 px s.u.*/
}

.wichtiger-text {
  font-weight: bold;
}

.topdistance-1rem {
  padding-top: 1rem;
}

.wichtigtopdistance-1rem {
  font-weight: bold;
  padding-top: 1rem;
}

.turkis {
  color: #36819c;
}

.empty {
  visibility: hidden;
}

.screenreader {
  display: none;
}

/*labels sind nur für Screenreader sinnvoll, müssen aber nicht gesehen werden*/

p.btn-typ-weiss {
  font-weight: bold;
  color: #9a3415;
  box-shadow: 6px 6px 10px hsla(300, 15%, 25%, 0.3) inset;
  background-color: #FFF;
  padding: 0.6rem 0.9rem;
  display: block;
}

a.btn-typ-hellblau {
  font-weight: bold;
  text-align: center;
  box-shadow: 6px 6px 10px hsla(300, 15%, 25%, 0.3) inset;
  background-color: #77cbeb;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  display: block;
}

a.btn-typ-hellblau:link {
  color: #FFF;
}

a.btn-typ-hellblau:visited {
  color: #FFF;
}

a.btn-typ-hellblau:hover {
  color: #36819c;
}

a.btn-typ-hellblau:active {
  color: #FFF;
  background-color: #36819c;
}

a.btn-typ-weiss {
  font-weight: bold;
  color: #9a3415;
  box-shadow: 6px 6px 10px hsla(300, 15%, 25%, 0.3) inset;
  background-color: #FFF;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  display: block;
}

a.btn-typ-weiss:link {
  color: #9a3415;
}

a.btn-typ-weiss:visited {
  color: #9a3415;
}

a.btn-typ-weiss:hover {
  color: #36819c;
}

a.btn-typ-weiss:active {
  color: #9a3415;
}

a.btn-typ-weiss-dist-top {
  font-weight: bold;
  color: #9a3415;
  box-shadow: 6px 6px 10px hsla(300, 15%, 25%, 0.3) inset;
  background-color: #FFF;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  display: block;
  margin-top: 1.2rem;
}

a.btn-typ-tuerkis {
  font-weight: bold;
  text-align: center;
  box-shadow: 6px 6px 10px hsla(300, 15%, 25%, 0.3) inset;
  background-color: #36819c;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  display: block;
}

a.btn-typ-tuerkis:link {
  color: #FFF;
}

a.btn-typ-tuerkis:visited {
  color: #FFF;
}

a.btn-typ-tuerkis:hover {
  color: #77cbeb;
}

a.btn-typ-tuerkis:active {
  color: #FFF;
  background-color: #36819c;
}

.btn-triangle {
  color: #D5822B;
  -webkit-text-stroke: 0.13rem #9a3415;
  padding-right: 0.6rem;
}

.btn-triangle-blue {
  color: #BBE5F5;
  -webkit-text-stroke: 0.13rem #77cbeb;
  padding-right: 0.6rem;
}


/*-----------------*/

@media (max-width: 1440px) {
  .eightcolumns-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .eightcolumns-container {
    padding: 1.2rem 0rem;
  }
}

/*NAVIGATIONSLEISTE*/

#header-nav {
  background-color: #36819c;
}

#header-nav-mobile {
  display: none;
}

#header-nav-desk {
  height: 55px;
  background-color: #36819c;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header-nav-desk ul {
  height: 100%;
  font-weight: bold;
}

#header-nav-desk ul>li {
  display: inline-block;
  height: 100%;
  padding: 0em 1.2rem;
}

#header-nav-desk ul>li.active {
  background-color: #21bbe4;
}

#header-nav-desk ul>li>a {
  margin-top: 0.9rem;
  display: inline-block;
  text-decoration: none;
}

#header-nav-desk ul>li>a:link {
  color: #FFF;
}

#header-nav-desk ul>li>a:visited {
  color: #F0F0F0;
}

#header-nav-desk ul>li>a:hover {
  color: #FFF;
}

#header-nav-desk ul>li>a:active {
  color: #FFF;
}


#header-nav-mobile-button {
  font-size: 2.5rem;
  color: #FFF;
  padding: 0em 1.2rem;
  text-align: end;
}

#header-nav-mob ul {
  font-weight: bold;
}

#header-nav-mob ul>li {
  display: block;
  padding: 0.6em 1.2rem;
  text-align: center;
}

#header-nav-mob ul>li.active {
  background-color: #21bbe4;
}

#header-nav-mob ul>li>a {
  display: inline-block;
  text-decoration: none;
}

#header-nav-mob ul>li>a:link {
  color: #FFF;
}

#header-nav-mob ul>li>a:visited {
  color: #F0F0F0;
}

#header-nav-mob ul>li>a:hover {
  color: #FFF;
}

#header-nav-mob ul>li>a:active {
  color: #FFF;
}

#header-nav-mob {
  display: none;
  background-color: #36819c;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/*---------------*/

@media (max-width: 768px) {
  #header-nav-desk {
    display: none;
  }

  #header-nav-mobile {
    display: block;
  }

}


/*HEADER*/

#header-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: auto;
  column-gap: 1.5rem;
  background-color: grey;
}

#headerbild {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/headerbild_bach_yellow.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

#header-content .headerlogo {
  grid-column: 5/8;
  grid-row: 1/2;
  align-self: end;
  justify-self: start;
  display: inline-block;
  position: relative;
  width: 80%;
  /*hier 80% damit Logo nicht zu groß ist*/
  /*normalerweise 100%*/
  padding-bottom: 60%;

  /*hier plus 10% damit Abstand zum nä div*/
  /*50% bei querformatigen bildern*/
  /*padding-bottom: 100%; 
  bei hochformatigen bildern*/
  vertical-align: middle;
  overflow: hidden;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

.headline {
  grid-column: 1/-1;
  grid-row: 2/3;
  background-color: #9a3415;
}

/*--------------*/

@media (max-width: 768px) {
  #header-content .headerlogo {
    grid-column: 5/9;
    grid-row: 1/2;
    width: 60%;
    padding-bottom: 45%;
  }
}

@media (max-width: 460px) {
  #header-content .headerlogo {
    grid-column: 5/9;
    grid-row: 1/2;
    width: 80%;
    padding-bottom: 60%;
  }
}


/*MAIN*/

/*START INTRO*/
.geschichten {
  background-color: #BBE5F5;
  padding: 0.8rem;
  text-align: center;
  margin-top: 0.8rem;
}

.geschichten p {
  color: #3D3F45;
  font-weight: bold;
}

/*---------------*/

@media (max-width: 1024px) {
  .geschichten {
    margin-top: 0.4rem;
  }
}


/*START SPECIAL*/

.start-special {
  background-color: #F29E2F;
}


/*START LIVE*/

.start-live {
  background: url("../img/bg_start_live.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.start-live-bild {
  grid-column: 2/5;
  grid-row: 2/8;
  display: flex;
  flex-direction: column;
}

.start-live-bild img {
  object-fit: cover;
  flex-grow: 1;
  display: block;
  object-position: 0 center;
}

.start-live-text {
  grid-column: 5/8;
  grid-row: 2/8;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.start-live-text-dates {
  color: #3D3F45;
  text-align: center;
  background-color: #77cbeb;
  padding: 1.3em;
  flex-grow: 1;
}

.start-live-text-dates p {
  font-weight: bold;
}

/*---------------*/

@media (max-width: 768px) {
  .start-live-bild {
    grid-column: 2/8;
    grid-row: auto;
  }

  .start-live-text {
    grid-column: 2/8;
    grid-row: auto;
    padding-top: 1.2rem;
  }
}


/*START CD*/

.start-cd {
  background-color: #BBE5F5;
}

.start-cd-bild {
  grid-column: 2/5;
  grid-row: 2/6;
}

.start-cd-bild img {
  object-fit: cover;
  display: block;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .7));
}

.start-cd-info {
  grid-column: 5/8;
  grid-row: 2/6;
  height: 100%;
}

.start-cd-info-basics {
  background-color: transparent;
}

.start-cd-info-basics h2 {
  text-align: left;
}

.start-cd-info-basics h3 {
  padding-bottom: 0rem;
}

.start-cd-info-basics a {
  margin-top: 1.2rem;
}

.cd-hoer-inhalt-all a {
  margin-top: 1.2rem;
}

.cd-hoer-inhalt-all a:first-child {
  margin-top: 0rem;
}

.zitat-startseite {
  grid-column: 2/5;
  grid-row: 6/10;
}

.zitat-text {
  background-color: #fbd894;
  padding: 1.3em;
  height: 100%;
}

.zitat-text p {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  color: #9a3415;
}

.zitat-text p:first-child {
  font-family: 'Schoolbell', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
}

.zitat-text p:last-child {
  padding-top: 1rem;
}

.start-cd-angebot {
  grid-column: 5/8;
  grid-row: 6/10;
}

.start-cd-angebot h2 {
  padding-bottom: 0.4rem;
}

.start-cd-angebot-all {
  display: flex;
  flex-wrap: wrap;
  background-color: #BBE5F5;
  /*justify-content:space-around; */
}

.start-cd-angebot-all a {
  flex-basis: 30%;
  flex-grow: 1;
  padding: 0.6rem 0rem 0rem 0rem;
  margin-right: 0.6rem;
}

.start-cd-angebot-all a:nth-child(3n) {
  margin-right: 0rem;
}


/*---------------*/

@media (max-width: 1440px) {
  .start-cd-angebot-all a {
    flex-basis: 31.6%;
    padding: 0.6rem 0rem 0rem 0rem;
    margin-right: 0.6rem;
  }

  .start-cd-angebot-all a:nth-child(3n),
  .start-cd-angebot-all a:last-child {
    flex-basis: 31.6%;
    padding: 0.6rem 0rem 0rem 0rem;
    margin-right: 0rem;
  }
}

@media (max-width: 1061px) {

  .start-cd-angebot-all a,
  .start-cd-angebot-all a:nth-child(3n) {
    flex-basis: 48%;
    padding: 0.6rem 0rem 0rem 0rem;
    margin-right: 0.6rem;
  }

  .start-cd-angebot-all a:nth-child(2n) {
    flex-basis: 48%;
    padding: 0.6rem 0rem 0rem 0rem;
    margin-right: 0rem;
  }
}

@media (max-width: 768px) {

  .start-cd-angebot-all a,
  .start-cd-angebot-all a:nth-child(3n) {
    flex-basis: 48%;
    margin-right: 0.6rem;
  }

  .start-cd-angebot-all a:nth-child(2n) {
    flex-basis: 48%;
    margin-right: 0rem;
  }

  .start-cd-bild {
    grid-column: 2/8;
    grid-row: auto;
  }

  .start-cd-info {
    grid-column: 2/8;
    grid-row: auto;
  }

  .zitat-startseite {
    grid-column: 2/8;
    grid-row: auto;
  }

  .start-cd-angebot {
    grid-column: 2/8;
    grid-row: auto;
  }
}

@media (max-width: 460px) {
  .zitat-text p:first-child {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

@media (max-width: 326px) {

  .start-cd-angebot-all a,
  .start-cd-angebot-all a:nth-child(3n),
  .start-cd-angebot-all a:nth-child(2n) {
    flex-basis: 100%;
    margin-right: 0rem;
  }
}





/*LIVE*/

#headerbild.header-live {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_live.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

.zitat-live {
  grid-column: 5/8;
  grid-row: 2/6;
}

.flex-container article {
  flex-grow: 1;
  width: 23.2%;
}

.auftritt {
  margin-bottom: 1.5rem;
  text-align: center;
  background-color: #77cbeb;
  min-height: 15rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.termin {
  background-color: #36819c;
  flex-grow: 1;
  /*height:  25%;*/
  padding: 0.6rem 0.5rem;
}

.termin p {
  color: #FFF;
}

.termin p:nth-child(2) {
  font-weight: bold;
  color: #FFF;
}

.veranstaltung {
  flex-grow: 1;
  padding: 0.6rem 0.5rem;
  width: 100%;
}

.veranstaltung p {
  font-weight: bold;
}

.zusatz {
  flex-grow: 1;
  padding: 0rem 0.5rem 0.6rem 0.5rem;
  width: 100%;
}

.zusatz hr {
  margin-top: 0rem;
  margin-bottom: 0.6rem;

}


/*MINILIGHT*/

a.swipebox {
  margin-bottom: 1rem;
  flex-grow: 1;
  width: 23.2%;
}

/*bilder in vorschau alle auf querfomat ausschnitt genommen damit bildhöhe identisch*/


/*----------------*/

@media (max-width: 768px) {
  .zitat-live {
    grid-column: 2/8;
    grid-row: auto;
  }

  .auftritt {
    min-height: 12rem;
  }
}

@media (max-width: 528px) {
  .zitat-live {
    grid-column: 2/8;
    grid-row: auto;
  }
}


@media (max-width: 460px) {
  .zitat-live {
    grid-column: 2/8;
    grid-row: auto;
  }

  .veranstaltung {
    width: 100%;
  }

}


/*CD*/

#headerbild.header-cd {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_cd.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

.cd-fruehling {
  background: url("../img/bg_cd_fruehling.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-sommer {
  background: url("../img/bg_cd_sommer.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-herbst {
  background: url("../img/bg_cd_herbst.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-winter {
  background: url("../img/bg_cd_winter.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-wasser {
  background: url("../img/bg_cd_wasser.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-wald {
  background: url("../img/bg_cd_wald.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-hits {
  background: url("../img/bg_cd_hits.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-bild {
  grid-column: 2/5;
  grid-row: 2/6;
}

.cd-bild img {
  object-fit: cover;
  display: block;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .7));
}

.cd-info {
  grid-column: 5/8;
  grid-row: 2/ 6;
  height: 100%;
}

.cd-beschr {
  grid-column: 2/5;
  grid-row: 6/10;
}

.cd-beschr-text {
  box-shadow: 6px 6px 10px hsla(300, 15%, 25%, 0.3) inset;
  background-color: #FFF;
  padding: 1.3em;
  height: 100%;
}

.cd-beschr-text p {
  font-family: 'Lato', sans-serif;
  color: #3D3F45;
}

.cd-beschr-text p:first-child {
  font-weight: bold;
  color: #3D3F45;
  padding-bottom: 1rem;
}

.cd-beschr-text p:last-child {
  padding-top: 1rem;
}


.cd-hoer-inhalt {
  grid-column: 5/8;
  grid-row: 6/10;
}

.cd-hoer-inhalt-all p {
  flex-basis: 100%;
}

#hoer_button_fruehling {
  display: flex;
}

#hoer_button_sommer {
  display: flex;
}

#hoer_button_herbst {
  display: flex;
}

#hoer_button_winter {
  display: flex;
}

#hoer_button_wasser {
  display: flex;
}

#hoer_button_trollwald {
  display: flex;
}

#hoer_button_hits {
  display: flex;
}

#inhalt_hoer_fruehling {
  display: none;
}

#inhalt_hoer_sommer {
  display: none;
}

#inhalt_hoer_herbst {
  display: none;
}

#inhalt_hoer_winter {
  display: none;
}

#inhalt_hoer_wasser {
  display: none;
}

#inhalt_hoer_trollwald {
  display: none;
}

#inhalt_hoer_hits {
  display: none;
}
.hoer-player {
  background-color: #FFF;
  margin-top: 0.8em;
  height: auto;
  width: 100%;
  padding: 0.6rem 0.9rem;
}

/*#hoerproben {
width: 100%;
height: 1.5rem;
outline: none;
}  diese ID wird später bei den   Seiten onlinemusic verwendet, kann nicht doppelt sein*/

#hoerproben_fruehling {
  width: 100%;
  height: 1.5rem;
  outline: none;
}

#hoerproben_sommer {
  width: 100%;
  height: 1.5rem;
  outline: none;
}

#hoerproben_herbst {
  width: 100%;
  height: 1.5rem;
  outline: none;
}

#hoerproben_winter {
  width: 100%;
  height: 1.5rem;
  outline: none;
}

#hoerproben_wasser {
  width: 100%;
  height: 1.5rem;
  outline: none;
}

#hoerproben_trollwald {
  width: 100%;
  height: 1.5rem;
  outline: none;
}

#hoerproben_hits {
  width: 100%;
  height: 1.5rem;
  outline: none;
}



#playlist_fruehling {
  width: auto;
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

#playlist_fruehling .aktuelle-hoerprobe:before {
  color: #EB8002;
  font-weight: bold;
  content: counter(item, decimal-leading-zero) ".";
}

#playlist_fruehling .aktuelle-hoerprobe a {
  color: #EB8002;
  font-weight: bold;
}

#playlist_fruehling li {
  counter-increment: item;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid black;
}

#playlist_fruehling li:last-child {
  border: none;
}

#playlist_fruehling li:before {
  margin-right: 5px;
  content: counter(item, decimal-leading-zero) ".";
  color: black;
  text-align: center;
  display: inline-block;
}

#playlist_fruehling li a {
  text-decoration: none;
  color: black;
}

#playlist_sommer {
  width: auto;
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

#playlist_sommer .aktuelle-hoerprobe:before {
  color: #EB8002;
  font-weight: bold;
  content: counter(item, decimal-leading-zero) ".";
}

#playlist_sommer .aktuelle-hoerprobe a {
  color: #EB8002;
  font-weight: bold;
}

#playlist_sommer li {
  counter-increment: item;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid black;
}

#playlist_sommer li:last-child {
  border: none;
}

#playlist_sommer li:before {
  margin-right: 5px;
  content: counter(item, decimal-leading-zero) ".";
  color: black;
  text-align: center;
  display: inline-block;
}

#playlist_sommer li a {
  color: black;
  text-decoration: none;
}

#playlist_herbst {
  width: auto;
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

#playlist_herbst .aktuelle-hoerprobe:before {
  color: #EB8002;
  font-weight: bold;
  content: counter(item, decimal-leading-zero) ".";
}

#playlist_herbst .aktuelle-hoerprobe a {
  color: #EB8002;
  font-weight: bold;
}

#playlist_herbst li {
  counter-increment: item;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid black;
}

#playlist_herbst li:last-child {
  border: none;
}

#playlist_herbst li:before {
  margin-right: 5px;
  content: counter(item, decimal-leading-zero) ".";
  color: black;
  text-align: center;
  display: inline-block;
}

#playlist_herbst li a {
  color: black;
  text-decoration: none;
}

#playlist_winter {
  width: auto;
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

#playlist_winter .aktuelle-hoerprobe:before {
  color: #EB8002;
  font-weight: bold;
  content: counter(item, decimal-leading-zero) ".";
}

#playlist_winter .aktuelle-hoerprobe a {
  color: #EB8002;
  font-weight: bold;
}

#playlist_winter li {
  counter-increment: item;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid black;
}

#playlist_winter li:last-child {
  border: none;
}

#playlist_winter li:before {
  margin-right: 5px;
  content: counter(item, decimal-leading-zero) ".";
  color: black;
  text-align: center;
  display: inline-block;
}

#playlist_winter li a {
  color: black;
  text-decoration: none;
}

#playlist_wasser {
  width: auto;
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

#playlist_wasser .aktuelle-hoerprobe:before {
  color: #EB8002;
  font-weight: bold;
  content: counter(item, decimal-leading-zero) ".";
}

#playlist_wasser .aktuelle-hoerprobe a {
  color: #EB8002;
  font-weight: bold;
}

#playlist_wasser li {
  counter-increment: item;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid black;
}

#playlist_wasser li:last-child {
  border: none;
}

#playlist_wasser li:before {
  margin-right: 5px;
  content: counter(item, decimal-leading-zero) ".";
  color: black;
  text-align: center;
  display: inline-block;
}

#playlist_wasser li a {
  color: black;
  text-decoration: none;
}

#playlist_trollwald {
  width: auto;
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

#playlist_trollwald .aktuelle-hoerprobe:before {
  color: #EB8002;
  font-weight: bold;
  content: counter(item, decimal-leading-zero) ".";
}

#playlist_trollwald .aktuelle-hoerprobe a {
  color: #EB8002;
  font-weight: bold;
}

#playlist_trollwald li {
  counter-increment: item;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid black;
}

#playlist_trollwald li:last-child {
  border: none;
}

#playlist_trollwald li:before {
  margin-right: 5px;
  content: counter(item, decimal-leading-zero) ".";
  color: black;
  text-align: center;
  display: inline-block;
}

#playlist_trollwald li a {
  color: black;
  text-decoration: none;
}

#playlist_hits {
  width: auto;
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

#playlist_hits .aktuelle-hoerprobe:before {
  color: #EB8002;
  font-weight: bold;
  content: counter(item, decimal-leading-zero) ".";
}

#playlist_hits .aktuelle-hoerprobe a {
  color: #EB8002;
  font-weight: bold;
}

#playlist_hits li {
  counter-increment: item;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid black;
}

#playlist_hits li:last-child {
  border: none;
}

#playlist_hits li:before {
  margin-right: 5px;
  content: counter(item, decimal-leading-zero) ".";
  color: black;
  text-align: center;
  display: inline-block;
}

#playlist_hits li a {
  color: black;
  text-decoration: none;
}

#noten_button_fruehling {
  display: flex;
  margin-top: 1.2rem;
}

#noten_button_sommer {
  display: flex;
  margin-top: 1.2rem;
}

#noten_button_herbst {
  display: flex;
  margin-top: 1.2rem;
}

#noten_button_winter {
  display: flex;
  margin-top: 1.2rem;
}

#noten_button_wasser {
  display: flex;
  margin-top: 1.2rem;
}

#noten_button_trollwald {
  display: flex;
  margin-top: 1.2rem;
}

#noten_button_hits {
  display: flex;
  margin-top: 1.2rem;
}

#noten_button_hits {
  display: flex;
  margin-top: 1.2rem;
}

#inhalt_noten_sommer {
  display: none;
}

#inhalt_noten_herbst {
  display: none;
}

#inhalt_noten_winter {
  display: none;
}

#inhalt_noten_wasser {
  display: none;
}

#inhalt_noten_trollwald {
  display: none;
}

#inhalt_noten_hits {
  display: none;
}
#inhalt_noten_fruehling {
  display: none;
}

#inhalt_noten_hits {
  display: none;
}

.notenlist {
  width: auto;
  list-style: none;
  padding: 0 0 0 0;
  margin: 1vw 0 0 0;
}

.notenlist li {
  padding-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
}

.notenlist li:last-child {
  border: none;
}

.notenlist li a {
  text-decoration: none;
}

.notenlist li a:link {
  color: #000;
}

.notenlist li a:visited {
  color: #000;
}

.notenlist li a:hover {
  color: #EB8002;
  font-weight: bold;
}

.notenlist li a:active {
  color: #EB8002;
  font-weight: bold;
}


/*---------------*/

@media (max-width: 768px) {
  .cd-bild {
    grid-column: 2/8;
    grid-row: 1/2;
  }

  .cd-info {
    grid-column: 2/8;
    grid-row: 3/4;
  }

  .cd-beschr {
    grid-column: 2/8;
    grid-row: 2/3;
  }

  .cd-hoer-inhalt {
    grid-column: 2/8;
    grid-row: auto;
  }

  .start-cd-info-basics h3 {
    display: none;
  }

  .start-cd-info-basics a[href^="https://wurliz.myshopify.com/"] {
    margin-top: 0rem;
  }

  .hoer-player {
    margin-top: 1.5em;
  }
}

@media (max-width: 460px) {
  .notenlist li a {
    color: #000;
  }
}


/*FILM*/

#headerbild.header-video {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_film.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

.start-video-basics {
  background-color: transparent;
}

.start-video-basics p {
  padding-bottom: 0rem;
  padding-top: 0.5rem;
  margin-bottom: 1.2rem;
}

.zitat-video {
  grid-column: 5/8;
  grid-row: 2/6;
}

.video-list {
  background-color: #BBE5F5;
}

.flex-container {
  grid-column: 2/8;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.2rem;
}

.flex-container article {
  flex-grow: 1;
  width: 23.2%;
}

.videobereich {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
}

.videoextern {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #36819c;
}


/*---------------*/

@media (max-width: 1589px) {
  .flex-container article {
    width: 30%;
    flex-grow: 1;
  }
}

@media (max-width: 1440px) {
  .flex-container article {
    width: 23.2%;
    flex-grow: 1;
  }
}

@media (max-width: 1111px) {
  .flex-container article {
    width: 30%;
    flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .flex-container article {
    width: 45%;
    flex-grow: 1;
  }

  .zitat-video {
    grid-column: 2/8;
    grid-row: auto;
  }
}

@media (max-width: 460px) {
  .flex-container article {
    width: 100%;
  }
}


/*BUCH*/

#headerbild.header-buch {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_buch.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

.cd-buch {
  background: url("../img/bg_buch.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cd-beschr img {
  object-fit: cover;
  display: block;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .7));
}

.noselect {

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}


@media (max-width: 768px) {
  .cd-buch.eightcolumns-container .cd-info {
    grid-row: 2/3;
  }

  .cd-buch.eightcolumns-container .cd-beschr {
    grid-row: 3/4;
  }

  .start-cd-info-basics a[href^="https://wurliz.myshopify.com/"] {
    margin-top: 1rem;
  }
}

/*SHOP*/

#headerbild.header-shop {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_shop.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}


/*IMPRESSUM / DATENSCHUTZ / ICH / GALERIE / PRESSE/*

/*#headerbild.header-impressum {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_impressum.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;*/


#headerbild.header-datenschutz {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_datenschutz.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}


#headerbild.header-ich {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_ich4.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

#headerbild.header-galerie {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_galerie.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

#headerbild.header-presse {
  grid-column: 1/-1;
  grid-row: 1/2;
  background: url("../img/header_presse.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 32%;
  /* (640px / 1920px) x 100 */
}

.textinhalt {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  column-gap: 1.5rem;
  background-color: #BBE5F5;
  padding: 1.2rem 1.2rem 2rem 1.2rem;
  margin: 0 auto;
  width: 70%;
}

.textinhalt a {
  color: #3D3F45;
  text-decoration: none;
}

.textinhalt a:link {
  color: #3D3F45;
}

.textinhalt a:visited {
  color: #3D3F45;
}

.textinhalt a:hover {
  color: #FFF;
}

.textinhalt a:active {
  color: #FFF;
}

.textinhalt ul li a {
  color: #3D3F45;
  text-decoration: none;
}

.textinhalt ul li a:link {
  color: #3D3F45;
}

.textinhalt ul li a:visited {
  color: #3D3F45;
}

.textinhalt ul li a:hover {
  color: #FFF;
}

.textinhalt ul li a:active {
  color: #FFF;
}

.textinhalt h1+p {
  padding-top: 0.5rem;
}

.textinhalt h1 {
  font-size: 1.4rem;
  padding: 0.3rem 0.3rem 0.5rem 0rem;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  color: #36819c;
}

.textinhalt h2 {
  padding: 1rem 0rem 0.5rem 0rem;
  text-align: left;
}

.textinhalt h1+h2 {
  padding: 1rem 0rem 0.5rem 0rem;
}

.textinhalt h3 {
  padding: 1.5rem 0rem 0.5rem 0rem;
}

.textinhalt h2+h3 {
  padding: 0rem 0rem 0.5rem 0rem;
}

.nurbild {
  grid-column: 2/5;
  grid-row: 2/3;
  padding-bottom: 1.5rem;
}

.nurtext {
  grid-column: 2/8;
  grid-row: 2/3;
}

.nurbild+.nurtext {
  grid-column: 2/8;
  grid-row: 4/5;
}

.nurtext ul {
  padding-left: 0rem;
  color: #3D3F45;
}

.nurtext ul li {
  list-style-type: none;
}

#inhalt_presse_beitrag_weihnacht {
  padding: 1rem 0rem 0.5rem 0rem;
  display: none;
}


/*---------------*/

@media (max-width: 1440px) {
  .textinhalt {
    width: 100%;
  }

  .textinhalt h1+h2 {
    padding: 1rem 0rem 0.5rem 0rem;
  }

  .textinhalt h3 {
    padding: 1.5rem 0rem 0.5rem 0rem;
  }

  .textinhalt h2+h3 {
    padding: 0rem 0rem 0.5rem 0rem;
  }
}

@media (max-width: 1024px) {
  .nurbild {
    grid-column: 2/6;
    grid-row: 2/3;
    padding-bottom: 1.5rem;
  }

  .textinhalt h1+h2 {
    padding: 1rem 0rem 0rem 0rem;
  }

  .textinhalt h2 {
    padding: 2rem 0rem 0rem 0rem;
    text-align: left;
  }

  .textinhalt h3 {
    padding: 1.5rem 0rem 0.5rem 0rem;
  }

  .textinhalt h2+h3 {
    padding: 0rem 0rem 0.5rem 0rem;
  }
}


@media (max-width: 768px) {
  .nurbild {
    grid-column: 2/6;
    grid-row: 2/3;
    padding-bottom: 1.5rem;
  }

  .textinhalt {
    padding: 1.2rem 0rem;
  }

  .textinhalt h2 {
    padding: 1.5rem 0rem 0rem 0rem;
    text-align: left;
  }

  .textinhalt h3 {
    padding: 1.5rem 0rem 0.5rem 0rem;
  }

  .textinhalt h2+h3 {
    padding: 0rem 0rem 0.5rem 0rem;
  }
}

@media (max-width: 460px) {
  .nurbild {
    grid-column: 2/8;
    padding-bottom: 0.5rem;
  }

  .textinhalt h2 {
    padding: 1.5rem 0rem 0rem 0rem;
    text-align: left;
  }

  .textinhalt h3 {
    padding: 1.5rem 0rem 0.5rem 0rem;
  }

  .textinhalt h2+h3 {
    padding: 0rem 0rem 0.5rem 0rem;
  }
}


/*NEWSLETTER*/


.blue {
background-color: #36819c;  
}

@font-face {
            font-display: block;
            font-family: "Lato";
            src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
        }

        @font-face {
            font-display: fallback;
            font-family: "Lato";
            font-weight: 600;
            src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
        }

        @font-face {
            font-display: fallback;
            font-family: "Lato";
            font-weight: 700;
            src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
        }

        #sib-container input:-ms-input-placeholder {
            text-align: left;
            font-family: "Lato", sans-serif;
            color: #c0ccda;
        }

        #sib-container input::placeholder {
            text-align: left;
            font-family: "Lato", sans-serif;
            color: #c0ccda;
        }

        #sib-container textarea::placeholder {
            text-align: left;
            font-family: "Lato", sans-serif;
            color: #c0ccda;
        }

a.datenschutz:link {
color: #000 !important;
text-decoration: none !important;
}
a.datenschutz:visited {
color: #000 !important;
text-decoration: none !important;
}

a.datenschutz:hover {
color: #fff !important;
text-decoration: none !important;
}
a.datenschutz:active {
color: #fff !important;
text-decoration: none !important;
}



/*FOOTER*/

#footer {
  background-color: #36819c;
  margin-top: 0.8rem;
}

#footer p {
  color: #000;
}

#footer h2 {
  color: #FFF;
}

#footer-left {
  grid-column: 2/5;
  grid-row: 2/3;
}

#footer-left p:nth-child(4) {
  margin-bottom: 1rem;
}

#footer a {
  color: #000;
  text-decoration: none;
}

#footer a:link {
  color: #000;
}

#footer a:visited {
  color: #000;
}

#footer a:hover {
  color: #FFF;
}

#footer a:active {
  color: #FFF;
}


#footer-right {
  grid-column: 5/8;
  grid-row: 2/3;
  display: flex;
  flex-wrap: wrap;
}

#footer-right ul {
  padding-right: 1.2rem;
  list-style: none;
}

#footer-right ul li {
  padding-bottom: 0.6em;
}

#footer-right ul li a {
  text-decoration: none;
}

#footer-right ul li a:link {
  color: #000;
}

#footer-right ul li a:visited {
  color: #000;
}

#footer-right ul li a:hover {
  color: #FFF;
}

#footer-right ul li a.active {
  color: #FFF;
}

#footer-right #me {
  flex-basis: 50%;
}

#footer-right #legal {
  flex-basis: 50%;
}


#footer-bottom {
  grid-column: 1/-1;
  grid-row: 3/4;
  background-color: #36819c;
  padding: 1.25rem 0;
  text-align: center;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin: auto;
}

ul.social-network li {
  display: inline;
  margin: 0.625rem;
}

/* footer social icons */
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoInstagram:hover {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-network a.icoYou:hover {
  background-color: #EF2F36;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoYou:hover i {
  color: #fff;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 22px;
}

.social-circle li i {
  margin: 0;
  line-height: 3.125rem;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #36819c;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  background-color: #BBE5F5;
}

/*-----------------------*/

@media screen and (max-width: 1440px) {
  #footer-content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #footer-right #legal {
    margin-top: 0rem;
  }

  #footer h2 {
    text-align: left;
  }
}

@media screen and (max-width: 720px) {
  #footer-right #legal {
    margin-top: 1.5rem;
  }

  #footer h2 {
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  #footer-left {
    grid-column: 2/8;
    grid-row: 2/3;
  }

  #footer-right {
    grid-column: 2/8;
    grid-row: 3/4;
    display: flex;
    flex-wrap: wrap;
  }

  #footer-right #legal {
    margin-top: 0rem;
  }

  #footer-bottom {
    grid-row: 4/5;
  }

  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
}

@media screen and (max-width: 450px) {
  #footer-right {
    display: block;
  }

  #footer-right #legal {
    margin-top: 1.5rem;
  }

  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 16px;
  }

  .social-circle li i {
    margin: 0;
    line-height: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 350px) {
  ul.social-network li {
    display: inline;
    margin: 0 2px;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 16px;
  }

  .social-circle li i {
    margin: 0;
    line-height: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 287px) {
  #footer-bottom {
    text-align: left;
  }

  ul.social-network {
    margin: 0 0 0 1.2rem;
  }
}


/*BACK TO TOP BUTTON*/

#back-top {
  visibility: hidden;
}

#back-top.active {
  visibility: visible;
  position: fixed;
  right: 1em;
  bottom: 8rem;
  background-color: transparent !important;
}

#back-top-content {
  text-decoration: none;
  color: #36454f;
  transition: 0.2s;
  background-color: transparent;
  padding: 0.8rem 1rem;
  border-radius: 50%;
}

#back-top-content span.btn-triangle-blue {
  padding-right: 0;
}