/* Wacon Cookiebox */
:root {
    --color-primary: var(--primary-color);
    --color-h2: #444;
    --font-family--h2: Heebo, Helvetica, Arial, sans-serif;
    --line-height--h2: 1.2;
    --font-weight--h2: 400;
    --color-h3: #444;
    --font-family--h3: Heebo, Helvetica, Arial, sans-serif;
    --line-height--h3: 1.2;
    --font-weight--h3: 600;
    --color-text: #444;
    --font-family: Heebo, Helvetica, Arial, sans-serif;
    --line-height: 1.4;
    --font-weight: 400;
}

.waconcookiemanagement #CookieBox {
    .h2 {
        font-size: 30px;
    }

    .h3 {
        font-size: 24px;
    }

    p {
        font-size: var(--base-font-size);
    }

    .btn {
        border-radius: 0;
        margin: 0 0 10px;
    }

    .cookiecat {
        margin-top: 0;
        margin-right: 12px;
    }

    .cookie-fix .text-back-right {
        margin-right: 0;
    }

    .intro::before {
        content: "";
        background: url("../../Img/Cookies.svg") no-repeat center;
        background-size: contain;
        display: block;
        height: 100px;
        width: 100%;
    }
}


@media screen and (min-width: 768px) {
    .waconcookiemanagement #CookieBox .intro::before {
        height: 180px;
    }
}
