#cookies p {
    font-family: 'Fira Sans', sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

#cookies p b {
    font-family: 'Fira Sans', sans-serif;
    color: #333;
    font-size: 13px;
}

.cookies-box .cookies-pie {
    font-family: 'Fira Sans', sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.cookies-box .cookies-pie button {
    padding: 6px 12px;
    font-size: 16px;
}

* {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

body {
    background-color: #323232;
}

/* Background Color */
.bg-green {
    background-color: #8DBB00;
}

.bg-yellow {
    background-color: #FFCB00;
}

.bg-black {
    background-color: #323232;
}

/* Text Color */
.text-green {
    color: #8DBB00;
}

.text-yellow {
    color: #FFCB00;
}

.text-black {
    color: #323232;
}

.text-red {
    color: #DD1717;
}

.text-grey {
    color: #979797;
}

h1 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

/* Button */
button.btn.btn-black,
a.btn.btn-black {
    background-color: #333333;
    color: #FFCB00;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0px;
}

button.btn.btn-black:hover,
a.btn.btn-black:hover {
    color: #fff;
    text-decoration: underline;
}

/* Header */
header {
    height: 70px;
    background-color: #323232;
}

img.logo {
    max-width: 218px;
    height: auto;
    max-height: 100px;
    margin-top: 40px;
    margin-left: 40px;
}

.lang .dropdown-toggle {
    font-size: 16px;
}

.lang .dropdown-item:hover {
    background-color: #D6DAC8;
    /* Neutral 500 */
}

.lang a.dropdown-toggle:hover {
    color: #FFCB00 !important;
    text-decoration: none;
}

.lang .dropdown-item img {
    height: 25px;
}

.form-control,
.custom-select {
    background-color: #fff;
    border-radius: 0px !important;
    border: solid 1px #eee !important;
    box-shadow: none;
}

.form-control:focus,
.custom-select:focus {
    background-color: #ffffff;
    border-radius: 0px !important;
    border: solid 1px #eee !important;
    box-shadow: 0 0 0 .2rem rgba(149, 200, 49, .40);
}

label {
    margin-bottom: 0;
}

input,
select {
    font-weight: 400;
}

input:placeholder-shown {
    text-overflow: ellipsis;
}

.error {
    color: #DD1717;
    font-weight: 400;
    font-size: 12px;
}

/* Media */
@media screen and (max-width: 992px) {
    img.logo {
        margin-top: 15px;
        margin-left: 0px;
    }
}

/* Media */
@media screen and (max-width: 453px) {
    .dropdown-toggle::after {
        display: none;
    }

    .lang .dropdown-toggle {
        font-size: 13px;
    }
}