<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookienotice {
    background: rgba(0,0,0,.75);
    width: 100%;
    height: auto;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0!important;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 42001;
    font-family: MuseoSansRounded,sans-serif;
    font-weight: 300;
}

.cookienotice-text {
    width: 70%;
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.cookienotice-text a {
    color: #ff5200;
    text-decoration: underline;
}

.cookienotice-text a:hover {
    color: #ff5200;
    text-decoration: none;
}

.cookienotice-btns {
    width: 30%;
    float: right;
    text-align: right;
}

.cookienotice-btns form {
    margin-bottom: 0;
}

.cookienotice-btns button {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    border: 0;
}

.cookienotice-btns .decline {
    background: none;
    border: none;
    color: #fff;
    display: inline-block;
}

.cookienotice-btns .accept {
    background-color: #00b900;
    width: auto;
    height: 35px;
    margin-left: 15px;
    padding: 0 25px;
    -webkit-box-shadow: inset 0 -2px 0 0 #090;
    box-shadow: inset 0 -2px 0 0 #090;
    line-height: 35px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .cookienotice-text {
        float: none;
        width: 100%;
    }

    .cookienotice-btns {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 329px) {
    .cookienotice-btns .decline {
        padding: 0;
    }

    .cookienotice-btns .accept {
        display: block;
        margin: 20px 0 0 0;
    }
}</pre></body></html>