﻿#cookie-banner {
    background: #ffffff;
    height: 90px;
    border-top: 1px solid #9d0a6d;
    font-size: 1.2em;
    color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}

.cookie-banner-row {
    width: 100%;
    height: 90px;
}

.cookie-banner-block {
    left: 30px;
    top: 39%;
    position: absolute;
}

.cookie-closeBanner {
    right: 30px;
    top: 39%;
    position: absolute;
}

#cookieCloseButton {
    background-color: #9d0a6d;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    margin-left: 20px;
}


@media only screen and (max-width:1211px) {

    .cookie-banner-block {
        top: 15%;
        position: static;
        text-align: center;
    }

    .cookie-closeBanner {
        margin-top: 15px;
        position: static;
        text-align: center;
    }
}


@media (max-width: 779px) {
    .cookie-closeBanner {
        margin-top: 5px;
    }

    #cookie-banner,
    .cookie-banner-row {
        height: 140px;
    }

    #cookieCloseButton {
        display: block;
        width: 50%;
        margin: 4% auto;
    }

    .cookie-banner-row {
        font-size: 14px;
        margin-top: 10px;
    }
}
