@charset "UTF-8";
/* COOKIE_CONSENT TOGGLE BUTTON */
/* iFrame-Overlay */
.dp--overlay {
  background: #eeeeee !important;
  font-size: 10px;
  line-height: 11px;
  padding: 10px;
  border: 2px solid #D9000D !important;
  color: #cccccc !important;
  /* position: absolute;
  top: 0;
  bottom: auto;
  height: 100%;
  width: 100%;*/
}
.dp--overlay .dp--overlay-inner .dp--overlay-button {
  margin-top: 0;
}
.dp--overlay .dp--overlay-inner .dp--overlay-header {
  display: none;
  color: #666;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 6px;
}
.dp--overlay .dp--overlay-inner .dp--overlay-description {
  margin-top: 6px;
  color: #666;
}
@media (min-width: 992px) {
  .dp--overlay {
    font-size: 12px;
    line-height: 16px;
  }
  .dp--overlay .dp--overlay-inner .dp--overlay-header {
    display: block;
  }
}

.dp--overlay .dp--overlay-inner .dp--overlay-button button.db--overlay-submit {
  cursor: pointer !important;
  color: white !important;
  border-color: transparent !important;
  background-color: #666666 !important;
}

.cc-revoke, .cc-window {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.cc-revoke {
  text-align: center;
  transform: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  line-height: 30px !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  cursor: pointer;
  background: #777 !important;
  color: #fff !important;
  border: none;
  opacity: 0 !important;
  bottom: -100px !important;
  height: 0;
  width: 0;
}

body .cc-revoke.dp--revoke {
  border-radius: 0px !important;
}

.cc-revoke .dp--icon-fingerprint {
  display: none !important;
}

.cc-revoke .dp--hover {
  display: block !important;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}

[data-omcookie-panel-show] {
  cursor: pointer;
}

.cc-window.cc-theme-basic,
.cc-window.cc-banner.cc-theme-basic {
  animation-name: bounceIn;
  display: block;
  padding: 10px 15px;
  background: #eeeeee !important;
  color: #cccccc !important;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #666666;
  font-size: 12px;
  text-align: left;
  background: #020024 !important;
  background: -moz-linear-gradient(180deg, #020024 0%, #292929 0%, rgba(98, 98, 98, 0.95) 100%) !important;
  background: -webkit-linear-gradient(180deg, #020024 0%, #292929 0%, rgba(98, 98, 98, 0.95) 100%) !important;
  background: linear-gradient(180deg, #020024 0%, #292929 0%, rgba(98, 98, 98, 0.95) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#626262",GradientType=1) !important;
}

@media (min-width: 1024px) {
  .cc-window.cc-theme-basic,
.cc-window.cc-banner.cc-theme-basic {
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cc-window.cc-theme-basic .cc-message,
.cc-window.cc-banner.cc-theme-basic .cc-message {
  display: block;
  -webkit-box-flex: unset;
  -ms-flex: 0;
  flex: unset;
  max-width: 100%;
  margin-right: 1em;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check,
.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check {
  display: block;
  margin: 10px 0;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box,
.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box {
  display: none;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box + label,
.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box + label::before,
.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #D9000D;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}

.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box.dp--check-box-req + label::before {
  border: 2px solid #666666;
}

.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #D9000D;
}

.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box.dp--check-box-req:checked + label::before {
  background-color: #666666;
}

.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box--state-inactiv + label::before {
  border-color: #666;
}

.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box--state-inactiv:checked + label::before {
  background-color: #666;
}

.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box-wrap {
  display: inline-block;
  line-height: 1.1;
}

.cc-window.cc-banner.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box-wrap + .dp--check-box-wrap {
  margin-left: 15px;
}

.cc-window.cc-banner.cc-theme-basic .cc-compliance.cc-highlight {
  display: block;
  display: block;
  display: block;
  -webkit-box-align: unset;
  -ms-flex-align: 0;
  align-items: unset;
  -ms-flex-line-pack: 0;
  align-content: unset;
}

/* Speichern Buttons */
.cc-window.cc-banner.cc-theme-basic .cc-compliance.cc-highlight .cc-btn.cc-allow {
  color: white !important;
  border-color: transparent !important;
  background-color: #4A4A4A !important;
  margin: 2px 0;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.cc-window.cc-banner.cc-theme-basic .cc-compliance.cc-highlight .cc-btn.cc-dismiss {
  color: white !important;
  border-color: transparent !important;
  background-color: #D9000D !important;
  margin: 2px 0;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.cc-link, .cc-link:link, .cc-link:visited, .cc-link:focus, .cc-link:hover, .cc-link:active {
  color: #D9000D !important;
}

.cc-link:after {
  content: "▸";
  padding: 0 0 5px 0;
  font-size: 18px;
  vertical-align: bottom;
}

a.cc-link, a.cc-link:link, a.cc-link:visited, a.cc-link:focus, a.cc-link:hover, a.cc-link:active,
.cc-color-override--1421298926 .cc-link, .cc-color-override--1421298926 .cc-link:link,
.cc-color-override--1421298926 .cc-link, .cc-color-override--1421298926 .cc-link:hover,
.cc-color-override--1421298926 .cc-link, .cc-color-override--1421298926 .cc-link:active,
.cc-color-override--1421298926 .cc-link:visited,
#cookieconsent:desc a.cc-link,
#cookieconsent:desc a.cc-link:visited {
  color: #D9000D !important;
}

.cc-window.cc-banner.cc-theme-basic h3 {
  margin: 0;
  padding: 0 0 5px;
  font-size: 15px;
  text-align: left;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__description {
  margin-bottom: 5px;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__description p {
  margin: 0;
  padding: 5px 0;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__control {
  margin-bottom: 10px;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox {
  display: none;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #D9000D;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #D9000D;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__description {
  clear: both;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__link {
  padding-top: 1em;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__button {
  background: #666;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .cc-window.cc-banner.cc-theme-basic .cookie-panel__button {
    width: auto;
    display: inline-block;
  }

  .cc-window.cc-banner.cc-theme-basic .cookie-panel__button + .cookie-panel__button {
    margin-top: 0;
  }
}
.cc-window.cc-banner.cc-theme-basic .cookie-panel__button--color--green {
  background-color: #D9000D;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}

.cc-window.cc-banner.cc-theme-basic .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}

/**/
.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box.dp--check-box-req + label::before {
  border: 2px solid #666666;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #D9000D;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box.dp--check-box-req:checked + label::before {
  background-color: #666666;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box--state-inactiv + label::before {
  border-color: #666;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box--state-inactiv:checked + label::before {
  background-color: #666;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box-wrap {
  display: inline-block;
  line-height: 1.1;
}

.cc-window.cc-theme-basic .cc-message .dp--cookie-check .dp--check-box-wrap + .dp--check-box-wrap {
  margin-left: 15px;
}

.cc-window.cc-theme-basic .cc-compliance.cc-highlight {
  display: block;
  display: block;
  display: block;
  -webkit-box-align: unset;
  -ms-flex-align: 0;
  align-items: unset;
  -ms-flex-line-pack: 0;
  align-content: unset;
}

.cc-window.cc-theme-basic .cc-compliance.cc-highlight .cc-btn.cc-allow {
  color: #666 !important;
}

.cc-window.cc-theme-basic .cc-compliance.cc-highlight .cc-btn.cc-dismiss {
  color: white !important;
  border-color: transparent !important;
  background-color: #666666 !important;
}

.cc-window.cc-theme-basic h3 {
  margin: 0;
  padding: 0 0 5px;
  font-size: 15px;
  text-align: left;
}

.cc-window.cc-theme-basic .cookie-panel__description {
  margin-bottom: 5px;
}

.cc-window.cc-theme-basic .cookie-panel__description p {
  margin: 0;
  padding: 5px 0;
}

.cc-window.cc-theme-basic .cookie-panel__control {
  margin-bottom: 10px;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox {
  display: none;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #D9000D;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #D9000D;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}

.cc-window.cc-theme-basic .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}

.cc-window.cc-theme-basic .cookie-panel__description {
  clear: both;
}

.cc-window.cc-theme-basic .cookie-panel__link {
  padding-top: 1em;
}

.cc-window.cc-theme-basic .cookie-panel__button {
  background: #666;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}

.cc-window.cc-theme-basic .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .cc-window.cc-theme-basic .cookie-panel__button {
    width: auto;
    display: inline-block;
  }

  .cc-window.cc-theme-basic .cookie-panel__button + .cookie-panel__button {
    margin-top: 0;
  }
}
.cc-window.cc-theme-basic .cookie-panel__button--color--green {
  background-color: #D9000D;
}

.cc-window.cc-theme-basic .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}

.cc-window.cc-theme-basic .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}

/**/
#dp-cookie-details {
  margin-top: 10px;
}

#dp-cookie-details ul.dp-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#dp-cookie-details ul.dp-tabs li {
  background: none;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

#dp-cookie-details ul.dp-tabs li.current {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.35);
  color: #fff;
}

#dp-cookie-details .dp-tab-content {
  font-size: 10px;
  display: none;
  padding: 15px;
  max-height: 140px;
  overflow-y: scroll;
}

#dp-cookie-details .dp-tab-content p {
  font-size: 10px;
  line-height: 135%;
}

#dp-cookie-details .dp-tab-content .cookiegroup-description {
  text-align: left;
  margin-bottom: 5px;
}

#dp-cookie-details .dp-tab-content table.cookie-table thead tr th {
  padding: 4px;
  font-size: 10px;
  line-height: 135%;
  font-weight: bold;
}

#dp-cookie-details .dp-tab-content table.cookie-table thead tr th.th-cookie-even {
  background: rgba(0, 0, 0, 0.15);
}

#dp-cookie-details .dp-tab-content table.cookie-table thead tr th.th-cookie-one {
  width: 15%;
}

#dp-cookie-details .dp-tab-content table.cookie-table thead tr th.th-cookie-two {
  width: 60%;
}

#dp-cookie-details .dp-tab-content table.cookie-table thead tr th.th-cookie-three {
  width: 10%;
}

#dp-cookie-details .dp-tab-content table.cookie-table thead tr th.th-cookie-four {
  width: 15%;
}

#dp-cookie-details .dp-tab-content table.cookie-table tbody tr {
  border-top: 1px solid #eee;
}

#dp-cookie-details .dp-tab-content table.cookie-table tbody tr td {
  padding: 4px;
  font-size: 10px;
  vertical-align: top;
  font-size: 10px;
  line-height: 135%;
}

#dp-cookie-details .dp-tab-content table.cookie-table tbody tr td p {
  margin: 0 !important;
  padding: 0;
}

#dp-cookie-details .dp-tab-content table.cookie-table tbody tr td.td-cookie-even {
  background: rgba(0, 0, 0, 0.15);
}

#dp-cookie-details .dp-tab-content.current {
  display: inherit;
}

.fluid .dp-hide-cookie-details,
.fluid .dp-show-cookie-details {
  display: none !important;
}

div.cc-window.cc-banner .cc-message div.dp-show-cookie-details,
div.cc-window.cc-banner .cc-message div.dp-hide-cookie-details {
  margin: 5px 0 10px 0;
}

div.cc-window.cc-banner .cc-message .header-ohne-subline {
  display: none !important;
}

div.cc-window.cc-banner .cc-message div.dp-show-cookie-details:after {
  content: "▾";
  padding: 0 0 5px 0;
  font-size: 18px;
  vertical-align: bottom;
}

div.cc-window.cc-banner .cc-message div.dp-hide-cookie-details:after {
  content: "▴";
  padding: 0 0 5px 0;
  font-size: 18px;
  vertical-align: bottom;
}

.clearcookies {
  margin: 5px 0;
  text-align: right;
}

.clearcookies a {
  color: #cccccc;
  text-decoration: none;
}

.clearcookies a:after {
  content: "▸";
  padding: 0 0 5px 0;
  font-size: 18px;
  vertical-align: bottom;
}

/*# sourceMappingURL=dpcookieconsent.css.map */
@media only screen and (max-width: 379px) {
  .cc-window.cc-theme-basic .cookie-panel__checkbox-wrap {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #dp-cookie-details .dp-tab-content {
    padding: 5px;
    max-height: 180px;
  }

  .cc-window .cc-message {
    margin-right: 0;
  }

  .cc-window.cc-theme-basic,
.cc-window.cc-banner.cc-theme-basic {
    padding: 5px 5px;
    font-size: 11px;
  }
}
.cc-window .cookie-infos-content {
  display: none !important;
}

#col-main-content .cookie-infos-content {
  /* float:left;
  width:600px;
  background-color: #EEE;
  padding:16px; */
  overflow-x: scroll;
}

#col-main-content .dp-hide-cookie-details,
#col-main-content .dp-show-cookie-details {
  display: none !important;
}

#col-main-content .cookie-infos-content table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  font-size: 12px;
}

#col-main-content .cookie-infos-content table th {
  font-weight: bold;
  text-align: left;
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#col-main-content .cookie-infos-content table td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#col-main-content .frame-type-dce_dceuid17 {
  background-color: #fff;
  padding: 25px 45px 25px 38px;
  margin-bottom: 0.625rem;
  color: #D9000D;
  font-family: "FiraSansCon", sans-serif;
  font-weight: 200;
}

/*
#col-main-content .dp--overlay {
  position:absolute;
  top:0;
}
*/
/*

@media only screen and (max-width: 1199px) {
  .cc-revoke.cc-bottom {
  bottom: 56px;
}
}
*/
@media only screen and (max-width: 1279px) {
  .cc-revoke.cc-bottom {
    bottom: 60px;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .cc-revoke.cc-bottom {
    bottom: 44px;
    margin: 0;
  }
}
.youtube-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: auto;
}

.youtube-responsive iframe,
.youtube-responsive object,
.youtube-responsive embed {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#c191 {
  max-width: 560px;
}

/*# sourceMappingURL=dpcookieconsent.css.map */
