.cookie {
  /* colors */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cookie .clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
.cookie .switch {
  position: relative;
  float: left;
  display: inline-block;
  width: 45px;
  height: 24px;
}
.cookie .switch .slider {
  border-radius: 14px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie .switch .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie .switch input:checked + .slider {
  background-color: #333;
}
.cookie .switch input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.cookie .switch input:focus + .slider {
  box-shadow: 0 0 1px #333;
}
.cookie .button {
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 10px;
  border: 1px solid #333;
  background: transparent;
  font-size: 0.9em;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.cookie .button.white {
  background: white;
  color: #333;
}
.cookie .button.white:hover {
  background: #333;
  border: 1px solid white;
  color: white;
}
.cookie .button.plain {
  background: none;
  border: 0;
  text-decoration: underline;
}
.cookie .button.plain:hover {
  background: none;
  color: #000000;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.cookie .button.color {
  background: #333;
  color: white;
}
.cookie .button.color:hover {
  background: white;
  color: #333;
}
.cookie .button:hover {
  background: white;
}
.cookie .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.cookie .container {
  padding: 30px;
}
.cookie.hide {
  display: none;
}
.cookie.backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.cookie.closeable .cookieHinweisWrapper .close {
  display: block;
}
.cookie.closeable .cookieModal .close {
  display: block;
}
.cookie .cookieHinweisWrapper {
  position: fixed;
  z-index: 9999;
  width: 25%;
  bottom: 0;
  left: 20px;
  color: #1a1a1a;
  background: white;
  transform: translateY(100%);
  transition: transform 1s ease-in-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 30px;
}
.cookie .cookieHinweisWrapper.view {
  transform: translateY(-20px);
}
.cookie .cookieHinweisWrapper .close {
  display: none;
}
.cookie .cookieHinweisWrapper h1,
.cookie .cookieHinweisWrapper h2,
.cookie .cookieHinweisWrapper h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
}
.cookie .cookieHinweisWrapper p {
  font-size: 0.8em;
  line-height: 1.2em;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper {
  display: none;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div {
  padding: 5px 15px 5px 15px;
  display: inline-block;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div:first-of-type {
  padding: 5px 10px 5px 0;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div.disabled {
  cursor: not-allowed;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div.disabled span {
  color: #ccc;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div.disabled .switch {
  cursor: not-allowed;
  color: #ccc;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div.disabled .switch input:checked + .slider {
  background-color: #ccc;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div.disabled .switch input:checked + .slider:before {
  background-color: #ddd;
}
.cookie .cookieHinweisWrapper .cookieSettingsWrapper > div span {
  float: left;
  line-height: 1.5em;
  font-size: 0.9em;
  padding-left: 10px;
}
.cookie .cookieHinweisWrapper .cookieControls {
  margin-top: 20px;
  text-align: right;
}
.cookie .cookieHinweisWrapper .cookieControls .button {
  border-radius: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  text-decoration: none;
}
.cookie .cookieHinweisWrapper .cookieControls .button.settings {
  font-size: 0.8em;
  text-decoration: underline;
}
.cookie .cookieModal {
  z-index: 9999;
  display: none;
  color: black;
  background: white;
  width: 40%;
  position: fixed;
  overflow-y: scroll;
  left: 30%;
  top: 15%;
  padding: 30px;
  /*h3{
      font-family: 'Formata Medium';
    }*/
}
@media (min-width: 769px) {
  .cookie .cookieModal {
    max-height: 70%;
  }
}
.cookie .cookieModal h1,
.cookie .cookieModal h2,
.cookie .cookieModal h3 {
  color: #333;
}
.cookie .cookieModal h1 {
  margin-top: 0;
}
.cookie .cookieModal h1,
.cookie .cookieModal h2 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
}
.cookie .cookieModal p {
  font-size: 0.9em;
  color: black;
  margin-bottom: 1rem;
}
.cookie .cookieModal p:first-of-type a {
  color: black;
  display: block;
}
.cookie .cookieModal a {
  cursor: pointer;
  text-decoration: underline;
}
.cookie .cookieModal .close {
  display: none;
}
.cookie .cookieModal .button {
  border-radius: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  text-decoration: none;
  margin: 10px 0 40px;
}
.cookie .cookieModal .descrption {
  background: #f3f3f3;
  margin-bottom: 40px;
  padding: 20px;
}
.cookie .cookieModal .descrption .descrption {
  padding: 20px 0;
}
.cookie .cookieModal .descrption .h3Container h3 {
  display: inline-block;
  margin: 0 0 0.8rem 0;
  font-weight: 400;
}
.cookie .cookieModal .descrption .h3Container div {
  display: inline-block;
  float: right;
}
.cookie .cookieModal .descrption .h3Container div:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
.cookie .cookieModal .descrption .h3Container div span.info {
  font-size: 0.8em;
  color: #333;
}
.cookie .cookieModal .descrption p {
  font-size: 0.8em;
}
.cookie .cookieModal .descrption .infoTrigger {
  cursor: pointer;
  color: #333;
  font-size: 0.8em;
  text-decoration: underline;
}
.cookie .cookieModal .descrption .cookieTable table {
  font-size: 0.8em;
  padding: 0;
  margin-top: 10px;
  width: 100%;
}
.cookie .cookieModal .descrption .cookieTable table tr {
  background: white;
}
.cookie .cookieModal .descrption .cookieTable table tr td {
  padding: 4px;
  border-bottom: 1px solid #f3f3f3;
}
.cookie .cookieModal .descrption .cookieTable table tr td:first-of-type {
  font-weight: 600;
  width: 30%;
}
.cookie .cookieModal .descrption .cookieTable table tr:last-of-type td {
  border: 0;
}
.cookie .cookieModal .cookieTable {
  display: none;
}
@media (max-width: 768px) {
  .cookie .cookieHinweisWrapper {
    padding: 15px;
    margin: 0 20px;
    width: auto;
    left: 0;
  }
  .cookie .cookieHinweisWrapper .cookieControls .button.settings {
    padding: 5px 0;
  }
  .cookie .button {
    margin: 0;
  }
  .cookie .cookieControls a:first-of-type {
    float: left;
  }
  .cookie .cookieModal {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
  }
}
.scope-inside-iframe .cookieHinweisWrapper {
  top: 40px !important;
  bottom: auto !important;
}
#klaro .klaro p,
#klaro .klaro span {
  line-height: 1.175rem;
  color: #333;
}
@media (min-width: 768px) {
  #klaro .klaro p,
  #klaro .klaro span {
    line-height: 1.375rem;
  }
}
#klaro .klaro .cm-btn {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#klaro .klaro .cm-btn:hover {
  opacity: 0.75;
}
#klaro .klaro .cookie-notice strong {
  color: inherit;
}
#klaro .klaro .cookie-notice:not(.cookie-modal-notice) {
  left: 0;
  background-color: #fff;
  max-width: 100%;
  padding: 1.5rem;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 1024px) {
  #klaro .klaro .cookie-notice:not(.cookie-modal-notice) {
    left: 20px;
    max-width: 620px;
  }
}
#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
  padding: 0.5rem 0.75rem;
  border-radius: 20px !important;
}
@media (max-width: 599px) {
  #klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    flex-direction: column;
    align-items: end;
  }
  #klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a {
    margin-right: auto;
  }
  #klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok button.cm-btn {
    width: 100%;
  }
}
#klaro .klaro .cookie-notice .cm-link:hover {
  text-decoration: underline;
  opacity: 1;
}
#klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider.active:before,
#klaro .context-notice .cm-list-input:checked + .cm-list-label .slider.active:before,
#klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider.active:before,
#klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider.active:before,
#klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider.active:before,
#klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider.active:before {
  background-color: #fff;
}
#klaro .cookie-modal .cm-list-label .slider,
#klaro .context-notice .cm-list-label .slider,
#klaro .cookie-notice .cm-list-label .slider {
  box-shadow: none;
  background-color: #e9ecef;
}
#klaro .cookie-modal .cm-list-label .slider:before,
#klaro .context-notice .cm-list-label .slider:before,
#klaro .cookie-notice .cm-list-label .slider:before {
  background-color: #a3aeb7;
}
#klaro .cookie-modal .cm-list-title {
  margin-top: 2px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #klaro .cookie-modal .cm-list-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #klaro .cookie-modal .cm-modal {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#klaro .cookie-modal .cm-modal .hide {
  outline: none !important;
  border: none !important;
  width: 16px;
  height: 16px;
}
#klaro .cookie-modal .cm-modal .hide:before,
#klaro .cookie-modal .cm-modal .hide:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background: #4d4d4d;
  top: 0;
}
#klaro .cookie-modal .cm-modal .hide:before {
  transform: rotate(45deg);
}
#klaro .cookie-modal .cm-modal .hide:after {
  transform: rotate(-45deg);
}
#klaro .cookie-modal .cm-modal .hide svg {
  display: none;
}
#klaro .cookie-modal .cm-modal.cm-klaro {
  background: #fff;
}
@media (min-width: 576px) {
  #klaro .cookie-modal .cm-modal.cm-klaro {
    padding: 1.5rem;
  }
}
#klaro .cookie-modal .cm-modal .cm-header {
  border: none;
}
#klaro .cookie-modal .cm-modal .cm-header h1 {
  font-weight: 700;
}
#klaro .cookie-modal .cm-modal .cm-header h1.title {
  margin-bottom: 0 !important;
}
#klaro .cookie-modal .cm-modal .cm-header h1.title span {
  font-weight: 700;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose {
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 70px;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret {
  position: absolute;
  top: 9px;
  right: 0;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a {
  position: relative;
  padding-right: 20px;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a > span {
  display: none !important;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a:before,
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background: #4d4d4d;
  top: 6px;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a:before {
  right: 0;
  transform: rotate(45deg);
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a:after {
  right: 6px;
  transform: rotate(-45deg);
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a[aria-expanded="true"]:before {
  transform: rotate(-45deg);
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret > a[aria-expanded="true"]:after {
  transform: rotate(45deg);
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content.expanded {
  background: #f8f9fa;
  padding: 24px 20px;
  border-radius: 4px;
  margin-left: -70px;
  margin-top: 20px;
  margin-bottom: -10px;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content.expanded .cm-service {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-left: 70px;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content.expanded .cm-service:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-list-description > span {
  width: 100% !important;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-list-description > span > span {
  width: 100% !important;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-list-description .cookie-detail {
  width: 100%;
  display: block;
  margin-bottom: 0.875rem;
  padding: 0.5rem 0.9rem 0.9rem;
  border-radius: 0.25rem;
  background: #eff2f4;
  margin: 0.75rem auto;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-list-description .cookie-detail .cookie-header {
  padding: 0.5rem 0 0.9rem;
  border-bottom: 1px solid #d9dee2;
  margin-bottom: 1rem;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-list-description .cookie-detail .cookie-header span {
  font-weight: 700;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-list-description .cookie-detail .cookie-info-row {
  margin-bottom: 0.5rem;
  display: flex;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-list-description .cookie-detail .cookie-info-row .cookie-info-label {
  flex: 0 0 70px;
  font-weight: 600;
}
#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose.cm-toggle-all {
  border-top: none;
}
#klaro .cookie-modal .cm-modal .cm-footer {
  border-top: none;
}
@media (max-width: 767px) {
  #klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons {
    flex-flow: column;
  }
}
#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  #klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cn-decline,
#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-accept {
  color: #4d4d4d;
  background-color: #e9ecef;
}
#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cn-decline {
  width: 100%;
}
@media (min-width: 768px) {
  #klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cn-decline {
    width: 115px;
  }
}
#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-accept-all,
#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-accept {
  width: 100%;
}
@media (min-width: 768px) {
  #klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-accept-all,
  #klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-accept {
    width: calc((100% - 115px) / 2);
  }
}
#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-accept-all {
  margin-right: 0;
  margin-bottom: 0;
}
#klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.875rem !important;
  margin-top: 1.5rem;
}
#klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #bbb;
  color: var(--dark2, #bbb) !important;
  font-size: 0.875rem;
}
