.ste-cookie-lightbox-lightbox-bg {
background-color: rgba(70, 76, 85, 0.9);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 99998;
display: none;
}
.ste-cookie-notice {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;
background-color: #fff;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.ste-cookie-view-modal-box-wrapper .main-color,
.ste-cookie-notice .main-color {
color: #0A9DB6
}
.ste-cookie-notice-icon--selector,
.ste-cookie-view-modal-box-wrapper .main-background-color,
.ste-cookie-notice .main-background-color {
background-color: #0A9DB6;
}
.ste-cookie-notice-close {
display: block;
position: absolute;
top: 10px;
right: 10px;
}
.ste-cookie-notice-close img {
width: 20px;
height: 20px;
}
.ste-cookie-notice-inner {
padding: 18px 30px;
position: relative;
}
.ste-cookie-notice-inner-text {
}
.ste-cookie-notice-headline {
margin-bottom: 3px;
font-weight: bold;
font-size: 16px;
}
.ste-cookie-notice-button-deny.margin {
margin-right: 7px;
}
.ste-cookie-notice-inner-text a {
}
.ste-cookie-notice-inner-text .link {
cursor: pointer;
}
.ste-cookie-notice-inner-text .link:hover {
text-decoration: underline;
}
.ste-cookie-notice-inner-button {
margin-top: 12px;
text-align: center;
}
.ste-cookie-notice .cookie-notice-button {
margin-top: 0;
}
.ste-cookie-notice-settings-wrapper {
position: fixed;
z-index: 99999;
top: 50%;
left: 50%;
transform: translate(-50%,-50%); padding: 20px;
width: 100%;
max-width: 700px;
background-color: #fff;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.ste-cookie-notice-settings-headline {
margin-bottom: 10px;
font-weight: bold;
font-size: 18px;
}
.ste-cookie-view-modal-box-wrapper {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
overflow-x: hidden;
overflow-y: hidden;
background-color: #00000055;
}
.ste-cookie-view-modal-box {
min-width: 360px;
max-width: 640px;
margin: 0.5rem auto;
height: calc(100% - 1rem);
position: relative;
width: calc(100% - 1rem);
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ste-cookie-view-modal-box-content {
border-radius: 6px;
overflow: hidden;
max-height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
outline: 0;
box-shadow: 0 0 12px 0px #4444449e;
-moz-box-shadow: 0 0 12px 0px #4444449e;
-webkit-box-shadow: 0 0 12px 0px #4444449e;
}
.ste-cookie-view-modal-box-wrapper .modal-header {
margin: 0;
color: #fff;
position: relative;
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
padding: 14px 50px 14px 20px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.ste-cookie-view-modal-box-wrapper .modal-header .headline {
font-size: 1.5em;
font-weight: 700;
}
.ste-cookie-view-modal-box-wrapper .modal-header .close {
position: absolute;
top: 16px;
right: 20px;
float: right;
font-size: 1.40625rem;
font-weight: 600;
line-height: 1;
color: #95aac9;
text-shadow: none;
opacity: .5;
}
.ste-cookie-view-modal-box-wrapper .modal-header .close .icon {
width: 16px;
height: 16px;
cursor: pointer;
}
.ste-cookie-view-modal-box-wrapper .modal-body {
overflow-y: auto;
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
background-color: #fff;
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
padding: 20px;
}
.ste-cookie-view-modal-box-wrapper .modal-footer {
vertical-align: middle;
min-height: 32px;
padding: 15px 20px;
background: #fff;
position: relative;
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
border-top: 1px solid #CCC;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.ste-cookie-view-header-button, .ste-cookie-view-footer-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.ste-cookie-view-footer-button {
margin-left: 8px;
}
@media screen and (max-width: 767px){
.ste-cookie-view-modal-box {
min-width: 0;
}
.ste-cookie-view-footer-button {
margin-left: 0;
width: 100%;
margin-bottom: 7px;
}
.ste-cookie-view-footer-button:last-of-type {
margin-bottom: 0;
}
.ste-cookie-view-footer-button a {
width: 100%;
}
}
div.ste-cookie-view-input-preset,
div.ste-cookie-view-input {
box-shadow: inset 0 1px 2px rgb(0 0 0 / 7%);
width: 20px;
height: 20px;
background-color: #fff;
background-size: 12px;
background-position: center center;
background-repeat: no-repeat;
vertical-align: middle;
border: 1px solid #ccc;
border-radius: .25rem;
}
div.ste-cookie-view-input-preset {
cursor: not-allowed;
}
.ste-cookie-view-input-wrapper {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.ste-cookie-view-input-group {
margin-bottom: 16px;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ddd;
}
.ste-cookie-view-input-group-headline {
margin-bottom: 7px;
}
.ste-cookie-view-input-group:last-of-type {
margin-bottom: 0;
}
div.ste-cookie-view-input {
cursor: pointer;
}
div.ste-cookie-view-input-preset,
div.ste-cookie-view-input.active {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDQyLjUzMyA0NDIuNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDIuNTMzIDQ0Mi41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDM0LjUzOSw5OC40OTlsLTM4LjgyOC0zOC44MjhjLTUuMzI0LTUuMzI4LTExLjc5OS03Ljk5My0xOS40MS03Ljk5M2MtNy42MTgsMC0xNC4wOTMsMi42NjUtMTkuNDE3LDcuOTkzTDE2OS41OSwyNDcuMjQ4ICAgbC04My45MzktODQuMjI1Yy01LjMzLTUuMzMtMTEuODAxLTcuOTkyLTE5LjQxMi03Ljk5MmMtNy42MTYsMC0xNC4wODcsMi42NjItMTkuNDE3LDcuOTkyTDcuOTk0LDIwMS44NTIgICBDMi42NjQsMjA3LjE4MSwwLDIxMy42NTQsMCwyMjEuMjY5YzAsNy42MDksMi42NjQsMTQuMDg4LDcuOTk0LDE5LjQxNmwxMDMuMzUxLDEwMy4zNDlsMzguODMxLDM4LjgyOCAgIGM1LjMyNyw1LjMzMiwxMS44LDcuOTk0LDE5LjQxNCw3Ljk5NGM3LjYxMSwwLDE0LjA4NC0yLjY2OSwxOS40MTQtNy45OTRsMzguODMtMzguODI4TDQzNC41MzksMTM3LjMzICAgYzUuMzI1LTUuMzMsNy45OTQtMTEuODAyLDcuOTk0LTE5LjQxN0M0NDIuNTM3LDExMC4zMDIsNDM5Ljg2NCwxMDMuODI5LDQzNC41MzksOTguNDk5eiIgZmlsbD0iIzg4ODg4OCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.ste-cookie-view-input-label {
display: block;
margin-left: 0.75rem;
font-size: 0.9em;
}
.ste-cookie-notice-icon {
position: fixed;
bottom: 25px;
right: 25px;
z-index: 9998;
border-radius: 50%; 
width: 60px;
height: 60px;
transition: 0.3s background-color, 0.3s border-color;
box-shadow: 0 0 8px 3px rgb(0 0 0 / 10%);
}
.ste-cookie-notice-icon .icon {
width: 26px;
height: 26px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
@media screen and (min-width: 992px){
.ste-cookie-notice-inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.ste-cookie-notice-inner-text {
margin-right: 25px;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.ste-cookie-notice .cookie-notice-button {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
}
@media screen and (max-width: 991px){
.ste-cookie-notice-inner {
text-align: center;
}
.ste-cookie-notice-inner-text {
width: 100%;
display: inline-block;
position: relative;
top: 0;
left: 0;
transform: none;
margin-bottom: 12px;
}
.ste-cookie-notice-button-deny.margin {
margin-left: 7px;
}
.ste-cookie-notice .cookie-notice-button {
float: none;
}
.ste-cookie-notice-inner {
padding: 20px 30px;
}
}
@media screen and (min-width: 768px){
.ste-cookie-view-footer-button:nth-of-type(1) {
padding-right: 5px;
}
.ste-cookie-view-footer-button:nth-of-type(2) {
padding-left: 5px;
}
.ste-cookie-view-footer-button {
margin-left: 0;
width: 50%;
margin-bottom: 10px;
}
.ste-cookie-view-footer-button.no-consent,
.ste-cookie-view-footer-button:nth-of-type(3) {
margin-left: 0;
width: 100%;
margin-bottom: 0;
}
.ste-cookie-view-footer-button.no-consent {
width: 100%;
margin-bottom: 0;
padding-right: 0;
padding-left: 0;
}
.ste-cookie-view-footer-button a {
width: 100%;
}
}
@media screen and (max-width: 767px){
.ste-cookie-notice .cookie-notice-button {
width: 100%;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
}
.ste-cookie-notice .cookie-notice-button:last-of-type {
margin-bottom: 0;
}
.ste-cookie-notice-icon {
bottom: 12px;
right: 16px;
border: 2px solid #fff;
}
.ste-mb-4-xs {
margin-bottom: 1rem;
}
}