@charset "utf-8";
/*Document CSS*/


.cookieban-alert{
    display: block;
    width: 100%;
    padding: 35px 0;
    position: fixed;
    bottom: 0;
    background-color: rgba(3, 124, 139, 0.747);
    border-top: rgb(3, 124, 139);
    color: rgb(255, 255, 255);
    box-shadow: 0px -2px 5px 5px rgba(31, 31, 31, 0.6);
}

.cookie-cont{
    display: block;
    width: 70%;
    max-width: 1024px;
    margin: 0 auto;
}

.cookie-cont p{
    margin-bottom: 8px;
    line-height: 1.2;
    text-align: justify;
    text-align-last: left;
    text-shadow: 1px 1px 2px rgba(55, 55, 55, 0.8 );
}

a,
a:any-link,
a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.acceptcookies{
    margin-left: 70%;
    margin-top: 12px;
    padding: 8px 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgb(48, 155, 6);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

@media screen and (max-width:1670px) {
    .cookie-cont{
        display: block;
        width: 80%;
        max-width: unset;
    }
}

@media screen and (max-width:1366px) {
    .cookieban-alert{
        padding: 65px 0;
        bottom: 0;
    }
    .cookie-cont{
        display: block;
        width: 85%;
        max-width: unset;
    }
    .acceptcookies{
        right: 25px;
    }
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:992px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:667px) {
    
}

@media screen and (max-width:500px) {
    .cookieban-alert{
        padding-bottom: 65px;
    }
    .cookie-cont{
        font-size: .9em;
        z-index: 9999;
    }

    .acceptcookies{
        right: 15px;
    }

}

@media screen and (max-width:375px) {

}

@media screen and (max-width:330px) {

}