ul { 
   padding-left: 1em;
}
.menu {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 10vh;
  min-height: 10%;
  max-height: 10%;
  /*margin-top: 1%;*/
}
.head_gruen {
  background: #3db60f;
  padding: 0% 1% 0% 3.5%;
  min-width: 25%;
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
}
.subhead {
  padding: 0% 1.5% 0% 1%;
  flex: 3;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.kreis {
  width: 40px;
  height: 40px;
  /*background:transparent;*/
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));	
  background: rgba(255, 255, 255, 1);
  border: 3px solid #3db60f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: inline-block;
}
.kreis:after {
  width: 24px;
  height: 4px;
  background-color: #3db60f;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  transform: rotate(90deg);
  border-radius: 3px;
}
.kreis:before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: #3db60f;
  content: "";
  position: absolute;
  transform: rotate(180deg);
  border-radius: 3px;
}
.kreis:hover {
  background: rgba(255, 255, 255, 0.8);
}
.tooltipps div {
  z-index: 10;
}
.tooltiptext, .tooltiptext_re {
  color: #333;
  font-size: 0.9vw;
  font-family: TheSans, "Trebuchet MS", sans-serif;
  line-height: 1.5;
  text-align: left;
}
.infotext .tooltiptext {
  width: 900%;
  height: auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-image: linear-gradient(transparent, #3db60f) 10;
  border-left-width: 2px;
  border-left-style: solid;	
}
.infotext .tooltiptext_re {
  width: 700%;
  height: auto;
  position: absolute;
  bottom: 60px;
  right: 0;
  transform: translateX(28%);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-image: linear-gradient(transparent, #3db60f) 10;
  border-left-width: 2px;
  border-left-style: solid;	
}
.tooltiptext::before, .tooltiptext_re::before {
  content: '';
  display: block;
  border-bottom: 2px solid #3db60f;
  transform: rotate(0deg);
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.tooltiptext::after, .tooltiptext_re::after {
  content: '';
  display: block;
  border-bottom: 2px solid #3db60f;
  transform: rotate(25deg);
  width: 70px;
  height: 26px;
  position: absolute;
  left: 71px;
}
/*
.infotext .tooltiptext {
  width: 900%;
  height: auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.tooltiptext::before {
  content: '';
  display: block;
  border-left: 2px solid #3db60f;
  border-bottom: 2px solid #3db60f;
  transform: rotate(0deg);
  height: 90%;
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
*/
.infotext .kreis > span {
  display: none;
}
.infotext .kreis:hover > span {
  display: inline-block;
}
.green {
  color: #3db60f;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 599px) {
  .kreis, .lupe {
    transform: scale(0.4);
  }
  #menu-bar {
    transform: scale(0.4);
    margin-left: -15px !important;
  }
  .fancybox-close-small {
    transform: scale(0.3);
  }
  .tooltiptext {
  font-size: 1.6vw;
  }	
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 600px) {
  .kreis, .lupe {
    transform: scale(0.7);
  }
  #menu-bar {
    transform: scale(0.7);
    margin-left: -8px !important;
  }
  .fancybox-close-small {
    transform: scale(0.55);  
  }
  .tooltiptext {
  font-size: 1.2vw;
  }  	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .kreis, .lupe {
    transform: scale(1);
  }
}
.text {
  color: #FFF;
  font-size: 1.8vw;
  font-family: TheSans, "Trebuchet MS", sans-serif;
  line-height: 1.1;
}
.text_black {
  color: #333;
  font-size: 1.4vw;
  font-family: TheSans, "Trebuchet MS", sans-serif;
  line-height: 1.4;
}
.hg_transp {
  background: rgba(255, 255, 255, 0.85);	
}
.fancybox-content {
  width: 80%;
  background: rgba(255, 255, 255, 0.85) !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: .4 !important;
}
.logo img {
  width: 13%;
  height: auto;
  position: absolute;
  left: 3.3%;
  top: 3.3%;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
  }
  to {
    opacity: 1;
    /* -webkit-transform:none;
  transform:none; */
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
  }
  to {
    opacity: 1;
    /* -webkit-transform:none;
  transform:none; */
  }
}
.fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    /* -webkit-transform:translate3d(100%,0,0);
  transform:translate3d(100%,0,0); */
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
  -webkit-animation-name: fadeOutRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
* {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
  outline: none;
}
a, a:link, a:visited {
  text-decoration: none;
  border: none;
  outline: none;
  color: #FFF;
}
.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: left;
  justify-content: left;
  overflow: hidden;
}