*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'grid';
  src: url('../font/grid/grid-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: lighter;
}

@font-face {
  font-family: 'crazy';
  src: url('../font/crazy_killer/CRAZK___.TTF') format('truetype');
}


html {
  height: 100%;
}
body {
  min-height: 100vh;
  margin: 0;
  background-color: #f7f7f7;
}

h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  font-family: Montserrat;
}

h1              { font-family: grid; font-size: 2.3em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { color: #2a2a2a;}

.main_container{
  /* overflow-x: hidden; */
  position: relative;
  height: 100%;
  width: 100%;
}
/* header&menü */
header{
  padding: 1.5rem 2rem 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  left: 0rem;
  top: 0;
  right: 0;
  background-color: #f7f7f7;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

.logo-grid{
  width: 10rem;
}

img {
  display: block;
}

.nav-toggle {
  border: none;
  background: none;
  width: 44px;
  height: 49px;
  position: relative;
  z-index: 10;
}

.nav-toggle::before,
.nav-toggle::after {
  content: '';
  transition: top .3s ease, rotate .3s ease;
}

.nav-toggle::before,
.nav-toggle::after,
.nav-toggle span {
  display: block;
  background:blue;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
}

.nav-toggle::before {
  top: 25%;
}

.nav-toggle::after {
  top: 75%;
}

.open .nav-toggle::after,
.open .nav-toggle::before {
  top: 50%;
}

.open .nav-toggle::before {
  rotate: 45deg;
}

.open .nav-toggle::after {
  rotate: -45deg;
}

.nav-toggle span {
  top: 50%;
  transition: opacity .3s ease;
}

.open .nav-toggle span {
  opacity: 0;
}

.open .menu_texture {
  right: -1rem;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 7rem 1rem 1rem 1rem;
  text-align: right;
  background: url('../img/menue_entwurf_3.png') no-repeat top right;
  background-size: 100% 100%;
  translate: 100% 0;
  transition: translate .5s ease;
  z-index: 5;
}

.menupunkt, a {
  color: #f7f7f7;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-family: montserrat;
  font-weight: bold;
  line-height: 2.5;
  margin-right: 1rem;
  font-size: 2rem;
}
 .menupunkt a:active {
  color: #E1FF0C;
 }

 

.open .menu {
  translate: 0 0;
}




/* karte */



.map {
  width: 100%;
}

.svg_container {
  width: 24rem;
  position: relative;
  margin: 0 auto;
  margin-top: 0.5rem;
}

/* map-buttons */

.short_button_karte {
  width: 1rem;
}

.short_button_karte img {
  width: 90px;
  position: absolute;
  top: 31rem;
  right:9rem;
} 


.svg_container button {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #2a2a2a;
  border-radius: 0%;
  border: none;
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

#gazo-button {
  top: 25rem;
  right: 3.1rem;
}

#hawercamp-button {
  top: 16rem;
  right: 3.5rem;

}

#bside-button {
  top: 19.5rem;
  right: 6.9rem;
  
}

#floss-button {
  top: 17.1rem;
  right: 6.2rem;
  
}

#leo-button {
  top: 14.7rem;
  right: 12.3rem;
  
}

#cuba-button {
  top: 12.3rem;
  right: 11.5rem;
  
}

#pg-button {
  top: 9.9rem;
  right: 10rem;
  
}

/* button zustände */
.svg_container button {
  --color: #f7f7f7;
}

.svg_container button.active {
  --color: #E1FF0C;
 }

button .icon_locked {
  height: 22px;
  width: 22px;
  fill: var(--color);
}

button .icon_unlocked{
  background-color: var(--color);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: none;
}

button.unlocked .icon_locked {
  display: none;
} 

button.unlocked .icon_unlocked {
  display: block;
  background-color: var(--color);
}

/* ort-popups */

.popup {
  background: url('../img/popuo_bg.png');
  filter: drop-shadow(5px 5px 4px  rgb(192, 192, 192));
  background-size: cover;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  translate: -50%;
  width: 21rem;
  height: 17rem;
  display: none;
  padding: 0rem 1rem 3rem 1.5rem;
  z-index: 5;
}

.location section {
  display: none;
}

.popup_close {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  left: 15.5rem;
  top: 2.7rem;
}

.soon h1 {
  font-size: 2.6rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
 
}

.soon h3{
border: solid 1px;
border-color: #4e4e4e;
padding: 0.05rem 0.5rem 0.2rem 0.5rem;
display: inline-block;
font-size: 0.8rem;
color: #4e4e4e;
margin: 0.3rem 0rem 0.5rem 0.8rem;
}

.soon p{
  margin-left: 0.9rem;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

.info h1 {
  font-size: 2.7rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.info h3{
border: solid 1px;
border-color: #4e4e4e;
padding: 0.05rem 0.5rem 0.2rem 0.5rem;
display: inline-block;
font-size: 0.8rem;
color: #4e4e4e;
margin: 0.3rem 0rem 0.5rem 0.8rem;
}

.info p{
  margin-left: 0.9rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.popup_unterseitenlink {
  width: 6rem;
  height: 1.8rem;
  background-color: #2400ff;
  border: none;
  font-size: 0.9rem;
  padding: 0;
  position: fixed;
  right: 1.7rem;
  top: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.popup_unterseitenlink a {
  font-size: 1rem;
  margin: 0;
}

.img_popup_close {
  width: 26px;
  height: 26px;
}

.popup-active {
  display: block;
}





/* PROGRAMM stylesheet */

.event_one {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 4 / 1;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 0.9rem 1rem;
  }

.event_one h2 {
  color: #f7f7f7;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  }

.event_one h1 {
  color:#f7f7f7;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 0.5rem;
  }

.event_one p {
  color: #f7f7f7;
  font-size: 0.8rem;
  font-weight: 700;
  }

.event_one img {
  width: 100%;
}

.event_two {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 4 / 1;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 0.9rem 1rem;
  }

.event_two h2 {
  color: #f7f7f7;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  border: solid 1px #f7f7f7;
  padding: 0.2rem;
  padding-right: 0;
  margin-right: 7rem;
  }

.event_two h1 {
  color: #f7f7f7;
  font-family: crazy;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  }

.event_two p {
  color: #f7f7f7;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  }

.event_two img {
  width: 100%;
}

.event_three {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 4 / 1;
  margin-bottom: 1rem;
  padding: 0rem 1rem 0.9rem 1rem;
  }

.event_three h2 {
  color: #2a2a2a;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  border: dotted 1px #2a2a2a;
  padding: 0.2rem;
  padding-right: 0;
  margin-right: 7rem;
  }

.event_three h1 {
  color:#2400ff;
  font-family: grid;
  font-size: 1.8rem;
  margin: 0;
  margin-bottom: 0rem;
  margin-top: 0.5rem;
  }

.event_three p {
  color: #2a2a2a;
  font-size: 0.8rem;
  /* margin-bottom: 0.5rem; */
  font-weight: 700;
  }

.event_three img {
  width: 100%;
}

.event_four {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 4 / 1;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 0.9rem 1rem;
  }

.event_four h2 {
  color:#2400ff;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  }

.event_four h1 {
  color:#2a2a2a;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 0.5rem;
  }

.event_four p {
  color:#2a2a2a;
  font-size: 0.8rem;
  font-weight: 700;
  }

.event_four img {
  width: 100%;
}

.event_five {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 4 / 1;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 0.9rem 1rem;
  }

.event_five h2 {
  color: #f7f7f7;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  border: dashed 1px #f51d00;
  padding: 0.2rem;
  padding-right: 0;
  margin-right: 7rem;
  }

.event_five h1 {
  color: #f7f7f7;
  font-family: crazy;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  }

.event_five p {
  color: #f7f7f7;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  }

.event_five img {
  width: 100%;
}

.mehr_link {
  width: 4.5rem;
  height: 1.5rem;
  background-color: #2400ff;
  border: none;
  font-size: 0.9rem;
  padding: 0;
  position: absolute;
  right: 2rem;
  bottom: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mehr_link a {
  font-size: 0.7rem;
  margin: 0;
}

.more {
  font-size: 0.9rem;
  line-height: 1.4em;
  margin-left: 2rem;
  padding: 2rem;
}





/* SHORTS stylesheet */



.shorts-headline{
  font-size: 30pt;
  font-family: grid;
}
.shorts{
  padding: 2rem;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 5rem;
  
}

.header-shorts, h3{
  margin: 0 auto;
  padding: 3rem;
}

.header-shorts{
  padding-bottom: 0;
}

.toggle-container-shortcut{
  display: flex;
  justify-content: center;
}

.toggle-container-shortcut{
  color: #2a2a2a;
  margin: 0;

}

.shortcut-toggle-target{
  display: flex;
  justify-content: center;
}

.shortcut-container{
  padding: 0%;
  margin: 0;
  display: inline-block;
  margin-bottom: 3rem;
}

.shortcut-explain-intro{
  padding-top: 2rem;
  padding-right: 1.8rem;
}

.shortcut-explain{
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin-bottom: 3rem;
}

.shortcut-explain img{
  padding-top: 2rem;
  width: 100%;
  padding-right: 1.8rem;
}

.shortcut-explain p{
  padding-top: 2.5rem ;
}


.btn-shorts{
  background-color: #f7f7f7;
  pointer-events: none;
  position: relative;
  display: block;
}

.short__item {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}


.btn-shorts:not(.unlocked, .collected) .poster-image{
  display: none;
}

.btn-shorts:is(.unlocked, .collected) .secret-image{
  display: none;
}

.btn-shorts.unlocked,
.btn-shorts.collected{
  pointer-events: all;
  border: none;
}

.btn-shorts.unlocked:not(.collected)::before {
  content: "jetzt holen";
  display: block;
  width: 100%;
  text-align: center;
  background-color: #2400ff;
  position: absolute;
  font-size: 1rem;
  padding: 0.9rem;
  line-height: 1em;
  z-index: 1;
  
}

.btn-shorts.unlocked:not(.collected) img {
  filter: grayscale(1);
}

.btn-shorts h6{
 font-size: 0.8rem;
}

.btn-shorts:not(.unlocked, .collected) h6{
 display: none;
}

.popup_shorts .overlay {
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index:1;
  display: none;
}
  
.shorts-content-popup {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) ;
  background: #f7f7f7;
  width: 337px;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 2rem;
  position: fixed;
}

.shorts-content-popup h1{
  margin-top: 0;
}

.Cuba-headline{
  margin: .67em
}

.Cuba-headline h1{
  margin-bottom: 0;
}

.programm-shorts-btn{
  color: #2400ff;
  text-decoration: underline;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.shorts-content-popup-close-btn{
  position: absolute;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 20px;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  z-index: 5;
}

.shorts-content-popup-close-btn span {
  display: block;
  background:#f7f7f7;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
}

.shorts-content-popup-close-1{
  rotate: 45deg;
}

.shorts-content-popup-close-2{
  rotate: -45deg;
}

.popup_shorts.active .overlay{
  display: block;
}

.popup_shorts.active .shorts-content-popup{

  transition:all 300ms ease-in-out ;
  transform: translate(-50%, -50%) scale(1) ;
}

.short__item{
  width: 40%;
  
}

.short__item h6 {
  margin: 0 auto;
  text-align: center;
}

.short__image{
  margin: 0;
  aspect-ratio: 1px;
  overflow: hidden;
}

.short__image img{
  width: 100%;
  height: 100%;
}

.short__image-gazometer{
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  }

  .shorts-content-popup h1{
    position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 3.5rem;

    }

  .short__image-gazometer img {
    width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
    }



.shorts-popup-infos {
  padding-left: 1rem;
}

.shorts-popup-infos section{
display: flex;
align-items: center;
text-align: left;
padding: .5rem;
}

.shorts-popup-infos img{
  width: 8%;
  padding-right: .5rem;
}


.btn-shorts-popup{
  display: flex;
  justify-content: center;
}

.btn-shorts-popup h6{
color: #f7f7f7;
}

.btn-shorts-primary{
  width: 6rem;
  height: 1.8rem;
  background-color: #2400ff;
  border: none;
  font-size: 0.8rem;
  padding: 0.3rem;
  margin-top: 1rem;
  right: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-shorts-secondary{
  width: 6rem;
  height: 1.8rem;
  background-color: #2400ff;
  border: none;
  font-size: 0.8rem;
  padding: 0.3rem;
  margin-top: 1rem;
  right: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONNECT */

.bg_connect {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  aspect-ratio: 3 / 1;
  margin-top: 0;
  padding-top: 0;
}

.bg_connect img {
  width: 100%;
}


.connect_link {
  width: 10rem;
  height: 3rem;
  background-color: #2400ff;
  border: none;
  font-size: 0.9rem;
  padding: 0;
  /* position: absolute; */
  right: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.connect_link a {
  font-size: 1.5rem;
  margin: 0;
}


/* hansafloss SEITE */

.hansa_adjektive h3 {
   
  border: solid 2px;
  border-color:#2400ff;
  padding: 0.05rem 0.5rem 0.2rem 0.5rem;
  display: inline-block;
  font-size: 1rem;
  color: #E1FF0C;
  margin: 0.3rem 0rem 0.5rem 0.8rem;
  }


/* BSIDE SEITE */

.bside_bericht {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; 
  aspect-ratio: 1.4 / 1;
  margin-top: -3rem;
  position: relative;
  z-index: -1;
  }

.bside_bericht p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600; 
  color: #f7f7f7;
  padding: 3rem;
  padding-top: 1rem;
  padding-bottom: 8rem;
  }


.bside_bericht h1 {
  font-size: 2rem;
  color:#E1FF0C;
  margin: 0rem;
  margin-left: 2rem;
  padding-top: 4rem;
}

/* LEO-SEITE */

.leo_scribble {
  margin: 1rem;
  margin-top: 2rem;
  margin-bottom: 0;
  display: block;
}

.leo_scribble img {
  width: 100%;
}

.leo_intro{
  margin: 3rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.leo_intro p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  }

.leo_bericht {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; 
  aspect-ratio: 1.4 / 1;
  margin-top: -3rem;
  position: relative;
  z-index: -1;
  }

.leo_bericht p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600; 
  color: #f7f7f7;
  padding: 3rem;
  padding-top: 7rem;
  padding-bottom: 9rem;
  }

  .leo_bericht h1 {
    font-size: 2rem;
    color: #2400ff;
    margin: 0rem;
    margin-left: 2rem;
  }

  .leo_collage {
    display: block;
    width: 100vw;
    
  }
  
  .leo_collage img {
    width: 100%;
    margin: 0 auto;
    }


  .leo_who {
    padding: 2rem 4rem;
    padding-top: 0rem;
    }

  .leo_who h1 {
    font-size: 3rem;
    color: #2400ff;
    margin: 0rem;
    }
    
  .leo_who p {
    font-size: 0.9rem;
    font-weight: 600;   
    line-height: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
    
    .mitmachen {
      display: flex;
      align-items: center;
    }

    .mitmachen p {
      padding-right: 2rem;
    }

    .leo_was {
      padding: 0rem 3rem;
      }
  
    .leo_was h1 {
      font-size: 3rem;
      color: #2400ff;
      margin: 0rem;
      margin-top: 1rem;
      }
      
    .leo_was p {
      font-size: 0.9rem;
      font-weight: 600;   
      line-height: 1.4rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
      }

.leo_spenden {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; 
  aspect-ratio: 1.4 / 1;
  margin-top: 1rem;
  position: relative;
  z-index: -2;
 
    }

 .leo_spenden p {
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: 600; 
    color: #f7f7f7;
    padding: 3rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
    }

  .leo_spenden h1 {
    font-size: 3rem;
    color: #E1FF0C;
    padding-left: 3rem;
    padding-top: 4rem;
    margin: 0;
      }

  .leo_ende p {
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: 600; 
    padding: 3.5rem;
    padding-bottom: 0rem;
    padding-top: 6rem;
  }    

  .leo_note {
    padding-left: 2rem;
    margin-right: 0;
    margin-left: 0rem;
    margin-top: -3rem;
    /* filter: drop-shadow(0px 5px 5px  rgb(170, 170, 170)); */
    display: flex;
  align-items: flex-start;
  justify-content: space-between
    
  }

  .leo_note img { 
    width: 50%;
    margin-right: 0.7rem;
  }

  .leo_socials {
   max-width: 45%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 5rem;
    padding: 0rem;
    padding-top: 1rem;
  }
 
  .leo_socials p {
   flex: 0 0 100%;
    margin-bottom: 1rem;
  }

  .leo_socials .links {
    display: flex;
    flex-direction: column;
  }

/* GAZO SEITE */

.gazo_container {
  width: 100%;
  /* position: relative; */
  }

.header_gazo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 1.1 / 1;
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  } 

.header_gazo h1 {
  font-size: 3.7rem;
  color: #f7f7f7;
  margin: 1rem auto;
  }

.header_gazo h3 {
   
  border: solid 2px;
  border-color: #E1FF0C;
  padding: 0.05rem 0.5rem 0.2rem 0.5rem;
  display: inline-block;
  font-size: 1rem;
  color: #E1FF0C;
  margin: 0.3rem 0rem 0.5rem 0.8rem;
  }

.header_gazo h2 {
  font-family: crazy;
  color: #f7f7f7;
  font-size: 1.2rem;
  }

.gazo_intro{
  margin: 3rem;
  margin-bottom: 2rem;
}

.gazo_intro p {
line-height: 1.4rem;
font-size: 0.9rem;
font-weight: 600;
}

.ft_auszeichnung {
  font-family: grid;
  font-size: 1.1rem;
}

.bad_news {
  background-size: cover;
  /* background-position: center; */
   background-repeat: no-repeat;
   /* /* width: 100%;  */
   width: 100%;
  aspect-ratio: 1 / 1;
  }

.bad_news_top {
  padding: 2rem;
  padding-right: 0;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  }

  .bad_news_top_img {
    width: 50%;
  }

.bad_news_top_img img {
  width: 100%;
  }

.bad_news_top_text {
  width: 50%;
  }

.bad_news_top_text h1 {
  margin-left: -1rem;
  margin-top: 1rem;
  color: #2400ff;
  font-size: 1.3rem;
  }

.bad_news_top_text p {
  line-height: 1.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  }

.bad_news_bottom {
  display: flex;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
  padding-left: 0;
  }

.bad_news_bottom img {
  margin-top: 1rem;
  width: 50%;
  }

.bad_news_bottom_text {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  }

.bad_news_bottom_text p {
  line-height: 1.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  }


.gazo_bericht {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 1 / 0.9;
  margin-top: -7rem;
  position: relative;
  }

.gazo_bericht p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600; 
  color: #f7f7f7;
  padding: 3rem;
  padding-top: 7rem;
  padding-bottom: 9rem;
  }

.gazo_scribble_film {
  position: absolute;
  z-index: 1;
  bottom: 2.3rem;
  left: 1rem;
  }

.gazo_film_img {
  width: 100vw;
  position: absolute;
  bottom: -2rem;
  }

.gazo_zitat {
  margin: 2rem;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
  padding: 2rem;
  }
  
.gazo_zitat p {
  color: #2400ff;
  font-style: italic;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3rem;
  }

.gazo_video_img {
  width: 100%;
  }

.gazo_video p {
  font-size: 0.5rem;
  padding: 0.6rem;
  }

.hidden {
  display: none;
  }

  .toggle_button{
    border: solid 2px #2400ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    margin-left: auto;
}

.toggle_button::before, .toggle_button::after {
  content: "" ;
  display: block;
  height: 2px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #2400ff;
}

.toggle_button::after {
  rotate: 90deg;
  transition: rotate .3s ease;
}

.toggle_button.open::after {
  rotate: 0deg;
}

.gazo_vision {
  padding: 2rem 3rem;
  
  }

.gazo_vision h1 {
  font-size: 3rem;
  color: #2400ff;
  margin: 0rem;
  }

.gazo_vision p {
  font-size: 0.9rem;
  font-weight: 600;   
  line-height: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  }



#visionButton img {
  width: 1rem;
  height: 1rem;
  }

.gazo_help {
  padding: 2rem 4rem 0rem 4rem;
  }

.gazo_help h1 {
  font-size: 3rem;
  color: #2400ff;
  margin: 0rem;
  }

.gazo_help p {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  }


 #helpButton img {
  width: 1rem;
  height: 1rem;
  }

.link_help {
  width: 6rem;
  height: 1.8rem;
  background-color: #2400ff;
  border: none;
  font-size: 0.8rem;
  padding: 0.3rem;
  margin-top: 1rem;
  right: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  }



  .gazo_ende_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 1.3 / 1;
  
  }

  .gazo_ende_bg p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600; 
  padding: 3.5rem;
  padding-bottom: 0rem;
  padding-top: 6rem;
  }

  .gazo_socials {
    display: flex;
    align-items: center;
    margin: 0rem;
    padding: 0rem;
    padding-top: 1rem;
  }

  .gazo_socials p {
   padding-top: 0rem;
  
  }

  .insta_link{
    border: #2400ff solid 2px;
    color: #2400ff;
    font-size: 0.8rem;
    width: 3.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    
  }

  .web_link {
    border: #2400ff solid 2px;
    color: #2400ff;
    font-size: 0.8rem;
    width: 3.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
  }

  .add-short {
    display: block;
    background-color: #2400ff;
    color: #f7f7f7;
    font-family: grid;
    font-size: 1.2rem;
    border: solid 10px #E1FF0C;
    width: 12rem;
    /* height: 2.5rem; */
    padding: .5em 1em;
    margin: 0 auto;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .add-short.collected{
    background-color: #e3ff0c00;
    border: solid 4px #2a2a2a;
    color: #2a2a2a;
    z-index: 16;
  }

  
  .toast {
    background-color: #f7f7f7;
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    width: 400px;
    padding: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: translate .3s ease;
    z-index: 15;
    display: none;
    text-align: center;
    font-size: 2rem;
  }
  
  .show-toast {
    translate: -50% 0;
  }
  
  .toast-shorts{
    display: block;
    background-color: #2400ff;
    color: #f7f7f7;
    font-size: 1rem;
    padding: .5em 1em;
    margin: 0 auto;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .toast h6{
    font-family: grid;
    font-size: 3rem;

  }


  /* blackbox unterseite */

/* blackbox unterseite */

.blackbox-container {
  width: 100%;
  /* position: relative; */
  }

.header-blackbox {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; 
  aspect-ratio: 1.1 / 1;
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  } 

.header-blackbox h1 {
  font-size: 3.7rem;
  color: #f7f7f7;
  margin: 1rem auto;
  text-align: center;
  line-height: 4.1rem;
  }

.header-blackbox h3 {
   
  border: solid 2px;
  border-color: #f7f7f7;
  padding: 0.05rem 0.5rem 0.2rem 0.5rem;
  display: inline-block;
  font-size: 1rem;
  color: #f7f7f7;
  margin: 0.3rem 0rem 0.5rem 0.8rem;
  }

.header-blackbox h2 {
  font-family: crazy;
  color: #f7f7f7;
  font-size: 1.2rem;
  }

.blackbox-intro{
  margin: 3rem;
  margin-bottom: 0rem;
}


.blackbox-intro p {
line-height: 1.4rem;
font-size: 0.9rem;
font-weight: 600;
}

.beatnetz-erklär h2{
  font-size: 1.6rem;
  font-family: grid;
}

.beatnetz-erklär p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.beatnetz-erklär{
  margin: 1rem 4rem 4rem 4rem;
}

.cuba-gallery{
  margin-left: -8vw;
  margin-top: -3rem;
  display: flex;
  overflow: hidden;
}

.cuba-gallery img {
  width: 100%;
}

  .cuba-info p{
    margin-bottom: 0.3;
  }

  .cuba-info h2 {
    color: #2400ff;
    font-family: grid;
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: -1rem;
  }

  .Beatnetz-info{
    display:flex;
    flex-direction: column;
    justify-content: center;
  }

  .Beatnetz-info h1{
    text-align: center;
    font-family: grid;
    font-size: 3rem;
    color: #f7f7f7;;
    margin-top: 3rem;
    margin-bottom: 0rem;
  }
  
  .Beatnetz-info em {
    margin: .4rem;
    margin-left: .5rem
  }
  
  .Beatnetz-info img {
    margin-bottom: 1rem;
    width: 100%;
    margin-top: -3rem;
  }
  
  .mukke-blackbox h2{
    color: #ff0000;
    font-family: grid;
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .mukke-machen img{
    width: 100%;
    padding-top: 1rem;
    padding-bottom:  2rem;
  }

  .Ohren-blackbox{
    padding: 2rem 4rem;
  }

  .Ohren-blackbox img{
    width: 100%;
  }

  .Ohren-blackbox a{
    display: block;
    text-decoration: underline;
    color: #2a2a2a;;
    font-size: .9rem;
    text-align: center;
    margin: 0;
  }

  .Ohren-blackbox h2{
    text-align: center;
    font-family: grid;
    font-size: 1.6rem;
    color: #2a2a2a;;
    margin-top: 3rem;
    margin-bottom: .5rem;
  }

  .zitat-blackbox h2{
    text-align: center;
    font-family: Montserrat;
    font-size: 1.3rem;
    color: #2a2a2a;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .programm-cuba{
    text-decoration: underline;
    color: #f7f7f7;
    font-size: 1rem;
    margin: 0%;
    padding: 0%;
  }

  .programm-cuba p{
    line-height: .1rem;
  }

  .cuba-social{
    justify-content: center;
    margin: 0%;
    padding: 2rem 1rem;
  }

  .blackbox_ende{
    margin-bottom: 3rem;
  }

    .cuba-social{
      padding-bottom: 0rem;
    }

  .cuba-social a{
    color: #E1FF0C;
    border: #E1FF0C solid 2px;
  }

  .cuba-ende a{
    line-height: 1.6rem;
  }

  .cuba_ende_bg{
    height: 15rem;
    
  }


  /* modus muffi unterseite */


  

      /* pg */

      .pg-adjektive h3{
        border: solid 2px;
        border-color: #E1FF0C;
        padding: 0.05rem 0.5rem 0.2rem 0.5rem;
        display: inline-block;
        font-size: .9rem;
        color: #E1FF0C;
        margin: 0.3rem 0rem 0.5rem 0.8rem;
  }

  
  .pg-intro{
    margin: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .pg-intro h1{
    margin-bottom: 1rem;
  }
  
  .pg-intro img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .petition-pg-link {
    border: #2400ff solid 2px;
    color: #2400ff;
    font-size: 0.8rem;
    width: 5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
  }
  
  .scribble-trenn{
    margin-top: 1rem ;
    display: flex;
    justify-content: center;
  }

  .scribble-trenn img{
    margin: 0%;
    width: 60%;
  }

  .pg-intro p {
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.4rem;
        margin-bottom: 1.5rem;
   }
    
   .pg-intro h2{
        padding-bottom: 0rem;
        font-family: grid;
  }
  
  .pg-angebot-intro{
    margin-top: -3rem;
    padding-bottom: 2.5rem;
  }
  .pg-angebot-intro h3 {
    font-family: grid;
    font-size: 2rem;
    color: #E1FF0C;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }


  .pg-angebot-intro p{
    margin: 1rem 3rem;
    padding-bottom: 2rem;
    color: #f7f7f7;
  }
  
  .pg-zitat{
    color: #f7f7f7;
    margin-top: 1rem;
  }

  .Zitat-pg{
    margin-top: -5rem;
  }

  .Zitat-pg-bg{
    margin-top: 1rem;
    padding: 3rem;
  }
  
  .film-pg{
        margin-top: 2rem;
        margin-bottom: 2rem;
  }
  
  .film-pg img{
        width: 100%;
  }
  

  
  iframe {
        width: 100%; /* Fülle die gesamte Breite des Container-Elements aus */
        height: 200px; /* Ändere die Höhe nach Bedarf */
  }

  .marginal p{
      margin-top: .2rem;
      font-size: .5rem;
      line-height: .7rem;
      color: #2a2a2a;
      font-weight: 100;
  }

  .pg-sketch{
      display: inline-block;
      overflow: hidden;
      margin: 0%;
      padding:0%;
  }
    
  .pg-sketch img{
      margin: 0%;
      width: 340%;
      overflow: hidden;
      padding-top: 1.4rem;
  }

  .pg-sketch-container h3{
      padding: 1rem 0 0 .5rem;
      font-size: 1.3rem;
  }

  .pg-sketch-all{
      padding-bottom: 2rem;
  }

  .pg-angebot h3{
      padding: 0rem;
      padding-bottom: 1rem;
      font-family: grid;
      font-size: 1.5rem;
      text-align: center;
  }

    .musik-pg-btn{
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f7f7f7;
    }

    .pg-musik{
      border: #2400ff solid 2.6px;
      color: #2400ff;
      font-size: 2.4rem;
      width: 8rem;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.3rem;
    }

    .pg-musik a{
      color: #2a2a2a;
      margin: 0%;
    }

    .pg-musik img{
      width: 25%;
      margin: 0%;
      margin-top: .1rem;
    }

    .click-me{
      display: flex;
      margin: -1.8rem;
      margin-bottom: -2rem;
    }

    .click-me img{
      width: 30%;
      margin-top: .5rem;
    }

    .pg-musik h5 {
      margin: 0%;
      font-family: grid;
      font-size: 1.4rem;
      /* text-decoration: underline; */
      color: #2400ff;
    }

    .audio-pg-text{
      color: #f7f7f7;
      /* margin: 1rem; */
    }
    
    .audio-pg-text p {
      padding: 0rem 4rem;
      padding-top: 3rem;
    }

    .audio-pg{
      display: flex;
      justify-content: center;
      padding: 1rem 4rem 2rem 4rem;
    }

    .audio-pg audio{
      justify-content: center;
    }

    audio::-webkit-media-controls-panel {
      background-color: #E1FF0C;
    }

    audio::-webkit-media-controls-enclosure {
      border-radius: 0px;
      background-color: #E1FF0C;
  }

  .pg-ende p{
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: 700; 
  }

  .pg-ende{
    padding: 1rem 3rem;
    margin-top: 1rem;
  }

  .pg-ende a{
    color: #2400ff;
    text-decoration: underline;
    font-size: 0.9rem;
    padding: 0rem;
    margin: 0rem;
    line-height: 1.4rem;
  }

  /* modus muffi unterseite */

  .header-modus {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw; 
    aspect-ratio: 1.1 / 1;
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    } 
  
  .header-modus h1 {
    font-size: 2.9rem;
    color: #f7f7f7;
    margin: 1rem auto;
    }
  
  .header-modus h3 {
     
    border: solid 2px;
    border-color: #f7f7f7;
    padding: 0.05rem 0.5rem 0.2rem 0.5rem;
    display: inline-block;
    font-size: 1rem;
    color: #f7f7f7;
    margin: 0.3rem 0rem 0.5rem 0.8rem;
    }
  
  .header-modus h2 {
    font-family: crazy;
    color: #f7f7f7;
    font-size: 1.2rem;
    }

  .modus-intro{
    margin: 2rem 3rem;
    margin-bottom: 2rem;
  }

  .modus-intro h1{
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  
  .modus-intro img {
    width: 100%;
  }
  
  .modus-intro p {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4rem;
    margin-bottom: 1rem;
  }

  .modus-intro h2{
    padding-bottom: 0rem;
    font-family: grid;
  }

  .modus-adjektive h3{
    border: solid 2px;
    border-color: #f51d00;
    padding: 0.05rem 0.5rem 0.2rem 0.5rem;
    display: inline-block;
    font-size: .9rem;
    color: #f51d00;
    margin: 0.3rem 0rem 0.5rem 0.8rem;

    }

  .ohren-modus{
    padding: 1rem;
    margin: 0%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .ohren-modus img {
    height: 100%;
  }

  .ohren-modus h2{
    text-align: center;
    margin-top: 0cap;
    font-size: 1.2rem;
  }

  

  .modus-gallery{
    display: flex;
  }
  
  .modus-gallery img {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 0.5rem;
  }

  .film-modusmuffi{
    display: block;
    margin-bottom: 4rem;
    margin-top: 1rem
  }

  .film-modusmuffi img {
    rotate: -10deg;
    width: 100%;
    padding-left: 1rem;
  }

.modus-sketch-all{
  display: flex;
}

.modus-sketch-all p{
padding: 1rem;
}

.modus-sketch{
  display: inline-block;
  overflow: hidden;
  margin: 0%;
  padding:0%;
}

.modus-sketch img{
  width: 500%;
  overflow: hidden;
}

.modus-sketch-text{
  padding: 0%;
  margin: 0;
}

.modus-sketch-text h2{
  padding-top: 2rem;
  margin: 0ch;
  font-size: 2.4rem;
  text-align: center;
}

.modus-sketch-below{
  padding-top: 0.4rem;
  padding-left: 1rem;
}

.corner-modus{
  margin: 0;
}

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

.vor-einschub h2{
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 2rem;
  text-align: center;
  
}

.modus-einschub{
  aspect-ratio: 0;
}

.modus-einschub p{
  color: #f7f7f7;
  margin: 0rem;
  padding: 0;
}

.modus-einschub h2 {
  text-align: center;
  padding: 0%;
  padding-bottom: .5rem;
  padding-top: .5rem;
  margin: 0%;
  font-size: 2rem;
  line-height: 2.4rem;
}

  .modus-klappe{
    padding: 0%;
    padding-bottom: 2rem;
  }
  
  .modus-klappe h1 {
    font-size: 2.4rem;
    color: #2a2a2a;
    margin-bottom: .5rem;
    text-align: center;
    }

  .modus-klappe h2 {
    font-size: 1.5rem;
    color: #2a2a2a;
    margin: 0rem;
    text-wrap: wrap;
    }

  .modus-klappe h3 {
      text-align: center;
      margin-bottom: 0rem ;
      padding: 1rem;
  }
  
  .modus-klappe p {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    }

  .modus-info p{
    padding: 0rem;
    margin: 0;
  }


  .click-me{
    display: flex;
    margin: -1.8rem;
    margin-bottom: -2rem;
  }

  .modus-musik {
    display: block;
    width: 6rem;
    height: 1.8rem;
    background-color: #2400ff;
    border: none;
    font-size: 0.8rem;
    padding: 0.3rem;
    margin-top: 1rem;
    right: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .besonders-modus p{
      color: #2a2a2a;
      padding-bottom: 1.5rem;
    }

    .bigmuffi-button{
      padding: 0;
      margin-left: 48%;
      background-color: #2a2a2a00;
    }

    .modus-ende p{
      color: #f7f7f7;
      padding-top: 2rem;
    }

    .modus-einschub_bg p {
      padding: 2rem;
    }

    .modus-ende_bg{
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100vw; 
    }

    .modus-social a{
      color: #E1FF0C;
      margin-right: 2rem;
      border: #E1FF0C solid 2px;;
    }

    .modus-headline h1 {
      font-size: 3rem;
    }


    .corner-modus img{
      margin-top: 0%;
    }

  .main-footer {
    position: fixed;
    bottom: 0rem;
    background-color: #2400ff;
    padding: 0.5rem;
    width: 100%;
  }


  /* floss seite */

  .floss_zitat {
    background-color: #2400ff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.8rem;
    color: #f7f7f7;
    padding: 5rem 4rem 5rem 4rem;
  }

  .tape {
    width: 15rem;
    margin-left: 1rem;
    margin-bottom: -4rem;
  }

  .hansa_collage {
    
      display: block;
      width: 100vw;
      margin-top: -3rem
  }
    
    
.hansa_collage img {
    width: 100%;
      margin: 0 auto;
      padding-left: 1rem;
      padding-right: 1rem;
      filter: drop-shadow(0px -4px 3px #42424272);
      }


      .hansa_bericht {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100vw; 
        aspect-ratio: 1 / 0.9;
        margin-top: 0;
        position: relative;
        }
      
      .hansa_bericht p {
        line-height: 1.4rem;
        font-size: 0.9rem;
        font-weight: 600; 
        color: #f7f7f7;
        padding: 3rem;
        padding-top: 0rem;
        padding-bottom: 3rem;
        }

.hansa_bericht h1 {
  color: #f7f7f7;
  padding: 7rem 3rem 1rem 3rem;
  font-size: 2.5rem;
  margin: 0;
  }

  .hansa_film_img {
    width: 100vw;
    margin-bottom: 1rem;
    }





  .us-footer{
    /* position: absolute; */
    bottom: 0rem;
    background-color: #2400ff;
    padding: 0.5rem;
    width: 100%;
  }

  .main-footer {
    position: sticky;
    bottom: 0;
    background-color: #2400ff;
    padding: 0.5rem;
    width: 100%;
  }


  .us-footer{
    /* position: absolute; */
    bottom: 0rem;
    background-color: #2400ff;
    padding: 0.5rem;
    width: 100%;
  }

  /* more */

  .more-text h2{
    font-family: grid;
    font-size: 2rem;
  }
  

   /* impressum&datenschutz */

.iundd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-left: 2rem;
  }

.iundd a {
  font-size: 0.7rem;
  font-family: grid;
  }

.impressum_container {
  padding: 3rem;
  padding-top: 1rem;
  }

.impressum_container h1 {
  color: #2400ff;
  }

.impressum_container h2 {
  font-size: 1.3rem;            
}

.datenschutz_container {
  padding: 3rem;
  padding-top: 1rem;
  }

.datenschutz_container h1 {
  color: #2400ff;
  line-height: 1.2em;
  }

.datenschutz_container h2 {
  font-size: 1.3rem;           
}

.ds_link {
  color: #2400ff;
  font-size: 0.8rem;
  line-height: 1em;
}

/* MATOMO */

.matomo {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}

.matomo span {
  /* max-width: 55ch; */
  font-size: 0.7rem;
  line-height: 0.3em;
  color: #C3C3C3;
  margin: 0;
  padding-right: 1rem;
}

#matomo-opt-out {
  display: flex;
  align-items: start;
  gap: 0.5em;
}

.media {
  display: none;
}

@media (max-width:300px) {

body {
  visibility: hidden;
  min-height: 100vh;
  background-color: #2400ff;
}}

@media (min-width:580px) {

  .impressum_container {
    display: none;
  }

  .main_container {
    display: none;
  }

  .gazo_container {
    display: none;
  }

  .us-footer {
    display: none;
  }

  header {
    display: none;
  }

  .main-footer {
    display: none;
  }

  .matomo {
    display: none;
  }

  .media{
    display: block;
  }

  .header_media {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw; 
    aspect-ratio: 1.5 / 1;
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    } 

  .header_media h1 {
    font-size: 3rem;
    color: #f7f7f7;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }

  .header_media img{
    max-width: 40%;
    height: auto;
  }

  .media_intro {
    padding: 3rem 5rem;
    display: flex;
    justify-content: space-between;
  }

  .media_intro h1 {
    margin-top: 0;
    font-size: 3rem;
  }

  .media_intro h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    /* width: 50%; */
    margin: 0rem 0rem;
  }

.qr-code {
flex: 0 0 15rem;
 
  margin-left: 1rem;
  
  
}


  .qr-code img {
    width: 100%;
   
  }
}