
/**
 * Cookie Consent CSS
 *
 * This file is generated by /templatedata/TFW_components/CookieConsent/presentation/CookieConsent_Banner.tpl
 *
 * DO NOT EDIT IT MANUALLY!
 */

div.cc-window.cc-floating {
    max-width: unset !important;
    flex-direction: row;
    padding: 3vmin;
}
.cc-window {
    position: static;
}
.cc-clear {
    clear: both;
}
.cc-window a {
    color: #ffffff !important;
    text-decoration: underline;
    opacity: 0.8;
}
#cookie-bar .button-wrapper .cc-btn:hover, 
.cc-window .cc-btn:hover {
    opacity: 0.7;
}
.cc-window {
    transition: opacity 1s ease;
    position: relative;
    overflow: visible !important;
    font-size: 14px !important;
    font-weight: normal;
}
#cookie-bar .cc-message h2, 
.cc-window h2 {
    font-size: 1.5em !important;
    font-weight: normal;
    margin: 1em 0;
}
@media (max-width: 1024px) {
    #cookie-bar .cc-compliance, 
    .cc-window .cc-compliance {
        float: right;
        display: block;
    }
    .cc-window {
        flex-direction: column !important;
        display: block;
    }
}
/* responsive banner mobile landscape */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 750px) and (orientation: landscape) {
    .cc-window.cc-banner .cc-compliance {
        display: block;
        float: right;
    }
}
body.cookie-bar-visible .cc-window {
    padding: 0;
}
.settings {
    margin-top: 5px;
    clear:both;
}
.cc-link {
    display: inline-block;
    margin: 0 0 1em 0;
    padding: 0;
    opacity: 0.8;
}
.cc-message p {
    margin-right: 2em;
}

.cc-grower h2 {
    color: #ffffff;
}
.cc-grower p a {
    text-decoration: underline;
    opacity: 0.8;
}
.cc-grower p a:hover, 
.cc-grower a:hover {
    opacity: 1;
}
.cc-grower .cc-banner .cc-btn:last-child {
    min-width: unset;
    max-width: unset;
}
