/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob/index.js!./assets/css/cookie-banner.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
 * This file has been generated automatically, do not edit directly
 */
/**
    Template name: Overlay v2 - Google Consent Mode v2
    URI: https://cookieinformation.com
    Version 1.2.1
**/
.coi-banner-properties, .coi-renew-btn-properties {
  /*START OF CUSTOM PROPERTIES*/
  --popup-overlay-opacity: 0.8;
  --popup-overlay-blur: 10px;
  --popup-bg-color--primary: var(--comp-modal-background-color);
  --popup-bg-color--secondary: var(--comp-modal-sunken-body-background-color);
  --popup-text-color: var(--sys-color-text-primary-contrast);
  --popup-link-color: var(--sys-color-text-primary-vivid);
  --popup-border-width: 0px;
  --popup-border-color: unset;
  --popup-border-radius: 20px;
  --popup-font-family: Open Sans;
  --popup-font-size: 18px;
  --popup-link-decoration: underline;
  --popup-button-color: var(--comp-button-secondary-background-color);
  --popup-button-font-color: var(--comp-button-secondary-text-color);
  --popup-button-color--hover: var(--comp-button-secondary-hovered-background-color);
  --popup-button-font-color--hover: var(--comp-button-secondary-text-color);
  --popup-button-border-radius: var(--comp-button-border-radius);
  --popup-toggle-bg-color--active: var(--comp-switch-checked-disabled-background-color);
  --popup-toggle-bg-color--inactive: var(--comp-switch-background-color);
  --popup-toggle-icon-color: var(--comp-switch-knob-background-color);
  --popup-toggle-border-radius: 100px;
  /*END OF CUSTOM PROPERTIES*/
}

.noScroll,
.noScroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}

/* POPUP APPEARANCE STYLING */
#coiOverlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 48, 96, 0.64)), to(rgba(0, 48, 96, 0)));
  background: linear-gradient(180deg, rgba(0, 48, 96, 0.64) 0%, rgba(0, 48, 96, 0) 100%);
  display: none;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 99999999999;
  padding: 20px;
  font-family: var(--popup-font-family);
  font-size: var(--popup-font-size);
  backdrop-filter: blur(var(--popup-overlay-blur));
}
#coiOverlay button {
  font-weight: 600;
  font-size: var(--popup-font-size);
}
#coiOverlay button:not(:disabled) {
  cursor: pointer;
}
#coiOverlay h2 {
  font-weight: 400;
}

#coi-banner-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
  text-shadow: none;
}

#coi-banner-wrapper *:not(.coi-banner__accept:not(:disabled),
.coi-banner__decline:not(:disabled),
.coi-banner__lastpage:not(:disabled)) {
  line-height: 1.5;
}

.coi-banner__wrapper {
  width: 100%;
  max-width: 896px;
  max-height: 100%;
  background: var(--popup-bg-color--primary);
  overflow-x: hidden;
  border-radius: var(--popup-border-radius);
  border: var(--popup-border-width) solid var(--popup-border-color);
}

.coi-banner__wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
  z-index: 11000;
}

.coi-banner__wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.coi-banner__wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

/* POPUP CONTROLS STYLING */
#coi-banner-wrapper *:focus-visible,
.coi-checkboxes input:focus-visible + .checkbox-toggle,
#Coi-Renew:focus-visible {
  outline-offset: 2px !important;
  outline: 2px solid black;
}

.coi-checkboxes input:focus-visible + .checkbox-toggle {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

#coiConsentBannerCategoriesWrapper:focus-visible {
  outline-offset: -2px !important;
}

.coi-banner__wrapper:focus {
  outline: none !important;
}

/* BRANDING STYLING */
#coi-banner-wrapper .coi-banner__branding {
  font-size: 0.625em;
  color: var(--popup-text-color);
  text-align: right;
  letter-spacing: 0.4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: 1;
}

.coi-banner__branding-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 62px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0 32px;
  position: sticky;
  top: 0;
  bottom: 0;
  background: var(--popup-bg-color--primary);
}

.coi-banner__branding-wrapper img {
  max-width: 100%;
}

.coi-banner__branding-wrapper .coi-banner__branding a {
  display: block;
  letter-spacing: 0.4px;
  color: var(--popup-text-color) !important;
  text-decoration: none !important;
  font-weight: 400;
}

/* RENEW BUTTON STYLING */
#Coi-Renew {
  display: none !important;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 99999999999;
  padding: 10px;
  border: 0;
  cursor: pointer;
  border-top-right-radius: 50%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#Coi-Renew:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#Coi-Renew svg {
  width: 100%;
}

#Coi-Renew .renew_path {
  fill: var(--popup-button-color);
}

/* COOKIES LIST STYLING */
.coi-purpose-list {
  display: inline;
  list-style: none;
  padding: 0;
}

.coi-purpose-list li {
  display: inline;
}

.coi-purpose-list li::after {
  content: ", ";
}

.coi-purpose-list li:last-child::after {
  content: "\a";
  white-space: pre;
}

/* COMMON ELEMENTS STYLING */
.coi-banner__page {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: var(--popup-text-color);
}

#coi-banner-categories {
  display: none;
}

.coi-banner__maintext {
  font-weight: 400;
  white-space: pre-line !important;
}

.coi-banner__cookiedeclaration .coi-banner__maintext {
  white-space: normal !important;
}

.coi-banner__headline {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 0;
}

.coi-banner__wrapper ul,
.coi-banner__wrapper ol {
  list-style-position: inside;
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 0;
}

#coiPage-3 a {
  padding: 1px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

#coiPage-3 ul a {
  margin: 4px 0;
}

#coi-details-toggle {
  color: var(--popup-text-color);
  border: 0;
  padding: 0;
  background: none;
  -webkit-text-decoration: var(--popup-link-decoration);
          text-decoration: var(--popup-link-decoration);
  cursor: pointer;
  font-size: 1em;
}

#updateButton {
  display: none;
}

.cookiedeclaration_wrapper {
  overflow-x: hidden;
}

svg.coi-external-link__icon {
  width: calc(var(--popup-font-size) + 1px);
  height: calc(var(--popup-font-size) + 1px);
  margin-left: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

/* BUTTONS STYLING */
button.coi-banner__privacy-policy,
button.coi-banner__privacy-policy-return,
button#show_details,
button#hide_details,
button#coi-details-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: var(--comp-common-button-min-height);
  margin-block: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--popup-link-color);
  padding-block: var(--comp-common-button-inset-v);
  padding-inline: var(--comp-common-button-inset-h);
  background-color: var(--popup-button-color);
  border: none;
  border-radius: var(--popup-button-border-radius);
  text-decoration: none;
  text-align: center;
}

button.coi-banner__privacy-policy:hover,
button.coi-banner__privacy-policy-return:hover,
button#show_details:hover,
button#hide_details:hover,
button#coi-details-toggle:hover {
  background-color: var(--popup-button-color--hover);
}

button.coi-banner__privacy-policy-return svg {
  width: calc(var(--popup-font-size) + 1px);
  height: calc(var(--popup-font-size) + 1px);
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

button#show_details,
button#hide_details {
  margin-bottom: 0;
}

/* COOKIE POLICY PAGE STYLING */
.cookiedeclaration_wrapper h2:not(:first-child) {
  margin-top: 20px;
}

.cookiedeclaration_wrapper p {
  margin: 8px 0;
}

.cookiedeclaration_wrapper p {
  font-size: 1em;
}

.cookiedeclaration_wrapper h2 {
  font-size: 1.25em;
}

.coi-banner__summary {
  padding: 32px 32px 16px;
  width: 100%;
}

.cookiedeclaration_wrapper {
  padding: 16px 32px;
  width: 100%;
}

.coi-banner__cookiedeclaration {
  padding: 32px 32px 0;
}

/* LINKS STYLING */
.coi-banner__wrapper a[href]:not([disabled]) {
  -webkit-text-decoration: var(--popup-link-decoration);
          text-decoration: var(--popup-link-decoration);
  text-underline-offset: 1px;
  color: var(--popup-link-color);
}

.coi-banner__wrapper a[href]:not([disabled]):hover {
  color: var(--popup-text-color);
}

.coi-banner__wrapper a[target=_blank] {
  -webkit-text-decoration: var(--popup-link-decoration);
          text-decoration: var(--popup-link-decoration);
}

a.coi-banner__google-privacy-policy {
  display: inline-block;
  font-weight: 400;
  margin-top: 20px;
}

/* CONSENT TOGGLES SECTION STYLING */
.coi-banner__page-footer {
  background: var(--popup-bg-color--primary);
  width: 100%;
  padding: 16px 32px 32px;
  position: sticky;
  bottom: 0;
  z-index: 5000;
}

#coiPage-1 .coi-banner__page-footer {
  bottom: 0;
}

#coiPage-3 .coi-banner__page-footer {
  bottom: 0;
}

.coi-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: auto;
  gap: 20px;
  margin-inline: 0;
}

.coi-toggle-group {
  display: block;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 24px;
}

.coi-banner__accept:not(:disabled),
.coi-banner__decline:not(:disabled),
.coi-banner__lastpage:not(:disabled) {
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: var(--popup-button-border-radius);
  max-width: 50%;
  border: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500;
  -ms-flex: 1;
      flex: 1;
  height: auto;
  background: var(--popup-button-color);
  color: var(--popup-button-font-color);
  text-decoration: none;
  line-height: 1.33;
}

button.coi-banner__accept:hover,
button.coi-banner__lastpage:hover,
button.coi-banner__decline:hover {
  background: var(--popup-button-color--hover);
  color: var(--popup-button-font-color--hover);
}

.coi-button-group BUTTON {
  padding: 16px !important;
  line-height: 1.5 !important;
  font-family: Open Sans !important;
}

.coi-button-group button:first-child,
#updateButton {
  margin-left: 0;
}

.coi-button-group button:last-child {
  margin-right: 0;
}

.coi-button-group .coi-banner__accept {
  background-color: var(--comp-button-primary-fallback-background-color);
  background: var(--comp-button-primary-background-color);
  color: var(--comp-button-primary-text-color);
  -webkit-transition: none;
  transition: none;
}

.coi-button-group .coi-banner__accept:hover {
  background: var(--comp-button-primary-hovered-background-color);
  color: var(--comp-button-primary-text-color);
}

.coi-banner-consent-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px 32px;
  width: 100%;
}

.coi-banner-consent-field {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 4px 0;
}

.coi-banner-consent-field:last-child {
  border-right: 0;
}

.coi-banner-consent-field div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}

/* CONSENT TOGGLES STYLING */
.coi-checkboxes {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.coi-checkboxes input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  clip: initial;
  left: 0;
  top: 0;
  display: block;
  border: none;
  background: transparent;
}

input[type=checkbox]:disabled {
  opacity: 0;
}

.coi-checkboxes .checkbox-toggle {
  background: var(--popup-toggle-bg-color--inactive);
  width: 58px;
  height: 32px;
  border-radius: var(--popup-toggle-border-radius);
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 6px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle {
  background: var(--popup-toggle-bg-color--active);
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle:before {
  left: 29px;
  top: 3px;
  background: var(--popup-toggle-icon-color);
}

.coi-checkboxes input[type=checkbox]:disabled {
  cursor: not-allowed !important;
}

.coi-checkboxes input[type=checkbox]:disabled + .checkbox-toggle {
  opacity: 0.4;
}

.coi-checkboxes .checkbox-toggle:before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background: var(--popup-toggle-icon-color);
  left: 3px;
  top: 3px;
  border-radius: var(--popup-toggle-border-radius);
  -webkit-box-shadow: 0 2px 4px 0 var(--comp-switch-knob-shadow-color);
          box-shadow: 0 2px 4px 0 var(--comp-switch-knob-shadow-color);
}

/* COOKIE CATEGORIES STYLING */
#coiConsentBannerCategoriesWrapper {
  background: var(--popup-bg-color--secondary);
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
}

#coiConsentBannerCategoriesWrapper::-webkit-scrollbar-thumb,
.cookiedeclaration_wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

#coiConsentBannerCategoriesWrapper::-webkit-scrollbar-track,
.cookiedeclaration_wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

#coiConsentBannerCategoriesWrapper::-webkit-scrollbar,
.cookiedeclaration_wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.coi-consent-banner__categories-wrapper {
  position: relative;
}

.coi-consent-banner__category-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
  padding: 0 32px;
}

.coi-consent-banner__category-container:first-child {
  padding-top: 16px;
}

.coi-consent-banner__category-container:last-child {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.coi-consent-banner__category-name {
  width: 100%;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.coi-consent-banner__category-name:not(:hover):not(:active):not(.has-background) {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding: 0;
  font-size: 1em;
}

.coi-consent-banner__category-name:not(:hover):not(.has-background) {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding: 0;
  font-size: 1em;
}

.coi-consent-banner__category-name:hover {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding: 0;
  font-size: 1em;
}

.coi-consent-banner__category-name-label {
  font-weight: 700;
  font-size: inherit;
  padding: 0;
  margin: 0;
  word-break: keep-all;
  color: var(--popup-text-color);
}

.coi-consent-banner__category-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.coi-consent-banner__no-cookies {
  margin: 0;
  font-size: 1em;
}

.coi-consent-banner__category-expander {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.coi-consent-banner__description-container {
  display: none;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.tab-panel-active {
  display: block;
}

.coi-consent-banner__description-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.coi-consent-banner__description-container::-webkit-scrollbar-track {
  background-color: transparent;
}

.coi-consent-banner__description-container::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
  display: none;
}

.coi-consent-banner__category-description {
  padding-top: 4px;
  background: 0 0;
  color: var(--popup-text-color);
  font-size: 1em;
  font-weight: 400;
  -ms-flex: 4 1;
      flex: 4 1;
}

.cookie-details__detail-container {
  display: -ms-flexbox;
  display: flex;
}

.cookie-details__detail-container,
.cookie-details__detail-container a {
  font-size: 1em;
  -ms-flex: 1;
      flex: 1;
  word-break: break-word;
}

.cookie-details__detail-title {
  font-weight: 600;
}

.cookie-details__detail-content {
  -ms-flex: 4;
      flex: 4;
}
.cookie-details__detail-content a {
  display: inline-block;
}

.coi-consent-banner__found-cookies {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 20px 0 0;
}

.coi-consent-banner__cookie-details {
  color: var(--popup-text-color);
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 0;
  border-top: 1px solid var(--sys-color-border-primary-moderate);
}

.coi-consent-banner__cookie-details:last-child {
  border-top: 1px solid var(--sys-color-border-primary-moderate);
}

.ci-arrow {
  border: solid var(--popup-text-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(var(--popup-font-size) - 6px);
  height: calc(var(--popup-font-size) - 6px);
  top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
}

.top-column__website-domains {
  display: block;
}

.top-column__bold-text {
  font-weight: 400;
  display: block;
  margin: 10px 0;
}

.coi-consent-banner__category-controls .ci-btn-tab-active .ci-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
}

/** ANIMATIONS **/
@-webkit-keyframes ci-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes ci-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.ci-bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounce;
  animation-name: ci-bounce;
}

/* MOBILE VIEW */
@media only screen and (max-width: 576px) {
  .coi-banner__branding-wrapper {
    display: none;
  }
  .coi-consent-banner__cookie-details {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .coi-consent-banner__category-container {
    padding: 0 24px;
  }
  .coi-banner__branding-wrapper > * {
    padding: 0 5px;
    -ms-flex-align: center;
        align-items: center;
  }
  .coi-banner__branding-wrapper a {
    font-size: 100%;
  }
  .coi-banner__branding-wrapper img {
    max-width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .coi-banner__headline {
    font-size: 1.25em;
  }
  #coiOverlay {
    padding: 15px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .coi-banner__page-footer {
    bottom: 0;
    padding: 16px 24px 24px;
  }
  #coi-banner-wrapper {
    max-height: 100%;
  }
  .coi-banner__cookiedeclaration {
    padding: 16px 24px 0;
  }
  .cookiedeclaration_wrapper {
    padding: 6px 24px 16px;
  }
  .coi-banner__summary,
  .cookiedeclaration_wrapper {
    padding: 24px 24px 16px;
  }
  .coi-button-group {
    gap: 10px;
  }
  .coi-button-group button {
    margin: 0;
    padding: 10px 20px;
  }
  .coi-banner-consent-group {
    border: none;
    padding: 16px 24px;
  }
  .coi-banner-consent-field {
    -ms-flex-pack: center;
        justify-content: center;
    border-right: 0;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
  .coi-consent-banner__description-container {
    width: 100%;
  }
  .cookie-details__detail-container,
  .cookie-details__detail-container a {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media only screen and (max-width: 350px) {
  .coi-button-group button {
    width: 100%;
    padding: 8px;
  }
  .coi-banner__summary,
  .cookiedeclaration_wrapper {
    padding: 6px 24px 16px;
  }
  .coi-banner-consent-field {
    padding: 5px 0;
  }
}
/* SCREEN READERS */
.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
