@charset "UTF-8";
/*
Theme: {"name": "Standard-Theme „Light“", "description": "Theme „Light“ mit hellem Hintergrund, Outline-Buttons, prefers-contrast Support", "type": "light", "style": "Popup zentriert, Checkboxen", "autor": "@IngoWinter, @aeberhard"}
*/
/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*:focus {
  outline: none;
}

/* Overlay */
div.consent_manager-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  animation: fadeIn 0.2s;
  outline: 0;
}

/* Wrapper */
div.consent_manager-wrapper {
  font-family: "Frutiger LT W03_55 Roman", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  background: #fefefe;
  border: 1px solid #cbcbcb;
  color: #000000;
  position: relative;
  width: 100%;
  max-width: 65em;
  max-height: 95vh;
  overflow-y: auto;
  box-sizing: border-box;
  animation: fadeIn 0.4s;
}

div.consent_manager-wrapper-inner {
  padding: 2em;
  position: relative;
}

div.consent_manager-hidden {
  display: none;
}

/* Script-Container */
div.consent_manager-script {
  display: none;
}

/* Close-Button */
.consent_manager-close-box {
  position: absolute;
  cursor: pointer;
  right: 1.5em;
  top: 1em;
  display: block;
  border-radius: 5px;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background-color: #BFC8CD;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  padding: 0;
  margin: 0;
  opacity: 0.5;
  transition: 0.3s ease all;
}
.consent_manager-close-box:hover {
  background-color: #a2afb7;
  color: white;
  opacity: 1;
}

/* Headline */
div.consent_manager-wrapper .consent_manager-headline {
  font-family: "Frutiger LT W04_65 Bold";
  font-size: 24px;
  line-height: 32px;
  color: #E2001A;
  margin: 0 0 15px 0;
}

/* Text-Block */
div.consent_manager-wrapper p.consent_manager-text {
  margin: 0 0 1.5em 0;
}

/* Cookie Checkboxen */
div.consent_manager-cookiegroups {
  margin: 0 0 1.5em 0;
}

div.consent_manager-cookiegroup-checkbox {
  margin-bottom: 1.5em;
}

div.consent_manager-cookiegroups label {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  color: #111;
  cursor: pointer;
}

div.consent_manager-cookiegroups label > span {
  cursor: pointer;
}

div.consent_manager-cookiegroups label > input[type=checkbox] {
  filter: grayscale(1);
  filter: hue-rotate(275deg);
  transform: scale(1.6);
  margin: 0 0.7em 0 0.2em;
  cursor: pointer;
}

.consent_manager-wrapper input[type=checkbox]:disabled,
.consent_manager-cookiegroups label > input[type=checkbox]:disabled + * {
  opacity: 0.7;
  cursor: default;
}

/* Detail-Link Toggle */
div.consent_manager-show-details {
  padding: 0 0 1.5em 0;
}
div.consent_manager-show-details .icon-info-circled {
  display: inline-block;
  line-height: 1.2em;
  height: 1.4em;
  cursor: pointer;
  color: #E2001A;
  border: none;
  background-color: transparent;
}
div.consent_manager-show-details .icon-info-circled:hover {
  color: #666666;
}

div.consent_manager-show-details .icon-info-circled:before {
  color: #fefefe;
  background-color: #E2001A;
  opacity: 0.7;
  content: "i";
  font-family: "Serif";
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 7px;
  line-height: 1.4em;
  height: 1.4em;
  width: 1.4em;
}

/* Buttons */
button.consent_manager-save-selection,
button.consent_manager-accept-all,
button.consent_manager-accept-none {
  transition: 0.3s ease all;
  background: #BFC8CD;
  border: none;
  color: #FFFFFF;
  padding: 0.5em 2em;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  min-height: 3em;
  width: 100%;
  margin-bottom: 1em;
  cursor: pointer;
}
button.consent_manager-save-selection:hover,
button.consent_manager-accept-all:hover,
button.consent_manager-accept-none:hover {
  background: #E2001A;
  border-color: #E2001A;
  color: #fff;
  text-decoration: none;
}

/* Seitenlinks - Datenschutz + Impressum */
div.consent_manager-sitelinks {
  margin: 1.5em 0 0 0;
}
div.consent_manager-sitelinks a {
  display: inline-block;
  margin: 0.4em 1em 0.4em 0;
  color: #E2001A;
  text-decoration: none;
  cursor: pointer;
}
div.consent_manager-sitelinks a:hover {
  color: #666666;
  text-decoration: none;
}

/* Detail Block */
div.consent_manager-wrapper div.consent_manager-detail {
  margin-bottom: 3em;
}

div.consent_manager-wrapper div.consent_manager-detail a {
  color: #E2001A;
}
div.consent_manager-wrapper div.consent_manager-detail a:hover {
  color: #666666;
  text-decoration: none;
}

div.consent_manager-wrapper div.consent_manager-detail div.consent_manager-cookiegroup-title {
  color: #000000;
  background-color: #BFC8CD;
  padding: 5px 11px;
  margin: 1.5em 0 0 0;
  font-size: 18px;
}

div.consent_manager-wrapper div.consent_manager-cookiegroup-description {
  border-left: 1px solid #BFC8CD;
  padding: 5px 10px;
  background: #f9f9f9;
}

div.consent_manager-wrapper div.consent_manager-cookie {
  margin-top: 3px;
  border-left: 1px solid #BFC8CD;
  padding: 5px 10px;
  background: #f9f9f9;
}
div.consent_manager-wrapper div.consent_manager-cookie span {
  display: block;
  margin-top: 0.5em;
}

/* Breakpoints */
@media only screen and (min-width: 600px) {
  div.consent_manager-cookiegroups {
    padding: 1em 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  div.consent_manager-cookiegroup-checkbox {
    margin-left: 1.5em;
    margin-bottom: 1em;
  }
  div.consent_manager-show-details {
    text-align: right;
    padding: 1.5em 0 1.5em 0;
  }
  div.consent_manager-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  button.consent_manager-save-selection,
  button.consent_manager-accept-all,
  button.consent_manager-accept-none {
    display: inline-block;
    margin: 0 0 0 0.5em;
    width: auto;
  }
  div.consent_manager-sitelinks {
    margin: 0 0 0 0;
  }
  div.consent_manager-buttons-sitelinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
/* ========================================
   Accessibility - Reduced Motion
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* ========================================
   Accessibility - High Contrast
   ======================================== */
@media (prefers-contrast: more), (prefers-contrast: high) {
  div.consent_manager-wrapper {
    background: #ffffff !important;
    border: 3px solid #000000 !important;
    box-shadow: none !important;
  }
  div.consent_manager-wrapper .consent_manager-headline,
  div.consent_manager-wrapper p.consent_manager-text,
  div.consent_manager-cookiegroups label {
    color: #000000 !important;
  }
  button.consent_manager-accept-all,
  button.consent_manager-save-selection,
  button.consent_manager-accept-none {
    background: #ffffff !important;
    border: 3px solid #000000 !important;
    color: #000000 !important;
  }
  button.consent_manager-accept-all:hover,
  button.consent_manager-save-selection:hover,
  button.consent_manager-accept-none:hover {
    background: #000000 !important;
    color: #ffffff !important;
  }
  .consent_manager-close-box {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }
  div.consent_manager-sitelinks a,
  div.consent_manager-show-details .icon-info-circled {
    color: #000000 !important;
    text-decoration: underline !important;
  }
}

/*# sourceMappingURL=consent-manager.css.map */
