

p{
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height:1.4;
  margin:0;
}

a{
  cursor: url('bilder/pointer.png'), auto;
  text-decoration: none;
  font-size: 1rem;
  line-height:1.4;
  margin:0;
  color:unset;
}

h1{
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height:1.2;
  margin:0;
}

h2{
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  line-height:1.2;
  margin: 0;
}

h3, .burger-menu a{
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height:1.2;
  margin:0;
}

h4{
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height:1.4;
  margin:0;
}

.buttonContent p, .buttonContent a{
  color: #FFFFFF;
  font-size: 0.8rem;
}



body{
  color: #000000;
  margin:0;
  background-color: #f5f5ff;
  word-wrap: break-word;
  overflow: hidden;
  cursor: url('bilder/pointer.png'), auto;
}

em{

}

.cursor-up {
    cursor: url('bilder/cursor-up.png'), auto;
}

.cursor-down {
    cursor: url('bilder/cursor-down.png'), auto;
}

#titel{
  position: fixed;
  top: 1rem;
  left: 1rem;
  background-color: #FFFFFF;
  border-radius: 30px;
  width: fit-content;
}

.kapitel{
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 30px;
  width: fit-content;
}

.whole .kapitel, .left .kapitel{
  left:0;
  margin-left:1rem;
  margin-top:3.2rem;
}

#titel h4, .kapitel h4{
  margin: 0.4rem 0.8rem 0.4rem 0.8rem;
  color:#004700;
}

.burger-menu {
  position: fixed;
  cursor: url('bilder/pointer.png'), auto;
  overflow-y: scroll;
  top: 0;
  right: -80%; /* Start außerhalb des Bildschirms */
  width: 80%;
  height: 100%;
  background-color: #FFFFFF;
  transition: right 0.6s ease;
  z-index: 1000;
}

.burger-menu ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding:15vh 7vw 10vh 4vw;
}

.burger-menu ul li{
 margin: 2px 0 40px 0;
}

.burger-menu a {
  text-decoration: none;
  color: #004700;
}

a:hover {
  color: #DBB0FD;
}

.menu-icon {
    position: fixed;
    right: 1.5rem;
    font-size: 50px;
    cursor: url('bilder/pointer.png'), auto;
    z-index: 1001;
}

.menu-icon:hover{
  cursor: url('bilder/pointer.png'), auto;
}

.menu-icon.active{
  right: 30px;
}

.scroll-indicator {
  position: fixed;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 100%;
  background-color: #DBB0FD;
}

.hinweis{
  position: fixed;
  bottom: 1rem;
  right:1rem;
  left:1rem;
  background-color: #FFFFFF;
  color: #004700;
  border: 1.5px solid #004700;
  border-radius: 35px;
  padding: 15px;
}

.hinweis h4{
  font-size: 1rem;
}

.hinweisWrap{
  background-color: #DBB0FD;
  border: 1.5px solid #DBB0FD;
  margin-top: 15px;
  border-radius: 30px;
  width: fit-content;
  cursor: url('bilder/pointer.png'), auto;
  transition: background-color 0.3s, color 0.3s;
}

.hinweis .hinweisWrap:hover{
  background-color: #004700;
  border: 1.5px solid #004700;
}

.hinweis .hinweisWrap:hover .hinweisButton{
  color: #FFFFFF;
}

.hinweisButton{
  border: none;
  font-size: 1rem;
  margin: 0.9rem 1rem 0.8rem 1rem;
  padding: 0;
  background-color: unset;
  color: #004700;
  cursor: url(bilder/pointer.png), auto;
  transition: color 0.3s;
}



.container{
  height: 100vh;
}

.section{
  height: 100vh;
  display: grid;
}

.half {
  display: flex;
  overflow-y: scroll;
}

.left{
}

.right{
}

.whole {
  height: 100vh;
  width:100vw;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}

.half::-webkit-scrollbar, .whole::-webkit-scrollbar, .imgContainer::-webkit-scrollbar{
    width:0;
    visibility: hidden;
}

#section1 .left{
  height:40vh;
  background-color: #004700;
  color: #DBB0FD;
}

#section1 .imgContainer {
  height: 50vh;
  padding: 10vh 0.55rem 25vh 0.5rem;
}

#section1 .imgContainer img{
  width:100%;
}

#section2 .right {
  height:40vh;
  background-color: #004700;
  color: #DBB0FD;
}

#section2 .imgContainer {
  max-width: 100%;
  height: auto;
  padding: 0.5rem 25vw;
}

#section2 .imgContainer img{
  max-height: 100%;
  width: auto;
}

#section3 .whole {
  background-color: #DBB0FD;
  color: #004700;
}

#section4 .left {
  height:60vh;
  background-color: #DBB0FD;
  color: #004700;
}

#section4 .imgContainer {
  height: 50vh;
  padding: 5vh 1rem 15vh 0.8rem;
}

#section4 .imgContainer img{
  width:85%;
}

#section5 .left {
  height:40vh;
  background-color: #EFFF64;
  color: #004700;
}

#section5 .right {
  height:60vh;
}

#section5 .headerWrap{
  background-color: #004700;
  color: #EFFF64;
  border: 1.5px solid #EFFF64;
}

#section5 .listButton{
  background-color: #EFFF64;
  border: 1.5px solid #EFFF64;
}

#section5 .button{
  color: #004700;
}

#section5 .listButton:hover{
  background-color: #004700;
  border: 1.5px solid #004700;
}

#section5 .listButton:hover .button{
  color: #EFFF64;
}

#section6 .right{
  height:40vh;
  background-color: #EFFF64;
  color: #004700;
}

#section6 .imgContainer {
  max-width: 100%;
  height: auto;
  padding: 13vh 15vw 1rem 15vw;
}

#section6 .imgContainer img{
  max-height: 100%;
  width: auto;
}

#section7 .whole{
  background: url("bilder/Hintergründe-09.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section8 .whole{
  background: url("bilder/Hintergründe-10.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section9 .whole{
  background: url("bilder/Hintergründe-11.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section10 .left{
  height:40vh;
  background-color: #003A9E;
  color: #EFFF64;
}

#section10 .right{
  height:60vh;
  background-color: #f5f5ff;
}

#section10 .headerWrap{
  background-color: #EFFF64;
  color: #003A9E;
  border: 1.5px solid #003A9E;
}

#section11 .left{
  height:40vh;
  background-color: #FF9F81;
  color: #003A9E;
}

#section11 .right{
  height:60vh;
}

#section11 .headerWrap{
  background-color: #003A9E;
  color: #FF9F81;
  border: 1.5px solid #FF9F81;
}

#section12 .left{
  height:40vh;
  background-color: #004700;
  color: #FF9F81;
}

#section12 .right{
  height:60vh;
  color: #004700;
}

#section13 .whole {
  background-color: #DBB0FD;
  color: #004700;
}

#section14 .right {
  height:55vh;
  background-color: #DBB0FD;
  color: #004700;
}

#section14 .headerWrap{
  background-color: #004700;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
}

#section14 .listButton{
  background-color: #DBB0FD;
  border: 1.5px solid #DBB0FD;
}

#section14 .button{
  color: #004700;
}

#section14 .listButton:hover{
  background-color: #004700;
  border: 1.5px solid #004700;
}

#section14 .listButton:hover .button{
  color: #FFFFFF;
}

#section14 .imgContainer {
  height: 45vh;
  padding: 7vh 0.55rem 25vh 0.5rem;
}

#section14 .imgContainer img{
  width:100%;
}

#section15 .left{
  height:40vh;
  background-color: #DBB0FD;
  color: #004700;
}

#section15 .right{
  height:60vh;
  color: #004700;
}

#section16 .left, #section16 .right{
  background-color: #FFFFFF;
}



.left .text {
  padding: 13vh 8vw 5vh 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.right .text{
  padding: 5vh 8vw 5vh 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whole .text{
  text-align: center;
  align-self: center;
  padding: 11vh 10vw 10vh 10vw;
}

.text-wrap{
  margin-top:15px;
}

.text p{
  padding-bottom: 25px;
}

.whole .fallbeispiel{
  border-radius: 43px;
  background-color: #FFFFFF;
  height: fit-content;
  margin: 13vh 1rem 10vh 1rem;
  padding: 25px 25px 25px 15px;
}

.list{
  text-align: left;
  height: fit-content;
  margin: 1rem 1rem 5rem 1rem;
}

.headerWrap{
  cursor: url('bilder/pointer.png'), auto;
  width: fit-content;
  border-radius: 35px;
  transition: display 10s ease-in-out;
  font-size:
}

.header {
  padding: 15px;
  display:flex;
  flex-direction: column;
}

.listButton{
  border-radius: 30px;
  margin-top: 25px;
  width: fit-content;
  cursor: url('bilder/pointer.png'), auto;
  transition: background-color 0.3s, color 0.3s;
}

.content {
  display: none;
  padding: 25px 10px 10px 0;
  transition: display 10s;
}

.subheadline{
  padding: 0 10px 0 0;
}

.headerWrap.active .listButton {
  display: none;
}

.headerWrap.active .content {
  display: block;
}

#listButton7, #listButton8, #listButton9, #listButton10, #listButton11, #listButton12, #listButton14, #listButton15{
  display: none;
}

.hidden{
  display: none;
}



.buttonWrap{
  background-color: #FFFFFF;
  border: 1.5px solid #004700;
  border-radius: 30px;
  margin-top: 25px;
  width: fit-content;
  cursor: url('bilder/pointer.png'), auto;
  transition: background-color 0.3s, color 0.3s;
}

.button {
  border: none;
  font-size: 1rem;
  margin: 0.9rem 1rem 0.8rem 1rem;
  padding: 0;
  background-color: unset;
  color: #004700;
  cursor: url('bilder/pointer.png'), auto;
  transition: color 0.3s;
}

.buttonContent{
  display: none;
  padding: 0 15px 15px 15px;
  transition: display 1.3s ease;
  max-width: 500px;
}

.buttonWrap:hover, .button-active{
  background-color: #004700;
}

.buttonWrap:hover .button{
  color: #FFFFFF;
}

.button-active .buttonContent{
  display: block;
  margin: 0.4rem 1rem 0rem 1rem !important;
  padding:0 15px 15px 0 !important;
}

.button-active .button{
  color: #FFFFFF;
  font-size: 40px !important;
  margin: 0.4rem 1rem 0rem 1rem !important;
}

.foerderer{
  padding:20vh 0vw 7vh 0vw;
  display: flex;
  align-items: flex-end;
}

.foerderer img{
  width: 100vw;
}




@media (min-width: 600px) {

  p, a{
    font-size: 1.2rem;
  }

  h1{
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  h3, .burger-menu a{
    font-size: 1.7rem;
  }

  h4, h4 a, .hinweis h4{
  font-size: 1rem;
  }

  .button, .buttonContent p, .buttonContent a, .hinweisButton {
    font-size: 1rem;
  }

  .whole .kapitel, .left .kapitel{
    margin-left:19rem;
    margin-top:1rem;
  }

  .burger-menu {
    width: 40%;
  }

  .menu-icon {
      top: 20px;
      right: 45px;
  }

  .menu-icon.active{
    right: 50px;
  }

  .scroll-indicator {
    width: 1rem;
  }

  .container{
    display: flex;
    flex-direction: column;
  }

  .section{
    flex: 0 0 100%;
    display: flex;
  }

  .half {
    flex: 1; /* Jede Hälfte nimmt gleich viel Platz ein */
    height: unset !important;
  }

  .whole {
    height: unset;
  }

  .imgContainer img{
    width: 49vw;
  }

  .left .text, .right .text{
    padding: 20vh 8vw 10vh 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: unset;
  }

  .whole .text{
    padding: 20vh 25vw 20vh 25vw;
  }

  .list{
    margin: 11vh 1.5rem 5rem 1rem;
  }

  .whole .fallbeispiel{
    width: 50vw;
    margin: 11vh 40vw 10vh 10vw;
  }

  .foerderer{
    padding:20vh 5vw 7vh 0vw;
    display: flex;
    align-items: flex-end;
  }

  .foerderer img{
    width: 45vw;
    max-width: 800px;
  }

  .hinweis{
    width:350px;
    left:unset;
    right:2rem;
  }

  #section1 .imgContainer {
    padding: 25vh 0.85rem 25vh 0.8rem;
  }

  #section2 .imgContainer {
    padding: 1rem 10vw;
  }

  #section4 .imgContainer {
    padding: 35vh 1rem 15vh 0.8rem;
  }

  #section6 .imgContainer {
    padding: 25vh 5vw 1rem 5vw;
  }

  #section14 .imgContainer {
    padding: 25vh 0.85rem 25vh 0.8rem;
  }

}


@media (min-width: 900px) {

  p, a{
    font-size: 1.4rem;
  }

  h1{
    font-size: 3rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3, .burger-menu a{
    font-size: 2rem;
  }

  h4, h4 a, .hinweis h4{
    font-size: 1.2rem;
  }

  .button, .buttonContent p, .buttonContent a, .hinweisButton {
    font-size: 1.2rem;
  }

  .whole .kapitel, .left .kapitel{
    left:0;
    margin-left:22rem;
  }

  .left .text, .right .text{
    padding: 30vh 8vw 10vh 4vw;
    max-width: 800px;
  }

  .text p{
    margin-top: 2vh;
  }

  .list{
    margin: 20vh 1.5rem 5rem 1rem;
    max-width: 1000px;
  }

  .whole .fallbeispiel{
    max-width: 1000px;
    margin: 20vh 40vw 10vh 10vw;
  }

}
