﻿.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #37484C;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    z-index: 100000;
}

.cookie-banner__title {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    margin: 0px;
}
.cookie-banner__title-container{
    height: 30px;
}

.cookie-banner__content {
    display: flex;
    flex-direction: row;
}

.cookie-banner__text-container {
    display: flex;
    flex-direction: column;
}

.cookie-banner__text {
    align-self: flex-start;
    text-align: center;
}

/* .cookie-banner__buttons {
    display: flex;
    align-items: center;
} */
.cookie-banner2__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

a, a:visited, a:focus {
    text-decoration: none;
    color: #ffffff;
    outline: 0;
}

a {
    color: #fff;
}

.cookie-banner2__buttons button {
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
    background-color: #f47920;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    justify-content: center;
    text-transform: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
    margin-bottom: 5px;
}


.cookie-banner2__buttons a {
    text-decoration: none;
    color: #fff;
}

    .cookie-banner2__buttons a:hover,
    .cookie-banner2__buttons a:focus {
        color: #fff;
        text-decoration: none;
    }


@media (max-width: 767px) {
    .cookie-banner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cookie-banner__text-container {
        margin-bottom: 15px;
    }

    .cookie-banner__content {
        display: flex;
        flex-direction: column;
    }

    .cookie-banner__buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        /* .cookie-banner2__buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } */

        .cookie-banner__buttons button {
            margin-bottom: 10px;
        }
}

@media (max-width: 350px) {
    .cookie-banner2__buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
