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

/* SPECIAL */ 
    .tx-om-cookie-overlay.active { position: fixed; z-index: 5000; top: 0; background: rgba(0,0,0,.7); width: 100%; height: 100%;} 
    #p303 .tx-om-cookie-overlay.active,
    #p562 .tx-om-cookie-overlay.active, 
    #p1050 .tx-om-cookie-overlay.active { position: relative; } 

.om-cookie-panel.active { height: auto; }
.om-cookie-panel.active h3 { text-align: center; background: var(--colSec); margin: -25px; display: block; color: #fff; padding: 10px; }
.cookie-panel__selection { margin-top: 50px }
#ajaxContent .tx-om-cookie-consent { display: none; }
/* SPECIAL */

.om-cookie-panel {
  padding: 25px;
  z-index: 9999;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  border-top: 1px solid #666;
  font-size: 16px;
  transform: translateY(100%) translateX(0);
  transition: transform 0.5s ease;
  text-align: center;
}
@media (min-width: 1024px) {
  .om-cookie-panel {
    width: 50vw;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
    border-left: 1px solid #666;
    border-right: 1px solid #666;
  }
}
.om-cookie-panel.active {
  transform: translateY(0) translateX(0);
  box-shadow: 0px 0px 30px #7d7d7d;
}
@media (min-width: 1024px) {
  .om-cookie-panel.active {
    transform: translateY(0) translateX(-50%);
  }
}
.om-cookie-panel h3 {
  margin: 0;
  padding: 0 0 1em;
  text-align: left;
}
.om-cookie-panel p {
  margin: 0;
  padding: 1em 0;
  color: var(--colB);
}
.om-cookie-panel .cookie-panel__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
  width: auto;
   color: var(--colB);
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #009534;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: var(--colSec);
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
}
.om-cookie-panel .cookie-panel__link {
  padding-top: 1em;
}
.om-cookie-panel .cookie-panel__button {
  background: #666;
  margin: 0 5px;
  color: #fff;
  padding: 5px 10px;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 0.8em;
  text-transform: uppercase;
}
.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .om-cookie-panel .cookie-panel__button {
    width: auto;
    display: inline-block;
  }
  .om-cookie-panel .cookie-panel__button + .cookie-panel__button {
    margin-top: 0;
  }
}
.om-cookie-panel .cookie-panel__link a { color: var(--colSec); }
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: var(--colSec);
}
.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
.om-cookie-info table {
  border-collapse: collapse;
}
.om-cookie-info table th,
.om-cookie-info table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*# sourceMappingURL=cookie_panel.css.map */

/* AUSSCHALTEN, WENN AUF COOKIE-SEITE */
/*
    #p71 .tx-om-cookie-overlay, 
    #p71 .om-cookie-panel { display: none; }
  */
/* AUSSCHALTEN, WENN AUF COOKIE-SEITE */

.cookieName { font-weight: bold; text-decoration: underline; padding: 15px 0;}
.cookieDescriptions_holder { max-height: 600px; overflow: auto; }
.cookieDescriptions {  background: #c8c8c8; padding: 20px; display: none; }
.cookieDescriptions .cookieGroup { border-bottom: 1px solid #fff; padding-bottom: 20px; margin-bottom: 20px; color: var(--colB);}
.cookieDescriptions .cookieGroup_headline { font-size: 1.4rem; margin-bottom: 10px; }
.openCloseDetails { margin: 20px auto; display: table; cursor: pointer; color: var(--colSec); /*! position: absolute; */ left: 0;right: 0;}
.openCloseDetails:hover { text-decoration: underline; }
.openCloseDetails::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; font-display: swap; margin-left: 10px; color: var(--colSec); }
.openCloseDetails.active::after { transform: rotate(95deg); }