﻿body {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    background-color: #494948;
    font-size: 18px;
}

.head {
    background-color: #494948;
}

    .head .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 35px;
        padding-bottom: 1%;
        padding-top: 1%;
        padding-left: 4%;
        margin-bottom: 0px;
    }

.header-text {
    margin-left: auto;
}

.section {
    background-color: #636362;
}

.box {
    background-color: #494948;
    padding: 2%;
    margin-bottom: 5px;
}

.container {
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
}

h4 {
    color: #fff;
    font-size: 24px;
}

footer .container {
    text-align: right;
    font-size: 18px;
}

    footer .container a {
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
    }

.inline {
    display: inline;
}

#cultureSelector {
    color: white;
    background-color: #494948;
    margin-right: 20px;
}

.centeredParagraph {
    text-align: center;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(118, 118, 118);
    opacity: 0;
    transition: opacity 1s ease;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    z-index: 99998;
}

.cookie-banner-text {
    font-size: 16px;
    margin-left: 1em;
    margin-right: 1em;
}

    .cookie-banner-text a {
        opacity: .8;
        display: inline-block;
        padding: 0.2em;
        text-decoration: underline;
        color: rgb(255, 255, 255);
    }

        .cookie-banner-text a:hover {
            opacity: 1;
            text-decoration: none;
            color: rgb(255, 255, 255);
        }

.cookie-banner-close {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
    background-color: rgb(3, 247, 255);
    border: none;
    cursor: pointer;
    color: white;
    font-size: 0.9em;
    font-weight: 700;
}

@media (max-width: 414px) and (orientation: portrait), (max-width: 736px) and (orientation: landscape) {
    .cookie-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cookie-banner-text {
        margin-bottom: 1em;
        margin-top: 1em;
    }
}
