.bottom-footer {
    margin-top: 0;
    border-top: 0;
    padding: 2rem 0;
}

.bg-darkenblue {
    background-color: #111b31;
}

.input-group-text {
    height: 100%;
    max-height: 52px;
}

.step-1, .step-2 {
    width: 100%;
}

input.is-invalid, select.is-invalid {
    color: red;
}

#footer-3 .bottom-footer p {
    margin-bottom: 0;
}

.nowrap {
    white-space: nowrap;
}

#hero-5 {
    padding-bottom: 40px;
}

@media all and (min-width: 521px) {
    .hidden-desktop {
        display: none;
    }
}

@media all and (max-width: 520px) {
    #about-8 .row .col-md-7 {
        padding-left: 0;
        padding-right: 0;
    }
    .hidden-mobile {
        display: none;
    }

    .hero-links {
        display: none;
    }

    #hero-5, #hero-3 {
        padding-top: 60px;
        padding-bottom: 0;
    }

    #services-6 {
        padding-top: 60px;
        padding-bottom: 10px;
    }
}

body.lang-de .about-section .h3-lg {
    font-size: 2.45rem;
}

body.lang-de #hero-3 h2 {
    font-size: 3.5rem;
}

body.lang-es #hero-3 h2 {
    font-size: 3.5rem;
}

body.lang-nl #hero-3 h2 {
    font-size: 3.5rem;
}

body.lang-de #footer-3 .bottom-footer p.p-sm, body.lang-de #footer-3 .bottom-footer p {
    font-size: 0.825rem;
}

@media all and (max-width: 520px) {
    body.lang-de #hero-5 h2 {
        font-size: 1.5rem;
    }
    body.lang-de .section-title h3, body.lang-de .section-title h2 {
        font-size: 1.7rem;
    }
    body.lang-de #hero-3 h2 {
        font-size: 2rem;
    }
    body.lang-de .about-section .h3-lg {
        font-size: 1.8rem;
    }

    body.lang-es #hero-5 h2 {
        font-size: 1.9rem;
    }
    body.lang-es #hero-3 h2 {
        font-size: 2rem;
    }

    body.lang-fr #hero-5 h2 {
        font-size: 1.7rem;
    }

    body.lang-nl #hero-3 h2 {
        font-size: 2rem;
    }
}

@media (min-width: 321px) and (max-width: 479.95px) {
    .sbox-6 {
        height: auto;
        padding: 35px 10px;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .bg-scroll {
        background-attachment: scroll !important;
    }
}
