#klaro {
  position: relative;
  z-index: 9999;
}

/* youtube */
.youtube-disabled {
  position: relative;
}
.youtube-disabled:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  opacity: 0.75;
  transition: opacity 0.3s ease-in;
  z-index: 10;
}
.youtube-disabled:hover:before {
  opacity: 0.85;
}
.youtube-disabled:after {
  content: 'Klicken Sie bitte hier um externe Videos von YouTube zu aktivieren. Im Cookie Dialog muss der Reiter "Medien" aktiviert werden';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 20px 100px;
  color: #000;
  z-index: 11;
  font-weight: bold;
  background: url(../Images/play.png) 50% 100% no-repeat;
}
.youtube-disabled .youtube-preview {
  height: auto;
  opacity: 1;
}
.youtube-disabled .youtube-preview img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.en .youtube-disabled:after {
  content: 'Please click here to activate Youtube. The tab "Media" must be activated in the cookie dialog.';
}

/* little hack to make sure the loaded iframe div gets 100% width even if parents are floating */
.youtube-preview {
  height: 1px;
  overflow: hidden;
  opacity: 0.01;
}

/* end hack */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* maps */
.maps-disabled {
  min-height: 150px;
  position: relative;
  clear: both;
  margin-bottom: 100px;
}
.maps-disabled:before {
  content: 'Klicken Sie bitte hier um Google Maps zu aktivieren. Im Cookie Dialog muss der Reiter "Routing" aktiviert werden';
  padding: 50px;
  display: block;
  text-align: center;
  background: #eee;
  border: 1px solid #aaa;
  font-weight: bold;
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.maps-disabled iframe {
  display: none;
}
.en .maps-disabled:after {
  content: 'Please click here to activate Google Maps. The tab "Routing" must be activated in the cookie dialog.';
}

/* cookies */
.call-klaro-btn {
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 9999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  background: #eee;
  color: #000;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .call-klaro-btn {
    position: static;
    margin-left: 40px;
  }
}

.call-klaro {
  cursor: pointer;
}

body .klaro .cookie-modal label {
  color: #555;
  background: none;
  border: none;
}

body .klaro .cookie-modal h1, body .klaro .cookie-modal h1 + p {
  font-size: 1rem;
}
body .klaro .cookie-modal .cm-btn,
body .klaro .cookie-modal .cookie-notice .cm-btn,
body .klaro .cookie-modal .cm-btn.cm-btn-info,
body .klaro .cookie-modal .cookie-notice .cm-btn.cm-btn-info {
  background-color: #353535;
}
body .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all,
body .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cookie-notice .cm-list-input:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #353535;
}
body .klaro .cookie-modal a,
body .klaro .cookie-modal .cookie-notice a {
  color: #353535;
}
body .klaro .cookie-modal .cm-modal.cm-klaro {
  background: #fff;
  color: #555;
}
body .klaro .cookie-modal p,
body .klaro .cookie-modal strong,
body .klaro .cookie-modal h1,
body .klaro .cookie-modal h2,
body .klaro .cookie-modal ul,
body .klaro .cookie-modal li,
body .klaro .cookie-modal .cookie-notice p,
body .klaro .cookie-modal .cookie-notice strong,
body .klaro .cookie-modal .cookie-notice h1,
body .klaro .cookie-modal .cookie-notice h2,
body .klaro .cookie-modal .cookie-notice ul,
body .klaro .cookie-modal .cookie-notice li {
  color: #555;
}
body .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all {
  cursor: pointer;
}
body .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #fff;
}

body .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, body .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required, body .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-opt-out, body .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-required, body .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-opt-out, body .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-required, body .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out, body .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color:#555;
}

/*# sourceMappingURL=klaro-cookie-overrides.css.map */
