body, html {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  background-color: white;
  margin-bottom: 200px;
  margin-left: 20px;
}
a {
  text-decoration: none;
  color: black;
}



.content {
  margin-top: 100px;
  padding-bottom: 50px;
  width: 80%;
  #min-height: 90vh;

}
.content ul{
  padding:0;
}
.content figure{
  margin:0
}



.lessThickLink {
  padding: 3px;
  color: black;

}

  .lessThickLink:hover {
    background-color: black;
    color: white;

    transition: background-color 0.3s, color 0.3s;
  }

.thickLink {
  padding: 3px;
  color: black;
  font-size: 2rem;
}
  .thickLink:hover {
    background-color: black;
    color: white;

    transition: background-color 0.3s, color 0.3s;
  }
.titleLink{
  display: block;
#  margin-bottom: 30px;
}
.titleLink h2{
  font-size:1.5rem;
  padding: 5px;
  display:inline-block;
}
.titleLink h2:hover{
  background-color:black;
  color:white;
}

.noMoreLinks {
  border: solid;
  border-width: 5px;
  color: black;
  padding: 5px;
  display: inline-block;
}
.eintragHeader{
  display: block;
  margin-bottom: 50px;
}
.eintragHeader span{
  margin-left: 20px;
}


.menuLi
{
  padding: 0;
  margin: 10px;
  list-style: none;
  text-align:left;
  color: black;
}
ul{
list-style: none;
 
}
.titleDiv{
  margin: 20px;
  margin-left: 0;
  width: 95vw;
  margin-bottom:70px;
  min-height: 10vh;
 # height: 10vh;
 text-transform: uppercase;

}
.titleH{
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  font-size: 2.5rem;
}
.subtitleH{
  margin-top: 0;
  padding: 0;
  margin:0;
  font-size:1.2rem;
}
.titleDiv h4{
  font-size:1rem;
  margin-top: 0.5em;


}

.eintrag{
  width: 80vw;
  position:relative;
  display:inline-block;
  margin-bottom: 4em;
}
.eintragTxt{
  position: relative;

}
.eintragTxt iframe{
  display:none;
}

.defaultTitle{
  margin-left: 5vw;
  width: 70vw;
}
.defaultTitle h1{
  font-size:3rem;
}

.titles h1{

  text-transform: uppercase;
}

.menuLi a{
  color: black;
}
.menuA {
  padding: 5px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
 
}
.menuA:hover{
  background-color:black;
  color: white;
}
#close{
  display: none;
}
.timetable td{
    margin-right: 5px;
}

.menuLi:hover {
 # background-color: black;
 # color: white;
}

.homethumb {
  margin-bottom: 4vh;
  float: left;
  max-width: 60%;
  padding-right: 50px;
  height: 90%;
  display: inline-block;
}
.eintrag iframe {
  margin-bottom: 4vh;
  float: left;
  max-width: 80%;
  padding-right: 50px;
  display: inline-block;
}

.logo {
  width: 180px;
  height: 180px;
  top: 0px;
  z-index:0;
  margin-top:1.6em;
  margin-bottom:0.5em;
  margin-left: 50px;

}

.pTitle{
font-size:4rem;
margin-left: 3vw;

}
.menutst{
  width: 95vw;
  margin-bottom: 50px;

}
  .menutst div {
    display: flex;
    align-items: flex-end;
    padding: 0px;
    max-height: 6vh;
    margin-top: 0;
    font-size: 1.2rem;
    border-bottom-style: solid;
    border-width: 2px;
  }
  .menutst a{
    margin-right: 20px;
  }
  .menutst img{

  }
  .moreLink{

  }

.go {
  background-color: black;
  color: white;
  font-size: 1.2rem;
  padding: 3px;
  border: solid;
  border-color: black;
  margin-right: 30px;
}

  .go:hover {
    background-color: white;
    color: black;
  }
  .searchHeader{
    z-index: 1;
  }
  .searchInput{
    font-size: 1.2rem;
    width: 150px;
    font-family: 'Inter', sans-serif;
    border-bottom-style: none;
    line-height: 1.5;
  }

.modal {
  z-index:20;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0px;
  display: none;
  background-color: rgba(0,0,0,0.9);
}
.slider-content {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 80%;
  max-width:80%;
}
.block {
  margin-bottom: 2em;
}

.block-type-text{
  width: 70%;
  line-height: 1.5;
}
.block-type-quote blockquote{
  width: 70%;
  padding-left: 1em;
  border-left: solid;
  font-style: italic;
  border-color: grey;
}

.block-type-quote footer{
  background: transparent;
  border: none;
  margin: 0;
  margin-top: 1em;
  height: auto;
  font-style: initial;
}

.block-type-text a{
  text-decoration:underline;
  #font-style: italic;
  padding: 3px 0px 3px 0px;
}
.block-type-text a:hover{
  background: black;
  color: white;
}

.block-type-slideshow{
  position: relative;
  height: 500px;
  max-width: 70%;
  background: black;
  margin-bottom: 1.5em;
}
.mySlides{
  position: absolute;
  width: 100%;
  height: 100%;
  #top: 50%;
  #-ms-transform: translateY(-50%);
  #transform: translateY(-50%);
}

.mySlides span{
display: block;
  font-size: 0.7em;
  width: 99%;
  background: black;
  color:white;
  padding-bottom: 1em;
  padding-top: 5px;
  padding-left: 1%;
  height: 1em;
}

.modal-content {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width:100%;
  border: none;
}
/*
.modal-content {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 90vh;
  margin-top: 30px;
  max-width:70vw;
}*/
.modalBacki {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}

.imgContent img{
  cursor:pointer;
}
figcaption{
  color: grey;
}

.block-type-image img{
  max-width: 100%;
  max-height: 80vh


}
.singleImg{
  border: solid;
  border-color: white;
  border-width: 5px;
  cursor:pointer;

}
.singleImg:hover{
  border-color: black;
  transition:  0.7s;
}


#modalImg{
  max-height: 100%;
}



.modalCaption{
  position: absolute;
  left: 2vw;
  bottom: 1em;
  color: white;
}
.modal img{
  height: 90vh;
}
.block-type-image text{
  max-width: 100%;
}

.block-type-video iframe{
  min-width: 50vw;
  min-height: 50vh;
}

.block-type-gallery{

}
.galleryBlockDiv{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 2em;
  margin-top: 2em;

}
.galleryBlockImg{
height: 40vh;
  display: inline;
 align-self: stretch;
  cursor: pointer;
  border: solid;
  border-color: white;
  border-width: 5px;
}


.block-type-gallery img:hover {
  border-color: black;
  transition: border-color 0.7s;
}
.block-type-gallery li{
  display: inline;
  border-color: black;

}
.changeBacki {
  z-index: 3;
  cursor: pointer;
  #color: white;
  position: absolute;
  top: 20px;
  left: 50px;
}

.close {
  cursor: pointer;
  position: absolute;
  padding: 2px;
  padding-top: 0px;
  z-index: 20;
  line-height: 0.8;
  top: 20px;
  right: 50px;
  font-size: 2rem;
}

  .close:hover {
    color: black;
    background-color: white;
  }

.prev {
  z-index: 3;

  cursor:pointer;
  color: white;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 2rem;
}

  .prev:hover {
    #color: gray;
  }

.next {
  z-index: 3;
  color: white;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 2rem;
}
  .next:hover {
   # color: gray;
  }





.pagination {
  width: 90vw;
  display: flex;
  justify-content: space-between;
}


.item p{
  font-size: 1.3rem;
  text-shadow: black 2px 2px;
  color: white;
}
.item a{
  display: block;
}

.thumbInfo {
  color: white;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.5);
  display: none;
  text-shadow: black 2px 2px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
}

  .thumbInfo p {
    padding: 5px;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .backupThumb{
    width:200px;
    height:200px;
    background-color: rgba(0,0,0,0.5);
  }
  .titleP{
    padding: 5px;
    word-break: break-word;

  }
  .thumbInfo span {
    padding: 5px;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;

    }


.item {
  text-align: center;
  position: relative;
  text-align: center;
  margin: 10px;
 # height: 200px;
  
  transition-duration: 0.3s;
}
.item img{
  height: 200px;
  width: 200px;
}

  .item:hover .thumbInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    # transition: display 1.5s;
  }

.grid {
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 90vw;
  transition-duration: 0.3s;
}
#back{
 display: inline-block;
margin-top: 150px;
}

.edit{
  color: grey;
  padding: 2px 5px 2px 5px ;

}
.edit:hover{
  background-color: black;
  color: white;
  transition-duration: 0.2s;
}

.tags{
  width: 100%;
  padding-top: 10px;
  display: inline-flex;
  margin-top: 70px;
  align-items: flex-end;
}
.tags a{
  margin-right: 10px;
}

footer{
  position: relative;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  margin: 0;
  background-color: white;
  z-index: 1;
  border-top-style: solid;
  border-width: 2px;


}
footer li{
  margin: 2px;
}

footer ul{
  margin-top: 10px;
  list-style: none;
  top: 10px;
  margin-left: 85%;
}

@media only screen and (min-width: 1300px){
  .item img{
    width: 15vw;
    height: 15vw;
  }
}

/*mobile friendly stuff*/
@media only screen and (max-width: 600px){
  .titleDiv{
    margin: 5px;
  }
}
@media (orientation: portrait) {
  body,html{
    overflow-x: hidden;
    margin: 0;
  }

  header{
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    z-index: 20;
    top: 0;
  }

  .content {
    margin: 0;
    margin-top: 27vh;
    width: 95vw;
    padding-left: 2vw;
  }
  .content p{
  }
  .logo {
    display: none;
  }

  .menutst {
    display: none;
  }
  .grid{
    width: 100%;
    justify-content: center;

  }
  .titles h1{
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0.3em;
  }

  .item{
    width: 90%;
    height: auto;
    margin: 10px;
    margin-bottom: 1em;
    border: solid;
    border-width: 3px;
  }
  .item img{
    height: 100%;
    width:100%;
  }
  .item p {
    font-size: 3.0rem;

}

  .homethumb {
    display: block;
    width: 100%;
    padding: 0;
  }
  .backupThumb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 80vh;
    background-color: rgba(0,0,0,0.5);
}

  .thickLink {
    display: block;
    width: 90%;

  }


    .lessThickLink{
      background-color: black;
      color:white;
      padding: 3px;
    }
  

  .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-style: none;
  }
  .tags a{
    color: white;
    background-color: black;
    padding: 5px;
    font-size: 1.5rem;
     margin-bottom: 5px ;
  }

  footer a{

  }

  .modal-content {
    height: auto;
    max-width: 80%;
  }

  .eintrag {
    left: 0;
    padding: 5px;
    display: block;
    width: 90%;
    margin: 0;
  }

  .prev {
    left: 0px;
  }

  .next {
    right: 0px;

  }
  .next , .prev{
    background-color: black;
    padding: 5px 10px 7px 10px;
    border-radius: 24px;
  }

  .subtitleH {
    margin-top: 0;
    padding: 0;
    font-size: 1rem;
    word-break: normal;
    padding-right: 20vw;
  }

  .menuTrigger {
    position: fixed;
    top: 3%;
    right: 2.5vh;
    z-index: 11;
    transition-duration: 0.3s;
  }

  .menuLine {
    border-top: solid;
    display: block;
    border-width: 0.5rem;
    margin-bottom: 25px;
    width: 10vh;
    height: 0;
}
.menuA {
  display: block;
  width: 100%;
  background-color: white;
  font-size: 2.2rem;
  padding-left: 20px;

}


  .menutst div {
    z-index: 50;
    background-color: white;
    height: 100vh;
    display: block;
    padding: 0px;
    margin-top: 0;
  }


  .menutst {
    padding-top: 1em;
    z-index: 10;
    background-color: white;
    height: 100vh;
    width: 100%;
    left: 0;
}

  .searchInput {
    border-style: solid;
    font-size: 2.2rem;
    width: 95%;
    margin-left: 15px;
  }

  .titleDiv {
    width: 100vw;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 10px;
    padding-bottom: 2vh;
    margin: 0;
    background-color: white;
    border-bottom: solid;
    display:block;
  }

  .titleLink h2 {
    word-break: break-word;
    width: 90%;
    font-size: 2rem;
  }

  .titleH {
    font-size: 2rem;
    max-width: 80%;
  }

  .eintrag iframe {
    width: 90%;
  }
  .footer{
    width: 100vh;
  }
  footer ul {
    margin-top: 10px;
    list-style: none;
    top: 10px;
    position: absolute;
    right: 20px;
    font-size: 1rem;
}
footer .lessThickLink{
  background-color: white;
  color:black;
}
.block-type-slideshow{
  max-width: 100%;
  background: transparent;
}
.mySlides{
  display: flex;
  align-items:center;
}
.block-type-video iframe{
  min-height: 40vh;
  width: 100%;

}
.block-type-image img{
  width: 100%;
  height: auto;
}
#modalImg {

      height: auto;
      max-height: 100%;
}
.close{
  right:
}

.galleryBlockImg{
  height: auto;
  width: 100%;
}
.galleryBlockDiv{
  display: block;
  justify-content: center;
}

  .block-type-text{
    width: 90vw;
  }
  .block-type-text p{
    font-size: 1.2rem;
  }

}
