:root {
  #--content-width: 65rem;
  --datyellow: #f3f46c;
}

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

html {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}



.content {
  width: 60vw;
  margin: auto;
  background-color: white;
  padding: 1.5em;
}

  .content a {
    #text-decoration: underline;
    cursor: pointer;

  }

  .content a:hover {
      background-color: black;
      color: var(--datyellow);
      box-shadow: none;
    }

  .content p {
    margin-bottom: 1rem;
  }
.content h1{
  margin-bottom: 30px;
}
.content ol ul{
  margin-bottom: 20px;
}

.content.img{
  max-width: 60vw;
}
.content iframe{
  height: 70vh;
  display: block;
  width: 100%;
  border: none;
}

.contentIntro{
  position: relative;
  margin-bottom: 3rem;
}
 /*===========BLOCK STYLES============*/
 .block {
   margin-bottom: 1.5rem;
 }
 .block svg{
   width: 1rem;
   height: 1rem;
 }
.block-type-text{
    line-height: 1.5;

}
.block-type-text a{
  line-height: 1.5;
  background-color:lightgray;
  box-shadow: none;
  text-decoration: underline;
  padding: 0;
}

.singleImg{ /* block-type image*/
  cursor: pointer;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 1.5rem;
  max-height: 80vh;
}
.singleImg:hover{
    box-shadow: 1rem 1rem black;
}

.block-type-image figcaption{
  text-align: center;
}
.block-type-gallery ul{
  display: flex;
  flex-wrap: wrap;
}
.galleryBlockImg{
  cursor: pointer;
  margin: 1rem;
  max-width: 100%;
  height: 30vh;
}
.galleryBlockImg:hover{
  box-shadow: 0.7rem 0.7rem black;

}

.block-type-markdown iframe{
  width: 100%;
}
.block-type-filedrop a{
  text-decoration: underline;
}
.block-type-subpage a{
  text-decoration: underline;
}
.block-type-klick a{
  text-decoration: underline;
}
.block-type-list ul{
  margin-left: 1.5rem;
}
.block-type-list li{
  list-style: square;
}



/*==========================================*/


.more{
  display: inline-block;
  margin-top: 1rem;
  bottom: 0;
  padding: 0px 5px 0px 5px;
  border: solid;
  border-bottom: none;
}
.more:hover{
  border: black;
  margin-top: 1rem;
  bottom: 0;
  padding: 0px 5px 0px 5px;
  border: solid;
  border-bottom: none;
}


.faq{
}
.frage {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: lightgray;
  margin-bottom:0 ;
}
.frage:hover{
  background-color: black;
  color: var(--datyellow);
}


.antwort {
 display: none;
 padding: 10px;
  padding-left: 30px;
  background-color: white;

  border-style: solid;
  border-radius: 5px;
  border-top-left-radius: 0;
  #border-color: lightgray;
}
.antwort a{
  text-decoration: underline;
}

.subpages{
  margin-top: 50px;
}
.subpages a{
  font-size:1.4rem
}


li {
  list-style: none;
}
body {
background-color: #f3f46c;
}
a {
  color: currentColor;
  text-decoration: none;
}
.uniform__potty {
  position: absolute;
  left: -9999px;
}

strong, b {
  font-weight: bold; 
}

form .honeypot,
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

img.wat {
  width: 100%;
}

.imgGalerie {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
}
.imgGalerie img{
  cursor: pointer;
  max-width: 100%
}

.image {

  flex-grow: 1;
  border-width: 10px;
  margin: 0;
}

  .image:hover {

  }

a.imgLink {
  margin: 0;
  padding: 0;
  #display:inline-block;
  min-width: 30%;
  max-width: 50%;
  #flex-grow: 1;
}

/* MODAL STYLES_____________________________________________ */

.mySlides {
  display: none;
  color: white;
  height: 100%;
}

.mySlides span{
  color:white;
position: absolute;
  right: 2em;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none;
  background-color: rgba(0,0,0,0.9);
}
.modalSlides{
  width: auto;
}
.modal-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 80vh;
  margin-top: 30px;
}

.close {
  position: absolute;
  color: white;
 

  line-height: 0.8;
  top: 20px;
  right: 50px;
  font-size: 2rem;
}

  .close:hover {
    color: gray;
  }

.prev {
  color: white;
  position: absolute;
  left: 50px;
  top: 50vh;
  font-size: 2rem;
}

  .prev:hover {
    color: gray;
  }

.next {
  color: white;
  position: absolute;
  right: 50px;
  top: 50vh;
  font-size: 2rem;
}

  .next:hover {
    color: gray;
  }
  
  .imgCap{
    text-align: center;
    margin-top: 0.5em;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .imgCap p{
    margin: 1em;
    margin-top: 0;
  }

/*___________________________*/
.basis {
  position: absolute;
  bottom: -1%;
  width: 102vw;
  margin: 0;
  padding: 0;
  float: left;
  left: -20px;
}

.page {
  padding: 5vh 2vw 10vh;
}
.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}

.header {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}

.header a {
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .05em;
  padding: .5rem 0;
  font-weight: bold;
}

.header .logo {
  display: block;
  margin-bottom: 1.5rem;
 # padding: .5rem 0;
}




#map{
  z-index: 2;
  position: relative;
}

.contiDiv {
  position: fixed;
  top: 0;
  width: 21vw;
  right: 0;
  font-size: 4rem;
  color: white;
  height: 100vh;
  display: block;
  line-height: 2;
  padding: 0;
  margin: 0;
}
.contiDiv a{
  position: absolute;
  top: 43%;
}
 .logo{
   min-width: 100px;
   width: 15vw;
   position: fixed;
   top: 0;
   left: 0;
   display: block;
   padding:0;
}
.homeLink {
  min-width: 100px;
  width: 15vw;
  position: fixed;
  top: 16vw;
  left: 0;
  display: block;
  padding-left: 1vw;
  font-size:5vw;
  color:white;
}
.logoSmall {
  min-width: 100px;
  width: 10vw;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
}
.qrhead {
  width: 100%;
  color: white;
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  height: 20vh;
}
.qrinfo {
  position:absolute;
  color: white;
  text-shadow:black 2px 2px;
  left: 10%;
  top: 3vh;
  margin-right:20vw;
  width: 40%;
  font-size: 2.5vw;
}

.qrort {
  font-size: 2rem;
  color: white;
  text-shadow: black 2px 2px;
  position: absolute;
  right: 4%;
  top: 3vh;
  width: 35%;
  font-size: 2.5vw;
}

.menuIntern{

}

  .menuIntern li:hover {
    color: #f3f46c;
    background-color: black;
  }

.menu li:hover {
  background-color:black;
  color: #f3f46c;
  
}

a.linker:hover {
  color: #f3f46c;
  background-color: black;
}

.locker{
  position: absolute;
  right: 0px;
  top: 10px;
  #width: 50px;
}
.locker img{
  #width: 100px;
}
.lockerLink{
  position: absolute;
  right: 10px;
  top: 10px;
}
.locker:hover {
  background-color: #f3f46c;
}

.menu a {
  margin: 0 .75rem;
}

.menu a[aria-current] {
 # border-bottom: 2px solid #000;
}
.menu ul{
  font-size: 36px;

  
}

@media screen and (min-width: 40rem) {
  .header .logo {
    margin-bottom: 0;
  }
  .header {
    flex-direction: row;
    justify-content: space-between;
  }
  .menu {
    margin-right: -.75rem;
  #  position: fixed;
    left: 20px;
    top:20px;
  }

}


main {
  min-height: calc(100vh - 10rem);
}

.intro {
  padding: 10vh 0;
  text-align: center;
}

.intro h1 {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: calc(1vw + 2rem);
  z-index: 1;
}

.tags {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: .75rem;
  font-weight: 600;
}

.text {
  line-height: 1.5em;
}
.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: 1.5em;
}
.text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
 # text-align: center;
}
.text > *:first-child {
  margin-top: 0;
}
.text a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
}
.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text img {
  width: 100%;
}

.footer {
  padding: 1.5rem 5vw 10vh;
  text-align: center;
  max-width: var(--content-width);
  margin: 0 auto;
  line-height: 1.5em;
}
.footer a {
  display: inline-block;
  font-size: .875rem;
}
.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid #000;
  width: 16.5rem;
  padding-top: .5rem;
}

.social a {
  margin: 0 .75rem;
  padding: .5rem 1rem;
  border: 2px solid #000;
  width: 7.5rem;
}
.social a:hover {
  background: #000;
  color: #fff;
}
.nextspan {
  position: absolute;
  bottom: 30%;
  right: 13vw;
}
  .nextspan:hover {
    text-shadow: black 2px 2px;
    text-shadow: black -2px -2px;
    text-decoration: underline;
  }

  /*=================MOBILE======================*/
@media only screen and (orientation: portrait) {
  .logo {
    position: absolute;
    top: 0;
    margin-left: 8vw;
    width: 40vw;
  }
  .imgGalerie img{
    width: 100%;
  }
  .content{
    width: 90vw;
  }

  .qrhead {
  }

  .qrinfo {
    color: black;
    position: absolute;
    width: 90vw;
    left: 10vw;
    top: 2vh;
    margin-right: 20vw;
    font-size: 8vw;
    text-shadow: white 2px 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .qrort {
    text-shadow: none;
    color: black;
    font-size: 1rem;
    position: absolute;
    right: 25%;
    top: 21vh;
    width: 45%;
    font-size: 6vw;
  }

  .contiDiv {
    line-height: 1;
    font-size: 2rem;
    position: absolute;
    bottom: 2px;
    height: 10vh;
    top: auto;
    width: 100%;
  }

  .nextspan {
    position: absolute;
    padding: 5px;
    bottom: 3vh;
    right: 1vw;
    color: white;
      background-color: black;
      font-size:10vw;
  }
}
