﻿body {
    padding-top: 316px;
    background-position: center 316px;
}

h1 {
    color: #002663;
    font-size: 24px;
    line-height: 32px;
}

#cookieWarningDiv {
    z-index: 9001;
    background-color: #d0e7fc;
    box-shadow: 0 0 5px rgb(0, 0, 0);
    font-size: 12px;
    color: rgb(51, 51, 51);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 5em 15px 0 15px;
    height: 316px;
}

#cookieButtons {
    padding-bottom: 15px;
}

#cookieAcceptAll {
    background-image: linear-gradient(180deg, #ffa245 0%, #f77c00 100%);
    border-radius: 20px 20px 0;
    display: inline-block;
    color: white;
    padding: 12px 25px;
    font-size: 18px;
    line-height: 26px;
}

    #cookieAcceptAll i {
        color: white;
    }

#cookieAcceptFunctional, #cookieAcceptNone {
    color: #f77c00;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

    #cookieAcceptFunctional i, #cookieAcceptNone i {
        font-size: 12px;
        width: 24px;
        height: 24px;
        background-image: linear-gradient(180deg, #ffa245 0%, #f77c00 100%);
        border-radius: 0 10px;
        color: white;
        text-align: center;
        vertical-align: top;
        padding-top: 6px;
        padding-left: 2px;
        margin-right: 10px;
    }
