.cookie-policy-wrapper {
    background-color: #003763;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    color: #fff;
    padding-bottom: 20px;
}

.accept-cookies {
    float: right;
    cursor: pointer;
    text-decoration: underline;
}
.navbar-fixed-top.cookie-policy-visible .cookie-policy-wrapper{
    display: block;
}

@media (max-width: 1199px) {
    .navbar-fixed-top.cookie-policy-visible .dropdown-menu {
        margin-top: -19px !important;
    }
}

.modal-body {
    min-height: 300px;
}

.modal-content {
    border-radius: 0;
    padding: 20px;
}

.modal-footer {
    border: none;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #194b71;
}