@font-face {
    font-family: 'CPPSans';
    src: url('/fonts/CPPSansLight-Regular.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CPPSans';
    src: url('/fonts/CPPSansBook-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CPPSans';
    src: url('/fonts/CPPSansBold-Regular.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

a {
    color: #005091;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*a:visited {
    color: rgb(0, 80, 160);
}*/

label {
    display: block;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    padding: 0.4em;
    margin: 0 0 0.5em 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
}

input:disabled {
    color: #ccc;
}

button {
    color: #333;
    background-color: #f4f4f4;
    outline: none;
}

button:focus {
    border-color: #666;
}

.footer__mobile-menu .logout {
    margin: 0;
}

.wrapper :global(.nav-link) {
    margin: 0;
    padding: 10px 20px;
    font-size: large;
    color: rgb(255, 255, 255);
    transition: all 0.2s;
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.wrapper :global(.nav-link:hover) {
    color: #ff3e00;
}

#CybotCookiebotDialog * {
    font-size: 13px !important;
}

#CybotCookiebotDialog {
    max-height: 70% !important;
}

#CybotCookiebotDialogHeader {
    display: none !important
}

#CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: row !important;
}

.CybotCookiebotDialogBodyButton:not(:last-of-type) {
    margin-right: .5em !important;
}

.margin20top {
    margin: 20px 0 0 0;
}

.text-right {
    text-align: right !important;
}

.blue {
    color: #005091;
}

.red {
    color: #e2001a;
}

.logo-cpp {
    margin: 30px auto;
    text-align: center;
}

.logo-cpp img {
    width: 125px;
}

@media (min-width: 800px) {
    .logo-cpp img {
        width: 135px;
    }
}

#home .logo-cpp {
    display: none;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 2;
    border-radius: 7px;
    filter: drop-shadow(2.121px 2.121px 2px rgba(0, 0, 0, 0.5));
    background-color: #ffffff;
    top: 40px;
    right: 0;
    padding: 10px 15px;
}

.dropdown-content a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: 'CPPSans', sans-serif;
    text-align: right;
    text-decoration: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-content a:hover {
    color: #005091;
}

.header__menu-user__content ul li a:hover {
    color: #005091;
}