<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie-consent {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(16, 55, 91, 0.9);
    z-index: 9999;
}
.cookie-consent a {
    cursor: pointer;
}

.cookie-consent .overlay-wrapper {
    position: relative;
    margin: 80px auto;
    width: 800px;
    max-width: 100%;
}

.cookie-consent .dash {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(/images/vector/circle.svg);
    background-size: contain;
    background-position: left center;
}

.cookie-consent .dash.fine {
    position: relative;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cookie-consent .overlay {
    position: absolute;
    top: 100px;
    background-color: white;
    width: 100%;
    display: none;
}

.cookie-consent .overlay#cookieSettings .cookie-footer a {
    margin-left: auto;
}

.cookie-consent .overlay .head,
.cookie-consent .overlay .content,
.cookie-consent .overlay .cookie-footer {
    padding-left: 40px;
    padding-right: 40px;
}

.cookie-consent .overlay .coookie-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: row;
}

@media (min-width: 684px) {
    .cookie-consent .overlay .cookie-footer a {
        width: unset;
    }
}

.cookie-consent .overlay .cookie-footer .dash {
    top: 0;
}

.cookie-consent .overlay .cookie-footer .secondary {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 35px;
    color: #3b3b3b;
    /* font-family: "Nexa W01 XBold"; */
}

@media (max-width: 683.98px) {
    .cookie-consent .overlay .cookie-footer .secondary {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.cookie-consent .overlay .content {
    padding-top: 20px;
    padding-bottom: 20px;
    /* font-family: "Nexa W01 Book"; */
    letter-spacing: 0.052em;
    font-size: 14px;
    line-height: 25px;
    color: #646464;
}

.cookie-consent .overlay .content a {
    color: #10375b;
    text-decoration: underline;
}

.cookie-consent .overlay .head {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.cookie-consent .overlay .head .dash {
    bottom: 0;
}

.cookie-consent .overlay .head .headline {
    letter-spacing: 0em;
    font-size: 22px;
    line-height: 27px;
    /* font-family: "Nexa W01 XBold"; */
    color: #494948;
}

.cookie-consent .overlay .setting-box .box-wrapper {
    display: flex;
    flex-direction: row;
}
.cookie-consent .overlay .setting-box .box-wrapper .icon img {
    max-width: none;
    width: 60px;
    margin-right: 20px;
}

.cookie-consent .overlay .setting-box .box-wrapper .box-content {
    flex: auto;
}

.cookie-consent .overlay .setting-box .box-wrapper .box-content .headline {
    letter-spacing: 0em;
    font-size: 18px;
    line-height: 24px;
    /* font-family: "Nexa W01 XBold"; */
    color: #494948;
    margin-bottom: 20px;
}

.cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container {
    display: flex;
}

@media (max-width: 683.98px) {
    .cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container {
        flex-direction: column;
    }
}

.cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .label {
    flex: 4;
    padding-right: 40px;
}

@media (max-width: 683.98px) {
    .cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .label {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .buttons {
    flex: 3;
    display: flex;
}

@media (max-width: 899.98px) {
    .cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .buttons {
        flex-direction: column;
    }

    .cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .buttons .radio {
        margin-bottom: 10px;
    }
}

@media (max-width: 683.98px) {
    .cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .buttons {
        padding-bottom: 20px;
    }
}

.cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .buttons .radio {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 0.1rem;
}
.cookie-consent .overlay .setting-box .box-wrapper .box-content .radio-container .buttons .radio:first-child {
    margin-right: 25px;
}
.cookie-consent .overlay .setting-box .box-wrapper .box-content .info-container {
    background-color: #f5f5f5;
    padding-left: 1rem;
    padding-right: 1rem;
}
.cookie-consent .overlay .setting-box .box-wrapper .box-content .info-container .info-button {
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 35px;
    color: #3b3b3b;
    /* font-family: "Nexa W01 XBold"; */
}

.cookie-consent .overlay .setting-box .box-wrapper .box-content .info-container .info-content {
    display: none;
}
.cookie-consent .overlay .cookie-footer div{
    margin-left: 30px;
}
@media (max-width: 683.98px) {
    .cookie-consent .overlay .cookie-footer {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }
    .cookie-consent .overlay .cookie-footer div {
        margin: unset;
    }
    .cookie-consent .overlay .cookie-footer .mobile-margin {
        margin-top: 25px;
    }
}
.menue-btn{
    padding: unset;
    font-size: unset;
}
.cookie-button {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 10px;
    padding: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    z-index: 1000;
}
.radio-cookies{
    flex: 3;
    display: flex;

}</pre></body></html>