
/* Accord Alternate Regular */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Accord Alternate Medium */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
/* Accord Alternate Bold */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* Accord Alternate Italic */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

:root {

    --white                     :#FFFFFF;
    --offwhite                  :#ECF0F2;
    --orange                    :#E69A3D;
    --red                       :#C72E44;
    --darkblue                  :#121E2D;
    --input                     :#DAE2E6;

    --font1                     :'Accord Alternate', sans-serif;
    --font-text                 :'Montserrat', sans-serif;

    --title-size                :32px;

    --padding-vert              :80px;
    
}
#usercentrics-cmp-ui{
display: none;
}
body,
body *,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
body {
    line-height: 1;
    font-family: var(--font-text);
    color: var(--darkblue);
    font-weight: 400;
    background-color: var(--white);
    overflow-x: hidden;
}

a, a:active, a:visited, a:focus, a:hover {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}
.text a {
    text-decoration: underline;
}

input::placeholder                  { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-moz-placeholder             { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-webkit-input-placeholder    { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-ms-placeholder              { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
textarea::placeholder               { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-moz-placeholder          { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-webkit-input-placeholder { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-ms-placeholder           { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }

.lazy           { opacity: 0; transition: opacity 0.1s ease; }
.lazy.loaded    { opacity: 1; }
.lazy-bg        { opacity: 0; transition: opacity 0.1s ease; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}
.lazy-bg.loaded { opacity: 1; }

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1, h2, h3 {
    font-weight: 400;
}

p, ul, li, ol {
    line-height: unset;
}
div.text ul,
div.text ol {
    /* padding-left: 16px; */
    padding-left: 0;
}

ul {
    padding-left: 1.2em;
}

.right:has(.campaign_container){
    display: flex;
    justify-content: center;
    align-items: center;
}
.campaign_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 2em 1em;
    border-radius: .4em;
    background-color: var(--offwhite);
    gap: 2em;
}
    .campaign_container .row_item{
        width: 100%;
    }
    .campaign_container h2{
        font-weight: bold;
        color: var(--darkblue);
    }
    .campaign_container button{
        margin-top: .8em;
    }
    .campaign_container label {
        padding: 10px 0x;
        font-family: var(--font-text);
        font-size: 14px;
    }
    .campaign_container input {
        height: 46px;
        width: 100%;
        min-width: 210px;
        padding: 20px;
        border: none;
        border-radius: .2em;
        background-color: var(--input);
        font-size: 14px;
        font-family: var(--font-text);
        outline: none;
        margin-top:.4em;
    }

.demoaanvragen {
    width: 100%;
}

div.demoaanvragen form {
    width: 100%;
    /* display: flex;
    gap:0em; */
}
    div.demo_form_left, div.demo_form_right {
        width: 100%;
    }

div.demoaanvragen label {
    padding: 10px 20px;
    color: var(--darkblue);
    font-family: var(--font-text);
    font-size: 14px;
}

div.demoaanvragen input {
    height: 46px;
    width: 100%;
    min-width: 210px;
    padding: 20px;
    border: none;
    border-radius: 24px;
    background-color: var(--input);
    font-size: 14px;
    font-family: var(--font-text);
    outline: none;
}
div.demoaanvragen select {
    height: 46px;
    width: 100%;
    min-width: 210px;
    padding: 0 1em;
    border: none;
    border-radius: 24px;
    background-color: var(--input);
    font-size: 14px;
    font-family: var(--font-text);
    outline: none;
}

div.demoaanvragen textarea {
    height: 200px;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    border-radius: 24px;
    border: none;
    background-color: var(--input);
    font-size: 14px;
    font-family: var(--font-text);
    appearance: none;
    outline: none;
    resize: none;
    overflow: auto;
}


div.demoaanvragen .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.demoaanvragen .row_item{
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-bottom: 16px;
}
div.demoaanvragen .row_erea{
    display: flex;
    flex-direction: column; 
    width: 100%;
    padding-right: 20px;
    padding-bottom: 16px;
}

#infoForm{
    font-size: 16px;
    font-family: var(--font-text);
}

button.btn {
    display: flex;
    align-items: center;
    font-family: var(--font-text);
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--orange);
    color: var(--white);
    border: 2px solid var(--orange);
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 100px;
    transition: all .3s ease;
}


.btn-holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; 
    column-gap: 30px;
    row-gap: 20px;
}
.btn-holder.center {
    justify-content: center;
    width: 100% !important;
}
.btn-holder.center a.btn { margin-right: 46px; }
.btn-holder a.btn:last-child { margin-right: 0;}
.btn-holder.col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
    .btn-holder a.btn {
        display: flex;
        align-items: center;
        font-family: var(--font-text);
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: var(--orange);
        color: var(--white);
        border: 2px solid var(--orange);
        cursor: pointer;
        padding: 8px 16px;
        border-radius: 100px;
        transition: all .3s ease;
    }
        .btn-holder a.btn:nth-child(2n) {
            background-color: transparent;
            color: var(--darkblue);
        }
        .btn-holder a.btn::selection {
            color: inherit;
        }
        .btn-holder.transparent a.btn {
            background-color: transparent;
        }
    .btn-holder a.btn:hover {
        transition: all .3s ease;
        transform: scale(1.05);
    }
    .btn-holder a.btn>i {
        margin-right: 6px;
    }
    .btn-holder a.btn>span {
        height: 18px;
        width: 18px;
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        background-color: var(--white); 
        margin-right: 8px;
    }
    .btn-holder.end {
        justify-content: flex-end;
    }

.page-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*  MOBILE NAVBAR  */
#mobile-navbar {
    z-index: 1;
}
#mobile-navbar .burger:hover {
	cursor: pointer;
}
	#mobile-navbar .burger {
		position: relative;
	}
		#mobile-navbar .menu-bar {
			background-color: var(--orange);
            border-radius: 10px;
			width: 42px;
			height: 5px;
			display: block;
			margin-bottom: 8px;
			opacity: 1;
		} #mobile-navbar .menu-bar.bar2 {
            width: 30px;
            margin: 0 0 8px auto;
        }
        #mobile-navbar.navbar-open {
            display: none;
            position: fixed;
            top: 105px;
            right: 20px;
            z-index: 20;
        }
		#mobile-navbar.navbar-open .bar1 {
			transform: translateY(-2px) rotate(45deg);
		}
		#mobile-navbar.navbar-open .bar2 {
			opacity: 0;
		}
		#mobile-navbar.navbar-open .bar3 {
			transform: translateY(2px) rotate(-45deg);
		}
		#mobile-navbar .burger .bar1, #mobile-navbar .burger .bar2, #mobile-navbar .burger .bar3 {
			transform-origin: left;
			transition: all .6s ease;
		}

#mobile-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
    justify-content: center;
    align-items: center;
	opacity: 0;
	left: 0;
	top: 0;
	background-color: var(--darkblue);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	z-index: 10;
}
    .menu-exit {
        position: absolute;
        right: 30px;
        top: 30px;
    }
        .menu-exit i.fa-solid {
            cursor: pointer;
            color: var(--white);
            font-size: 50px;
        }
	.mobile-menu-inner {
		padding: 40px 10px;
	}
        .mobile-menu-inner ul {
            list-style-type: none;
            text-align: center;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            row-gap: 30px;
        }
            .mobile-menu-inner ul li {

            }
                .mobile-menu-inner ul li a {
                    color: var(--white);
                    font-size: 26px;
                    font-family: var(--font1);
                    text-decoration: none;
                    /* line-height: 1.5; */
                }

    .mobile-sub-menu {
        display: none;
        flex-direction: column;
        row-gap: 12px;
        padding: 14px 0 0;
    }
    .mobile-menu-inner ul li .mobile-sub-menu a {
        font-size: 16px;
        font-weight: unset;
        color: var(--black);
    }
    .mobile-sub-menu.open {
        display: flex;
        transition: all 0.3s ease-in-out;
    }

	#mobile-menu.mobile-menu-open {
		display: flex;
		opacity: 1;
		transition: opacity .6s ease;
	}
    #mobile-navbar.navbar-open .menu-bar { 
        background-color: var(--orange);
    }
	#mobile-navbar {
		display: none;
	}

.lightblue-bg {
    background-color: var(--offwhite);
}
.blue-bg {
    background: rgb(18,30,45);
    background: -moz-linear-gradient(120deg, rgba(18,30,45,1) 0%, rgba(18,34,53,1) 50%, rgba(16,55,84,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(18,30,45,1) 0%, rgba(18,34,53,1) 50%, rgba(16,55,84,1) 100%);
    background: linear-gradient(120deg, rgba(18,30,45,1) 0%, rgba(18,34,53,1) 50%, rgba(16,55,84,1) 100%);
}
.orange-bg {
    background: rgb(230,154,61);
    background: -moz-linear-gradient(120deg, rgba(230,154,61,1) 0%, rgba(199,46,68,1) 36%, rgba(199,46,68,1) 50%, rgba(199,46,68,1) 64%, rgba(230,154,61,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(230,154,61,1) 0%, rgba(199,46,68,1) 36%, rgba(199,46,68,1) 50%, rgba(199,46,68,1) 64%, rgba(230,154,61,1) 100%);
    background: linear-gradient(120deg, rgba(230,154,61,1) 0%, rgba(199,46,68,1) 36%, rgba(199,46,68,1) 50%, rgba(199,46,68,1) 64%, rgba(230,154,61,1) 100%);
}

.pattern-bg{
    background-image: url('../images/pattern.svg');
    background-size: cover;
    background-position: center;
}

.whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
  }
    .message-box {
        background-color: var(--white);
        color: var(--darkblue);
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 20px;
        box-shadow: 0 4px 10px 2px rgb(0 0 0 / 10%);
        cursor: pointer;
    }
    .whatsapp-icon {
        width: 60px;
        height: 60px;
        background-color: #25D366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px 2px rgb(0 0 0 / 10%);
        cursor: pointer;
    }
    .whatsapp-icon i {
        color: white;
        font-size: 30px;
    }
    

/* Taal */
.language-dropdown {
    z-index: 1000;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 8px;
    border-radius: 200px;
    background: white;
}
.selected-language img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.language-options {
    z-index: 10;
    display: none;
    flex-direction: row;
    gap: 8px;
    position: absolute;
    /* VERTICAAL */
    /* bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%); */
    /* HORIZONTAAL */
    top: 50%;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    padding: 4px 10px;
    background: white;
    border-radius: 200px;
    box-shadow: 0 4px 10px 2px rgb(0 0 0 / 10%);
}.language-options.show {
        display: flex;
    }
.language-options img {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.language-options img:hover {
    opacity: 1;
}
      


div.top_header{
    width: 100%;
    height: 40px;
    color: var(--white);
    padding: 0 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #394456;
}
div.top_header.slider-container{
    margin-bottom: 0 !important;
}
    div.top_header_inner{
        width: 100%;
        max-width: 1600px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        column-gap: 15px;
    }
    div.top_item{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.4em;
    }
        div.top_item > img{
            height: 18px;
            object-fit: contain;
        }
        div.top_item > i{
            color:#25D366;
        }
div.header{
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
    padding: 32px 50px;
    z-index: 99999;
    transition: all 300ms ease-in-out;
}
.toggleMenu{
    cursor: pointer;
}
.toggleMenu.fa-xmark {
    font-size: 30px;
}
div.header_scrolled{
    padding: 22px 30px;
    background-color: var(--offwhite);
    box-shadow: 3px 0px 16px rgba(0, 0, 0, 0.5);
}
    div.header_inner{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    div.header_left{
        width: max-content;
    }
        div.header_left img{
            height: 35px;
            object-fit: contain;
            transform: scaleX(0);
            transition: all 200ms ease-in-out;
        }
        div.header_left_def img{
            height: 60px;
            object-fit: contain;
            transform: scaleX(100%);
            transition: all 200ms ease-in-out;
        }
        div.header_scrolled div.header_left_def img{
            transform: scaleX(0);
        }
        div.header_scrolled div.header_left img{
            transform: scaleX(100%);
        }
    div.header_right{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 2em;
    }
        .header_item, .header_item_cta{
            color: var(--white);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .header_item { text-transform: uppercase;}

        div.header_scrolled .header_item, div.header_scrolled .header_item_cta{
            color: var(--darkblue);
        }

        .header_item{
            transition: all 100ms ease-in-out;
            padding-bottom: 2px;
        }
            .header_item:hover{
                opacity: 0.8;
            }
        
    div.header_right_res{
        display: none;
    }
        div.header_right_res i{
            font-size: 1.3em;
            color: var(--white);
        }
        div.header_scrolled div.header_right_res i{
            color: var(--darkblue);
        }
    #headerRes{
        display: none;
        position: fixed;
        left: 0;
        top:0;
        width: 100%;
        height: 100vh;
        background-color: var(--darkblue);   
        z-index: 99999;
    }
        div.header_close{
            z-index: 999;
            display: flex;
            justify-content: flex-end;
            margin: 1em;
            color: var(--offwhite);
        }
        div.header_inner_res{
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            gap: 2em;
            padding: 0 10px;
            color: var(--offwhite);
        }
        div.header_inner_res a{
            color: var(--offwhite);
        }
        div.header_inner_res img {
            width: 280px;
            max-width: 100%;
            margin-bottom: 50px;
        }
.page-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
    .header-top {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 120px 15px 120px;
    } .header-top.small { padding: 110px 15px 60px; }
        .header-top-inner {
            width: 100%;
            max-width: 1200px;
            display: flex;
            justify-content: space-between;
            border-radius: 50px;
        }
            .header-top .left {
                flex: 1 auto;
                width: 100%;
                max-width: 480px;
                z-index: 2;
            }
                .header-top .left a {
                    display: inline-block;
                }
                .header-top img.logo {
                    object-fit: contain;
                    width: 100%;
                    max-width: 320px;
                }
                div.header-top .left > a{
                    margin-bottom: 80px;
                }
                .header-top .content {
                    max-width: 400px;
                }   .header-top .content.offset-left {
                        padding-left: 40px;
                    }
                    .header-top .content .vertical-text {
                        transform: rotate(-90deg);
                        transform-origin: left bottom;
                        white-space: nowrap;
                        font-size: 14px;
                        color: var(--white);
                        letter-spacing: 1px;
                        position: absolute;
                        left: 4px;
                        bottom: -2px;
                    }

            .header-top .image-holder {
                z-index: 1;
                width: 100%;
                max-width: 800px;
                height: 800px;
                position: absolute;
                right: -150px;
                top: -100px;
                flex-grow: 1;
                display: flex;
                justify-content: center;
            }
                .header-top .image-holder img, .header-top .image-holder svg {
                    position: absolute;
                    width: 100%;
                    max-width: 550px;
                    height: 100%;
                    object-fit: contain;
                    object-position: center;
                }
                .header-top .right {
                    width: 100%;
                    max-width: 450px;
                }
                    .header-top .image-holder2 {
                        position: relative;
                        width: 100%;
                        max-width: 450px;
                        padding-bottom: 450px;
                    }
                        .image-holder2::before {
                            content: "";
                            position: absolute;
                            z-index: 2;
                            top: 75px;
                            left: -10px;
                            width: 85%;
                            height: 85%;
                            background-image: url(../images/foto-round.svg);
                            background-size: contain;
                            background-repeat: no-repeat;
                            pointer-events: none;
                        }
                        .header-top .image-holder2 img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            aspect-ratio: 1 / 1;
                            border-radius: 50%;
                            object-fit: cover;
                        }
                        
    .header-bottom {
        width: 100%;
        max-width: 1500px;
        align-self: center;
        display: flex;
        justify-content: center;
        background-color: white;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
        .header-bottom-inner {
            width: 100%;
            max-width: 1200px;
            display: flex;
            justify-content: space-between;
            column-gap: 80px;
            row-gap: 30px;
            row-gap: 40px;
            /* padding: 150px 15px; */
            padding: 90px 15px;
            z-index: 3;
        }
            .header-bottom-inner .left {
                width: 100%;
                max-width: 300px;
            }
            .header-bottom-inner .right {
                flex: 1;
            }
            .page-header .header-top h1.title {
                color: var(--white);
                /* font-size: 2.7em; */
                /* margin-top: 80px; */
            }
            .page-header .header-top h2.title2 {
                color: var(--white);
            }

        .page-header h1.title {
            font-size: var(--title-size);;
            font-family: var(--font1);
            font-weight: bold;
            color: var(--darkblue);
            line-height: 1.5;
            margin-bottom: 20px;
        }
        .page-header h2.title2 {
            font-size: 16px;
            font-family: var(--font-text);
            text-transform: uppercase;
            color: var(--darkblue);
            margin-bottom: 20px;
            line-height: 1.5;
        }
        .left_slogan h2.title {
            font-size: var(--title-size);;
            font-family: var(--font1);
            font-weight: bold;
            color: var(--darkblue);
            line-height: 1.5;
            margin-bottom: 20px;
        }
        .left_slogan h3.title2 {
            font-size: 16px;
            font-family: var(--font-text);
            text-transform: uppercase;
            color: var(--darkblue);
            margin-bottom: 15px;
            line-height: 1.5;
        }
        .page-header .text {
            font-size: 16px;
            font-family: var(--font-text);
            color: var(--darkblue);
            line-height: 2;
        }
        .header-top .btn-holder {
            margin-top: 50px;
        }
        .header-bottom .btn-holder {
            margin-top: 30px;
        }

        .page-header .line {
            margin-bottom: 0;
        }
        .header-top a.btn:last-child {
            background-color: transparent;
        }
        
        .header-top a.btn:nth-child(2n) {
            background-color: transparent;
            color: var(--white);
        }

/* .header-bottom.contact-form .header-bottom-inner {
    padding: 100px 15px;
} */
        
.intro-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 15px;
    background-color: var(--red);
}
    .intro-block-inner {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 30px;
    }
        .intro-item {
            display: flex;
            column-gap: 20px;
            align-items: center;
        }
            .intro-item img {
                width: 60px;
                height: 60px;
                object-fit: contain;
            }
            .intro-item .content {

            }
                .intro-item h2.title2 {
                    font-size: var(--title-size);;
                    font-family: var(--font1);
                    font-weight: bold;
                    color: var(--white);
                    line-height: 1.5;
                    margin-bottom: 2px;
                }
                .intro-item .text {
                    font-size: 16px;
                    font-family: var(--font-text);
                    color: var(--white);
                    /* line-height: 2; */
                }


.photo-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 15px;
}
    .photo-block-inner {
        /* width: 100%; */
        /* max-width: 1100px; */
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    .photo-block .top {
        display: flex;
        justify-content: stretch;
        align-items: stretch;
        gap: 30px;
    }
        .photo-block .top .left {
            width: 100%;
            max-width: 420px;
        }
            .photo-block .top .left img {
                width: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 30px;
                aspect-ratio: 5/7;
            }
            
        .photo-block .top .right {
            width: 100%;
            max-width: 620px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            gap: 30px;
        }
            .photo-block .top .right img {
                width: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 30px;
                aspect-ratio: 7/4;
            }

        .photo-block .bottom {
            display: flex;
            justify-content: stretch;
            align-items: stretch;
            gap: 30px;
        }
        .photo-block .bottom .right {
            width: 100%;
            max-width: 420px;
        }
            .photo-block .bottom .right img {
                width: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 30px;
                aspect-ratio: 5/7;
            }
            
        .photo-block .bottom .left {
            width: 100%;
            max-width: 620px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: 30px;
        }
            .photo-block .bottom .left img {
                width: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 30px;
                aspect-ratio: 7/4;
            }

        .photo-block .content {  
            padding: 30px;
        }
            .photo-block h4.title2 {
                font-size: var(--title-size);
                font-family: var(--font1);
                font-weight: bold;
                color: var(--white);
                line-height: 1;
            }


.slogan-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 15px;
    background-color: var(--red);
}
    .slogan-block .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .slogan-block h2.title2 {
            font-size: var(--title-size);;
            font-family: var(--font1);
            font-weight: bold;
            text-align: center;
            color: var(--white);
            margin-bottom: 20px;
        }
        .slogan-block .text {
            font-size: 16px;
            font-family: var(--font-text);
            text-transform: uppercase;
            text-align: center;
            color: var(--white);
            line-height: 2;
        }


.content-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 15px;
}
    .content-block-inner {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 100px;
        row-gap: 30px;
    }
        .content-block .content {
            flex: 1;
        }
            .content-block .content h3.title {
                font-size: 16px;
                font-family: var(--font-text);
                text-transform: uppercase;
                color: var(--darkblue);
                margin-bottom: 4px;
            }
            .content-block .content h2.title2 {
                font-size: var(--title-size);;
                font-family: var(--font1);
                font-weight: bold;
                color: var(--red);
                line-height: 1;
                margin-bottom: 30px;
            }
            .content-block .content .text {
                font-size: 16px;
                font-family: var(--font-text);
                color: var(--darkblue);
                line-height: 2;
            }
            .content-block .content .btn-holder {
                margin-top: 30px;
            }

            .content-block.not-found .content-block-inner {
                padding-top: 100px;
            }

            .content-block.not-found .content h3.title {
                color: var(--orange);
            }
            .content-block.not-found .content h2.title2,
            .content-block.not-found .content .text {
                color: var(--white);
            }


.content-block.reverse .content-block-inner {
    flex-direction: row-reverse;
}

.content-block .image-holder {
    width: 100%;
    max-width: 350px;
}
    .content-block .image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Dit is voor kleine stukje rechtsonderin een content block */
    
    .content-small {
        width: 100%;
        max-width: 230px;
        align-self: flex-end;
    }
        .content-small h3.title {
            font-size: var(--title-size);;
            font-family: var(--font1);
            font-weight: bold;
            color: var(--darkblue);
            line-height: 1.5;
            margin-bottom: 20px;
        }
        .content-small h4.title2 {
            font-size: 16px;
            font-weight: 400;
            font-family: var(--font-text);
            text-transform: uppercase;
            color: var(--darkblue);
            margin-bottom: 15px;
        }
        .content-small .text {
            font-size: 16px;
            font-family: var(--font-text);
            color: var(--darkblue);
            line-height: 2;
        }
        .content-small .line {
            margin-bottom: 0;
        }

.content-block.pattern-bg .header-bottom {
    box-shadow: 0px 2px 8px -5px var(--darkblue);
}


.content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
    .content ul li {
        margin-bottom: 20px;
        position: relative;
    }
    .content ul li::before {
        content: '';
        background-image: url('../images/list-shape.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        margin-right: 10px;
        position: relative;
        display: inline-block;
        top: 8px;
    }
    .content ul li:last-child {
        margin-bottom: 0;
    }


.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 15px;
    padding-bottom: 0;
    color: white
}
    .footer-inner {
        width: 100%;
        max-width: 1350px;
        display: flex;
        justify-content: space-between;
        column-gap: 120px;
        row-gap: 50px;
    }
    .footer-left {
        max-width: 450px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
        .footer-left img.logo {
            width: 100%;
            max-width: 280px;
            margin-bottom: 50px;
        }
        .footer-left .text {
            font-size: 16px;
            font-family: var(--font-text);
            color: var(--white);
            line-height: 2;
        }
        .footer-left .socials {
            display: flex;
            column-gap: 10px;
            margin-top: 20px;
        }
            .footer-left .social img {
                width: 20px;
                height: 20px;
                object-fit: contain;
            }
    .footer-right {
        flex-grow: 1;
        display: flex;
        justify-content: space-around;
        column-gap: 30px;
        row-gap: 30px;
    }
        .footer-right .contact {
            display: flex;
            column-gap: 20px;
            margin-top: 20px;
        }
            .footer-right .contact a {

            }
                .footer-right .contact a img {
                    width: 32px;
                    height: 32px;
                    object-fit: contain;
                }
    .footer-list {
        flex: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
        .footer-list h2.title {
            font-size: var(--title-size);;
            font-family: var(--font1);
            color: var(--white);
            margin-bottom: 30px;
        }
        .footer-list .line-break {
            height: 32px;
        }
        .footer-list span {
            color: var(--offwhite);
            font-size: 16px;
            font-family: var(--font-text);
            color: var(--white);
            line-height: 2;
        }
            .footer-list span a img {
                top: 3px;
                display: inline-block;
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }
            .footer-listzspan>a>img {
                top: 2px;
            }
    .footer .line {
        margin-bottom: 15px;
    }




.signature {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: var(--padding-vert) 15px 20px;
}
    .signature-inner {
        width: 100%;
        max-width: 1920px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 30px;
    }
        .signature-right span,
        .signature-left span {
            color: var(--offwhite);
            font-size: 14px;
            font-family: var(--font-text);
        }
    

.content-block.gradient {
    background: #18202D;
    background: linear-gradient(120deg, rgba(18, 30, 45, 1) 0%, rgba(18, 34, 53, 1) 50%, rgba(16, 55, 84, 1) 100%);
}

.banner {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}
    .banner .lazy {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


.functions-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: var(--padding-vert) 15px;
}
    .functions-block-inner {
        width: 100%;
        max-width: 1350px;
        /* column-gap: 100px; */
        /* row-gap: 30px; */
    }
        .functions-block .content {
            flex: 1;
        }
            .functions-block .content h3.title {
                font-size: 16px;
                font-family: var(--font-text);
                text-transform: uppercase;
                color: var(--darkblue);
                margin-bottom: 4px;
            }
            .functions-block .content h2.title2 {
                font-size: var(--title-size);
                font-family: var(--font1);
                font-weight: bold;
                color: var(--red);
                line-height: 1;
                margin-bottom: 30px;
            }
            .functions-block .content .text {
                font-size: 16px;
                font-family: var(--font-text);
                color: var(--darkblue);
                line-height: 2;
            }
            .functions-block .content .btn-holder {
                margin-top: 30px;
            }

            .functions {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                row-gap: 50px;
            }
                .functions .row {
                    width: 100%;
                }
                    .functions .row h3.title2 {
                        font-size: var(--title-size);
                        font-family: var(--font1);
                        font-weight: bold;
                        color: var(--darkblue);
                        line-height: 1;
                        margin-bottom: 20px;
                    }
                    .functions .row .cards {
                        width: 100%;
                        display: flex;
                        column-gap: 20px;
                        row-gap: 20px;
                    }
                        .functions .row .cards .card {
                            min-width: 315px;
                            width: 100%;
                            max-width: calc(100% / 4 - (20px / 4 * 3));
                            padding: 20px;
                            border-radius: 20px;
                            background-color: var(--white);
                            box-shadow: 0px 1px 8px -4px var(--darkblue);                            
                            margin: 3px;
                        }
                            .functions .row .cards .card img {
                                width: 30px;
                                height: 30px;
                                object-fit: contain;
                                object-position: center;                                
                            }
                            .functions .row .cards .card .text {
                                margin-top: 10px;
                                font-size: 16px;
                                font-family: var(--font-text);
                                color: var(--darkblue);
                                line-height: 1.5;
                            }
            div.functions-bottom{
                margin: 0 auto;
                padding: 40px 30px;
                border-radius: 20px;
                background-color: var(--white);
                box-shadow: 0px 1px 8px -4px var(--darkblue);
                width: max-content;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 2em;
                text-align: center;
                margin-top: 2.5em;
            }
                div.functions-bottom div.text {
                    line-height: 1.5;
                }
            div.functions-bottom2{
                margin: 0 auto;
                border-radius: 20px;
                width: max-content;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 2em;
                text-align: center;
                margin-top: 2.5em;
            }
            div.functions2-block .slider{
                padding: 20px
            }
            div.functions2-block .cards{
                flex-wrap:wrap;   
            }
                div.functions2-block .cards{
                    flex-wrap:wrap;   
                }
                div.functions2-block .row .cards .card{
                    max-width: 315px;
                }

.voordelen-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: var(--padding-vert) 15px;
    background-color: var(--offwhite);
}
    .voordelen-block-inner {
        width: 100%;
        max-width: 1350px;
        /* column-gap: 100px; */
        /* row-gap: 30px; */
    }
        .voordelen-block .content {
            flex: 1;
        }
            .voordelen-block .content h3.title {
                font-size: 16px;
                font-family: var(--font-text);
                text-transform: uppercase;
                color: var(--darkblue);
                margin-bottom: 4px;
            }
            .voordelen-block .content h2.title2 {
                font-size: var(--title-size);
                font-family: var(--font1);
                font-weight: bold;
                color: var(--red);
                line-height: 1;
                margin-bottom: 30px;
            }
            .voordelen-block .content .text {
                font-size: 16px;
                font-family: var(--font-text);
                color: var(--darkblue);
                line-height: 2;
            }
            .voordelen-block .content .btn-holder {
                margin-top: 30px;
            }
        div.voordelen-container{
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 1em;
        }
            div.voordelen-items{
                max-width: 325px;
                width: 100%;
                min-height: 190px;
                background-color: var(--white);
                box-shadow: 0px 0px 16px rgba(18,34,53,0.1);
                padding: 1em 1.5em;
                display: flex;
                flex-direction: column;
                gap: 1em;
                border-radius: 20px;                
                
            }
                div.voordelen-items p{
                    line-height: 1.5;
                }
                div.voordelen-items h3{
                    font-size: 18px;
                    font-weight: bold; 
                }
                div.voordelen-items img{
                    width: 30px;
                }
                            
.reviews-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: var(--padding-vert) 0px;
    padding-bottom: 0 !important;
}
    .reviews-block-inner {
        width: 100%;
        max-width: 1350px;
    }
        .reviews-block .content {
            width: 100%;
            max-width: 1200px;
            padding-inline: 15px;
            justify-self: center;
        }
            .reviews-block .content h3.title {
                font-size: 16px;
                font-family: var(--font-text);
                text-transform: uppercase;
                color: var(--white);
                margin-bottom: 4px;
            }
            .reviews-block .content h2.title2 {
                font-size: var(--title-size);
                font-family: var(--font1);
                font-weight: bold;
                color: var(--white);
                line-height: 1;
                margin-bottom: 80px;
            }
            .reviews-block .content .btn-holder {
                margin-top: 30px;
            }

            .reviews {
                width: 100%;
            }
                .reviews .cards {
                    width: 100%;
                    column-gap: 80px;
                    row-gap: 20px;
                    padding-left: 50px;
                    padding-right: 50px;
                }
                    .reviews .cards .card {
                        position: relative;
                        flex: 0 0 360px;
                        max-width: 360px;
                        padding: 40px 40px 60px 0;
                        border-top-left-radius: 20px;
                        border-top-right-radius: 20px;
                        background-color: var(--white);
                        
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                    }
                        .reviews .bottom {
                            padding-left: 80px;
                        }
                        .reviews .image-holder {
                            position: absolute; 
                            width: 80px;
                            height: 80px;
                            left: -40px;
                            top: -50%;
                            border-radius: 100px;
                            background-color: var(--white);
                        }
                            .reviews .image-holder::before {
                                content: "";
                                position: absolute;
                                z-index: 2;
                                display: block;
                                bottom: -2px;
                                left: -2px;
                                width: calc(100% - 14px);
                                height: calc(100% - 14px);
                                background-image: url(../images/foto-round.svg);
                                background-size: contain;
                                background-repeat: no-repeat;
                            }
                            .reviews .card img {
                                width: 100%;
                                width: 100%;
                                aspect-ratio: 1/1;
                                border-radius: 50%;
                                object-fit: cover;
                                object-position: center;
                            }
                        .reviews .card .since {
                            position: absolute;
                            left: 40px;
                            top: 8px;
                            transform: rotate(90deg) scale(-1, -1) translateX(-100%);
                            transform-origin: left top;
                            font-size: 14px;
                            font-family: var(--font-text);
                            text-transform: uppercase;
                            color: #93B6CB;
                            white-space: nowrap;
                            letter-spacing: 1px;
                        }
                        .reviews .card .text {
                            font-size: 14px;
                            font-family: var(--font-text);
                            color: var(--darkblue);
                            line-height: 2;
                            margin-bottom: 50px;
                            padding-left: 80px;
                        }
                        .reviews .card h4.title {
                            font-size: 14px;
                            font-weight: 400;
                            font-family: var(--font-text);
                            text-transform: uppercase;
                            color: var(--darkblue);
                            margin-bottom: 4px;
                        }
                        .reviews .card h2.title2 {
                            font-size: calc(var(--title-size) - 8px);
                            font-family: var(--font1);
                            font-weight: bold;
                            color: var(--red);
                            line-height: 1;
                        }
                        .reviews .card h5.title {
                            font-size: 1em;
                            font-family: var(--font1);
                            line-height: 1;
                            font-weight: 400;
                            margin-top: 4px;
                        }

.line {
    width: 60px;
    height: 8px;
    border-radius: 100px;
    background-color: var(--red);
    margin-bottom: 15px;
}
    .line::after {
        content: "";
        position: absolute;
        display: inline-block;
        right: -12px;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background-color: var(--red);
    }
    .line.orange {
        background-color: var(--orange);
    } .line.orange::after {
        background-color: var(--orange); }
    .line.red {
        background-color: var(--red);
    } .line.red::after {
        background-color: var(--red); }


         
/* slider */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
    .slider {
        width: 100%;
        display: inline-flex;
        overflow-x: scroll;
        overflow-y: hidden;
        /* scroll-behavior: smooth; */
        scrollbar-width: none; /* Firefox */
        cursor: pointer; /*?*/
        /* padding-right: 15px; */
    }
        .slider::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }
        .slider-container::before,
        .slider-container::after {
            z-index: 1;
            content: '';
            position: absolute;
            top: 0;
            height: 100%;
            width: 90px;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
            pointer-events: none;
            opacity: 0;
            transition: opacity .5s ease;
        }
        .slider-container::after {
            right: 0;
            background: linear-gradient(to left, rgba(253, 237, 224, 0.6), transparent);
        }
        .slider-container::before {
            left: 0;
            background: linear-gradient(to right, rgba(253, 237, 224, 0.6), transparent);
        }
        .fade-left::before, .fade-right::after {
            opacity: 1;
            transition: opacity .5s ease;
        }

        /* Slider arrows */
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 100px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            text-align: center;
            align-content: center;
            line-height: 30px;
            cursor: pointer;
            z-index: 10;
            border-radius: 4px;
            user-select: none;
            transition: opacity .3s ease;
        }
        .arrow-left { left: 10px; }
        .arrow-right { right: 10px; }
        .arrow:hover { background-color: rgba(0, 0, 0, 0.8); }
        .arrow.disabled {
            opacity: 0.3;
            /* pointer-events: none; */
            transition: opacity .3s ease;
        }
        .slider-dots {
            display: none;
            text-align: center;
            margin-top: 20px;
        }
        .dot {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0 8px;
            background-color: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            cursor: pointer;
        }
        .dot.active {
            background-color: var(--darkblue);
        }


div.faq{
    width: 100%;
    padding: 100px 32px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
    div.faq_inner > h2.title{
        font-size: calc(var(--title-size));
        font-family: var(--font1);
        font-weight: bold;
        color: var(--red);
        line-height: 1;
        margin-bottom: 1em;
        text-transform: uppercase;
    }
    div.faq_inner > h3.title2{
        font-size: 16px;
        font-family: var(--font-text);
        text-transform: uppercase;
        color: var(--darkblue);
        margin-bottom: 4px;
    }
    div.faq_inner{  
        max-width: 1500px;
        width: 100%;
        padding: 2em;
        border-radius: 20px;
        background-color: var(--white);
        box-shadow: 0px 0px 16px rgba(18,34,53,0.1);
    }
        div.faq_inner .btn-holder{
            margin-top: 2em;
            width: 100%;
            display: flex;
            justify-content: center;
        }
        div.faq_item{
            width: 100%;
        }
            div.faq_item_title{
                width: 100%;
                padding: 1em 0.5em;
                border-bottom: 1px solid var(--offwhite);
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
            }
                div.faq_item_title h4{
                    font-weight: 400;
                }
                div.faq_item_title > i{
                    font-size: 12px;
                    transition: all 100ms ease-in-out;
                }
            div.faq_item_answer{
                display: none;
                padding: 1em;
                background-color: var(--offwhite);
                line-height: 1.5;
            }


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

    .signature {
        padding: 60px 0 20px;
    }

}

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

    .header-top {
        padding: 100px 15px 100px;
    }

    .header-top .image-holder {
        max-width: 800px;
        height: 640px;
        right: -120px;
        top: -40px;
        justify-content: flex-end;
    }

    .header-bottom-inner {
        column-gap: 60px;
        padding: 100px 40px;
    }

    .reviews .cards {
        column-gap: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .reviews .cards .card {
        flex: 0 0 320px;
        max-width: 320px;
        padding: 20px 20px 40px 0;
        border-radius: 20px;
    }
    .reviews .card .text {
        padding-left: 55px;
        margin-bottom: 10px;
    }
    .reviews .bottom {
        padding-left: 30px;
    }
    .reviews .image-holder {
        position: relative;
        margin-bottom: 15px;
        left: unset;
        top: unset;
    }
    .reviews .card .since {
        left: 15px;
    }
    .reviews-block .slider-container {
        margin-bottom: 30px;
    }

    .slider-dots {
        display: block;
    }
}

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

    :root {
        --padding-vert: 60px;
    }

    .intro-item {
        column-gap: 10px;
    }
    .intro-block-inner {
        column-gap: 20px;
        justify-content: space-evenly;
    }

}

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

    .header-top .image-holder {
        max-width: 800px;
        height: 640px;
        right: -120px;
        top: -40px;
    }

    .footer-inner {
        column-gap: 80px;
    }

}

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

    .header-top .image-holder {
        max-width: 800px;
        height: 590px;
        right: -120px;
        top: -60px;
    }

}

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

    .header-top .image-holder {
        max-width: 650px;
        height: 540px;
        right: -150px;
        top: -20px;
    }
    div.header_right .header_item{
        display: none;
    }
    div.header_inner .header_item_cta {
        margin-right: 20px;
    }
    div.header_right_res{
        display: flex;
    }
    div.header{
        padding: 22px 20px;
    }
    
    .header-bottom-inner {
        column-gap: 30px;
    }
    
    .content-block-inner {
        column-gap: 80px;
    }

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

    div.functions-bottom {
        width: 100%;
    }

    .content-block-inner,
    .footer-inner {
        column-gap: 60px;
    }


    .footer-inner {
        flex-direction: column;
    }
        .footer-left {
            max-width: 620px;
        }
        .footer-right {
            justify-content: unset;
            flex-wrap: wrap;
            column-gap: 150px;
        }

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

    :root {
        --title-size: 28px;
    }
    .content-block-inner,
    .footer-inner {
        column-gap: 30px;
    }

    .header-bottom-inner {
        flex-direction: column;
        padding: var(--padding-vert) 40px;
    }

    .reviews-block {
        padding: var(--padding-vert) 0;
    }
    .content-block,
    .photo-block {
        padding: var(--padding-vert) 15px;
    }
        .content-block-inner {
            flex-direction: column;
            align-items: flex-start;
        }
        .content-small {
            align-self: unset;
            max-width: unset;
        }

    .reviews-block .content h2.title2 {
        margin-bottom: 30px;
    }
    
    .footer {
        padding: var(--padding-vert) 15px 0;
    }
    .footer-right {
        column-gap: 120px;
    }

    .header-top .image-holder2 {
        display: none;
    }

    .reviews .cards .card {
        flex: 0 0 280px;
        max-width: 280px;
        padding: 20px 20px 30px 0;
    }
    
    .functions {
        row-gap: 30px;
    }
}
    
@media only screen and (max-width: 850px){
    
    .header-top .image-holder {
        max-width: 400px;
        height: 450px;
        right: -70px;
        top: -20px;
    }
}

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

    div.top_item {
        flex: 1 0 auto;
        display: none;
        column-gap: 10px;
    }    
}

@media only screen and (max-width: 750px){
 
    .page-header {
        padding: 0 0;
    }
    .header-top {
        padding: 80px 15px;
    }

    .header-bottom-inner {
        padding: 50px 15px;
    }
    .header-top .content .vertical-text {
        display: none;
    }
    .header-top .content.offset-left {
        padding-left: 0;
    }

    .header-top .image-holder {
        display: none;
    }
    
    .intro-block-inner {
        column-gap: 20px;
        justify-content: flex-start;
    }
    
}

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

    .photo-block .top,
    .photo-block .bottom {
        flex-direction: column;
        gap: 0;
    }

    .photo-block .content {
        padding: 30px 0;
    }
    .photo-block .top .right,
    .photo-block .bottom .left {
        gap: 0;
    }

}

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

    .contact-block {
        padding-inline: 0;
    }

    .reviews .cards {
        column-gap: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 600px){
    div.faq{
        padding: 2em 1em;
    }
}
@media only screen and (max-width: 520px){
    div.demoaanvragen .row_item{width: 100%;}
}

@media only screen and (max-width: 485px){
    div.header_right {
        display: none;
    }
}

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

    :root {
        --title-size: 26px;
    }
    .intro-item img {
        width: 50px;
        height: 50px;
    }
    div.top_item {
        font-size: 14px;
    }

}

@media only screen and (max-width: 380px){
    
    .reviews .cards .card {
        flex: 0 0 100%;
        max-width: 100%;
    }

}