﻿[class*="cookiebot-optout"] { display: none; }

.cookiebot-message-wrapper > span { text-align: center; line-height: 1.3em; }

.cookiebot-message-wrapper.cookiebot-optout-iframe > span { background: #F4f4f4; padding: 20px 30px; display: inline-block; width: 100%; }

.cookiebot-message-wrapper.cookiebot-optout-vte { position: absolute; top: 0; background: rgba(244, 244, 244, 0.95); left: 0; width: 100%; height: 100%; z-index: 20; }
.cookiebot-message-wrapper.cookiebot-optout-vte > span { position: absolute; width: 90%; font-size: 1.3em; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.CookieDeclarationType { overflow-x: auto; }
.CookieDeclarationTable { margin: 0 0 18px 0; margin: 0; }

@media (max-width:767px) { /* COOKIE PAGE */
    .CookieDeclarationTable > colgroup { display: flex; width: 100%; scroll-snap-type: x mandatory; justify-content: flex-start; flex-direction: row; overflow-x: scroll; overflow-y: hidden; flex-wrap: nowrap; -ms-overflow-style: none; scrollbar-width: none; }
    .CookieDeclarationTable > colgroup > col { flex: none; scroll-snap-align: start; }
}

@media (max-width:480px) {
    .cookiebot-message-wrapper.cookiebot-optout-vte > span { font-size: 1em; }
}
