﻿.cookie-consent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,50,0.5);
    z-index: 9000;
}

.cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    border-radius: 14px;
    z-index: 9250;
    max-height: 500px;
}


@media screen and (max-height: 400px) {
    .cookie-modal {
        margin: 0 auto;
    }
}

.cookie-content {
    background: #002838;
    padding: 40px;
    z-index: 9500;
    display: block;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
}

.cookie-button-decline {
    box-shadow: none;
    border: 0;
    font-size: 14vw;
    cursor: pointer;
    font-weight: 400;
    padding: 4px 100px;
    position: relative;
    margin-top: 15% auto;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: center;
    background: rgb(151,151,151);
    color: white;
}
.cookie-button-accept {
    box-shadow: none;
    border: 0;
    font-size: 14vw;
    cursor: pointer;
    font-weight: 400;
    padding: 4px 100px;
    position: relative;
    margin-top: 15% auto;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: center;
    background: rgb(1,76,143);
    color: white;
}
.text{
    color: white;
}
.href-color{
    color: white;
}