@import url("//cdn.beasy.nl/assets/fonts/overpass/overpass.css");

body {
    font-size: 16px;
}

a {
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

.line-height-6 {
    line-height: 1.2 !important;
}

.bg-primary {
    background: #2a2a2a !important;
}

.btn.btn-primary,
.btn.btn-primary:link,
.btn.btn-primary:visited,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    position: relative;
    padding: 1rem 3rem !important;
    font-size: 1.3em !important;
    background: #2a2a2a !important;
    border-color: #2a2a2a #2a2a2a #101010 !important;
    border-radius: 0;
}

.btn.btn-primary::before {
    /* content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #2a2a2a !important; */
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #2a2a2a;
    transition: ease all 300ms;
}

.btn.btn-primary:hover {
    background: #3d3d3d !important;
}

.btn.btn-primary:hover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

header .header-column.align-items-start,
header .header-column.align-items-end {
    width: 250px !important;
}

.custom-slider-background .custom-slider-background-image-stage-outer {
    width: 100%;
}

.beasy_header_owl_carousel h1,
.beasy_header_owl_carousel h2,
.beasy_header_owl_carousel p.text-color-light {
    color: #fff !important;
}

.beasy_header_owl_carousel h2 {
    font-weight: 300 !important;
}

#header .header-nav-main nav>ul>li>a {
    font-size: 16px;
}

main,
footer {
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
}

main .container {
    max-width: 90% !important;
    position: relative;
}

footer .container {
    max-width: 1440px !important;
}

main section:not(:first-child) {
    padding-top: 80px !important;
    /* padding-bottom: 50px; */
}

.beasy_module_image-boxes_1634 {
    opacity: 0;
    position: relative;
    z-index: 9;
}

.beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent {
    background: #fff;
}

.beasy_module_image-boxes_1634 h4 {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 1.9em !important;
    color: #212529 !important;
    transition: color 0.3s ease;
}

.beasy_module_image-boxes_1634 h4 {
    transition: color 0.3s ease;
}

.beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent {
    padding: 2rem 4rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: background 0.3s ease;
}

.beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent:hover {
    background: #2a2a2a;
}

.beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent:hover img {
    filter: invert(100%);
}

.beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent:hover h4,
.beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent:hover p {
    color: #fff !important;
}

.beasy_module_image-boxes-boxcontent img {
    /* padding: 0 120px; */
    width: 230px !important;
    /* max-width: 400px !important; */
    transition: filter 0.3s ease;
}

.featured-boxes .featured-box {
    margin-top: 0;
}

footer {
    margin-top: 100px !important;
}

footer .nav>li>a:hover {
    color: #fff !important;
}

#footer {
    background: #2a2a2a !important;
}

#footer .footer-copyright {
    /* background: #1f1f1f; */
    background: transparent;
}

#footer .footer-copyright .container {
    border-top: 1px solid #313131;
}

#footer .footer-copyright img {
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

#footer .footer-copyright img:hover {
    filter: grayscale(0%);
}

.beasy_module_text-media h2,
.beasy_module_text h2,
.beasy_module_forms h2 {
    margin: 0 0 8px 0;
    font-size: 26px;
    font-weight: 300;
    color: #777;
}

.beasy_module_text-media h3,
.beasy_module_logos h2,
.beasy_module_forms h3,
.beasy_module_text h3,
.beasy_module_text_1644 h1 {
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 900;
}

.beasy_module_text-media h3::after,
.beasy_module_text h3::after,
.beasy_module_forms h3::after {
    content: "";
    display: block;
    width: 240px;
    height: 31px;
    margin-top: 30px;
    background-image: repeating-linear-gradient(135deg,
            #a1a1a1 0 2px,
            transparent 2px 14px);
    transform: scale(0.5);
    transform-origin: top left;
}

.beasy_module_text-media .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.beasy_module_logos {
    margin-top: 80px;
    border-top: 1px solid #f0f0f0;
}

.beasy_module_logos h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 240px;
    height: 31px;
    margin-top: 14px;
    background-image: repeating-linear-gradient(135deg,
            #a1a1a1 0 2px,
            transparent 2px 14px);
    transform: translateX(-50%) scale(0.5);
    transform-origin: center;
    left: 50%;
}


.beasy_module_logos img {
    padding: 100px 50px 50px 50px;
    /* padding: 100px 0 0 0; */
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.beasy_module_logos img:hover {
    filter: grayscale(0%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2a2a2a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#footer .col-md-4.beasy_footer_col_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* centreren van de inhoud horizontaal */
    text-align: left;
    /* behoud linker uitlijning van tekst binnen de children */
}

#footer .beasy_footer_title_text_213 {
    margin-bottom: 0 !important;
}

.beasy_header_image .custom-bg-grey-1 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.beasy_header_image h1 {
    font-size: clamp(24px, 10vw, 3.5em) !important;
    text-wrap: balance;
}


main.beasy_page_id_491,
main.beasy_page_id_492,
main.beasy_page_id_493,
main.beasy_page_id_494 {
    opacity: 0;
    padding-top: 175px;
}

.beasy_module_text-media_1637,
.beasy_module_text-media_1638 {
    margin-bottom: 80px !important;
}

.beasy_module_text-media_1638,
.beasy_module_text-media_1639 {
    border-top: 1px solid #f0f0f0;
}

.beasy_module_text-media_1637 .container .col-lg-6:nth-of-type(1),
.beasy_module_text-media_1638 .container .col-lg-6:nth-of-type(1),
.beasy_module_text-media_1639 .container .col-lg-6:nth-of-type(1) {
    padding: 0 60px !important;
}

.beasy_module_photoalbum .lightbox-portfolio {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.beasy_module_photoalbum .beasy_module_photoalbum_caption {
    position: absolute;
    bottom: -24px;
    text-align: center !important;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3) !important;
}



.mfp-container .mfp-title {
    position: absolute;
    padding: 14px 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-size: 20px;
    text-align: center !important;
    width: calc(100% - 30px);
    margin: 0 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/* .col-half-section.col-half-section-right {
    margin: 0;
}

#beasy_custom_contact_last-col {
    margin-top: -48px;
    padding-top: 48px;
    padding-right: 0;
    padding-left: 0;
    background: #eeeeee;
}

.beasy_module_forms_1643 .justify-content-center {
    justify-content: left !important;
}

.beasy_module_forms_1643 .text-center {
    text-align: left !important;
}

#beasy_custom_contact_container-fluid {
    margin-bottom: 60px;
} */

/* #beasy_custom_contact_container.container {
    max-width: 1440px !important;
} */

.beasy_module_text_1642 .container,
.beasy_module_forms_1643 .container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.beasy_module_text_1642 .container .col-lg-8,
.beasy_module_forms_1643 .container .col-lg-8 {
    width: 100% !important;
}

.beasy_module_forms_1643 .container .text-center {
    text-align: left !important;
}

.beasy_module_text_1642 .container .justify-content-center,
.beasy_module_forms_1643 .container .justify-content-center {
    justify-content: start !important;
}

/* Titel links uitlijnen */
.beasy_module_text-columns_1645 h4 {
    margin-bottom: 20px !important;
    text-align: left;
    font-size: 1.5rem;
}

/* De box-content vult de hoogte en duwt de prijs naar beneden */
.beasy_module_text-columns_1645 .box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Featured box vult ook de col */
.beasy_module_text-columns_1645 .featured-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e5e5;
    /* subtiel randje */
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover-effect voor de hele box */
.beasy_module_text-columns_1645 .featured-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Prijs badge */
.beasy_module_text-columns_1645 .box-content h5 {
    margin-top: auto;
    text-align: center;
    background-color: #2a2a2a;
    /* blauw */
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    /* mooie pill shape */
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    align-self: center;
    /* centreer in de box */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Prijs badge hover effect */
.beasy_module_text-columns_1645 .featured-box:hover .box-content h5 {
    background-color: #000;
    /* donkerder blauw bij hover */
    transform: scale(1.05);
}

/* Opsomming lijst mooier maken */
.beasy_module_text-columns_1645 .box-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.beasy_module_text-columns_1645 .box-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 1rem;
}

/* Custom bullet voor li */
.beasy_module_text-columns_1645 .box-content ul li::before {
    content: "✔";
    /* vinkje */
    position: absolute;
    left: 0;
    color: #2a2a2a;
    font-weight: bold;
}

main section.beasy_module_text-columns_1645,
main section.beasy_module_text_1646 {
    padding-top: 0 !important;
}

.beasy_module_text_1644 h1 {
    margin-top: 80px;
}

.beasy_module_img-movie-iframe.container {
    max-width: 100% !important;
    padding-right: 45px !important;
    padding-left: 45px !important;
}

@media (max-width: 2000px) {
    .beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent {
        padding: 1rem;
    }

    .beasy_module_logos img {
        padding: 100px 0 50px 0;
    }
}

@media (max-width: 1399.98px) {
    .beasy_module_image-boxes_1634 h4 {
        font-size: 1.4em !important;
        padding-bottom: 15px;
    }
}

@media (max-width: 1199.98px) {
    .beasy_module_image-boxes_1634 h4 {

        hyphens: auto;
        overflow-wrap: break-word;
    }

    header .header-column.align-items-end {
        display: none !important;
    }

    header .header-column.align-items-start {
        width: 140px !important;
    }

    .beasy_module_img-movie-iframe.container {
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .beasy_module_text-media_1637 .container .col-lg-6:nth-of-type(1),
    .beasy_module_text-media_1638 .container .col-lg-6:nth-of-type(1),
    .beasy_module_text-media_1639 .container .col-lg-6:nth-of-type(1) {
        padding: 0 15px !important;
    }

    .beasy_module_text-columns_1645 .box-content {
        padding: 5px;
    }
}

@media (max-width: 991.98px) {
    #header .header-nav-main.header-nav-main-mobile-dark::before {
        background-color: #1f1f1f;
    }

    #header .header-nav-main nav>ul>li>a {
        padding: 16px 23px;
        text-transform: none;
    }

    #header .header-nav-main nav>ul>li>a.active {
        border-radius: 0 !important;
        color: #212529 !important;
        background: #fff;
    }

    #header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li:hover>a {
        color: #fff !important;
    }

    .beasy_module_image-boxes_1634 .beasy_module_image-boxes-boxcontent {
        margin-bottom: 20px;
    }

    .beasy_module_img-movie-iframe.container {
        padding-top: 20px !important;
        max-width: 100% !important;
    }

    .beasy_module_text-columns_1645 .featured-box {
        margin-bottom: 20px !important;
    }

    .beasy_module_photoalbum .mb-4 {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767.98px) {
    #footer .col-md-4.beasy_footer_col_2 {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: left;
    }
}

@media (max-width: 575.98px) {

    main,
    footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .beasy_module_text-media h3,
    .beasy_module_logos h2,
    .beasy_module_forms h3,
    .beasy_module_text h3,
    .beasy_module_text_1644 h1 {
        font-size: 26px;
    }

    .beasy_module_text-media h2,
    .beasy_module_text h2,
    .beasy_module_forms h2 {
        font-size: 16px;
    }
}