#cookie-consent .consent-modal{max-width:700px;height:550px;padding:0;}@media all and (min-width:900px){#cookie-consent .consent-modal{height:550px;}}@media all and (min-width:500px){#cookie-consent .consent-modal{height:550px;}}#cookie-consent label{border:none;}#cookie-consent .consent-modal .cookie-headline{color:white;background-color:black;display:inline-flex;justify-content:start;align-items:center;gap:1em;width:100%;padding:1em;}#cookie-consent .consent-modal .cookie-consent-content{padding:1em;}#cookie-consent .consent-modal .options{display:flex;flex-direction:column;justify-content:space-evenly;gap:20px;}@media all and (min-width:700px){#cookie-consent .consent-modal .options{flex-direction:row;}}#cookie-consent .consent-modal .option-wrapper .label{padding:0 4px 0 0;}#cookie-consent .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title{font-weight:bold;}#cookie-consent .consent-modal .option-wrapper .label input:checked ~ .checkmark{background-color:rgb(150,13,38);}#cookie-consent .label input:checked ~ .checkmark{background-color:rgb(150,13,38);}#cookie-consent .label input:disabled:checked ~ .checkmark{opacity:1;}#cookie-consent .buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;place-items:center;}#cookie-consent .buttons .btn--primary{margin-bottom:0px;}
