.cookiebanner{background-color:var(--color-white);bottom:0;box-shadow:0 0 .625rem rgba(0,0,0,.15);box-sizing:border-box;color:var(--color-brand-text);font-size:.875rem;line-height:1.5;max-width:46.25rem;padding:1.5rem 2.5rem 1.125rem;position:fixed;right:0;width:100%;z-index:var(--z-index-cookiebot)}.cookiebanner__header{margin-bottom:1rem}.cookiebanner__content{margin-bottom:1.5rem}@media screen and (min-width:768px){.cookiebanner__content{margin-bottom:1rem}}.cookiebanner__details{grid-row-gap:1.5rem;display:grid;grid-template-columns:1fr;row-gap:1.5rem}@media screen and (min-width:768px){.cookiebanner__details{grid-template-columns:21.875rem 1fr;row-gap:1rem}}.cookiebanner__selection{grid-column-gap:1rem;grid-row-gap:.5rem;-moz-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:1fr 1fr;row-gap:.5rem}.cookiebanner__selection label{cursor:pointer;display:flex;font-weight:.875rem;line-height:1.5rem;padding-left:2.5rem;position:relative}.cookiebanner__selection label:before{background-color:var(--color-border);border-radius:50%;box-sizing:border-box;content:"";cursor:pointer;display:inline-block;height:1.5rem;left:0;position:absolute;top:0;width:1.5rem;z-index:3}.cookiebanner__selection label .checkmark{align-items:center;display:flex;height:1.5rem;justify-content:center;left:0;opacity:0;position:absolute;top:0;width:1.5rem;z-index:4}.cookiebanner__selection label .checkmark .icon-checkmark{color:var(--color-black);margin:0 auto}.cookiebanner__selection label input[type=checkbox]{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cookiebanner__selection label input[type=checkbox]:checked+.checkmark{opacity:1}.cookiebanner__selection label.label--mandatory{cursor:default}.cookiebanner__selection label.label--mandatory:before{background-color:var(--color-black-15)}.cookiebanner__selection label.label--mandatory .checkmark .icon-checkmark{color:var(--color-black-50)}.cookiebanner__buttons{-moz-column-gap:1rem;column-gap:1rem;display:flex}@media screen and (min-width:768px){.cookiebanner__buttons{justify-content:flex-end}}.cookiebanner__buttons .button--link{font-size:.75rem;line-height:1rem}@media screen and (max-width:767px){.cookiebanner__buttons .button--primary{flex:1 0 0}}