﻿@charset "UTF-8";
/*
	colors:
		dark-body-text: #000000
		light-body-text: #ffffff
		blue: #0277bd
		login-button: #0277bd
		footer-background: #f50057
		pit-about-blue: #5d94eb
		wizard-grey: #b0bec5
        wizard-red: #ff1744
        header-red: #dc0032
*/
/*
	margins:
		1: 0.25rem
		2: 0.5rem;
		3: 1rem;
		4: 1.5rem;
		5: 3rem
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: black;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1, .h1 {
    font-size: 25px;
}

h2, .h2 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 18px;
}

h4, h5, .h4, .h5 {
    font-size: 15px;
    line-height: 1.5;
}

a:not(.btn) {
    text-decoration: underline;
    font-weight: 600;
}

    a:not(.btn):hover {
        text-decoration: none;
    }

a.nav-link {
    color: white;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border-bottom: solid 0.5px rgba(255, 255, 255, 0.2);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

    a.nav-link:hover {
        background-color: #343a40;
    }

.hero-tiles a, .hero-button a {
    text-decoration: none;
    display: block;
}

    .hero-tiles a:not(.btn), .hero-button a:not(.btn) {
        font-weight: inherit;
    }

    .hero-tiles a:hover:not(.btn), .hero-button a:hover:not(.btn) {
        text-decoration: underline;
    }

.side-content a:hover {
    text-decoration: none;
}

.paging a {
    text-decoration: none;
    font-weight: inherit;
}

.list-item a, .tools-item a, .tools-button a {
    display: block;
    font-weight: inherit;
}

.footer a {
    font-weight: inherit;
}

a.btn {
    white-space: normal;
}

.checkerboard-item a {
    display: block;
    height: 100%;
    font-weight: inherit;
}

.navbar-toggler {
    margin-right: 0.5rem;
    margin-left: 16px;
}

    .navbar-toggler i {
        color: white;
        font-size: 1.5rem;
    }

.article-content a:not(.btn), .legal-basis a:not(.btn) {
    letter-spacing: 0.3px;
    font-weight: 600;
}

.footer a:not(.btn) {
    color: white;
}

.btn, input.form-control {
    font-size: 17px;
}

.btn, button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    letter-spacing: 0.2px;
}

input.form-control {
    height: initial;
    color: black;
}

.text-dark, .text-body, .dark-text {
    color: black;
}

    .text-dark a, .text-body a, .dark-text a {
        color: black;
        text-decoration: none;
    }

        .text-dark a:hover, .text-body a:hover, .dark-text a:hover {
            color: black;
            text-decoration: none;
        }

.text-light, .light-text {
    color: white;
}

    .text-light a, .light-text a {
        color: white;
        text-decoration: none;
    }

        .text-light a:hover, .light-text a:hover {
            color: white;
            text-decoration: none;
        }

.amethysta {
    font-family: 'Amethysta', serif;
}

.pagination {
    margin-bottom: 0;
    flex-wrap: wrap;
}

    .pagination .page-link {
        font-size: 16px;
    }

.paging {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.top-paging .paging {
    margin-bottom: 0;
}

.article-footer .paging {
    margin: 0;
}

.page-link {
    line-height: initial !important;
}

.skip-link {
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    padding: 0.5rem 1rem;
}

    .skip-link:focus {
        position: absolute;
    }

header {
    background-color: #dc0032;
    color: white;
}

    header p {
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
    }

    header h1, header .h1 {
        font-weight: normal;
    }

        header h1 a, header .h1 a {
            color: inherit;
        }

            header h1 a:hover, header .h1 a:hover {
                color: inherit;
                text-decoration: none;
            }

    header .btn-light {
        color: #dc0032;
    }

        header .btn-light:hover {
            color: #dc0032;
        }

    header .btn-secondary {
        border: 1px solid #dc0032;
        background-color: #dc0032;
    }

        header .btn-secondary:hover:not(.navbar-toggler) {
            border: 1px solid white;
        }

        header .btn-secondary:active:not(.navbar-toggler) {
            border: 1px solid #dc0032 !important;
        }

        header .btn-secondary.navbar-toggler {
            border: none;
            padding: 0.5rem 1rem;
        }

    header input[name='query'] {
        border: 1px solid #ced4da;
    }

    header .navbar {
        padding: 0;
    }

        header .navbar .navbar-brand {
            padding: 0;
            margin-right: 0;
            display: flex;
            align-items: center;
        }

            header .navbar .navbar-brand a {
                display: flex;
                align-items: center;
                text-decoration: none;
            }

            header .navbar .navbar-brand h1, header .navbar .navbar-brand .h1 {
                color: white;
                display: block;
            }

            header .navbar .navbar-brand img {
                background-color: #dc0032;
                width: 96px;
                height: 96px;
            }

@media (max-width: 445px) {
    header .navbar .navbar-brand h1 {
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    header .navbar .navbar-brand {
        min-height: 54px;
    }

        header .navbar .navbar-brand img {
            display: none !important;
        }
}

header .navbar .navbar-text {
    color: white;
}

header .navbar .navbar-collapse {
    margin-left: 30px;
}

header .nav-list {
    background-color: #ad0d00;
    margin: 1rem -2rem;
    margin-bottom: 0;
}

.header {
    margin-bottom: 0.25rem;
}

    .header.home-page {
        margin-bottom: 0;
    }

nav.main {
    margin-top: 0.25rem;
}

.breadcrumb {
    padding: 0.75rem 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.checkerboard, .tools, .messages, .hero-tiles, .hero-button, .section-header, .wizard, .hero-content {
    padding: 3rem 0px;
    margin: 1rem 0;
}

    .hero-tiles:first-child, .section-header:first-child {
        margin-top: 0;
    }

    .messages h2 {
        margin-bottom: 3rem;
    }

    .messages h3 {
        margin-bottom: 1.5rem;
    }

    .messages .messages-item {
        margin-bottom: 1.5rem;
        color: black;
    }

    .checkerboard.no-title {
        padding-top: 0;
    }

p.introduction {
    margin-bottom: 0rem;
}

p.introduction, .article-navigation p, .side-content h3, .side-link h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

q {
    quotes: "„" "”" "«" "»";
}

.article-content .checkerboard {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

    .article-content .checkerboard > .container {
        padding: 0;
    }

.article-content div.important {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    border-left: 4px solid #dc0032;
    padding: 1rem 1.25rem;
    margin-left: 3rem;
    margin-bottom: 1rem;
}

article .checkerboard {
    margin: 0;
    padding: 0;
}

    article .checkerboard > .container {
        padding: 0;
    }

article .article-content li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

article ol {
    list-style-type: decimal;
}

    article ol ol {
        list-style-type: lower-alpha;
    }

        article ol ol ol {
            list-style-type: lower-roman;
        }

            article ol ol ol ol {
                list-style-type: decimal;
            }

article ul {
    list-style-type: disc;
}

    article ul ul {
        list-style-type: circle;
    }

        article ul ul ul {
            list-style-type: square;
        }

            article ul ul ul ul {
                list-style-type: disc;
            }

section.article-content h2, section.article-content h3, section.article-content h4, section.article-content .h2, section.article-content .h3, section.article-content .h4 {
    margin-top: 3rem;
}

section.article-content h2, section.article-content .h2 {
    margin-bottom: 1.5rem;
}

section.article-content h3, section.article-content .h3 {
    margin-bottom: 1.1rem;
}

section.article-content h4, section.article-content .h4 {
    margin-bottom: 0.9rem;
}

section.article-content .checkerboard-item-container {
    margin: 0;
    margin-top: 1.5rem;
}

section.article-content .checkerboard-item h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

section.article-content .content > :first-child {
    margin-top: 0.5rem;
}

.article-navigation {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

    .article-navigation ul {
        padding-left: 0;
        list-style-type: none;
    }

    .article-navigation p {
        margin-bottom: 1rem;
    }

.checkerboard h2, .checkerboard .h2 {
    margin-bottom: 1rem;
}

.checkerboard .card {
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 15px;
}

.checkerboard .row {
    margin-left: -15px;
    margin-right: -15px;
}

.checkerboard-item-background {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.checkerboard-item-background-overlay {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: 100%;
    width: 100%;
}

    .checkerboard-item-background-overlay.has-overlay {
        background-color: rgba(1, 84, 151, 0.8);
    }

.checkerboard-item-container {
    margin: 1.5rem 0;
}

    .checkerboard-item-container.col-md-3, .checkerboard-item-container.col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

blockquote.blockquote {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    border-left: 4px solid #015497;
    padding: 1rem 1.25rem;
    margin-left: 3rem;
}

.checkerboard-item {
    display: block;
    border: none;
    text-decoration: none;
    height: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
}

    .checkerboard-item .has-background {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .checkerboard-item .has-image {
        min-height: 150px;
    }

        .checkerboard-item .has-image h3 {
            text-align: center;
        }

        .checkerboard-item .has-image .checkerboard-item-background-overlay {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .checkerboard-item .has-image .checkerboard-item-background-overlay:hover {
                background: #015497;
            }

    .checkerboard-item p {
        margin: 0;
        margin-top: 0;
    }

    .checkerboard-item .row {
        margin: 0;
    }

    .checkerboard-item .col, .checkerboard-item .col-auto {
        padding: 0;
    }

    .checkerboard-item.no-background {
        margin: 0 -15px;
    }

        .checkerboard-item.no-background .checkerboard-item-background {
            margin: 0 15px;
        }

        .checkerboard-item.no-background .card-body {
            padding-left: 0;
            padding-right: 0;
        }

    .checkerboard-item:hover {
        background-color: #015497;
    }

        .checkerboard-item:hover.dark-text a {
            color: white;
        }

.hero-tiles .card, .hero-button .card {
    background: transparent;
    border: none;
}

    .hero-tiles .card p, .hero-button .card p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

.hero-tiles .card-body, .hero-button .card-body {
    padding-left: 0;
    padding-right: 0;
}

    .hero-tiles .card-body .text-container, .hero-button .card-body .text-container {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .hero-tiles .card-body .btn-outline-primary, .hero-button .card-body .btn-outline-primary {
        border-color: white;
        border-width: 2.5px;
        padding: 0.5rem 1.5rem;
    }

        .hero-tiles .card-body .btn-outline-primary.dark-text, .hero-button .card-body .btn-outline-primary.dark-text {
            border-color: black;
            border-width: 2.5px;
        }

        .hero-tiles .card-body .btn-outline-primary:hover, .hero-button .card-body .btn-outline-primary:hover {
            border-color: #015497;
        }

.hero-tiles .btn, .hero-button .btn {
    white-space: normal;
}

    .hero-tiles .btn.dark-text:hover, .hero-button .btn.dark-text:hover {
        color: white;
    }

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.card-deck {
    margin-right: -15px;
    margin-left: -15px;
}

.tools.no-title {
    padding-top: 0;
}

.tools h2 {
    margin-bottom: 3rem;
}

.tools .buttons-container {
    margin-bottom: 3rem;
}

.tools-button {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
}

    .tools-button img {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .tools-button:hover {
        background: #015497;
    }

    .tools-button.dark-text:hover a {
        color: white;
    }

    .tools-button .tools-button-background {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        height: 100%;
    }

    .tools-button .tools-button-inner-container {
        padding: 0 1.5rem;
    }

.tools-section h3 {
    margin-bottom: 3rem;
}

.tools-section h4 {
    font-size: 17px;
}

.tools-item-container {
    margin-bottom: 3rem;
}

.tools-item-inner-container {
    margin: -15px;
    padding: 15px;
}

    .tools-item-inner-container:hover {
        background: #015497;
    }

.tools-item img {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}

.tools-item p {
    margin-bottom: 0;
}

.tools-item:hover a, .tools-item:hover a:hover {
    color: white;
    text-decoration: none;
}

a.light-text:hover {
    color: white;
}

a.dark-text:hover {
    color: black;
}

a.more::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 0.5em;
}

.link-destination::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 0.5em;
}

.attachments ul {
    margin-left: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

    .attachments ul li {
        margin-bottom: 0.5rem;
    }

.link-attachment::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 0.5em;
    color: #015497;
}

.wizard a.answer:hover {
    text-decoration: none;
}

.wizard a.answer::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 0.5em;
    color: #b0bebc;
}

.wizard a.answer:hover::before {
    color: #dc0032;
}

.content-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
}

    .content-header hr {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .content-header.light-text hr {
        border-color: rgba(255, 255, 255, 0.2);
    }

.side-content {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

    .side-content h3 {
        margin-bottom: 0.25rem;
    }

.article-footer .actions-break {
    margin-bottom: 1rem;
}

.article-footer .article-metadata {
    margin-top: 1rem;
    margin-bottom: 0.55rem;
}

.article-footer .paging {
    margin-top: 2rem;
}

.article-footer .article-actions {
    margin-top: 2rem;
}

.article-buttons .btn {
    margin-bottom: 1rem;
}

.list .list-item {
    padding-bottom: 1rem;
    margin-top: 3rem;
}

.list .legislation-item {
    padding-bottom: 1rem;
    margin-top: 3rem;
}

    .list .legislation-item .details {
        padding-left: 3rem;
    }

.eform-legend .legend-icon-container {
    padding-right: 0;
}

.eform-legend .legend-text-container {
    padding-left: 1rem;
}

.eforms-table .year h3 {
    margin-bottom: 1rem;
}

.eforms-table .year-link {
    display: block;
}

.eforms-table .form-header-container {
    justify-content: center;
}

.eforms-table .form-type-container {
    padding: 0;
}

.eforms-table .form-legend-container {
    padding: 0;
}

.eforms-table .form-validity-info-container {
    text-align: center;
}

.eforms-table .form-link-container {
    padding: 0 10px;
}

    .eforms-table .form-link-container a {
        display: block;
    }

    .eforms-table .form-link-container h3 {
        text-align: center;
        margin: 0;
    }

    .eforms-table .form-link-container .file-info {
        text-align: center;
        display: block;
    }

.eforms-table .form-documents-container {
    justify-content: center;
}

.footer {
    padding: 3rem 0;
    color: white;
    background-color: #dc0032;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 4rem;
}

    .footer p:last-child {
        margin-bottom: 0;
    }

    .footer .email:before {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        margin-right: 0.5em;
    }

    .footer .email a {
        color: white;
    }

    .footer .phone:before {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        margin-right: 0.5em;
    }

    .footer .phone a {
        color: white;
    }

    .footer h2 {
        font-weight: 400;
        margin-bottom: 3rem;
    }

    .footer h3 {
        text-transform: uppercase;
    }

    .footer a.btn-outline-primary {
        width: 100%;
        border-color: white;
        border-width: 2px;
        padding: 0.5rem 1.5rem;
    }

        .footer a.btn-outline-primary:hover {
            border-color: #015497;
        }

.eu-footer {
    margin: 1.5rem 0;
}

    .eu-footer .col {
        padding: 0;
    }

    .eu-footer .logo-container {
        text-align: center;
    }

    .eu-footer .logo-left {
        height: 85px;
    }

    .eu-footer p {
        font-size: 12px;
        margin: 0 1.5rem;
        text-align: left;
    }

    .eu-footer .logo-right {
        height: 70px;
    }

input[name='query']::before {
    content: 'small';
}

.container {
    max-width: initial;
}

.table {
    margin-bottom: 0;
}

    .table p {
        margin-bottom: 0;
    }

.table-responsive {
    margin-bottom: 1rem;
}

fieldset legend {
    font-size: inherit;
}

:focus {
    outline: solid 4px orange;
}

    :focus.page-link, :focus.btn-link, :focus.btn-primary, :focus.btn-outline-primary, :focus.btn, :focus.form-control, :focus.navbar-toggler {
        outline: solid 4px orange;
        box-shadow: none;
    }
/*Scroll Down*/
#scrollDown {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 1000;
}

#scrollDownAfter {
    width: 10px;
    height: 10px;
    border: 3px solid black;
    border-top: none;
    border-left: none;
    margin-bottom: 2px;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
}

#error {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    #error .col.d-flex {
        justify-content: center;
    }

    #error hr {
        margin: 1rem 0;
        border-width: 2px;
        width: 5rem;
        border-color: #dc0032;
    }

footer.error .footer img {
    width: 250px;
}

.cc-window.cc-floating {
    max-width: 34em;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(1, 84, 151, 0.98);
}

    .cc-window.cc-floating .cc-btn {
        border-color: white;
        color: white;
    }

        .cc-window.cc-floating .cc-btn:hover {
            border-color: white;
        }

    .cc-window.cc-floating .cc-link {
        opacity: initial;
        padding: initial;
    }

.cc-bottom {
    bottom: 2rem;
}

.cc-left {
    left: 2rem;
}

@media (max-width: 1200px) {
    header .container {
        padding-left: 0;
    }

    header .description {
        display: none;
    }

    header .navbar-collapse.show .description, header .navbar-collapse.collapsing .description {
        display: block;
    }
}

@media (max-width: 1024px) {
    .checkerboard .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .checkerboard .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .checkerboard .w-100 {
        display: none;
    }

    footer .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 3rem;
    }
}

@media (max-width: 992px) {
    .header-element {
        margin-top: 1rem;
    }

        .header-element:last-child {
            margin-bottom: 1rem;
        }

    header .navbar .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px;
    }

    .lang-sel-wrapper {
        display: none;
    }
}

@media (max-width: 768px) {
    header .row {
        flex-wrap: nowrap;
    }

    .checkerboard-item-container {
        margin: 0;
    }

        .checkerboard-item-container.has-background {
            margin-top: 2rem;
        }

    .tools-button-container {
        margin-top: 2rem;
    }

    .messages .col-md-4 {
        margin-bottom: 3rem;
    }

    .tools-section {
        margin-bottom: 3rem;
    }

        .tools-section h3 {
            margin-bottom: 1.5rem;
        }

    .tools-item-container {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .checkerboard .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkerboard .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .navbar .navbar-brand {
        margin-right: 0;
    }

        header .navbar .navbar-brand img {
            width: 64px;
            height: 64px;
        }

    header .navbar .navbar-text {
        margin-left: 0;
    }

    .article-footer .article-actions {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .filtering-list {
        text-align: center;
    }

    .data-lower, .data-upper {
        min-width: 100%;
    }

    .list-search button {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: initial;
    }

    header h1, header .h1 {
        font-size: 30px;
    }

    .article-footer .actions-break {
        display: none;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 17px;
    }

    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 17px;
    }

    .container {
        max-width: initial;
    }

    p.introduction, .article-navigation p, .side-content h3, .side-link h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    #error {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .container {
        max-width: initial;
    }

    header .header-button {
        margin-left: 30px;
    }

    .navbar-nav-menu {
        flex: 0 !important;
        margin: 0 !important;
    }
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 46px;
    }

    header h1, header h2, header .h1, header .h2 {
        font-size: 38px;
    }

    h2, .h2 {
        font-size: 27px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    .container, nav {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand {
        margin-left: 30px;
    }
}

@media (min-width: 1386px) {
    header .logo, header .navbar-brand {
        margin-left: -66px;
    }
}

.data-lower, .data-upper {
    min-width: 165px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.filter-link {
    padding-right: 8px;
}

input[type=date] {
    min-height: 37px;
}

.list-search form {
    padding-top: 10px;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.dropdown-menu.definition.definitionname {
    min-width: 200px;
    max-width: 500px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: rgba(1, 84, 151, 0.98);
    padding: 4px 8px 4px 8px;
}

.lang-selection {
    right: 30px;
    position: absolute;
}

    .lang-selection a {
        color: #0075e2;
    }

.relative {
    position: relative;
}

.lang-sel-wrapper {
    padding-left: 15px;
}

.earth {
    display: inline-block;
    background-image: url(../Content/Images/earth.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    padding: 0 8px;
}

.lang-sel {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

    .lang-sel ul {
        color: #343a40;
        position: absolute;
        display: none;
        border: 1px solid #343a40;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        right: 0;
        top: 38px;
        z-index: 100;
    }

    .lang-sel li {
        display: flex;
        justify-content: center;
        white-space: nowrap;
    }

        .lang-sel li a {
            text-decoration: none;
            padding: 8px 28px;
            width: 100%;
            text-align: center;
        }

.arrow {
    width: 10px;
    height: 10px;
    border: 3px solid white;
    border-top: none;
    border-left: none;
    margin-bottom: 4px;
    margin-left: 8px;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
}

.nav-lang {
    color: white;
    text-decoration: none;
    border-bottom: solid 0.5px rgba(255, 255, 255, 0.2);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

    .nav-lang a {
        color: white;
        text-decoration: none;
        border-bottom: solid 0.5px rgba(255, 255, 255, 0.2);
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        display: inherit;
        padding: 0.5rem 2rem;
    }

        .nav-lang a:hover {
            background-color: #343a40;
        }

.lang-sel-wrapper {
    border-radius: 5px;
}

    .lang-sel-wrapper li a {
        color: #343a40;
    }

.lang-sel-button {
    display: flex;
    border: 1px solid white !important;
    color: white !important;
    padding: 10px !important;
    margin-right: 16px;
}

@media (max-width: 445px) {
    .lang-sel-button {
        font-size: 14px;
    }
}

.lang-href-label {
    margin-top: 18px;
}

a.lang-href {
    color: #015497;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8 !important;
}

    a.lang-href:hover {
        color: white;
    }

.multilanguage-container {
    margin-top: 32px;
}


@media(max-width:600px) {
    .mobileSearchButton {
        display: inline-block;
    }

    .mobileButtonSearch {
        display: none;
    }

    .logoMobile {
        left: 0;
    }
}

@media(min-width:601px) {
    .mobileSearchButton {
        display: none;
    }

    .mobileButtonSearch {
        display: block;
    }
}