 /* TEST */

.footerLink {
  color: white;
  text-decoration: none;
}

/*.slide-container img {*/
/*    max-width: 100%;*/
/*}*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

body {
  position: relative;
  margin: var(--unit-body-margin);
}

.top-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: white;
  z-index: 10;
}


.background-img-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  overflow: hidden;
}

.background-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sinus {
  /*display: none;*/
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  /* Resize the background image to cover the entire container */
  filter: hue-rotate(0deg);
}

 /*.sinus {*/
 /*  display: none;*/
 /*  position: fixed;*/
 /*  top: 0;*/
 /*  left: 0;*/
 /*  background-position: center;*/
 /*  !* Center the image *!*/
 /*  background-repeat: no-repeat;*/
 /*  !* Do not repeat the image *!*/
 /*  background-size: cover;*/
 /*  height: 100%;*/
 /*  !* Resize the background image to cover the entire container *!*/
 /*  filter: hue-rotate(0deg);*/
 /*}*/



/* Schopfen Home Transparent*/
.multiply {
  mix-blend-mode: multiply;
}

/*ein einzeiliges element wird bei einer unit von 3px 36px hoch.*/
.block-36 {
  /*position: relative;*/
  line-height: var(--zab-6);
  font-size: var(--font-size-6);
  padding-left: var(--unit-padding-left-right);
  padding-right: var(--unit-padding-left-right);
  padding-top: var(--unit-padding-top-bottom);
  padding-bottom: var(--unit-padding-top-bottom);
  display: block;
}

.block-48 {
  /*position: relative;*/
  line-height: var(--zab-9);
  font-size: var(--font-size-9);
  padding-left: var(--unit-padding-left-right);
  padding-right: var(--unit-padding-left-right);
  /*padding-top: var(--unit-padding-top-bottom);*/
  /*padding-bottom: var(--unit-padding-top-bottom);*/
  display: block;
}

.inline {
  display: inline-block;
}

#d-logo, #m-logo {
  letter-spacing: 0.5px;
}

.nav-bar-content {
  flex-grow: 1;
  flex-basis: 0;
  background-color: white;
}

/*alternative damit bei 2-zeiliger darstellung die boxen die gleiche höhe haben. füllung und kontur nicht via .level-1 sondern via .nav-bar-content*/
/*.nav-bar-content {*/
/*    flex-grow: 1;*/
/*    flex-basis: 0;*/
/*background-color: var(--variable-grey-darkest);*/
/*border: var(--variable-border) solid white;*/
/*border-radius: var(--variable-border-radius);*/
/*}*/
.d-nav-item {
  cursor: pointer;
}

.menu-icon {
  display: grid;
  grid-template-rows: repeat(5, var(--unit));
  width: calc(var(--unit) * 6);
  z-index: 500;
}

.filled {
  background-color: white;
}

/*close-button from code pen*/
.close-icon {
  position: absolute;
}

.close-icon:hover {
  background-color: var(--variable-spot-color);
}

.close-icon:before, .close-icon:after {
  position: absolute;
  left: -1px;
  content: ' ';
  height: calc(var(--unit) * 6);
  width: var(--unit);
  background-color: white;
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}

/*ein quadratischer block 36*/
.square-36 {
  width: var(--square-36);
  justify-content: center;
}

.abstand {
  height: var(--sticky-pos-1);
  display: block;
}

.abstand-festival {
  height: 32px;
  display: block;
}

.d-subnav-container {
  position: relative;
  top: 0;
  display: grid;
  grid-template-columns: var(--square-36) 1fr var(--square-36);
  width: 100%;
}

.d-carousell-nav-container {
  position: relative;
  top: 0;
  display: grid;
  grid-template-columns: var(--square-36) 1fr var(--square-36);
  width: 100%;
}

.flex-left {
  display: flex;
  justify-content: left;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.title-block {
  /*position: absolute;*/
  /*top: 300px;*/
  display: block;
  grid-template-columns: 1fr 2fr;
  z-index: 100;
}

#infobar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--variable-colums-number), 1fr);
  height: auto;
  line-height: var(--zab-8);
  font-size: var(--font-size-8);
  padding: 0 var(--variable-border) 0 var(--variable-border);
}

.infobar-title {
  /*background-color: var(--variable-year-color);*/
  /*width: calc((100% - (1 * var(--square-36))) / 5);*/
  /*padding-left: var(--square-36);*/
  /*border: var(--variable-border);*/
  /*border-radius: var(--variable-border-radius);*/
}

.span-2 {
  grid-column-start: 1;
  grid-column-end: -2;
}

.menu-level-news {
  position: relative;
  height: 100%;
  z-index: 1;
}

/*Poster section*/
.grid-container {
  display: grid;
  grid-template-columns: repeat(var(--variable-colums-number), 1fr);
  /*grid-auto-rows: var(--height-1zu1);*/
  width: 100%;
}

.text-over-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-self: left;
}

.circle {
  display: block;
  width: 100%;
  height: 50%;
  background-color: var(--variable-spot-color);
  border: var(--variable-border) solid white;
  /*border-radius: var(--variable-border-radius);*/
  border-radius: 24px;
  padding-left: 10px;
}

.m-img-container {
  position: relative;
  top: 0;
  width: 100%;
  height: calc(var(--img-width-x-colums) * 7 / 8);
  /*width: var(--width-100-prozent);*/
  /*height: var(--height-1zu1);*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*border: 15px solid black;*/
  /* border-radius: var(--variable-border-radius); */
}

.pic-full-width {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-title {
  display: block;
  line-height: var(--poster-font-line-height-x-colums);
  font-size: var(--poster-font-size-x-colums);
  grid-column-start: 2;
  grid-row-start: 1;
  font-weight: 500;
  z-index: 1;
}

.claim-and-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  grid-column-start: 3;
  grid-row-start: 1;
  font-weight: 500;
  z-index: 1;
}

.grid-item {
  height: 100%;
}

.poster-claim, .teaser-text {
  line-height: var(--poster-claim-font-line-height-x-colums);
  font-size: var(--poster-claim-font-size-x-colums);
  width: 100%;
  height: 50%;
  font-weight: 500;
  z-index: 1;
}

.poster-date {
  width: 100%;
  height: 50%;
  align-items: flex-end;
  font-size: var(--poster-font-size-x-colums);
  line-height: var(--poster-font-line-height-x-colums);
}

.artist-over-pic {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  mix-blend-mode: multiply;
}

.artist-over-pic {
  line-height: var(--poster-artist-font-line-height-x-colums);
  font-size: var(--poster-artist-font-size-x-colums);
  /*padding-left: var(--unit-padding-left-right);*/
  padding-right: var(--unit-padding-left-right);
  /* padding-top: var(--unit-padding-top-bottom); */
  /* padding-bottom: var(--unit-padding-top-bottom); */
}

.artist-over-pic-country {
  line-height: var(--poster-artist-font-line-height-x-colums);
  font-size: calc(var(--poster-artist-font-size-x-colums) * 0.71);
  /*padding-left: var(--unit-padding-left-right);*/
  padding-right: var(--unit-padding-left-right);
  /* padding-top: var(--unit-padding-top-bottom); */
  /* padding-bottom: var(--unit-padding-top-bottom); */
}

.on-background {
  /*background-color: var(--variable-black);*/
}

iframe {
  border-width: 0;
  margin-bottom: var(--square-36);
}

.sub-nav-title {
  background-color: var(--variable-year-color);
  width: calc((100% - (1 * var(--square-36))) / 5);
}

/*Content-section*/
/*Containers*/
.main-container {
  position: relative;
  top: 1px;
  width: calc(100% - (2 * var(--square-36)) - (var(--variable-border) * 2));
  max-width: 1200px;
  min-height: calc(100vh - var(--sticky-pos-2) - var(--sticky-pos-3) - 1px);
  margin: auto;
  border: var(--variable-border);
  font-size: var(--font-size-6);
  line-height: var(--zab-7);
}

.left-col {
  margin-left: var(--variable-border);
}

.entry-group p {
  margin-block-end: calc(var(--zab-2) * 3);
}

.right-col {}

.col {}

.dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: calc(var(--zab-7) * 3);
}

.dropdown-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--square-36);
  height: var(--square-36);
  float: right;
  transform: rotate(-90deg);
  background-color: var(--variable-grey-light);
  border: var(--variable-border);
  border-radius: 5px;
}

/*Artist-section*/

.artist-credits {
  color: var(--variable-grey-dark);
  padding-left: var(--square-36);
}


.img-container {
  width: 100%;
  height: auto;
}

.ratio3zu2 {}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.minus-three-squares-height {
  height: calc(100vh - var(--square-36) * 2)
}

/* Artist event section */
.artist-event-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: var(--square-36);
  /*background-color: var(--variable-grey-light);*/
  font-size: var(--font-size-6);
  line-height: var(--zab-7);
  margin-bottom: var(--zab-7);
}

.artist-event-container:hover {
  background-color: var(--variable-grey-light);
}


.artist-event-location {
  color: var(--variable-grey-dark);
}

.artist-event-title {
  font-weight: 500;

}



/*Kalender Section*/
.flex-container-days {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: white;
}

.flexbox-item-space {
  flex-grow: 2;
}

.flexbox-item-day {
  max-width: 80px;
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  flex-grow: 3;
  flex-basis: auto;
}

.audioplayer {
  display: grid;
  border: 1px solid black;
  grid-template-columns: var(--square-36) 1fr;
  width: 100%;
}

.playbtn {
  display: flex;
  border-right: 1px solid black;
}

.playtime {
  background-color: var(--variable-grey-light);
  width: 50px;
}

/*event section*/
.event-day {}

.event-time-and-type-balken {
  display: grid;
  grid-template-columns: 1fr 3fr 3fr;
  grid-column-gap: var(--square-36);
  border: var(--variable-border);
  border-radius: var(--variable-border-radius);
  /*font-weight: 500;*/
  color: var(--variable-grey-dark);
  /*background-color: var(--variable-grey-light);*/
}

.line-top {
  border-top: 1px solid black;
}

.line-top-bottom {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.b-light-grey {
  background-color: var(--variable-grey-light);
}

.event-container {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  grid-column-gap: var(--square-36);
  /*background-color: var(--variable-grey-light);*/
  font-size: var(--font-size-6);
  line-height: var(--zab-7);
  margin-bottom: calc(var(--square-36) * 2);
}

.b-white {
  background-color: white;
}

.square-bottom {
  margin-bottom: var(--square-36);
}

.with-limit {
  width: 400px;
}

.event-time-and-type {}

.event-time {
  color: black;
  font-weight: 500;
}

.event-type {
  /*color: var(--variable-grey-darkest);*/
}




.event-news {
  font-size: var(--font-size-8);
  color: var(--variable-hover-color);
}

.event-title-and-text {
  /* line-height: var(--zab-7);*/
  /*font-size: var(--font-size-7);*/
}

.event-title {
  font-size: var(--font-size-8);
  font-weight: 400;
  margin-bottom: calc(var(--zab-7) * 1);
}

.event-typ-and-title .event-title {
  font-size: var(--font-size-6);
  font-weight: 500;
  margin-bottom: calc(var(--zab-7) * 1);
}

.event-title-block {}

.event-text {
  /*padding-top: 6px;*/
}

.event-tech-info {
  color: var(--variable-black);
}

/*media section*/
.media-entry {
  padding-bottom: calc(var(--zab-7) * 2);
}

/*Dank section*/
.four-col-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: var(--variable-border);
  grid-column-gap: var(--square-36);
}

.three-col-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--variable-border);
  grid-column-gap: var(--square-36);
}

.full-width-container {
  display: block;
  grid-template-columns: 1fr 2fr 2fr;
  grid-column-gap: var(--square-36);
  /*background-color: var(--variable-grey-light);*/
  font-size: var(--font-size-6);
  line-height: var(--zab-7);
  padding: var(--unit-padding-top-bottom)
}

.logo-container {
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - (2 * var(--square-36)) - (var(--variable-border) * 2));
  max-width: 1400px;
  margin: auto;
}

.logo-item {
  display: inline-block;
  padding-bottom: 60px;
}

/*slide-show-section*/
.slide-container {
  display: grid;
  grid-template-rows: auto auto;
  background-color: black;
}

.subnav-container {
  position: sticky;
  width: 100%;
  display: grid;
  grid-template-columns: var(--square-36) 1fr var(--square-36);
  justify-items: center;
  grid-gap: 2px;
  background-color: ghostwhite;
  z-index: 1;
}

.pic-slide {
  display: flex;
  width: auto;
  height: 100%;
  max-height: var(--variable-pic-slide-height);
  object-fit: cover;
}

/*map section*/
.map-main-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: calc(var(--square-36) * 2);
}

.planlegende {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.map-number-name-group {
  display: grid;
  grid-template-columns: var(--square-36) 3fr;
  padding-top: var(--unit);
  padding-bottom: var(--unit);
}

.map-schopf-number {
  display: flex;
  width: var(--square-36);
}

/*Raster-Section*/
.grundlinienraster-surface {
  display: none;
  position: fixed;
  left: 0;
  width: 20px;
}

.grundlinienraster-linien {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.line-item-a {
  display: block;
  height: calc(var(--unit) * 2);
  border-bottom: 1px solid red;
}

.line-item-b {
  display: block;
  height: calc(var(--unit) * 2);
  border-bottom: 1px solid red;
}

.social-media-icon-group {
  display: flex;
  align-content: space-around;
  align-items: center;
}

.social-media-icon {
  height: 32px;
  width: auto;
  margin-right: 32px;
  padding-left: var(--unit-padding-left-right);
  float: left;
}

.active-link a, .active-link {
  color: var(--variable-hover-color) !important;
}


.eventLink {
  text-decoration: none;
}

.event-container-preview {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  grid-column-gap: var(--square-36);
  /*background-color: var(--variable-grey-light);*/
  font-size: var(--font-size-6);
  line-height: var(--zab-7);
  margin-bottom: calc(var(--square-36) * 2);
}