:root {
    --blue: #0088CE;
    --dark-blue: #005F90;
    --text-gray: #3a3a3a;
    --light-gray: #EBEBEB;
    --dark-gray: #3A3A3A
}

body, html {
    max-width: 100%;
    overflow-x: hidden
}

a, a:hover {
    color: var(--blue)
}

html {
    font-size: 100%
}

body {
    background: #fff;
    font-family: Inter,sans-serif;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-gray);
    font-size: 1.25rem;
    padding-top: 82px
}

p {
    margin-bottom: 1rem
}

.color-primary {
    color: #0088ce
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin: 3rem 0 1.38rem;
    font-family: Inter,sans-serif;
    font-weight: 900;
    line-height: 1.3;
    color: var(--blue)
}

h1 {
    margin-top: 0;
    font-size: 3rem
}

.h2, h2 {
    margin-top: 0;
    font-size: 1.875rem
}

.h3, h3 {
    margin-top: 0;
    font-size: 1.953rem
}

.h4, h4 {
    margin-top: 0;
    font-size: 1.3rem
}

.h5, h5 {
    font-size: 1.25rem
}

h6 {
    font-weight: 900;
    color: var(--dark-blue);
    font-size: 1rem
}

.text_small, small {
    font-size: 1rem;
    color: var(--text-gray)
}

.stepindicator {
    border-radius: 50%;
    background-color: #b3dbf0;
    color: #0088ce;
    padding: 5px 14px;
    margin-right: 10px;
    font-size: 1.875rem
}

    .stepindicator:empty {
        display: none;
    }

.title {
    margin-top: 0
}

    .title a, .title a:hover {
        text-decoration: none;
        color: var(--blue)
    }

@media (max-width:991px) {
    h1 {
        margin-top: 0;
        font-size: 2rem
    }

    .h2, h2 {
        font-size: 1.35rem
    }
}

@media (max-width:500px) {
    body {
        font-size: .85rem;
        line-height: 2;
        padding-top: 70px
    }

    .title {
        text-align: left
    }

    .h2, h2 {
        font-size: 1.65rem
    }
}

.hp-heroimage {
    width: 100%;
    height: auto
}

.w-100, .w-75 {
    height: auto
}

.btn {
    font-family: Inter,sans-serif;
    border-radius: 6px;
    padding: 6px 35px;
    font-weight: 700;
    border: 1px solid;
    font-size: 1rem;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

    .btn img, #mainNav .dropdown.languagedropdown .dropdown-menu img {
        max-height: 25px;
        position: relative;
        top: -2px;
        margin-right: 5px
    }

    .btn-check:focus + .btn, .btn:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%)
    }

    .btn.btn-blue {
        background: var(--blue);
        border-color: var(--blue);
        color: #fff;
        border: 1px solid var(--blue);
        margin-right: 15px
    }

        .btn.btn-blue:hover {
            background: 0 0;
            color: var(--white);
            border: 1px solid transparent
        }

span.btn.btn-blue:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
    margin-right: 15px
}

#mainNav .btn.btn-blue {
    background: #fff;
    border-color: var(--blue);
    color: var(--blue);
    border: 1px solid var(--blue);
    margin-right: 15px;
    padding: 6px 10px;
}

    #mainNav .btn.btn-blue:hover {
        background: var(--blue);
        color: #fff;
        border: 1px solid var(--blue);
    }

.btn.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
    margin-right: 15px;
    padding: 6px 10px;
}

#mainNav .btn.btn-primary:hover {
    background: #fff;
    border-color: var(--blue);
    color: var(--blue);
    border: 1px solid var(--blue);
    margin-right: 15px;
}

@media (max-width:500px) {
    .btn-home-cta {
        width: 60%;
        margin-left: calc(20%);
        margin-right: calc(20%) !important;
        margin-bottom: 15px
    }
}

.topbar {
    background-color: var(--blue);
    color: #fff;
}

    .topbar p {
        padding-top: 0.25rem;
        margin-bottom: 0.25rem;
        line-height: 1.5em;
    }

    .topbar a {
        color: #fff;
    }

@media (max-width:767px) {
    .topbar p {
        padding-top: 0.25rem;
        margin-bottom: 0.25rem;
        line-height: 1.5em;
        font-size: 0.75em;
    }
}

.navbar {
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    padding: 0;
    font-size: 1rem;
    color: var(--blue);
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 10;
    flex-direction: column;
}

    .navbar .navbar-brand {
        padding: 15px 0
    }

        .navbar .navbar-brand img {
            position: relative;
            max-height: 55px
        }

.navbar-nav .nav-link {
    font-weight: 700;
    color: var(--blue)
}

.dropdown .btn-secondary {
    background-color: #fff;
    color: var(--blue);
    padding: 5px 10px;
    border: none;
    box-shadow: none;
    margin-right: 15px;
}

#mainNav .dropdown.languagedropdown .dropdown-menu {
    padding: 5px 10px;
    min-width: 6rem;
}

    #mainNav .dropdown.languagedropdown .dropdown-menu a {
        font-weight: bold;
        text-decoration: none;
    }

@media (max-width:1024px) {
    .navbar-nav .nav-link {
        font-size: .875em
    }
}

@media (max-width:1280px) {
    .navbar-nav .nav-link {
        font-size: .875em
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 35px
}

@media (min-width:991px) {
    .navbar .navbar-nav {
        width: 55%;
        display: flex;
        justify-content: space-around
    }

        .navbar .navbar-nav.navbar-nav-wide {
            width: 75%;
            display: flex;
            justify-content: space-around
        }
}

.navbar .dropdown-menu {
    top: 60px;
    box-shadow: 0 5px 10px rgba(0,0,0,.16);
    border: none;
    border-radius: 0 0 8px 8px
}

    .navbar .dropdown-menu .dropdown-item, .navbar .dropdown-menu .dropdown-item:hover {
        color: #9d9d9d;
        padding: .75rem 1rem;
        font-size: 1rem;
        display: flex;
        align-items: center;
        background-color: #fff
    }

        .navbar .dropdown-menu .dropdown-item svg {
            max-width: 35px;
            margin-right: 15px;
            width: 35px
        }

        .navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: var(--blue)
        }

.sub-nav {
    display: none
}

@media (min-width:500px) {
    #mainNav .navbar-brand {
        display: none
    }

    .navbar > .container > .btn.btn-blue {
        display: none
    }

    .navbar-nav .nav-link-2 {
        display: none
    }
}

@media (max-width:500px) {
    .navbar .navbar-brand img {
        position: relative;
        max-height: 35px
    }

    .navbar .navbar-brand {
        margin-right: 5px
    }

    .navbar .dropdown-menu {
        box-shadow: none;
        background: rgba(0,0,0,.025);
        margin-bottom: 15px;
        border-radius: 0;
        background: 0 0;
        margin: 0;
        padding: 0;
        display: none
    }

        .navbar .dropdown-menu .dropdown-item {
            padding-left: 0
        }

            .navbar .dropdown-menu .dropdown-item img {
                max-width: 25px
            }

            .navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:active {
                background-color: transparent
            }

    .navbar-nav .nav-link {
        color: #9d9d9d;
        font-weight: 500;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0
    }

        .navbar-nav .nav-link svg {
            max-width: 35px;
            margin-right: 15px;
            width: 35px
        }

    .navbar-nav .nav-link-2 {
        position: absolute;
        right: 10px;
        top: 6px;
        z-index: 1000000
    }

    .navbar {
        border-bottom: 0;
        align-items: flex-start;
        background: #fff;
        position: fixed;
        width: 100%;
        border-bottom: 1px solid #eee;
        z-index: 5;
        top: 0
    }

    .btn.btn-blue + .btn.btn-blue {
        display: none;
    }

    #mainNav .btn.btn-primary, .navbar .btn.btn-blue {
        background: var(--blue);
        border-color: var(--blue);
        color: #fff;
        border: 1px solid var(--blue);
        margin-right: 0;
        font-size: .875rem;
        padding: .25rem .75rem;
        line-height: 1;
        background: var(--blue);
        border-color: var(--blue);
        color: #fff;
        border: 1px solid var(--blue);
        margin-right: 0;
        font-size: .875rem;
        padding: .25rem .75rem;
        line-height: 1
    }

    .navbar-toggler {
        color: var(--blue);
        font-size: .875rem;
        border: 1px solid var(--blue);
        padding: .25rem .75rem
    }

    .sub-nav .navbar-toggler {
        float: right;
        border: none;
        margin-top: 4px;
        padding-right: 9px
    }

    .navbar-collapse-head .navbar-toggler {
        border: 0
    }

    .cta-btn a, .cta-btn button {
        width: calc(100% - 50px);
        margin-left: 25px
    }

    .navbar-collapse-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        border-bottom: 1px solid #ebebeb
    }

    .navbar .navbar-collapse {
        position: fixed;
        left: 0;
        top: 85px;
        width: 100%;
        border-top: 1px solid #eee;
        padding: 30px 15px;
        overflow-y: scroll;
        background: #fff;
        height: 100%;
        padding-bottom: 100px;
        top: 0;
        padding: 0;
        max-height: 0;
        transition: max-height .15s ease-in;
        z-index: 100
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar-toggler:not(.close-toggler) {
        color: var(--blue);
        font-size: .875rem;
        border: 1px solid var(--blue);
        padding: .25rem .75rem
    }

    .navbar .nav-link.has-sub-nav {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .navbar .nav-link.has-sub-nav:after {
            display: none
        }

        .navbar .nav-link.has-sub-nav .nav-arrow {
            padding: 0 15px
        }

            .navbar .nav-link.has-sub-nav .nav-arrow:after {
                content: url('../media/images/icons/navbar/chevron-right.svg');
                margin-left: 5px;
                position: relative;
                top: 1.5px
            }

    .navbar .sub-nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        display: none;
        padding: 15px
    }

    .navbar .navbar-brand img {
        position: relative;
        max-height: 40px;
        max-width: 132px;
        top: 0
    }

    .navbar .sub-nav .navbar-nav {
        border-top: 1px solid #eee;
        padding-top: 15px;
        margin-top: 17.5px
    }

    .navbar .sub-nav.active {
        display: block;
        z-index: 999
    }

    .navbar .back-btn a::before {
        content: url('../media/images/icons/navbar/chevron-left.svg');
        margin-right: 5px;
        position: relative;
        top: 2.5px
    }

    .navbar .back-btn a {
        color: var(--blue);
        text-decoration: none;
        font-weight: 500
    }

    .scroll-nav {
        position: relative;
        top: 71px
    }

    .navbar .navbar-collapse.show {
        max-height: 100vh;
        transition: max-height .15s ease-in
    }

    .navbar-nav {
        padding-right: var(--bs-gutter-x,1.5rem);
        padding-left: var(--bs-gutter-x,1.5rem);
        padding-top: 15px;
        padding-bottom: 15px
    }

        .navbar-nav .navbar-nav {
            padding: 0
        }
}

.section {
    padding: 50px 0 90px 0
}

.section-heading {
    padding-bottom: 60px
}

@media (max-width:991px) {
    .section {
        padding: 45px 0
    }
}

@media (max-width:500px) {
    .section {
        padding: 40px 0
    }

    .section-heading {
        padding-bottom: 30px
    }
}

.page-header {
    padding: 60px 0
}

    .page-header.subpage-header .content h2 {
        font-size: 3rem;
    }

@media (max-width:500px) {
    .page-header {
        padding: 30px 0;
        margin-top: 6px
    }
}

@media (max-width:767px) {
    .block_logo {
        margin-bottom: 0;
        display: none
    }

    .avg-1-chekbox-block input[type=checkbox].css-checkbox + label.css-label {
        margin-bottom: 5px !important
    }
}

.page-header .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .page-header .content.about-us img {
        max-width: 100%;
    }

    .page-header .content h1 {
        color: var(--blue);
        font-weight: 900;
        position: relative;
        z-index: -1
    }

    .page-header .content p {
        color: var(--dark-gray)
    }

.page-header p {
    color: var(--text-gray)
}

@media (max-width:500px) {
    .page-header p.subtitle {
        color: var(--text-gray)
    }
}

.page-header p {
    font-weight: 500
}

.page-header .header-links {
    color: var(--dark-gray)
}

.page-header.subpage-header .header-image {
    /* width: 100%; */
    max-height: 55vh
}

    .page-header.subpage-header .header-image img {
        max-width: 100%
    }

.page-header .label {
    font-size: .5rem;
    text-transform: uppercase;
    background: var(--blue);
    padding: 3px 8px;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    /* width: 134px; */
}

@media (max-width:500px) {
    .page-header .label {
        top: -10px;
        right: 0
    }

    .page-header .header-image {
        width: 85%
    }
}

@media (min-width:500px) {
    .page-header .header-image img {
        max-height: 55vh;
        width: 75% !important;
        max-width: 100%
    }
}

.swiper-wrapper {
    justify-content: center;
}

.scroll-nav .swiper-desktop .swiper-slide {
    max-width: 135px;
}

}

footer {
    color: var(--dark-blue);
    font-size: 1rem;
    background: #f9f9f9
}

    footer .footer-column {
        padding-top: 45px;
        padding-bottom: 45px
    }

        footer .footer-column.gray-column {
            padding-left: 30px;
            padding-right: 30px;
            position: relative
        }

            footer .footer-column.gray-column .gray-bg {
                position: absolute;
                left: 0;
                top: 0;
                width: auto;
                height: 100%;
                background: #ebebeb;
                z-index: 1
            }

            footer .footer-column.gray-column .content {
                position: relative;
                z-index: 2
            }

    footer h3 {
        margin-bottom: 30px;
        font-weight: 900;
        color: var(--dark-blue);
        font-size: 1rem;
        margin-top: 0
    }

    footer .footer-nav ul {
        margin: 0;
        padding: 0
    }

        footer .footer-nav ul li {
            list-style: none;
            padding: 0
        }

            footer .footer-nav ul li a {
                text-decoration: none;
                color: inherit
            }

@media (min-width:991px) and (max-width:1024px) {
    footer .nav-column {
        display: flex;
        justify-content: space-between;
        width: 33.33333333%
    }
}

@media (max-width:500px) {
    footer .nav-column {
        display: flex;
        justify-content: space-between;
        padding-top: 20px
    }
}

.support-back img {
    height: 8px;
    margin-right: 5px
}

.support-back a {
    font-size: .75rem;
    font-weight: 300
}

blockquote {
    border: 1px solid #ebebeb;
    padding: 24px 20px;
    background: #f9f9f9;
    margin-bottom: 15px;
    float: left;
    border-radius: 5px
}

    blockquote img {
        margin-right: 30px;
        max-height: 70px;
        float: left
    }

    blockquote h3 {
        font-size: 20px;
        margin-bottom: 10px;
        float: left;
        width: calc(100% - 100px);
        color: var(--text-gray)
    }

    blockquote p {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 11px;
        float: left;
        width: calc(100% - 100px)
    }

.list-group-item {
    padding: 5px 0;
    border: none
}

    .list-group-item.active {
        font-weight: 700;
        border: none;
        background-color: transparent
    }

.support-details-btn {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 10px;
    border-right: none
}

    .support-details-btn img {
        height: 27px
    }

.support-details-input {
    border-left: 0 !important;
    border-radius: 5px
}

.search h2 {
    margin-top: 10px;
    margin-bottom: 10px
}

.support-item {
    margin-bottom: 30px
}

.card.support-card {
    padding: 20px;
    font-size: 1rem;
    height: 100%
}

    .card.support-card a {
        color: var(--blue)
    }

    .card.support-card .card-header {
        background-color: transparent;
        border: none;
        padding: 0;
        margin-bottom: 30px
    }

        .card.support-card .card-header .card-icon {
            display: flex;
            justify-content: center;
            margin-bottom: 20px
        }

            .card.support-card .card-header .card-icon svg {
                max-width: 15%;
                color: #0088ce;
                width: 45px;
                height: 45px;
            }

    .card.support-card .card-footer {
        background-color: transparent;
        border: none;
        padding: 0
    }

    .card.support-card .card-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

        .card.support-card .card-body .card-nav {
            padding: 0;
            margin: 0;
            margin-bottom: 25px
        }

            .card.support-card .card-body .card-nav li {
                list-style: none;
                margin-bottom: 7.5px
            }

.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .team-container .card {
        flex-direction: row
    }

        .team-container .card .card-image {
            flex-basis: 30%;
            background-color: #e6f3fa
        }

        .team-container .card .card-body {
            flex-basis: 70%;
            background-color: #e6f3fa;
            position: relative
        }

            .team-container .card .card-body h4 {
                margin-top: 0;
                margin-bottom: 0
            }

            .team-container .card .card-body h5 {
                margin-top: 0;
                font-weight: 300;
                font-size: 1rem !important
            }

            .team-container .card .card-body .card-body-text {
                font-size: .875em
            }

            .team-container .card .card-body .read-more {
                font-size: .75em
            }

.team-modal .modal-header {
    border-bottom: 0
}

    .team-modal .modal-header h4 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2rem
    }

    .team-modal .modal-header h5 {
        margin-top: 0;
        font-weight: 300;
        font-size: 1rem !important;
        margin-bottom: 0
    }

.team-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px
}

.team-modal .team-socials {
    display: flex;
    justify-content: flex-start
}

.team-modal .team-social {
    margin-right: 15px
}

    .team-modal .team-social img {
        border-radius: 5px;
        margin-right: 5px
    }

@media (max-width:500px) {
    .team-modal .team-socials {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap
    }

        .team-modal .team-socials .team-social {
            margin-top: 15px
        }

    .team-container .card .card-image {
        flex-basis: 40%
    }

    .team-container .card .card-body {
        flex-basis: 60%
    }
}

.modal-footer, .modal-header {
    border: 0
}

.modal-footer, small {
    font-size: 0.75em;
    line-height: 1em;
    color: #0088ce;
}

.modal-header {
    padding-bottom: 0
}

    .modal-header h3 {
        flex-basis: 75%;
        text-align: right
    }

.modal-footer .form-buttons {
    width: 100%
}

.card.team-card .card-body {
    padding: 0;
    padding-top: 10px;
    font-size: 1rem
}

.newdomainname {
    font-size: .55em;
    color: var(--dark-blue);
    min-width: 100px
}

.newdomainname-explanation {
    font-size: .5em;
    color: var(--dark-blue);
    display: none;
    text-decoration: underline;
    cursor: pointer;
}

.error {
    color: #ff4e4e;
    font-size: .625em
}

@media (max-width:500px) {
    .modal-header h3 {
        flex-basis: 88%;
        text-align: right
    }

    .error {
        color: #ff4e4e;
        font-size: 1em
    }

    .newdomainname-explanation {
        font-size: .825em
    }

    .newdomainname {
        font-size: .825em
    }
}

.card.blog-card {
    font-size: 1rem;
    border-radius: 6px
}

    .card.blog-card h6 {
        color: var(--blue);
        margin-bottom: 15px
    }

        .card.blog-card h6 a {
            text-decoration: none
        }

    .card.blog-card .card-body p {
        margin-bottom: 0;
        line-height: 1.85
    }

.blog-detail img {
    margin: 60px 0;
    max-width: 100%;
    width: 100%;
}

.pagination ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

    .pagination ul li {
        margin-right: 10px;
        list-style: none;
        display: flex;
        align-items: center
    }

        .pagination ul li a {
            border: 1px solid #eee;
            border-radius: 6px;
            font-weight: 900;
            color: var(--blue);
            padding: 4px 15px;
            text-decoration: none
        }

            .pagination ul li a:hover {
                background: var(--blue);
                border-color: var(--blue);
                color: #fff
            }

        .pagination ul li.next-btn a, .pagination ul li.prev-btn a {
            border: none;
            text-decoration: underline;
            font-weight: 500;
            font-size: 1rem
        }

            .pagination ul li.next-btn a:hover, .pagination ul li.prev-btn a:hover {
                border: none;
                background: 0 0;
                color: var(--blue)
            }

.prijzen-card {
    padding: 12.5px 37.5px
}

    .prijzen-card.active-card {
        background: #e6f3fa
    }

    .prijzen-card .card-header {
        border-bottom: 0;
        background: 0 0;
        text-align: center;
        padding: 0 0 30px
    }

    .prijzen-card .prijs {
        font-size: 50px;
        font-weight: 900;
        color: var(--blue);
        line-height: 1em;
    }

    .prijzen-card .card-header p {
        font-size: 14px;
        line-height: 17px;
        margin: .5rem 0 0
    }

    .prijzen-card .card-body {
        padding: 0
    }

        .prijzen-card .card-body h6 {
            color: #3a3a3a;
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 3.5rem
        }

        .prijzen-card .card-body ul {
            padding: 0;
            margin: 0
        }

            .prijzen-card .card-body ul li {
                list-style: none;
                color: #3a3a3a
            }

                .prijzen-card .card-body ul li:not(:last-child) {
                    margin-bottom: 1rem
                }

    .prijzen-card .footer-btn {
        display: flex;
        justify-content: center;
        padding: 60px 0 30px
    }

    .prijzen-card .mobile-btn {
        display: none;
        align-items: center;
        flex-direction: column
    }

        .prijzen-card .mobile-btn button {
            background: 0 0;
            box-shadow: none;
            border: none;
            color: var(--blue);
            text-decoration: underline;
            margin-top: 1rem
        }

.mobile-btn button .opened {
    display: none
}

.mobile-btn button .closed {
    display: block
}

.mobile-btn button.open .opened {
    display: block
}

.mobile-btn button.open .closed {
    display: none
}

@media (max-width:768px) {
    .prijzen-card {
        margin-bottom: 1.5rem
    }

        .prijzen-card .card-body h6 {
            text-align: center
        }

        .prijzen-card .footer-btn {
            display: none
        }

        .prijzen-card .mobile-btn {
            display: flex
        }

        .prijzen-card .card-body h6 {
            margin-bottom: 1.5rem
        }

        .prijzen-card .card-body span.text {
            display: block;
            overflow: hidden;
            text-align: center;
            margin-top: 2rem;
            max-height: 0;
            opacity: 0;
            transition: max-height .5s ease-in-out,opacity .5s ease-in-out,padding-bottom .5s ease-in-out
        }

            .prijzen-card .card-body span.text.active {
                display: block;
                padding-bottom: 3rem;
                max-height: 350px;
                opacity: 1;
                transition: max-height .5s ease-in-out,opacity .5s ease-in-out,padding-bottom .5s ease-in-out
            }
}

.help-text {
    text-align: center;
    margin-top: 3.5rem
}

    .help-text p {
        color: var(--blue);
        margin-bottom: 0
    }

.page-header .compact-heading p {
    font-size: 1.25rem
}

.page-header .compact-heading h1 {
    margin-bottom: .5rem
}

.page-header .compact-heading .header-btn {
    margin-top: 2.5rem
}

@media (max-width:768px) {
    .page-header .compact-heading p {
        font-size: .85rem
    }
}

.section-heading {
    margin-bottom: 1rem
}

.usp-item {
    margin-bottom: 70px;
}

.partner-images {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* column-gap: 104px; */
}

.partner-image {
    flex-basis: auto;
    width: auto;
}

.section-heading h2 {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

.table.module-table {
    margin-bottom: 3.5rem
}

    .table.module-table > :not(caption) > * > * {
        padding: 0
    }

.table-header h3 {
    font-weight: 700;
    margin-top: 0
}

.table-item {
    display: flex;
    margin-bottom: .75rem
}

    .table-item p {
        margin: 0
    }

    .table-item .table-description {
        flex: 0.75
    }

    .table-item .table-price {
        flex: 0.5
    }

    .table-item .table-link {
        flex: 0.5;
        text-align: right
    }

@media (max-width:768px) {

    .partner-images {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        column-gap: 10px;
        row-gap: 25px;
    }

    .partner-image {
        flex-basis: auto;
        width: 50%;
    }

    .table-item .table-price {
        padding-left: 1rem !important
    }

    .section-heading h2 {
        font-size: 2rem
    }
}

@media (min-width:768px) and (max-width:1181px) {

    .partner-images {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 10px;
        row-gap: 35px;
    }

    .partner-image {
        flex-basis: auto;
    }

    .table-item .table-price {
        padding-left: 1rem !important
    }

    .section-heading h2 {
        font-size: 2rem
    }
}

.alert {
    display: flex;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #4dacdd;
    background: #e6f3fa;
    color: var(--blue);
    line-height: 1.85
}

    .alert .alert-icon {
        margin-top: 10px;
        margin-right: 20px
    }

.alert-icon img {
    margin: 0
}

.partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column
}

    .partner-item img {
        width: 80%;
        margin-bottom: 30px
    }

.form-control {
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 6px
}

.g-recaptcha {
    margin-top: 15px
}

.form-control:focus {
    border: 1px solid #eee;
    box-shadow: none
}

form label {
    font-size: .75rem;
    color: var(--dark-gray);
    font-weight: 700
}

.form-control::-webkit-input-placeholder {
    opacity: .5;
    font-style: italic
}

.form-control::-moz-placeholder {
    opacity: .5;
    font-style: italic
}

.form-control:-ms-input-placeholder {
    opacity: .5;
    font-style: italic
}

.form-control::-ms-input-placeholder {
    opacity: .5;
    font-style: italic
}

.form-control::placeholder {
    opacity: .5;
    font-style: italic
}

.form-control:-ms-input-placeholder {
    opacity: .5;
    font-style: italic
}

.form-control::-ms-input-placeholder {
    opacity: .5;
    font-style: italic
}

.input-group-addon {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ebebeb;
    color: #ebebeb
}

    .input-group-addon a {
        color: #a0a0a0
    }

.demo-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 15px
}

.thankyou-header {
    padding: 0px 0;
}

    .thankyou-header .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px
    }

.gotosystem {
    position: relative
}

    .gotosystem i {
        position: absolute;
        right: 10px;
        top: 30%
    }

.search-container {
    position: relative
}

    .search-container img {
        position: absolute;
        left: 14px;
        top: 10px;
        width: 17.5px
    }

    .search-container input {
        padding-left: 45px
    }

.widget {
    margin-bottom: 30px
}

.bottom-nav, .sidebar-nav {
    margin: 0;
    padding: 0
}

    .bottom-nav li, .sidebar-nav li {
        list-style: none;
        font-size: 1rem;
        line-height: 1.85
    }

        .bottom-nav li a {
            text-decoration: none;
            font-size: 1.25rem;
            color: var(--blue)
        }

.usp-section p strong {
    color: #000
}

@media (max-width:500px) {
    .usp-section .title {
        text-align: left;
        margin-bottom: 8px
    }

    .usp-section .usp-item {
        margin-bottom: 10px
    }

        .usp-section .usp-item a {
            /* display: none; */
        }
}

.card.client-card {
    border: none
}

    .card.client-card .card-body {
        padding: 0;
        font-size: 1rem
    }

        .card.client-card .card-body p {
            padding-top: 15px
        }

    .card.client-card .card-image {
        margin-bottom: 45px
    }

        .card.client-card .card-image img {
            border-radius: 50%;
            box-shadow: 0 3px 6px rgba(0,0,0,.16)
        }

.client-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .client-container .card.client-card {
        width: 17.5%
    }

@media (max-width:500px) {
    .client-container {
        justify-content: space-around
    }

        .client-container .card.client-card {
            width: 40%;
            margin-bottom: 20px
        }

    .card.client-card .card-body {
        font-size: .85rem
    }

    .card.client-card .card-image {
        margin-bottom: 20px
    }
}

.contactpage .content ul {
    margin: 0;
    padding: 0;
    padding-top: 45px;
    margin-top: 15px;
    border-top: 1px solid #eee
}

    .contactpage .content ul li:before {
        display: inline-block;
        content: url('../media/images/icons/check.svg');
        padding: 0;
        padding-right: 15px;
        position: relative;
        top: 2px
    }

    .contactpage .content ul li {
        margin-bottom: 20px;
        list-style: none;
        color: #000
    }

.scroll-nav {
    background: #0088ce;
    padding: 0 0
}

    .scroll-nav .inner {
        margin: 0 auto
    }

    .scroll-nav .scroll-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        line-height: 15px;
        max-width: 100px;
        align-content: center;
        word-break: break-word;
        min-height: 81px
    }

        .scroll-nav .scroll-item svg {
            max-width: 44px;
            margin-bottom: 7.5px
        }

    .scroll-nav .swiper .swiper-slide, .scroll-nav .swiper-desktop .swiper-slide {
        width: calc(100% / 8);
        text-align: center;
        display: flex;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px
    }

@media (min-width:769px) {
    .scroll-nav .scroll-item {
        word-break: initial
    }

    .scroll-nav .inner {
        padding: 0 50px
    }
}

@media (min-width:769px) and (max-width:1280px) {
    .scroll-nav .inner {
        width: 100%;
        margin: 0 auto;
    }

    .scroll-nav .inner {
        padding: 0 0px
    }
}

@media (max-width:768px) {
    .scroll-nav .inner {
        width: 80%;
        margin: 0 auto
    }

    .scroll-nav {
        position: relative;
        top: 0
    }

        .scroll-nav .swiper .swiper-slide {
            width: calc(100% / 3)
        }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 14px;
        color: #fff
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }

    .swiper-button-prev {
        left: 0;
        width: 10%;
        height: 80%;
        top: 30%;
        border-right: 1px solid #fff
    }

    .swiper-button-next {
        right: 0;
        width: 10%;
        height: 80%;
        top: 30%;
        border-left: 1px solid #fff
    }
}

@media (max-width:500px) {
    .scroll-nav {
        position: relative
    }
}

.workshop-wrapper {
    display: flex;
    flex-direction: row
}

.coursescontainer {
    margin-bottom: 100px
}

    .coursescontainer .courses-page-title-inside {
        display: none
    }

    .coursescontainer .courses-page-title-top {
        display: block !important
    }

        .coursescontainer .courses-page-title-top h1 {
            padding: 0;
            margin: 60px 0 120px 0;
            text-align: center
        }

    .coursescontainer .workshop-img {
        aspect-ratio: 16/9
    }

    .coursescontainer .firstdate {
        position: absolute;
        top: -10px;
        left: 15px;
        background-color: #0088ce;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .coursescontainer .firstdate-day {
        font-size: 1.5em;
        line-height: 1em;
        font-weight: 900;
        margin-bottom: 1px
    }

    .coursescontainer .firstdate-month {
        font-size: .75em;
        line-height: 1em
    }

.coursescontent-overview .img-fluid {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 5px
}

.coursescontainer .workshop-title {
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 0
}

.coursescontainer .btn-workshop-overview {
    padding: .25rem 1.5rem !important;
    font-size: .875rem !important;
    border-radius: .2rem !important;
    margin-right: 0 !important
}

.coursescontent-overview .specs {
    font-size: .75em
}

.coursescontent-overview .row h3 {
    margin-top: 0
}

.coursescontainer .coursesmenu-ul {
    padding: 0;
    margin: 0;
    list-style: none outside none
}

    .coursescontainer .coursesmenu-ul li {
        padding: 0;
        margin: 0 0 .25rem 0
    }

        .coursescontainer .coursesmenu-ul li a {
            font-size: 1rem;
            text-decoration: none;
            line-height: 1.5rem;
            display: inline-block
        }

@media (max-width:768px) {
    .workshop-wrapper {
        display: flex;
        flex-direction: column
    }

    .coursesmenu-overview {
        display: none
    }

    .coursescontent-overview {
        width: 100%
    }

    .workshop-img-wrapper {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 1rem !important
    }

    .coursescontainer .courses-page-title-top h1 {
        margin: 40px 0 60px 0
    }
}

.coursescontainer .coursesmenu {
    display: none
}

.coursescontent .coursescontent-shortcuts {
    gap: 20px;
    padding-top: 0 !important
}

    .coursescontent .coursescontent-shortcuts a {
        font-size: 1rem;
        text-decoration: none
    }

.coursescontent .program-date {
    width: 60px;
    height: 60px;
    background: var(--blue);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

    .coursescontent .program-date .program-date-day {
        font-size: 1.75rem;
        font-weight: 900;
        line-height: 1.75rem
    }

    .coursescontent .program-date .program-date-month {
        font-size: .75rem;
        font-weight: 400
    }

.coursescontent .program-date-time {
    font-weight: 700
}

.coursescontent .course-teacher-image {
    aspect-ratio: 1;
    max-width: 150px;
    border-radius: 6px;
    margin-right: 1rem
}

.coursescontent h2 {
    margin: 0;
    margin-left: -15px;
    margin-bottom: .5rem
}

.coursescontent .course-dateselection {
    flex-wrap: wrap;
    gap: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 1rem
}

.coursescontent .course-dateselection-item {
    display: flex;
    width: calc(50% - 7.5px);
    justify-content: center;
    border: 1px solid var(--blue);
    padding: 14px;
    margin: 0;
    line-height: 1rem;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer
}

    .coursescontent .course-dateselection-item.active {
        background: var(--blue);
        color: #fff
    }

.coursescontainer .course-headerimg-col {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 20px
}

.coursescontainer .course-headerimg-img {
    aspect-ratio: 16/9;
    object-fit: cover;
    height: 200px;
    width: 100%;
    display: none
}

.coursescontent .course-specs {
    background: #ebebeb;
    border-radius: 6px;
    margin-bottom: 1rem
}

.coursescontent .btn {
    background: var(--blue);
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 0
}

.coursescontent .course-specs > div {
    padding: 15px 20px
}

    .coursescontent .course-specs > div p {
        margin: 0;
        padding: 0
    }

    .coursescontent .course-specs > div > p:nth-child(1) br {
        display: none
    }

    .coursescontent .course-specs > div > p:nth-child(1) span {
        display: flex;
        width: 100%;
        gap: 10px
    }

    .coursescontent .course-specs > div > * + * {
        margin-top: 15px !important
    }

.coursescontent .course-specs-addtoreservelist {
    font-size: 1.1rem
}

@media (max-width:768px) {
    .coursescontent .course-day-date-col {
        width: 15%
    }

    .coursescontent .course-day-info-col {
        width: 85%
    }

    .coursescontent .teachers-wrapper {
        margin-bottom: 80px
    }

    .coursescontent h2 {
        margin-left: 0
    }

    .coursescontent .course-dateselection, .coursescontent .course-location, .coursescontent .course-specs {
        margin-left: 0;
        margin-right: 0
    }
}

.subscriptionlogorow {
    display: none
}

.subscriptionform {
    margin-bottom: 80px
}

    .subscriptionform .form-group {
        margin-bottom: 15px
    }

    .subscriptionform .subscriptionform-titlerow {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .subscriptionform .subscription-title-precol {
        display: none
    }

    .subscriptionform input[type=radio] + label {
        font-size: 1.5em
    }

    .subscriptionform input[type=radio] {
        margin-top: 10px
    }

    .subscriptionform .form-horizontal .control-label, .subscriptionform .form-horizontal input, .subscriptionform .form-horizontal input:hover, .subscriptionform .form-horizontal select {
        font-size: 1.2rem;
        height: auto
    }

    .subscriptionform .form-horizontal .control-label {
        font-size: 1.2rem;
        height: auto;
        display: flex;
        align-items: center;
        font-weight: 400
    }

    .subscriptionform .form-horizontal .col-lg-3, .subscriptionform .form-horizontal .col-lg-5, .subscriptionform .form-horizontal .col-lg-8 {
        padding-left: 0
    }

        .subscriptionform .form-horizontal .col-lg-8 .col-lg-5, .subscriptionform .form-horizontal .col-lg-8 .col-lg-8 {
            padding-left: 15px
        }

.subscription-checkterms {
    display: flex;
    height: 30px;
    align-items: center
}

    .subscription-checkterms input[type=checkbox] {
        margin-right: 10px
    }

    .subscription-checkterms label {
        cursor: pointer
    }

    .subscription-checkterms p {
        margin: 0;
        font-size: 1rem;
        font-weight: 400
    }

.subscriptionform .btn {
    background: var(--blue);
    color: #fff;
    box-shadow: none;
    margin-left: 15px
}

@media (max-width:768px) {
    .subscriptionform .form-horizontal .col-lg-3, .subscriptionform .form-horizontal .col-lg-5, .subscriptionform .form-horizontal .col-lg-8 {
        padding-left: 15px
    }
}
