#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@font-face {
  font-family: "AnthologY";
  src: url(../../files/style/AnthologY.ttf);
}
@font-face {
  font-family: "Impact";
  src: url(../../files/style/IMPACT.TTF);
}
@font-face {
  font-family: "Roboto";
  src: url(../../files/style/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../../files/style/Roboto-Bold.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 18px;
  /* background-image: url("../../files/img/20180727-DSC01584.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom; */
  width: 100vw;
}
#wrapper {
  background-color: #fff;
}
#logo {
  position: absolute;
  bottom: 25vh;
  left: 5vw;
  max-width: 60vw;
  color: #fff;
}
#header {
  margin-bottom: 5ch;
}
h1,
h2 {
  font-family: "Impact";
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
}
h2 {
  font-size: 2rem;
  margin: 0;
}
h3 {
  text-align: center;
  font-size: 1.25rem;
}
ul {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
li,
p {
  line-height: 2rem;
}
figure {
  margin: 0;
  overflow: hidden;
  max-height: 40vh;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
#nav_site {
  background: #000;
  display: flex;
  justify-content: space-evenly;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
#nav_site a {
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  margin: 0px;
  font-size: 2rem;
  font-family: AnthologY;
}
#header figure {
  max-height: 80vh;
}
.headerinfo {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.center {
  justify-content: center;
  align-items: center;
}

.flex.col > div {
  flex: 1 1 50%;
  height: fit-content;
}
.flex.col h1 {
  flex: 1 0 100vw;
  margin: 6rem 0 3rem 0;
}
.flex.col img {
  min-height: 420px;
}
.flex .fullwidth {
  flex: 1 0 100vw;
}
.flex.w33 {
  gap: 0 4ch;
}
.flex.col.w33 > div {
  flex-basis: 30%;
}
.evenly {
  justify-content: space-around;
  gap: 2rem;
  width: 120ch;
  max-width: 90%;
  margin: 0 auto;
}
.ce_gallery ul {
  display: flex;
  max-width: 100vw;
  flex-wrap: wrap;
}
.ce_gallery li {
  flex: 1 0 15%;
}
.ce_gallery a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ce_gallery a:hover {
  
  transition: ease 0.2s;
  filter: brightness(130%);
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
  max-width: 100vw;
  min-width: 300px;
}
.card h2 {
  height: 2.5em;
}

.card h3 {
  opacity: 0.6;
  font-size: 2rem;
  max-width: 420px;
  margin: 0;
  font-family: "Impact";
  font-weight: normal;
  height: 4rem;
  padding: 1ch 0;
}
.card h4 {
  font-weight: lighter;
  opacity: 0.4;
  padding: 1ch 0;
  text-align: center;
  margin: 0;
}
.card a {
  width: 100px;
  display: flex;
  max-width: 50vw;
}
.card p {
  max-width: 45ch;
  padding: 1ch;
  text-align: justify;
  margin: 0;
}
.card figure {
  margin-bottom: 1em;
}
.infocard {
  flex: 1 1 35ch;
  padding: 1rem;
  background-color: #ccc;
  border-radius: 10px;
  background-image: url("/files/img/_MG_1190.JPG");
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
.infocard figure {
  height: 75px;
}
.infocard img {
  width: 60px;
  height: auto;
}
.infocard h4 {
  text-align: center;
  border-radius: 10px;
  background-color: white;
  padding: 1rem;
}
.infocard p {
  text-align: center;
  max-width: 45ch;
  margin: 0 auto;
  max-width: 80vw;
  display: flex;
  justify-content: center;
}
.infocard p img {
  width: auto;
  height: 40px;
  padding: 10px;
  border: transparent solid 2px;
  border-radius: 10px;
  transition: 0.25s;
  width: 40px;
}
.infocard p img:hover {
  border: solid 2px;
}
footer {
  background: #000;
  color: #fff;
  padding: 20px;
}
footer a {
  color: #fff;
}
.legal .ce_text {
  max-width: 50ch;
  margin: 0 auto;
  padding: 3rem 0;
}
.flex .vidContainer {
  max-height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100vw;
}
.video_container {
  max-height: inherit;
}
#myVideo {
  width: 100%;
}
.galleryvideo {
  max-height: fit-content;
  margin-top: 3rem;
}
.galleryvideo video {
  max-width: 100vw;
  width: 700px;
}

/* ++++ Smartphone Optimierung ++++ */
#mnav_wrapper {
  background: black;
}
#mnav_site {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background: black;
  z-index: 2;
  position: fixed;
  font-family: "Anthology";
  font-size: 4rem;
  bottom: 100vh;
  transition: ease-in 0.5s;
}
#side-menu:checked ~ #mnav_container #mnav_site {
  bottom: 0vh;
  transition: ease-in 0.5s;
}
#mnav_container:target {
  bottom: 100vh; /* Wert anpassen, um die gewünschte Ausklapphöhe zu erreichen */
}

#side-menu {
  display: none;
}
#mnav_site a {
  color: #fff;
}
label.hamb {
  color: #fff;
  position: fixed;
  z-index: 3;
}
.hamb img {
  padding: 4vw;
  background: #000;
  border-radius: 28%;
  margin: 10px;
  max-width: 10vw;
}
@media only screen and (max-width: 600px) {

  #nav_site,.ce_player {
    display: none;
  }
  #mheaderbanner {
    display: block;
  }
  #mheaderbanner img {
    height: revert-layer;
  }
}
@media only screen and (min-width: 600px) {
  #mnav_wrapper,#mheaderbanner {
    display: none;
  }

}

