﻿#cookieConsent {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: rgba(255, 255, 255,1);
    margin: 0;
    top: unset;
    padding: 10px;
    display: flex;
    overflow: hidden;
    bottom: 0px;
    box-shadow: 0 -5px 14px -5px rgba(0,0,0,0.4);
}

.cookiecontainer {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 60px;
}

.navbar-collapse {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: none;
}

.navbar-header {
    display: none;
}

.navbar-text {
    text-align: center;
    margin: auto;
}

    .navbar-text a {
        color: #2786c9;
        font-size: bold;
    }

.navbar {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

    .navbar .btn {
        margin: 0 20px;
        padding: 12px 22px;
        line-height: 12px;
        position: relative;
        color: #2786c9;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        outline: none;
        border: 2px solid;
        background: transparent;
        margin-bottom: 3px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border-color: #2786c9;
    }

.btn:hover {
    background-color: #2786c9;
    color: white;
}


.navbar .close-button {
    position: absolute;
    right: 2px;
    top: -5px;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    border: none;
    background: none;
    padding: 20px;
    padding-top: 0;
}

.close-button:hover {
    opacity: 1;
}

.close-button:before, .close-button:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}

.close-button:before {
    transform: rotate(45deg);
}

.close-button:after {
    transform: rotate(-45deg);
}
