/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 1.1rem;
    background: rgba(19, 39, 57, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #74b5fc;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    padding: 24px 18px 0 0;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {

    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 950px) {
    #header {
        height: 70px;
        padding: 15px 0;
    }

    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }

    #hero {
        width: 100vw;
        align-items: center;
    }

    #hero .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature,
    .hero {
        width: 100vw;
    }

    .break-cta {
        width: 100vw;
    }

    #why-us {
        min-height:calc(100vh - 110px);
    }

    #why-us .card {
        margin: 0;
    }


}

@media (max-width: 768px) {
    .back-to-top1 {
        bottom: 15px;
    }

    #btnLogin {
        display: block;
        margin-right: 3rem;
    }

    .language-selector-desktop {
        display:none;
    }
        .language-selector-mobile {
        display:block;
        margin-top:1rem;
        margin:20px;
        padding-top:15px;
        border-top:solid 1px #ddd;

        a {
            display:inline-block;
            padding:0;
            padding-right:20px;
        }
    }

}

@media (max-width: 768px) {

    * {
        box-sizing: border-box;
    }

    body {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 15px;
    }

    h1 {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--verlofdagen_blauw);
    }

    h2 {
        font-size: 1.3rem !important;
        font-weight: bold;
        color: var(--verlofdagen_blauw);
    }

    h3 {
        font-size: 2rem !important;
        font-weight: bold;
        padding-top:1rem;
        color: var(--verlofdagen_blauw);
    }

#header.header-scrolled,
#header.header-pages {
    background: white;
}

    #header .logo img.mobile {
        display: block;
    }

    #header .logo img.desktop {
        display: none;
    }

    .attention {
        font-size: 1rem !important;
    }

    section {
        box-sizing: border-box;
        padding: 0rem 0rem;
        margin: 0;
        overflow-x: hidden;
        position: relative;
        z-index: 2;
    }

    .section-bg {
        background-color: var(--verlofdagen_blauw_licht) !important;

    }

    .section-bg,
    .section-bg-dark {
        padding: 2rem 2rem !important;
    }

    section.transparent {
        background-color: transparent !important;
    }

    section .container {
        padding: 0;
        margin: 0;
    }

    section .feature {
        padding: 0rem 0 0 0 !important;
        margin: 0;
        border-bottom:solid 1px #ddd;
    }


    #hero {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent !important;
        margin: 0;
        box-shadow: none !important;
    }


    .hero {
        margin-top: 1rem;
        gap: unset;
        height: auto;
        border-radius: 1rem;
    }

    .hero-illustration img {
        transform: scale(0.95);
    }

    .hero-content {
        margin:1rem 1rem;
    }
    
    .feature-image {
        margin: 2rem;
        padding: 3rem 0 0.8rem 0;
        position: relative;
    }

    

    #about .container > div.feature:nth-of-type(even) {
    background-color: #fffbe3 !important;
    }

    #about .container > div.feature:nth-of-type(odd) {
    background-color: #e4f7ff !important;
    }



    .feature-image img {
        max-width: 80%;
        max-height: 250px;
    }

    .feature .subtitle {
        position: absolute;
        display: block;
        top: -1.8rem;
        background-color: var(--verlofdagen_blauw);
        color: white;
        box-sizing: border-box;
        padding: 0.2rem 0.8rem 0.2rem 0.8rem;
        margin-bottom: 2rem;
        margin-top: 20px;
        text-align: left;
        font-size: 0.8rem;
        font-weight: bold;
        text-transform: none;
        z-index: 10;

    }

    .feature-content {
        border-top:solid 1px #ddd;
        box-sizing: border-box;
        padding: 0.5rem 2.2rem 1.2rem 2.2rem;
        background-color: white;
        margin: 0;
    }

    .feature h4 {
        margin-top: 1.2rem;
    }

    .attention {
        margin: 1.2rem 0;
    }

    .feature-list .check-item b {
        display: block;
        line-height: 1.3;
        margin-bottom: 0.3rem;
    }

    .feature-list .check-item i {
        color: var(--verlofdagen_blauw);
        font-size: 1rem;
        margin-right: 0.7rem;
    }

    .contact-panel {
        background-color: rgba(255, 255, 255, 0.8);
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 0.6rem 1.4rem 0.6rem 1.4rem;
        align-items: center;
        border-top: solid 1px #ddd;
        gap: 1rem;
    }

    .contact-panel .btn-round {
        margin-left: auto;
    }

    .contact-panel a.call-button {
        font-weight: normal;
        color: white;
        background-color: var(--verlofdagen_blauw);
        border: solid 1px var(--verlofdagen_blauw);
        
    }

    .break-cta {
        background-color: rgb(216, 245, 255);
        padding: 2rem 1rem;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        display: none;
    }

    .break-cta hr {
        margin: 0;
        padding: 0;
        border-color: transparent;
    }

    .btn-hr {
        position: relative;
        z-index: 3;
        margin-top: unset;
    }

    #intro .intro-info {
        width: 100%;
        display: block;
    }

    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    #intro .intro-img {
        float: none;
        margin: 0 auto 25px auto;
    }


    #about .about-extra {
        padding-top: 30px;
    }

    #about .about-container .icon-box .icon {
        width: 42px;
        height: 42px;
    }


    #footer {
        padding: 0 0 20px 0;
        color: #eee;
        font-size: 14px;
        text-align: center;
    }

    #footer .footer-top h4 {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

}

@media (max-width: 574px) {
    #intro {
        min-height: 80vh;
        padding: 10px 0 20px 0;
    }
}