
.frame-default header {
  position: static;
  z-index: auto;
  width: 100%;
  height: auto;
  background-color: unset;
}



.videoPlayButton {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border-width: 25px 0px 25px 50px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    z-index: 20;
    box-sizing: border-box;
}

.content-element-video.width-66 img, .content-element-video.width-33 img {
  display: none;
  object-fit: cover;
}

.content-element-video.width-66 img, .content-element-video.width-66 .videoOverlay {
    height: 440px;
    width: 780px;
}

.content-element-video.width-33 img, .content-element-video.width-33 .videoOverlay {
    height: 240px;
    width: 370px;
}

.content-element-video.width-66 .videoOverlay, .content-element-video.width-33 .videoOverlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.content-element-video.width-66 .videoOverlay:hover .videoPlayButton, .content-element-video.width-33 .videoOverlay:hover .videoPlayButton {
    border-color: transparent transparent transparent #023f84;
}

.videoHinweis {
  display: none;
  background-color: #fff;
  opacity: 85%;
  height: 100%;
  margin: 0;
  width: 100%;
  text-align: center;
  overflow: auto;
}

.content-element-teaser-news .headline, .content-element-video.width-66 .videoHinweis p, .content-element-teaser-news .headline, .content-element-video.width-33 .videoHinweis p {
  font-family: "Metropolis regular";
}

.videoHinweis .form-item-checkbox p {
  padding: 0;
}

.videoFreischalten {
  margin-bottom: 30px;
}

strong {
  font-family: "Metropolis semi bold";
}

.mapsHinweis {
  /* background: url('/uploads/pics/main-icon_02.png'); */
  width: 640px;
  height: 480px;
  max-width: 100%;
  margin-top:0;
  padding-left: 50px;
}

.karteIcon {
  display:block;
  margin: 0 auto;
}

.videoHinweis.content-element-form .form-item-checkbox input:checked + label i:before {
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  content: "\2714";
  color: #d9e242;
  font-size: 22px;
  -webkit-transition: none;
}

#leichteSpracheWeiss {
  position: relative;
  top: 5px;
  left: 6px;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  background: #023f84;
  background: -moz-linear-gradient(left, #023f84 10%, rgba(2,63,132, 0) 42%);
  background: -webkit-linear-gradient(left, #023f84 10%, rgba(2,63,132, 0) 42%);
  background: -o-linear-gradient(left, #023f84 10%, rgba(2,63,132, 0) 42%);
  background: -ms-linear-gradient(left, #023f84 10%, rgba(2,63,132, 0) 42%);
  background: linear-gradient(to right, #023f84 10%, rgba(2,63,132, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #023f84;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #e8ecef;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

button:disabled {
  background-color:#E8ECEF !important;
  color: #023f84 !important;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media only screen and (max-width: 680px) {
  .content-element-video.width-66 img, .content-element-video.width-66 .videoOverlay {
    height: 205px;
    width: 370px;
  }


  .mapsHinweis {
    width: 100%;
    height: auto;
    padding: 15px;
    margin:0 !important;
    box-sizing: border-box;
  }

  .karteIcon {
    margin-top: 25px;
  }

}
