﻿body {
}

.hidden
{
    display:none;
}

.footerCook {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: #f9ff73;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5%;
    z-index: 999999;
    color: #111111;
}

    .footerCook a {
        color: #000000;
        text-decoration: underline;
        font-weight: bold;
    }

.modal-dropdown.dropdown-menu-language-select {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

.top-navbar .navbar-brand {
    margin-top: -15px;
}