* {
    margin: 0;
}

html, body {
    overflow-x: hidden;
}

.content {
    background-image: url(../../images/dekstop-kvw-1825.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 100px;
}

.word-lid-banner .inline-block {
    -webkit-text-stroke: 2px #bce4ff;
}

.top.no-external-link-indicator {
    display: none;
}

@media only screen and (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.row {
    display: flex;
}

.block {
    background-color: unset;
}

.order-thank-you-page {
    padding: 10vh 10px;
}

.order-thank-you-page h1 {
    word-wrap: break-word;
}

#header__menu-hamburger {
    height: 16px !important;
}

.order-thank-you-page .row {
    display: block;
}

.header__bar-logo-npo {
    margin-left: 1em !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header__bar-logo-npo .npo_logo {
    width: 40px;
    height: 40px;
}

.header__bar-logo-npo .external-link-icon {
    display: none !important;
}

.header__bar {
    height: 71px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    max-width: 100%;
}

.header .register_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
}

.header .register_link img {
    height: 26px;
    width: auto;
}

.header .register_link .external-link-icon {
    display: none;
}

.word-lid__text {
    font-size: 14px;
    font-size: 17px;
}

.word-lid__text:hover {
    color: white !important;
}

.external_link {
    gap: 5px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.external_link p {
    margin-bottom: unset !important;
}

.external_link--a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 8px 20px;
    color: black;
    background-color: #FF009E;
    border-radius: 100px;
}

.external_link--a:hover {
    color: white;
}

.external_link--a .icon-arrow-right::before {
    font-size: 12px !important;
}

.external_link--a:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}

.korting span {
    color: black;
}

.onepager-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #BCE4FF;
}

.onepager-container .form-section button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.onepager-container h1 {
    font-size: 3em !important;
    font-family: "PPFormulaCondensed", sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.1 !important;
}

.onepager-container__wrapper {
    margin: 14vh auto;
}

.onepager-container__wrapper .app-rich-text a:hover,
.onepager-container__wrapper .hover\:text-app-blue-prussian:hover,
.onepager-container__wrapper .text-app-blue-prussian {
    font-size: 120px;
}

.onepager-container__header {
    justify-content: center;
    display: flex;
    margin-bottom: 175px;
}

.onepager-container__header h1 {
    font-size: 3em !important;
    font-family: Midnight, sans-serif !important;
    line-height: 0.8;
    text-transform: uppercase;
    color: #CAFF61 !important;
}

.onepager-container .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
}

.onepager-container h1,
.onepager-container h2,
.onepager-container h3 {
    color: #020202;
    font-family: GraphikWide, sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.onepager-container a {
    font-weight: 500;
}

.onepager-container .offer-image {
    max-width: 50%;
    overflow: hidden;
}

.onepager-container .summary-section {
    height: calc(100% - 2rem);
    margin-bottom: 2rem;
    flex: 1;
    order: 2;
    padding: 0 1rem 1rem 1rem;
    border-radius: 8px;
}

.onepager-container .flex-content {
    display: flex;
    flex-direction: column;
}

.onepager-container .form-section {
    margin-top: 2rem;
    flex: 1.618;
    order: 1;
}

.onepager-container .form-section h2,
.onepager-container .form-section h3 {
    margin-bottom: 10px;
    color: #020202;
    font-family: GraphikWide, sans-serif;
}

/* (Truncated for brevity — full version includes all form, error, payment, message, and footer styles) */

.korting {
    color: #00ff9f;
    font-weight: 600;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

/* Overlay */
.header-menu-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
}

.onepager-container h1 {
    font-weight: 500 !important;
    margin-bottom: 0;
}

.header__menu { z-index: 10000; }

.header-menu-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.header-menu-overlay__content {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.header-menu-overlay__content nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu-overlay__content nav li {
    margin: .6rem 0;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

#social-media-menu {
    margin-bottom: unset;
}

.header-menu-overlay__content nav a {
    color: #fff;
    font-size: 6rem !important;
    line-height: 0.9 !important;
    font-weight: 500 !important;
    transition: opacity 0.2s ease;
}

.header-menu-overlay__content nav a:hover {
    opacity: 0.7;
}

.menu-social-media__link--is-icon-only,.menu-social-media__link--is-icon-only:before {
    font-size: 2.6rem !important;
    text-decoration: none !important;
}

.menu-social-media__link--is-icon-only:hover {
    color: #5f5f5f;
    text-decoration: none !important;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.menu-social-media__list-item {
    cursor: pointer;
}

.menu-social-media__list-item .external-link-icon {
    display: none;
}

.external-link-icon {
    display: none;
}

/* Footer */
.footer {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #00DEB2;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.footer a {
    text-decoration: none !important;
}

.footer .icon {
    font-size: 24px !important;
    text-decoration: none;
}

.footer__title {
    font-size: 1.4rem !important;
    line-height: 1.1 !important;
}

.footer nav li {
    list-style: none;
    text-decoration: none;
}

.footer li a {
    font-size: 2rem;
}

.footer__wrap {
    width: 1280px;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
}

.overlay {
    user-select: all;
    pointer-events: unset;
}

.footer__navigation {
    width: auto;
    flex-basis: unset;
    flex-grow: unset !important;
}

.footer .font-size-small {
    font-size: 14px !important;
}

@media only screen and (max-width: 768px) {

    .content {
        background-size: 300%;
        background-position: center 80px;
    }

    .external_link--a  {
        display: none;
    }

    body {
    }

    .onepager-container {
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        padding: 30px;
        background: #BCE4FF;
        margin: unset;
    }

    .footer {
        max-width: 100% !important;
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        padding: 50px;
    }

    .menu-item, .footer__navigation--social-menu, .footer__navigation .menu {
        justify-content: center;
        align-items: center;
    }

    .menu-social-media__list-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer__wrap {
        max-width: 100% !important;
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .footer__title, .footer li a  {
        font-size: 24px !important;
    }

    .one_pager_form {
        display: flex;
        flex-direction: column;
    }
}

/*404*/

.error-page {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 50px;
}

.error-page svg{
    max-width: 150px;
    height: 80px;
}

.spacer {
    margin-bottom: 50px;
}

/*form overrides*/

.onepager-container .payment-methods .payment-option label, .order-button {
    color: black !important;
    background-color: #CAFF61;
    opacity: 0.6;
}

.onepager-container .payment-methods .payment-option {
    background-color: unset;
}

#bankSelect p {
    color: black;
}

.form-row p {
    margin-bottom: unset;
}

/* Styling for birth date fields */
.birth-date-wrapper select {
    background-position-y: center;
    background-position-x: calc(100% - 20px);
}

.birth-date-wrapper select:hover {
    cursor: pointer;
}

.birth-date-wrapper #birthMonth {
    flex: 2;
}

.hamburger-box {
    height: initial;
}

.onepager-container .payment-icon {
    width: 31px;
}

p, span {
    font-size: 18px;
}

.onepager-container input, .onepager-container select {
    font-size: 18px;
}

.aanhef-row label {
    font-size: 18px;
}

.onepager-container .alternative_offer a {
    font-size: 18px;
}

.onepager-container .form-section .form-subtitle {
    text-transform: none;
    font-weight: normal;
}
