/**
* @license
*
* Font Family: DM Sans
* Designed by: Colophon Foundry
* URL: https://fonts.google.com/specimen/DM+Sans
* © 2019 Google LLC
*
* DM Sans Regular
* DM Sans Italic
* DM Sans Medium
* DM Sans MediumItalic
* DM Sans Bold
* DM Sans BoldItalic
*
*/
@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DMSans-Regular.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Regular.woff') format('woff'),
        url('../assets/fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DMSans-Italic.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Italic.woff') format('woff'),
        url('../assets/fonts/DMSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DMSans-Medium.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Medium.woff') format('woff'),
        url('../assets/fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DMSans-MediumItalic.woff2') format('woff2'),
        url('../assets/fonts/DMSans-MediumItalic.woff') format('woff'),
        url('../assets/fonts/DMSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DMSans-Bold.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Bold.woff') format('woff'),
        url('../assets/fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DMSans-BoldItalic.woff2') format('woff2'),
        url('../assets/fonts/DMSans-BoldItalic.woff') format('woff'),
        url('../assets/fonts/DMSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

/**
* @license
*
* Font Family: Manrope
* Designed by: Michael Sharanda
* URL: https://fonts.google.com/specimen/Manrope
* © 2019 Google LLC
*
* Manrope ExtraLight
* Manrope Light
* Manrope Regular
* Manrope Medium
* Manrope SemiBold
* Manrope Bold
* Manrope ExtraBold
*
*/
@font-face {
    font-family: 'Manrope';
    src: url('../assets/fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../assets/fonts/Manrope-ExtraLight.woff') format('woff'),
        url('../assets/fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../assets/fonts/Manrope-Light.woff2') format('woff2'),
        url('../assets/fonts/Manrope-Light.woff') format('woff'),
        url('../assets/fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../assets/fonts/Manrope-Regular.woff2') format('woff2'),
        url('../assets/fonts/Manrope-Regular.woff') format('woff'),
        url('../assets/fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../assets/fonts/Manrope-Medium.woff2') format('woff2'),
        url('../assets/fonts/Manrope-Medium.woff') format('woff'),
        url('../assets/fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../assets/fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Manrope-SemiBold.woff') format('woff'),
        url('../assets/fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../assets/fonts/Manrope-Bold.woff2') format('woff2'),
        url('../assets/fonts/Manrope-Bold.woff') format('woff'),
        url('../assets/fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../assets/fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../assets/fonts/Manrope-ExtraBold.woff') format('woff'),
        url('../assets/fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

:root {
    --nl-color-green-tea: #DFFEDB;
    --nl-color-neon-green: #61D387;
    --nl-color-pine-green: #192E11;
    --nl-color-charcoal: #1B1B1B;
    --nl-border-radius: 50px;
    /* from the whole width, used for headers */
    --nl-full-width: 100vw;
    --nl-half-width: calc(var(--nl-full-width) / 2);
    --nl-one-third-width: calc(var(--nl-full-width) / 3);
    --nl-header-image-heigth: calc(0.3 * var(--nl-full-width));
    /* from the whole heigth, used for headers */
    --nl-full-heigth: 100vh;
    /* main content width */
    --nl-main-width: min(80vw, 1280px);
    --nl-max-content-width: calc(0.60 * var(--nl-main-width));
    --nl-content-padding: calc(0.5 * (var(--nl-full-width) - var(--nl-main-width)));
    --nl-size-unit: calc(0.013 * var(--nl-main-width));
    --nl-size-half: calc(var(--nl-size-unit) * 0.5);
    --nl-size-1: calc(var(--nl-size-unit));
    --nl-size-2: calc(var(--nl-size-unit) * 2);
    --nl-size-3: calc(var(--nl-size-unit) * 3);
    --nl-size-4: calc(var(--nl-size-unit) * 4);
    --nl-size-5: calc(var(--nl-size-unit) * 5);
    --nl-size-6: calc(var(--nl-size-unit) * 6);
    --nl-font-size-unit: var(--nl-size-unit);
    --nl-font-size-75: calc(var(--nl-font-size-unit) * 0.75);
    --nl-font-size-100: calc(var(--nl-font-size-unit) * 1);
    --nl-font-size-110: calc(var(--nl-font-size-unit) * 1.1);
    --nl-font-size-125: calc(var(--nl-font-size-unit) * 1.25);
    --nl-font-size-150: calc(var(--nl-font-size-unit) * 1.5);
    --nl-font-size-200: calc(var(--nl-font-size-unit) * 2.0);
    --nl-font-size-250: calc(var(--nl-font-size-unit) * 2.5);
    --nl-font-size-300: calc(var(--nl-font-size-unit) * 3);
    --nl-font-size-400: calc(var(--nl-font-size-unit) * 4);
    --nl-font-size-450: calc(var(--nl-font-size-unit) * 4.5);
    --nl-font-size-500: calc(var(--nl-font-size-unit) * 5);
    --nl-font-size-800: calc(var(--nl-font-size-unit) * 8);
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: DM Sans;
    /* background-color: var(--nl-color-charcoal); */
    font-family: Manrope;
    font-weight: 300;
    font-size: var(--nl-font-size-100);
}

h1,
h2,
h3,
h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin-bottom: 1em;
}

h1 {
    font-size: var(--nl-font-size-400);
}

h2 {
    font-size: var(--nl-font-size-300);
}

h3 {
    font-size: var(--nl-font-size-200);
}

h4 {
    font-size: var(--nl-font-size-100);
}

.page-headline {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}


.page-headline * {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.page-headline h1 {
    font-size: var(--nl-font-size-400);
    line-height: 1;
}

.page-headline h3 {
    font-size: var(--nl-font-size-250);
    line-height: 1;
}

header {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}


main {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
}

main>* {
    box-sizing: border-box;
    width: 100%;
    padding-left: var(--nl-content-padding);
    padding-right: var(--nl-content-padding);
}

a,
input[type=button],
input[type=submit],
button {
    text-decoration: none;
    cursor: pointer;
}

:is(a, input[type=button], input[type=submit], button):hover {
    filter: brightness(110%);
}

.link {
    display: flex;
    flex-direction: row;
    color: var(--nl-color-charcoal);
    text-underline-offset: 2px;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--nl-color-neon-green);
}

.link img {
    margin-left: calc(0.5 * var(--nl-size-unit))
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 10px;
    padding: 1em;
    box-sizing: border-box;
}

.card-wide {
    display: flex;
    border-radius: 10px;
    padding: 1em;
}

.card h1,
.card-wide h1 {
    font-size: var(--nl-font-size-300);
}


.card h2,
.card-wide h2 {
    font-size: var(--nl-font-size-200);
}

.card h3,
.card-wide h3 {
    font-size: var(--nl-font-size-100);
}


.card-wide>* {
    flex: 1;
}

.group {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.group>* {
    flex: 1;
}

#background-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: var(--nl-full-width);
    height: var(--nl-header-image-heigth);
    overflow: hidden;
}

#background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--nl-full-width);
    height: var(--nl-header-image-heigth);
    object-fit: cover;
    object-position: center center;
}

#background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--nl-full-width);
    height: var(--nl-header-image-heigth);
    background: rgba(20, 20, 20, 0.55);
    pointer-events: none;
}

/* NAVBAR BEGIN */
#navbar-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.5px solid #ffffff29;
}

navbar {
    width: var(--nl-main-width);
    height: calc(var(--nl-size-unit) * 5.5);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

navbar .logo-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-items: flex-start;
}

navbar logo {
    font-family: Satoshi-Bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

navbar logo img {
    width: 100%;
    margin-right: 10px;
}

navbar logo div {
    color: white;
    font-size: var(--nl-font-size-200);
}

navbar .menu-toggle {
    display: none;
}

navbar .menu-toggle input {
    display: none;
}

navbar .menu-toggle label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

navbar .menu-toggle img {
    width: 2em;
}

navbar .nav-container {
    flex: 2;
    display: flex;
    justify-content: center;
}

navbar .nav-container .background-logo {
    display: none;
}

nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 5%;
    justify-content: space-evenly;
    font-size: var(--nl-font-size-125);
    z-index: 200;
}

nav * {
    color: white;
    font-family: Manrope;
}

nav a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
}

nav a:hover {
    color: var(--nl-color-neon-green);
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle img {
    margin-left: 5px;
}

.dropdown-menu {
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 10;
    background-color: white;
    border-radius: calc(var(--nl-size-unit) * 0.5);
    padding: var(--nl-size-unit);
    box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.8);
}

.dropdown-menu a {
    color: var(--nl-color-charcoal);
    width: 10em;
    justify-content: left;
}

.dropdown-menu a:not(first-of-type) {
    padding-top: var(--nl-size-half);
}

.dropdown-toggle:hover .dropdown-menu,
.dropdown-menu:hover {
    display: flex;
    flex-direction: column;
}

.nl-logo-small {
    width: 0.4em;
    min-width: 30px;
    height: auto;
}

navbar .contact-info-container {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

navbar .contact-info-container>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

contact-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

contact-info div {
    display: flex;
    align-items: center;
}

contact-info img {
    margin-right: 5px;
    width: 1.25em;
    height: auto;
    object-fit: cover;
}

contact-info span {
    color: white;
    font-family: Manrope;
    font-size: var(--nl-font-size-100);
}

.separator {
    border: 1px solid #ffffff50;
    height: 2vh;
    margin: var(--nl-size-unit);
}

.button {
    width: 10em;
    height: 3em;
    border-radius: 1em;
    border: none;
    font-family: Manrope;
    font-size: var(--nl-font-size-100);
    display: flex;
    align-items: center;
    justify-content: center;
}

.button>img {
    width: 1.5em;
    height: auto;
}

.button:active {
    filter: brightness(80%);
}

.button-green {
    background-color: var(--nl-color-neon-green);
    color: var(--nl-color-charcoal);
}

.icon {
    font-size: var(--nl-font-size-100);
}

.image {
    display: block;
    object-fit: contain;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: auto;
    display: block;
}

.rounded {
    border-radius: 1em;
}

section {
    display: block;
    position: relative;
    padding-bottom: 3em;
    opacity: 0;
    transition: opacity 0.75s ease-in;
}

section .row {
    display: flex;
    flex-direction: column;
}

section>* {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}

section>div {
    display: block;
}

section.visible {
    opacity: 1;
    /* transform: translateY(0); */
}

.section-header {
    /* border-collapse: separate; */
    position: relative;
    display: flex;
    margin-bottom: 4em;
}


.section-header div {
    margin: 1.5em 0 1em 0;
}

.section-white {
    background-color: white;
}

.section-green {
    background-color: var(--nl-color-pine-green);
}

.section-green * {
    color: white;
}

.emphasis {
    color: var(--nl-color-charcoal);
}

logo.watermark {
    position: absolute;
    top: 0;
    right: 0;
}

logo.watermark>img {
    width: 17em;
    height: auto;
    object-fit: contain;
}

.section-green logo.watermark>img {
    opacity: 0.05;
}

badget {
    --width: 6.5em;
    --height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--width);
    height: var(--height);
    border-radius: 1em;
    padding: 0 calc(var(--width) / 3) 0 calc(var(--width) / 3);
    font-size: var(--nl-font-size-100);
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    /* top: 2em; */
}

.section-green badget {
    color: var(--nl-color-charcoal);
    background-color: white;
}

.section-white badget {
    color: var(--nl-color-charcoal);
    background-color: white;
    border: 1px solid var(--nl-color-neon-green);
}

.slogan {
    font-family: Manrope;
    line-height: 1.1;
    font-size: var(--nl-font-size-250);
    font-weight: 600;
}

.slogan-repress {
    width: 66.666%;
}

.horizontal-separator {
    width: 100%;
    margin: 1em 0 1em 0;
    border-bottom: 1px solid #61D38730;
}

#contact {
    display: flex;
    flex-direction: row-reverse;
    gap: 1em;
}

#contact .image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
}

#contact .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 1em;
}

#contact-form {
    flex: 1;
}

#contact-form form {
    display: flex;
    flex-direction: column;
}

#contact-form form>* {
    box-sizing: border-box;
}

#contact-form form input,
#contact-form form textarea {
    background-color: rgb(224, 224, 224);
    width: 100%;
    padding: var(--nl-size-half);
    font-family: Manrope;
    font-size: var(--nl-font-size-100);
    color: var(--nl-color-charcoal);
    margin: var(--nl-size-half) 0;
    border: none;
}

#contact-form form textarea {
    height: 14em;
    resize: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #b6b6b6;
}

#contact-form form button {
    width: 100%;
}

footer {
    background-color: var(--nl-color-charcoal);
}

footer .dropdown-menu {
    display: none;
}

footer .logo-container {
    align-items: center;
}

footer #copyright-social-legal {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}

footer #copyright-social-legal * {
    align-content: center;
    justify-content: center;
}

#copyright-social-legal {
    padding-bottom: 4em;
    width: var(--nl-main-width);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-size: var(--nl-font-size-125);
}




copyright {
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

legal {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

legal a {
    text-decoration: none;
    color: white;
}

social {
    display: flex;
    align-items: center;
    color: white;
    justify-content: flex-end;
}

span.neurologistica {
    color: var(--nl-color-neon-green);
    font-weight: 700;
}

.centered-header {
    width: 100%;
    display: block;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centered-header logo {
    display: block;
    width: 2em;
    margin: auto;
}

.centered-header logo img {
    width: 100%;
}

.centered-header h2 {
    font-family: Manrope;
    line-height: 1.1;
    font-size: var(--nl-font-size-300);
    font-weight: 600;
}

.centered-header div {
    font-family: Manrope;
    line-height: 1.1;
    font-size: var(--nl-font-size-200);
    font-weight: 600;
}


.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--nl-size-unit);
}

.grid>div {
    background-color: white;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--nl-size-unit);
}

.grid>div:nth-child(odd):last-child {
    grid-column: span 2;
}

.grid * {
    padding: 0;
    margin: 0;
    font-family: Manrope;
    color: var(--nl-color-charcoal);
}

body.show-menu #background-wrapper,
body.show-menu #background-image,
body.show-menu #background-video,
body.show-menu #background-overlay {
    display: none;
}

body.show-menu #navbar-container {
    display: block;
}


#news {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}

#news-excerpts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5%;
    margin-top: 5em;
}

#news-excerpts .card {
    overflow: hidden;
    padding: 0;
    background-color: white;
    aspect-ratio: 1 / 1;
    align-items: center;
}

#news-excerpts .news-image {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #7F7F7F;
    box-shadow: 0 3px 5px 0 gray;
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: column;
    position: relative;
    display: flex;
}

#news-excerpts .news-image>img {
    aspect-ratio: 3 / 1;
    width: 100%;
    object-fit: cover;
    /* Ensure the whole image is visible without clipping */
}

#news-excerpts .news-image .image-attribution {
    color: var(--nl-color-charcoal);
    padding: 0 1em 0 1em;
}

#news-excerpts .news-title {
    padding: 1em 1em 0 1em;
    text-align: center;
    color: var(--nl-color-charcoal);
    font-weight: 800;
    justify-content: center;
}

#news-excerpts .news-text {
    padding: 1em;
    color: var(--nl-color-charcoal);
    overflow: hidden;
    /* Number of lines to show */
}

#news-excerpts .news-text p {
    color: var(--nl-color-charcoal);
    overflow: hidden;
}

#news-excerpts .image-attribution,
#news-excerpts .image-attribution * {
    display: flex;
    justify-content: center;
    font-size: calc(0.5 * var(--nl-font-size-unit));
    color: var(--nl-color-charcoal);
    padding: 0 0.5em 0 0.5em;
}


@media screen and (max-width: 1024px) {
    :root {
        --nl-full-width: 100%;
        --nl-size-unit: 2.75vw;
    }

    h1 {
        font-size: var(--nl-font-size-300);
    }

    h2 {
        font-size: var(--nl-font-size-250);
    }

    h3 {
        font-size: var(--nl-font-size-200);
    }

    h4 {
        font-size: var(--nl-font-size-150);
    }

    body {
        font-size: var(--nl-font-size-150);
    }

    nav {
        display: none;
    }

    #background-wrapper {
        width: 100vw;
        height: 100vh;
    }

    #background-image {
        height: 100%;
    }

    #background-overlay {
        width: 100vw;
        height: 100vh;
    }

    navbar logo img {
        width: 90%;
        margin-right: 10px;
    }

    navbar logo div {
        color: white;
    }

    navbar .menu-toggle {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex: 1;
    }

    navbar .nav-container {
        display: none;
    }

    navbar .contact-info-container {
        display: none;
    }

    contact-info span {
        font-size: var(--nl-font-size-150);
    }

    body.show-menu #background-wrapper {
        height: unset;
    }

    body.show-menu #navbar-container {
        background-color: white;
        height: 100vh;
        position: relative;
        padding-bottom: 3em;
        border-bottom: 1px solid #1B1B1B40;
    }

    body.show-menu #navbar-container>navbar {
        padding-top: 1em;
        flex-direction: column;
        height: unset;
        justify-content: flex-start;
    }

    body.show-menu #navbar-container>navbar>.logo-container {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    body.show-menu #navbar-container>navbar>.logo-container * {
        color: var(--nl-color-charcoal);
    }

    body.show-menu #navbar-container>navbar>.nav-container {
        margin-top: 0.5em;
        width: 100%;
        display: flex;
    }

    body.show-menu #navbar-container>navbar>.nav-container>nav {
        width: 100%;
        margin: 1em 0 0 0;
        display: flex;
        flex-direction: column;
    }

    body.show-menu #navbar-container>navbar>.nav-container>nav>* {
        font-size: var(--nl-font-size-150);
        padding: 0 0 0.5em 0;
    }

    body.show-menu #navbar-container>navbar>.nav-container>nav a {
        color: var(--nl-color-charcoal);
        width: unset;
    }

    body.show-menu #navbar-container>navbar>.nav-container>nav a::before {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        background-image: url('../api/get_icon.php?icon=next.svg&color=%2361D387');
        /* Replace with the actual path to your image */
        background-size: contain;
        /* Ensures the image fits within the dimensions */
        background-repeat: no-repeat;
        /* Prevents the image from repeating */
        margin-right: 5px;
        /* Add some spacing between the icon and text */
        vertical-align: middle;
        /* Aligns the image vertically with the text */
    }

    body.show-menu #navbar-container>navbar>.nav-container>nav .dropdown-menu {
        display: flex;
        flex-direction: column;
        background-color: unset;
        box-shadow: unset;
        margin: 0 0 0 0.5em;
        padding: 0;
        position: relative;
        top: unset;
    }

    body.show-menu #navbar-container>navbar>.nav-container>.background-logo {
        position: absolute;
        top: 20%;
        right: -25%;
        height: 50%;
    }

    body.show-menu #navbar-container>navbar>.nav-container>.background-logo img {
        height: 100%;
        width: auto;
        opacity: 0.25;
        /* Adjust the value as needed */
    }

    body.show-menu #navbar-container>navbar>.contact-info-container {
        display: flex;
        position: relative;
        margin-top: 1em;
        align-items: flex-start;
    }

    body.show-menu #navbar-container>navbar>.contact-info-container>contact-info {
        display: flex;
        flex-direction: column;
        height: unset;
    }

    body.show-menu #navbar-container>navbar>.contact-info-container>contact-info * {
        color: var(--nl-color-charcoal);
        margin-bottom: 0.5em;
    }

    body.show-menu #navbar-container>navbar>.contact-info-container>contact-info img {
        width: 1em;
    }

    body.show-menu #navbar-container>navbar>.contact-info-container>contact-info .separator {
        display: none;
    }

    body.show-menu #headline {
        display: none;
    }

    main {
        width: 100%;
    }

    section {
        width: 100%;
    }

    .card-wide {
        flex-direction: column;
    }

    .slogan {
        font-size: var(--nl-font-size-200);
    }

    .slogan-repress {
        width: unset;
    }

    .group {
        flex-direction: column;
    }


    #contact {
        flex-direction: column;
    }


    footer .menu-toggle {
        display: none;
    }

    footer .logo-container {
        justify-content: center;
    }

    footer #copyright-social-legal {
        display: flex;
        flex-direction: column;
    }

    footer #copyright-social-legal social {
        justify-content: center;
    }


    #news-excerpts {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

}