/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   @font-face {
    font-family: akkBlack;
    src:  url("../fonts/AkkuratLL-Black.otf") format("opentype");
   }
   @font-face {
    font-family: akkReg;
    src:  url("../fonts/AkkuratLL-Regular.otf") format("opentype");
   }

html, body{
  font-family: "akkReg", Helvetica, sans-serif;
  font-size: 15px;
  scroll-behavior: smooth;
}

h1, h2, h3, h4{
  font-family: "akkBlack", Helvetica, sans-serif;
  margin: 0;
}

h1{
  font-family: "akkReg", Helvetica, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
}

h2{
  font-size: 3.2rem;
  line-height: 3.7rem;
  text-transform: uppercase;
}

h3{
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "akkBlack", Helvetica, sans-serif;
}

h4{
  font-size: 2.2rem;
  margin-bottom: 30px;
}

p{
  font-family: "akkReg", Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 20px;
}

ul{
  margin:0;
}

ul li{
  list-style-type:none;
  margin: 0;
}

button{
  font-family: "akkBlack", Helvetica, sans-serif;
  background: #fff;
  border-radius: 100px;
  padding:15px;
  margin-top:30px;
  color: #355D40;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.5rem;
  transition: all .25s ease-out;
}

.more{
  width:35px;
  height:35px;
  border-bottom: 8px solid #000;
  border-left: 8px solid #000;
  transform-origin: center;
  transform: rotate(-45deg);
}

.grid-x{
  margin:0 5vw;
}

/*
 * Header
 */

 header{
  height:100vh;
  background-image: url(../img/HeaderBild.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color:#fff;
  position: relative;
  padding:10vh 0 0 0;
 }

 header h1{
  padding-bottom:10px;
 }

 header h2, #WasHeisst h2{
  padding-bottom:30px;
 }

 header .more{
  border-bottom: 8px solid #fff;
  border-left: 8px solid #fff;
  position: absolute;
  bottom:30px;
  left:50%;
  margin-left:-38px;
  animation: scroll 1s ease-in-out infinite alternate;
  cursor: pointer;
  transition: all .25s ease-out;

 }

 header .more:hover{
  border-bottom: 8px solid #355D40;
  border-left: 8px solid #355D40;
  transition: all .25s ease-out;
 }

 @keyframes scroll {
  0%{
    transform: translateY(-10px) rotate(-45deg);
  }
  100%{
    transform: translateY(0) rotate(-45deg);
  }
 }

 header button:hover{
  background:#355D40;
  color:#fff;
  transition: all .25s ease-out;
 }

 /*
 * Illustrations
 */

 #Illustrations{
  background: rgb(236,97,79);
  background: linear-gradient(0, rgba(236,97,79,0.4) 0%, rgba(154,200,113,0.4) 100%);
  padding:90px 0;
 }

 #Illustrations h2{
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
 }
#Illustrations .IlluMore{
  position: absolute !important;
 }

 #Illustrations img{
  position: absolute;
 }

 #Illustrations .grid-x .container{
  position: relative;
 }

 #Illustrations .Informations{
  padding:20px;
  width: 25vw !important;
  position: absolute !important;
  z-index: 13;
  border-radius: 50px;
  overflow: hidden;
  width:auto;
  cursor: pointer;
  transition: all .25s ease-in-out;
 }

 #Illustrations .vid{
  width: 35vw !important;
 }

  /* Interactions*/
.IlluMore{
  z-index: 20 !important;
  height: auto !important;
  background:#fff !important;
  transition: all .25s ease-in-out;
}
.IlluMoreP{
  display: block !important;
  opacity: 1 !important;
  transition: all .25s ease-in-out;
}

.Illuh3{
  transform:translateX(0) !important;
  transition: all .25s ease-in-out;
}

 #Illustrations .right p{
  padding:12px 0 0 0;
  margin-left: 5.5vw;
  opacity: 0;
  display: none;
  transition: all .25s ease-in-out;
 }
 #Illustrations .right ul{
  padding:12px 0 0 0;
  margin-left: 3.3vw;
  opacity: 0;
  display: none;
  transition: all .25s ease-in-out;
 }
 #Illustrations .right video, #Illustrations .right audio {
  padding:12px 0 0 0;
  opacity: 0;
  display: none;
  transition: all .25s ease-in-out;
 }

 #Illustrations .Informations ul li{
  list-style-type: "– ";
  margin-left: 20px;
 }

 #Illustrations video{
  width:25vw;
  z-index: 12;
  position: relative;
 }
 #Illustrations audio {
  width: 20vw;
  z-index: 12;
  position: relative;
}

 #Illustrations .Informations svg{
  z-index: 100;
  position: absolute;
  cursor: pointer;
  width: 4vw;
 }
#Illustrations .right svg {
  top: -2px;
}

#Illustrations .right h3{
  margin-left:4.5vw;  
  display: inline-block;
  padding: 15px;
  border-radius: 40px;
  background: #fff;
  position: relative;
  vertical-align: middle;
}

#Illustrations video, audio{
  margin-left:5vw;
}

#Illustrations .green{
  color:#355D40;
}
#Illustrations .pink{
  color:#9D125D;
}
#Illustrations .blau{
  color:#273265;
}

.ButtonMore, .ButtonPlay{
  transition: all .2s ease-out;
}
.ButtonMore .Kreuz, .ButtonPlay .KreuzPlay, .ButtonSound .close{
  opacity: 0;
  transition: all .2s ease-out;
}
.ButtonMore:hover circle{
  fill:#fff;
  stroke:#33645d;
  transition: all .2s ease-out;
}
.ButtonMore:hover line{
  stroke:#33645d;
  transition: all .2s ease-out;
}
.ButtonPlay:hover .circle{
  fill:#fff;
  stroke:#9d125d;
  transition: all .2s ease-out;
}
.ButtonPlay:hover .Play{
  fill:#9d125d;
  transition: all .2s ease-out;
}
.ButtonSound:hover .circle2{
  fill:#fff;
  stroke:#273265;
  transition: all .2s ease-out;
}
.ButtonSound:hover .music{
  fill:#273265;
  transition: all .2s ease-out;
}
.ButtonMoreClose{
  opacity: 1 !important;
  transition: all .2s ease-out;
}
.ButtonMoreClose2{
  fill:#fff !important;
  stroke:#33645d !important;
  transition: all .2s ease-out;
}
.ButtonPlayClose{
  fill:#fff !important;
  stroke:#9d125d !important;
  transition: all .2s ease-out;
}
.ButtonSoundClose{
  fill:#fff !important;
  stroke:#273265 !important;
  transition: all .2s ease-out;
}
.ButtonMoreClose3{
  opacity: 0 !important;
  transition: all .2s ease-out;
}

 /* Wegweiser*/
.Wegweiser{
  margin:130px 0 0 0;
  height:45vh;
}
.Wegweiser img{
  height:21vw;
  left:85%;
  top:-15%;  
}
.Wegweiser .MoreOpen{
  width:75%;
}
.Wegweiser .Informations{
  top: -1vw;
  left: 3vh;
  transition: all .25s ease-in-out;
}

 /* Interview1*/
 .Interview1{
  height:60vh;
}
.Interview1 img{
  height:35vw;
  left: 15%;
  top: -5%; 
}
.Interview1 .Informations{
  left: 15vw;
  top: -2vh;
}

 /* Baum1*/
.Baum1 img{
  height:35vw;
  right: 18%;
  top: 3%; 
}

 /* Gruppe*/
 .Gruppe{
  height: 50vh;
  top: -50%;
 }
 .Gruppe img{
  height:45vw;
  left: 5%;
  top: -30%; 
}

 /* Veranstalterin*/
 .Veranstalterin{
  height: 30vw;
 }

.Veranstalterin img{
  height: 22vw;
  left: 50%;
  top: -30%;
 }

 /* Wissensvermittlung */
.Wissensvermittlung{
  height: 50vh;
}
.Wissensvermittlung img{
  height:45vw;
  left: 0;
  top: -35%; 
}
.Wissensvermittlung .Informations{
  left: 7vw;
  top: 15vh;
}

 /* WaldodenGruppe */
 .WaldodenGruppe{
  height:25vh;
  margin-top: 5vh;
}
.WaldodenGruppe img{
  height:20vw;
  left: 15%;
  top: 0; 
}
.WaldodenGruppe .WaldodenGruppe1{
  left: 0;
  top: 2vh;
}
.WaldodenGruppe .WaldodenGruppe2{
  left: 20vw;
  top: -5vh;
}

 /* Herausforderungen */
 .Herausforderungen{
  height: 50vh;
}
.Herausforderungen img{
  height:45vw;
  left: 0;
  top: -20%; 
}
.Herausforderungen .Informations{
  left: 5vw;
  top: 10vh;
}

 /* Interview2*/
 .Interview2{
  height:60vh;
  margin-top: 5vh;
}
.Interview2 img{
  height:35vw;
  left: 15%;
  top: -5%; 
}
.Interview2 .Informations{
  left: 2vw;
  top: 20vh;
}
.Interview2 video{
  margin-left:80px;
}

 /* Vogel */
 .Vogel{
  height: 50vh;
  margin-top: -10vh;
}
.Vogel img{
  height:45vw;
  left: 0;
  top: -20%; 
}
.Vogel .Informations{
  left: 2vw;
  top: 20vh;
}

/* Infrastruktur*/

.Infrastruktur{
  height: 50vh;
  margin-top: -5vh;
}

 /* Interview3*/
 .Interview3{
  height:60vh;
  margin-top: 15vh;
}
.Interview3 img{
  height:35vw;
  left: 15%;
  top: -5%; 
}
.Interview3 .Informations{
  left: 0;
  top: 10vh;  
}
.Interview3 video{
  margin-left:80px;
}

 /* Erlebnis*/
 .Erlebnis{
  margin-top: -5vh;
  height: 35vh;
 }

 .Erlebnis .Informations{
  left: 7vw;
  top: 22vh; 
}

 /* Was heisst eigentlich inklusion?*/

 #WasHeisst{
  position: relative;
  height: 92vh;
  margin:2vw;
  background: url(../img/washeisst.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 }
 #WasHeisst div{
  position: absolute;
  left: -2vw;
  top: 30vh;
  width: 30vw;
  background: #9AC872;
  color: #fff;
  padding: 2vw 2vw 2vw 5vw;
  border-radius: 0 40px 40px 0;
 }

 /* Was heisst eigentlich inklusion?*/
 #Ergebnisse{
  position: relative;
  height: 90vh;
  color: #fff;
}

#Ergebnisse .grid-x{
  padding: 90px 0;
}

#Ergebnisse h2{
  margin-bottom: 30px;
}

#Ergebnisse #ErgebnisseIntro{
  padding: 0 7vw 0 0;
}

#Ergebnisse #ErgebnisseSlider{
  padding: 0 7vw;
  position: relative;
}

#Ergebnisse #background1{
  background: #EC614F;
  width: 50vw;
  height: 90vh;
  position: absolute;
  z-index: -2;
}
#Ergebnisse #background2{
  background: #96CED5;
  width: 50vw;
  height: 90vh;
  left: 50vw;
  position: absolute;
  z-index: -2;
}
#Ergebnisse button{
  background: none;
  position: absolute;
}
#Ergebnisse button div{
  border-bottom: 8px solid #fff;
  border-left: 8px solid #fff;
}
#Ergebnisse #goToPrevSlide{
  top: 30vh;
  left: 2vw;
  transform: rotate(90deg);
}
#Ergebnisse #goToNextSlide{
  top: 30vh;
  right: 2vw;
  transform: rotate(-90deg);
}

 /* Quotes*/
 #Quotes{
  position: relative;
  height: 80vh;
  margin:2vw;
  background: url(../img/quotes.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 }

 #Quotes .grid-x{
  margin: 0;
 }

 #Quotes .quote{
  position: absolute;
  display: none;
  text-align: center;
  color: #fff;
  bottom: 2vh;
 }

  /* undJetzt*/
  #undJetzt{
    position: relative;
    background: #9AC872;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding:90px 0;
   }

   #undJetzt h2{
    margin-bottom: 80px;
   }

   #undJetzt .jetztiillu{
    position: relative;
   }

   #undJetzt .jetztiillu img{
    position: absolute;
    left: 2vw;
    height: 70vh;
   }

   #undJetzt .Exist{
    text-align: center;
    margin-bottom: 15vh;
    margin-top: 90px;
   }

   #undJetzt .existpost{
    padding: 0 2vw;
   }

   #undJetzt .existpost .post{
    background: #fff;
    color: #9AC872;
    padding: 30px;
    border-radius: 40px;
   }

   #undJetzt .existpost h4{
    text-align: center;
   }

   #undJetzt .existpost img{
    width: 200px;
    height: 15vh;
    margin-top: -2vh;
    margin-bottom: 3vh;
    left: 50%;
    position: relative;
    margin-left: -100px;
   }

   #undJetzt .kurzlang img{
    height: 20vh;
    margin-top: -7vh;
   }

   #undJetzt .more{
    border-bottom: 8px solid #9AC872;
    border-left: 8px solid #9AC872;
    cursor: pointer;
    position: relative;
    left: 50%;
    margin-left: -17.5px;
    margin-top: 20px;
    transition: all .2s ease-out;
   }
   #undJetzt .more:hover{
    border-bottom: 8px solid #39B37A;
    border-left: 8px solid #39B37A;
    transition: all .2s ease-out;
   }

   #undJetzt .cachecontainer{
    height: 30vh;
    overflow: hidden;
    transition: all .2s ease-out;
   }

   #undJetzt .cache{
    opacity: 0;
    transition: all .2s ease-out;
   }

   .opencache{
    height: auto !important;
    transition: all .2s ease-out;
   }
   .decache{
    opacity: 1 !important;
    transition: all .2s ease-out;
   }
   .cacheback{
    transform: rotate(135deg);
    transition: all .2s ease-out;
   }

     /* Footer*/

   footer{
    background: #00729C;
    color: #fff;
    padding: 90px 0 45px;
   }
   footer a, footer a:hover{
    color: #fff;
   }
   footer div p a{
    text-decoration: underline;
   }
   footer .copy{
    font-size: 12px;
    text-align: center;
    margin-top: 90px;
   }


   /* ==========================================================================
   Big Desktop
   ========================================================================== */


   @media screen 
   and (min-width:1800px)  {
    #undJetzt .cachecontainer {
      height: 24vh;
    }
    #Illustrations audio {
      width: 15vw;
    }
    #Illustrations .Informations {
      width: 23vw !important;
    }
    #Illustrations .vid {
      width: 35vw !important;
    }
   }

/* ==========================================================================
   Small Desktop
   ========================================================================== */

   @media screen 
   and (min-width: 1024px) and (max-width: 1400px)   {
    h2 {
      font-size: 2.3rem;
      line-height: 2.8rem;
    }
    h4 {
      font-size: 1.8rem;
    }
    p {
      font-size: 1.1rem;
      line-height: 1.4rem;
    }
    button {
      font-size: 1.1rem;
      line-height: 1.4rem;
    }
    h3 {
      font-size: 1.1rem;
      line-height: 1.4rem;
    }
    #Illustrations .Informations {
      width: 30vw !important;
    }
    #Illustrations .vid {
      width: 40vw !important;
    }
    #Illustrations video {
      width: 30vw !important;
    }
    .WaldodenGruppe {
      margin-top: 0;
    }
    #Illustrations {
      padding: 90px 0 0 0;
    }
    #Ergebnisse {
      height: 110vh;
    }
    #Ergebnisse #background1 {
      height: 110vh;
    }
    #Ergebnisse #background2 {
      height: 110vh;
    }
   }

   /* ==========================================================================
   IPAD PRO
   ========================================================================== */

   @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .Interview1 {
      height: 30vh;
    }
    .Baum1{
      height: 30vh;
    }
    .Wegweiser {
      height: 30vh;
    }
    .Gruppe{
      height: 30vh;
    }
    .Wissensvermittlung {
      height: 25vh;
    }
    .Interview2 {
      height: 30vh;
    }
    .Herausforderungen {
      height: 35vh;
    }
    .Vogel {
      height: 30vh;
    }
    .WaldodenGruppe {
      height: 15vh;
    }
    .Interview3 {
      height: 35vh;
    }
    #Ergebnisse {
      height: 75vh;
    }
    #Ergebnisse #background1 {
      height: 75vh;
    }
    #Ergebnisse #background2 {
      height: 75vh;
    }
    #undJetzt .cachecontainer {
      height: 23vh;
    }
}


   /* ==========================================================================
   IPAD 
   ========================================================================== */

@media screen 
and (min-device-width: 640px) and  (max-device-width: 1023.9px), (min-width: 640px)  and (max-width: 1023.9px)   {

  header {
    background-position: 70%;
  }
  h2 {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  button {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .Interview1 {
    height: 30vh;
  }
  .Baum1{
    height: 30vh;
  }
  .Wegweiser {
    height: 25vh;
    margin: 0 0 0 0;
  }
  .Gruppe{
    height: 33vh;
  }
  .Wissensvermittlung {
    height: 25vh;
  }
  .Interview2 {
    height: 30vh;
    margin-top: -30vh;
  }
  .Herausforderungen {
    height: 35vh;
  }
  .Vogel {
    height: 30vh;
  }
  .WaldodenGruppe {
    height: 15vh;
    margin-top: -10vh;
  }
  .Interview3 {
    height: 35vh;
    margin-top: -10vh;
  }
  .Infrastruktur {
    height: 30vh;
  }
  #Ergebnisse {
    height: 100vh;
  }
  #Ergebnisse #background1 {
    height: 50vh;
    width: 100vw;
  }
  #Ergebnisse #background2 {
    height: 50vh;
    width: 100vw;
    margin-top: 50vh;
    left: 0;
  }
  #Ergebnisse .grid-x {
    padding: 100px 0;
  }
  #undJetzt .cachecontainer {
    height: 23vh;
  }
  #Illustrations .Informations {
    width: 38vw !important;
  }
  .Interview1 .Informations {
    left: 5vw;
    top: -2vh;
  }
  .Veranstalterin img {
    height: 25vw;
  }
  .WaldodenGruppe .WaldodenGruppe1 {
    left: -12vw;
    top: 2vh;
  }
  .WaldodenGruppe .WaldodenGruppe2 {
    left: 10vw;
    top: -7vh;
  }
  .Wissensvermittlung .Informations {
    left: 7vw;
    top: 7vh;
  }
  .Herausforderungen .Informations {
    left: 5vw;
    top: -10vh;
  }
  #Illustrations video {
    width: 35vw;
  }
  #Illustrations .vid {
    width: 45vw !important;
  }
  .Vogel .Informations {
    left: 20vw;
    top: -1vh;
  }
  .Interview3 .Informations {
    left: -15vw;
    top: 10vh;
  }
  .Erlebnis {
        height: 22vh;
  }
  .Erlebnis .Informations {
    left: 7vw;
    top: 12vh;
  }
  #WasHeisst div {
    width: 50vw;
  }
  #Ergebnisse #ErgebnisseIntro {
    padding: 0 7vw 7vh 0;
  }
  #Ergebnisse #ErgebnisseSlider {
    padding: 10vh 7vw;
  }
  #Ergebnisse #ErgebnisseSlider ul {
    margin-left: 0;
  }
  #Ergebnisse #goToPrevSlide {
    top: 25vh;
    left: 0vw;
  }
  #Ergebnisse #goToNextSlide {
    top: 25vh;
    right: 0vw;
  }
  #undJetzt .Exist {
    text-align: center;
    margin-bottom: 5vh;
    margin-top: 50px;
  }
  #undJetzt .existpost {
    padding: 2vh 2vw;
  }
  footer ul:nth-child(4){
    margin-top: 2vh;
  }
  #Illustrations .Informations svg {
    width: 6vw;
  }
}

   /* ==========================================================================
   MOBILE 
   ========================================================================== */
   @media screen 
   and (max-device-width: 640px), (max-width:640px)  {
    body, html{
      overflow-x: hidden;
      width: 100vw;
    }
    header {
      background-position: right;
    }
    h2 {
      font-size: 2.3rem;
      line-height: 2.8rem;
    }
    h4 {
      font-size: 1.8rem;
    }
    p {
      font-size: 1rem;
      line-height: 1.3rem;
    }
    button {
      font-size: 1rem;
      line-height: 1.3rem;
    }
    .HeaderMore{
      display: none;
    }
    h3 {
      font-size: 1rem;
      line-height: 1.3rem;
    }
    .Interview1 {
      height: 30vh;
    }
    .Baum1{
      height: 25vh;
    }
    .Wegweiser {
      height: 25vh;
      margin: 0 0 0 0;
    }
    .Gruppe{
      height: 33vh;
    }
    .Wissensvermittlung {
      height: 25vh;
    }
    .Interview2 {
      height: 45vh;
      margin-top: 0;
    }
    .Herausforderungen {
      height: 35vh;
    }
    .Vogel {
      height: 30vh;
    }
    .WaldodenGruppe {
      height: 30vh;
      margin-top: 15vh;
    }
    .Interview3 {
      height: 35vh;
      margin-top: -10vh;
    }
    .Infrastruktur {
      height: 62vh;
      margin-top: 10vh;
    }
    #Ergebnisse {
      height: 190vh;
    }
    #Ergebnisse #background1 {
      height: 75vh;
      width: 100vw;
    }
    #Ergebnisse #background2 {
      height: 115vh;
      width: 100vw;
      margin-top: 75vh;
      left: 0;
    }
    #Ergebnisse .grid-x {
      padding: 50px 0;
    }
    #undJetzt .cachecontainer {
      height: 23vh;
    }
    #Illustrations .Informations {
      width: 75vw !important;
    }
    .Interview1 .Informations {
      left: 5vw;
      top: -2vh;
    }
    #Illustrations .right h3 {
      margin-left: 10.5vw;
    }
    #Illustrations .Informations svg {
      width: 10vw;
    }
    .Veranstalterin img {
      height: 35vw;
    }
    .WaldodenGruppe .WaldodenGruppe1 {
      left: 25vw;
      top: 10vh;
    }
    .WaldodenGruppe .WaldodenGruppe2 {
      left: 10vw;
      top: -12vh;
    }
    .Wissensvermittlung .Informations {
      left: 5vw;
      top: 0vh;
    }
    .Herausforderungen .Informations {
      left: 10vw;
      top: -2vh;      
    }
    .Veranstalterin .Informations {
      left: -50vw;
      top: 12vh;
    }
    .Gruppe .Informations {
      left: 0vw;
      top: -20vh;
    }
    #Illustrations audio {
      margin-left: 15vw;
    }
    #Illustrations video {
      width: 60vw;
    }
    #Illustrations .vid {
      width: 80vw !important;
    }
    #Illustrations .right p {
      margin-left: 14.5vw;
      padding: 0;
    }
    .Vogel .Informations {
      left: 10vw;
      top: -3vh;
    }
    .Interview3 .Informations {
      left: 1vw;
      top: -7vh;
    }
    .Erlebnis {
      height: 30vh;
      margin-top: 0vh;
    }
    .Erlebnis .Informations {
      left: 7vw;
      top: 12vh;
    }
    #WasHeisst div {
      width: 80vw;
      top: 27vh
    }
    #WasHeisst {
      height: 96vh;
    }
    #Ergebnisse #ErgebnisseIntro {
      padding: 0 7vw 7vh 0;
    }
    #Ergebnisse #ErgebnisseSlider {
      padding: 18vh 7vw;
    }
    #Ergebnisse #ErgebnisseSlider ul {
      margin-left: 0;
    }
    #Ergebnisse #goToPrevSlide {
      top: 95vh;
      left: 0vw;
    }
    #Ergebnisse #goToNextSlide {
      top: 95vh;
      right: 0vw;
    }
    #undJetzt .Exist {
      text-align: center;
      margin-bottom: 5vh;
      margin-top: 50px;
    }
    #undJetzt .existpost {
      padding: 2vh 2vw;
    }
    #undJetzt {
      padding: 50px 0;
    }
    #undJetzt h2 {
      margin-bottom: 50px;
    }
    #undJetzt .jetztiillu {
      height: 35vh;
    }
    #undJetzt .existpost .post {
      margin-bottom: 50px;
    }
    #undJetzt .jetztiillu img {
      height: 40vh;
    }
    footer ul:nth-child(4){
      margin-top: 2vh;
    }
    .Wegweiser img {
      height: 55vw;
      left: 70%;
      top: -15%;
    }
    .Interview1 img {
      height: 80vw;
      left: 13%;
      top: -20%;
    }
    .Baum1 img {
      height: 65vw;
      right: 5%;
      top: -65%;
    }
    .Gruppe img {
      height: 80vw;
      left: 5%;
      top: -50%;
    }
    .Wissensvermittlung img {
      height: 80vw;
      left: 10vw;
      top: -35%;
    }
    .WaldodenGruppe img {
      height: 40vw;
      left: 8%;
      top: 0px;
    }
    .Herausforderungen img {
      height: 85vw;
      left: 0;
      top: -10%;
    }
    .Interview2 img {
      height: 70vw;
      left: 15%;
      top: 0%;
    }
    .Interview2 .Informations {
      left: 0vw;
      top: 3vh;
    }
    .Vogel img {
      height: 90vw;
      left: 11vw;
      top: -5vh;
      transform: scaleX(-1);
    }
    .Interview3 img {
      height: 72vw;
      left: 15%;
      top: -5%;
    }
   }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

