@charset "utf-8"; /* CSS Document - 13/08/2025 - Bas Vriesema*/

/************************  CSS RESET - Dit is een gehele reset om te zorgen dat de code het zelfde overkomt op elke browser  ************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
  background-color:#FEBF4D;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

ol, ul { list-style: disc;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper{
	width:100%;
	margin: 0 auto;
	max-width:1048px;
}

*:before,
*:after{
	box-sizing:inherit;
}

.grid:before,
.grid:after,
.row:befor,
.row:after {
	content: " ";
	display:table;
}

.grid:after,
.row:after {
	clear:both;
}

.clear{clear:both;}

[class*='col-']{
	width:100%;
	float:left;
	min-height:1px;
}

/**
a,p,li,h1,h2,h3,h4,h5,h6,td,table,tr{font-family: 'Open Sans', sans-serif;}      */

h1{
	font-size:24px;
}

p{
	font-size:14px;
	color:#FFF;	
}






/************************  CSS - Voor alle schermen kleiner dan 640px breed - MOBIEL  ************************/
@media screen and (max-width:639px){

.col-sm-1{ width:8.33333%;}
.col-sm-2{ width:16.66667%;}
.col-sm-3{ width:25%;}
.col-sm-4{ width:33.33333%;}
.col-sm-5{ width:41.66667%;}
.col-sm-6{ width:50%;}
.col-sm-7{ width:58.33333%;}
.col-sm-8{ width:66.66667%;}
.col-sm-9{ width:75%;}
.col-sm-10{ width:83.33333%;}
.col-sm-11{ width:91.66667%;}
.col-sm-12{ width:100%;}
  
 .turn_off_mobile{ display: none; }
    
 .wrapper{
	width:100%;
	margin: 0 auto;
	max-width:360px;
}   
    
.site_header{
    position: sticky;
    top: 0;
    z-index: 9999;
}
    
.mobile_header_sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #FEBF4D;
    padding-bottom: 100px;
}
    
    
.top_header_contact{
    background-color: #FEBF4D;
}   

    .top_header_contact{
        text-align: center;
        font-size: 12px;
    }

    /* zwarte balk blijft */
    .navigation_background{
        
    }

    /* MOBILE BAR */
    .mobile_nav{
        justify-content: space-between;
        align-items: center;
        background-color: #FEBF4D;
        height: 70px;
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    }
    
    .mobile_logo{
        max-width: 140px;
        margin-top: 40px;
        position: absolute;
        z-index: 1001;
    }

    /* HAMBURGER */
    .hamburger {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    float: right;
}

/* ALLE lijnen */
.hamburger .line {
    height: 3px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* 👇 NU KUN JE ZE APART STYLEN */
.line1 {
    background: #000;
    width: 100%;
    padding: 2px 0px 1px 0px;
}

.line2 {
    background: #000;
    width: 100%;  
    margin-left: auto;
    padding: 2px 0px 1px 0px;
}

.line3 {
    background: #fff;
    width: 100%;   
    margin-left: auto;
    padding: 2px 0px 1px 0px;
}
    
    .hamburger span{
        height: 3px;
        border-radius: 2px;
        display: block;
    }

    /* MENU */
    .mobile_menu{
        position: fixed;
        top: 149px;
        left: 0;
        width: 100%;
        background: #fff;
        list-style: none;
        padding: 70px 20px 20px 20px;
        box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
        display: none;
        z-index: 1000;
    }

    .mobile_menu li{
        margin-bottom: 15px;
    }

    .mobile_menu li a{
        color:#000;
        text-decoration:none;
        font-size:18px;
        font-weight: bold;
    }

    .mobile_menu.active{
        display: block;
    }   
    
 .hamburger.active .line1 {
    transform: rotate(45deg) translate(5px, 5px);
    width: 100%;
}

.hamburger.active .line2 {
    transform: rotate(-45deg) translate(4px, -4px);
    width: 100%;
}

.hamburger.active .line3 {
    opacity: 0;
    width: 100%;
}   
    

.top_header_contact{
    color:#000;
    font-size:12px;
    padding-top: 25px;
    padding-bottom: 35px;
}

.top_header_item{
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
}

/************************************************************************************************************************************************************************************************************************/
/**************************************  MOBIEL MENU SPECIAAL  ************************/    
    
    /* MOBIEL MENU NAVBAR */

.mobiel_menu_nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin-top: 80px;

    background-color: #FEBF4D;
    
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0px 20px;

    z-index: 9999;

    box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2);
}

.mobiel_menu_logo{
    height: 110px;
    width: auto;
    margin-top: 50px;
}

/* HAMBURGER */

.mobiel_menu_toggle{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 50px 30px 0px;
}

/* OFFCANVAS */

.mobiel_menu_offcanvas{
    position: fixed;

    top: 0;
    left: -100%;

    width: 320px;
    max-width: 90%;

    height: 100vh;

    background: #FEBF4D;

    z-index: 10000;

    transition: 0.3s ease;

    overflow-y: auto;

    box-shadow: 5px 0px 20px rgba(0,0,0,0.3);
}

/* OPEN STATE */

.mobiel_menu_offcanvas.active{
    left: 0;
}

/* HEADER */

.mobiel_menu_header{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px 25px;

    border-bottom: 1px solid #000;
}

.mobiel_menu_title{
    font-size: 32px;
    font-weight: 700;
}

.mobiel_menu_close{
    background: none;
    border: none;

    font-size: 30px;

    cursor: pointer;
}

/* BODY */

.mobiel_menu_body{
    padding: 30px 25px;
}

/* MENU ITEMS */

.mobiel_menu_nav_list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobiel_menu_item{
    margin-bottom: 25px;
}

.mobiel_menu_link{
    text-decoration: none;
    color: black;
    font-size: 28px;
}

/* CONTACT */

.mobiel_menu_contact{
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 700;
}

/* SOCIALS */

.mobiel_menu_socials{
    text-align: center;
    padding-top: 40px;
}

.mobiel_menu_socials h3{
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.mobiel_menu_social_icons{
    display: flex;
    justify-content: center;
    gap: 40px;
}
    
.top_header_socials {
    display: flex;
    gap: 10px;
}
    
.social-icon {
    background-color: white;
    color: #000;
    border-radius: 15%;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}
    
.mobiel_menu_footer_image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}

.mobiel_menu_footer_image img {
    width: 100%;
    display: block;
    object-fit: cover;
    margin-bottom: 40px;
} 
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 1  ************************/    
   .home_content_row1_backgroundcolor{
        background-color: #000;
        overflow:auto;
    }
    
   .home_content_row1{
        padding: 50px 0px 0px 0px;
        overflow:auto;
    }  
    
    .home_content_row1_text_container{
        padding: 0px 0px 0px 0px;
    }
    
    .home_content_row1_h2{
        font-size: 38px;
        color: #FEBF4D;
        font-weight: 900;
    }
    
    .home_content_row1_text{
        color: #fff;
        font-size: 21px;
        padding: 40px 0px 0px 0px;
    }
    
    .home_content_row1_highlight{
        color: #FEBF4D;
        font-weight: bold;
    }  
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 2  ************************/    
   .home_content_row2_backgroundcolor{
        background-color: #000;
        overflow:auto;
    }
    
   .home_content_row2{
        padding: 40px 0px 770px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row2_image_container{
        position: relative;
        overflow: visible;
        padding: 60px 0px 60px 0px;
    }
    
    .home_content_row2_image{
        height: auto;
        width: 100%;
        border-radius: 8px 8px 8px 8px;
    } 
    
    .home_row2_overlay1{
    width: 120px;
    height: 15px;
    right: 400px;
    bottom: 1000px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

    .home_row2_overlay2{
    width: 15px;
    height: 15px;
    bottom: 1000px;
    left: 375px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

    .home_row2_overlay3{
    display: none;
}
    
    .home_row2_overlay4{
    width: 120px;
    height: 50px;
    left: -20px;
    bottom: 200px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
    .home_content_row2_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row2_text{
        color: #fff;
        font-size: 21px;
    }
    
    .home_content_row2_highlight {
        color: #f9b65c;
        font-weight: bold;
    }
    
    .home_content_row2_button{
        display: inline-block;
        padding: 0px 69px 0px 0px;
        margin: 40px 0px 0px 0px;
        color: #fbb544;
        font-weight: 900;
        text-decoration: none;
        border-bottom:2px solid #FEBF4D;
        font-size: 28px;
    }  
      
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 3  ************************/    

.home_content_row3_backgroundcolor{
    background-color: #FEBF4D;
    overflow:auto;
}
    
.home_content_row3{
    margin: -200px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    position: relative;
}

.video_cases_container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_video_card_holder{
    margin-top: -640px;
}
    
.video_card{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.card1{
    margin: 0px 0px 0px 0px;
}
    
.card2{
    margin: 0px 10px 0px 0px;
}
    
.card3{
    margin: 0px 0px 0px 10px;
}
    
.card4{
    margin: 0px 0px 0px 20px;
}
    
.video_card img{
    width: 100%;
    height: 125%;
    object-fit: cover;
}

.video_play{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #FEBF4D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 35px;
}
    
.mobile_button_border{
    border-bottom:4px solid #000;  
}
    
.home_content_row3_button{
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: #000;
    font-weight: 900;
    text-decoration: none;
    font-size: 28px;
}  

/* ---------------------------
   DECORATIEVE ZWEVENDE BALKEN
---------------------------- */

.web_overlay{
    position: absolute;
    background-color: #FEBF4D;
    z-index: 5;
    pointer-events: none;
}

.home_row3_overlay1{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 1900px 0px 0px 200px;
}

.home_row3_overlay1_img{
    width: 150px;   
    height: auto;
}

.home_row3_overlay2{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 390px 0px 0px 285px;
}

.home_row3_overlay2_img{
    width: 80px;   
    height: auto;
}

.home_row3_overlay3{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: -520px 0px 0px 120px;
}

.home_row3_overlay3_img{
    width: 180px;   
    height: auto;
}
    
.home_row3_overlay4{
    width: 20px;
    height: 70px;
    right: 30px;
    top: -35px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
.home_row3_overlay5{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    right: 300px;
    top: 280px;
}    
  
.home_row3_overlay5_img{
    width: 65%;
}
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 4  ************************/        
    
   .home_content_row4{
        padding: 120px 0px 130px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row4_image_container{
        position: relative;
        overflow: visible;
    }
    
    .home_content_row4_image{
        height: auto;
        width: 100%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    } 
    
    .home_content_row4_h2{
        font-size: 38px;
        color: #000;
        font-weight: 900;
        margin-top: 50px;
    }
    
    .home_content_row4_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row4_text{
        color: #000;
        font-size: 21px;
        padding: 30px 0px 40px 0px;
    }
    
    .home_content_row4_highlight {
        color: #000;
        font-weight: bold;
    }
    
    .home_content_row4_button{
        display: inline-block;
        padding: 0px 69px 0px 0px;
        color: #000;
        font-weight: 900;
        text-decoration: none;
        font-size: 28px;
    }  
    
    .home_row4_overlay1{
        position: absolute;
        z-index: 5;
        pointer-events: none;
        right: -100px;
        top: 870px;
    }    
  
    .home_row4_overlay1_img{
        width: 65%;
    }   
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 5  ************************/        
    
   .home_content_row5{
        padding: 0px 0px 60px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row5_h2{
        font-size: 38px;
        color: #000;
        font-weight: 900;
    }
    
    .home_content_row5_text{
        color: #000;
        font-size: 21px;
        padding: 30px 0px 40px 0px;
    }
   
/************************************** SLIDING BUTTON  ************************/    
    
.toggle-container-main{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 44px 0px;
}   
    
    
    /* container */
.toggle-container{
    position:relative;
    width:100%;
    background:black;
    display:flex;
    overflow:hidden;
    height:70px;
    border-radius:7px;
}

/* sliding yellow background */
.toggle-slider{
    position:absolute;
    top: 10px;
    left: 10px;
    width: 160px;
    height: 50px;
    background:#FEBF4D;
    transition:0.3s ease;
    border-radius:7px;
}

/* buttons */
.toggle-btn{
    flex:1;
    border:30px;
    background:transparent;
    color:white;
    font-size:20px;
    font-weight: 900;
    cursor:pointer;
    z-index:2;
    font-family: 'Montserrat', sans-serif;
}

/* active button */
.toggle-btn.active{
    color:black;
}  
  
/************************************** LEMON CARD  ************************/

.home_content_row5_card_lemon{
background-color:#fff;
padding:22px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
margin: 60px 0px 60px 0px;
padding-bottom: 24px;
}

.home_content_row5_card_title{
padding: 30px 0px 30px 0px;
text-align:center;
font-weight:900;
font-size:30px;
border-radius:7px;
margin-bottom:20px;
}

.home_content_row5_card_title.lemon{
background-color:#F4B04F;
color:#fff;
}

.home_content_row5_card_list{
list-style:disc;
padding: 10px 0px 10px 12px;
}

.home_content_row5_card_list li{
color:#000;
font-size:19px;
margin-bottom:15px;
}  
    
/************************************** CHERRY CARD  ************************/

.home_content_row5_card_title.cherry{
background-color:#96183e;
color:#fff;
}

.cherry_card{
    padding-bottom: 70px;
}
   
.home_content_row5_card_cherry{
background-color:#fff;
padding:22px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
}
    
/************************************** TROPICAL CARD  ************************/    
    
.home_content_row5_button{
display: inline-block;
padding: 0px 0px 0px 0px;
margin-top: 40px;
color: #000;
font-weight: 900;
text-decoration: none;
font-size: 28px;
}  

.home_content_row5_card_tropical{
background-color:#fff;
padding:22px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
margin: 0px 0px 0px 0px;
padding-bottom: 28px;
}      

.home_content_row5_card_title.tropical{
background-color:#eb6e15;
color:#fff;
}    
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 6  ************************/        
    
.home_content_row6_backdrop{
background-color: #000;    
}    
    
   .home_content_row6{
        padding: 60px 0px 70px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row6_image_container{
        position: relative;
        overflow: visible;
    }
    
    .home_content_row6_image1{
        height: auto;
        width: 85%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 0px 10px 0px 0px;
    } 
    
    .home_content_row6_image2{
        height: auto;
        width: 85%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 0px 0px 0px 10px;
    } 
    
    .home_content_row6_image3{
        height: auto;
        width: 100%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 40px 0px 0px 0px;
    } 
    
    .home_content_row6_h2{
        font-size: 36px;
        color: #FEBF4D;
        font-weight: 900;
    }
    
    .home_content_row6_text_container{
        padding: 0px 0px 0px 0px;
    }
    
    .home_content_row6_text{
        color: #fff;
        font-size: 21px;
        padding: 40px 0px 40px 0px;
    }
    
    .home_content_row6_highlight {
        color: #FEBF4D;
        font-weight: bold;
    }
    
    .mobile_button_border_yellow{
        border-bottom:4px solid #FEBF4D;
    }
    
    .home_content_row6_button{
        display: inline-block;
        padding: 0px 0px 0px 0px;
        color: #FEBF4D;
        font-weight: 900;
        text-decoration: none;
        font-size: 28px;
    }  
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  FOOTER  ************************/         

.footer_container{
    padding: 75px 0px 0px 0px;
}    
    
.footer_content_row1_text1{
    color: #000;
    font-size: 21px;
    padding: 0px 0px 10px 0px;
}
    
.footer_content_row1_text2{
    color: #000;
    font-size: 21px;
    padding: 40px 0px 0px 0px;
}  
    
.footer_navbar {
    background-color: black;
    padding: 30px;
    border-radius: 7px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 40px;
}

.footer_navbar a {
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-size: 22px;
}

.footer_content_row2_h2{
    color: #000;
    font-size: 34px;
    font-weight: 900;
    padding: 60px 0px 15px 0px;
}   
    
.footer_content_row2_text1{
    color: #000;
    font-size: 21px;
    padding: 0px 0px 0px 0px;
}
 
.footer_content_row2_text1_highlight1 {
    font-weight: 700;
}  
    
.footer_content_row2_text1_highlight2 {
    font-weight: 700;
}   
    
.footer_content_row2_text2{
    color: #000;
    font-size: 21px;
    padding: 70px 0px 0px 0px;
}  
    
.footer_overlay1{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 240px 0px 0px 190px;
}    
  
.footer_overlay1_img{
    width: 70%;
}
    
.footer_overlay2{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 80px 0px 0px 550px;
}    
  
.footer_overlay2_img{
    width: 70%;
}    
    
.footer_overlay3{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 240px 0px 0px 420px;
}    
  
.footer_overlay3_img{
    width: 45%;
}   
    
.footer_overlay4{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 1450px 0px 0px 90px;
}    
  
.footer_overlay4_img{
    width: 60%;
}
    
.footer_overlay5{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 650px 0px 0px 300px;
}    
  
.footer_overlay5_img{
    width: 110px;   
    height: auto;
} 
    
.footer_socials{
    text-align:right;
    margin-top: 75px;
}

.footer_socials a{
    color:#000;
    margin-left: 2px;
    text-decoration:none;
    font-weight:bold;
    font-size: 10px;
}   
    
.footer_social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 15%;
}    
    
.footer_instagram_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-top: 10px;
}

.footer_instagram_card{
    display: block;
    width: 100%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.footer_instagram_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
    
.algemene_voorwaarden_m1{
    color: #000;
    font-size: 21px;
    text-align: center;
    padding-top: 280px;
    padding-bottom: 20px;
    font-weight: 700;
}
    
.algemene_voorwaarden_m2{
    color: #000;
    font-size: 21px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
    
.algemene_voorwaarden_m3{
    color: #000;
    font-size: 21px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
}



    
} /************************  SLUITEN VAN MOBIEL CSS ************************/ 




/************************  CSS - Voor alle schermen tussen 640px en 1047px breedt - IPAD  ************************/
@media screen and (min-width:640px) and (max-width:1169px){

.col-md-1{ width:8.33333%;}
.col-md-2{ width:16.66667%;}
.col-md-3{ width:25%;}
.col-md-4{ width:33.33333%;}
.col-md-5{ width:41.66667%;}
.col-md-6{ width:50%;}
.col-md-7{ width:58.33333%;}
.col-md-8{ width:66.66667%;}
.col-md-9{ width:75%;}
.col-md-10{ width:83.33333%;}
.col-md-11{ width:91.66667%;}
.col-md-12{ width:100%;}

.turn_off_mobile{ display: none; }
    
 .wrapper{
	width:100%;
	margin: 0 auto;
	max-width:440px;
}   
    
.site_header{
    position: sticky;
    top: 0;
    z-index: 9999;
}
    
.mobile_header_sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #FEBF4D;
    padding-bottom: 100px;
}
    
    
.top_header_contact{
    background-color: #FEBF4D;
}   

    .top_header_contact{
        text-align: center;
        font-size: 12px;
    }

    /* zwarte balk blijft */
    .navigation_background{
        
    }

    /* MOBILE BAR */
    .mobile_nav{
        justify-content: space-between;
        align-items: center;
        background-color: #FEBF4D;
        height: 70px;
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    }
    
    .mobile_logo{
        max-width: 140px;
        margin-top: 40px;
        position: absolute;
        z-index: 1001;
    }

    /* HAMBURGER */
    .hamburger {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    float: right;
}

/* ALLE lijnen */
.hamburger .line {
    height: 3px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* 👇 NU KUN JE ZE APART STYLEN */
.line1 {
    background: #000;
    width: 100%;
    padding: 2px 0px 1px 0px;
}

.line2 {
    background: #000;
    width: 100%;  
    margin-left: auto;
    padding: 2px 0px 1px 0px;
}

.line3 {
    background: #fff;
    width: 100%;   
    margin-left: auto;
    padding: 2px 0px 1px 0px;
}
    
    .hamburger span{
        height: 3px;
        border-radius: 2px;
        display: block;
    }

    /* MENU */
    .mobile_menu{
        position: fixed;
        top: 149px;
        left: 0;
        width: 100%;
        background: #fff;
        list-style: none;
        padding: 70px 20px 20px 20px;
        box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
        display: none;
        z-index: 1000;
    }

    .mobile_menu li{
        margin-bottom: 15px;
    }

    .mobile_menu li a{
        color:#000;
        text-decoration:none;
        font-size:18px;
        font-weight: bold;
    }

    .mobile_menu.active{
        display: block;
    }   
    
 .hamburger.active .line1 {
    transform: rotate(45deg) translate(5px, 5px);
    width: 100%;
}

.hamburger.active .line2 {
    transform: rotate(-45deg) translate(4px, -4px);
    width: 100%;
}

.hamburger.active .line3 {
    opacity: 0;
    width: 100%;
}   
    

.top_header_contact{
    color:#000;
    font-size:15px;
    padding-top: 25px;
    padding-bottom: 35px;
}

.top_header_item{
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
}

/************************************************************************************************************************************************************************************************************************/
/**************************************  MOBIEL MENU SPECIAAL  ************************/    
    
    /* MOBIEL MENU NAVBAR */

.mobiel_menu_nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin-top: 80px;

    background-color: #FEBF4D;
    
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0px 20px;

    z-index: 9999;

    box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2);
}

.mobiel_menu_logo{
    height: 110px;
    width: auto;
    margin-top: 50px;
}

/* HAMBURGER */

.mobiel_menu_toggle{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 50px 30px 0px;
}

/* OFFCANVAS */

.mobiel_menu_offcanvas{
    position: fixed;

    top: 0;
    left: -100%;

    width: 320px;
    max-width: 90%;

    height: 100vh;

    background: #FEBF4D;

    z-index: 10000;

    transition: 0.3s ease;

    overflow-y: auto;

    box-shadow: 5px 0px 20px rgba(0,0,0,0.3);
}

/* OPEN STATE */

.mobiel_menu_offcanvas.active{
    left: 0;
}

/* HEADER */

.mobiel_menu_header{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px 25px;

    border-bottom: 1px solid #000;
}

.mobiel_menu_title{
    font-size: 32px;
    font-weight: 700;
}

.mobiel_menu_close{
    background: none;
    border: none;

    font-size: 30px;

    cursor: pointer;
}

/* BODY */

.mobiel_menu_body{
    padding: 30px 25px;
}

/* MENU ITEMS */

.mobiel_menu_nav_list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobiel_menu_item{
    margin-bottom: 25px;
}

.mobiel_menu_link{
    text-decoration: none;
    color: black;
    font-size: 28px;
}

/* CONTACT */

.mobiel_menu_contact{
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding: 15px 0px;
    font-weight: 700;
}

/* SOCIALS */

.mobiel_menu_socials{
    text-align: center;
    padding-top: 40px;
}

.mobiel_menu_socials h3{
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.mobiel_menu_social_icons{
    display: flex;
    justify-content: center;
    gap: 40px;
}
    
.top_header_socials {
    display: flex;
    gap: 10px;
}
    
.social-icon {
    background-color: white;
    color: #000;
    border-radius: 15%;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}
    
.mobiel_menu_footer_image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}

.mobiel_menu_footer_image img {
    width: 100%;
    display: block;
    object-fit: cover;
    margin-bottom: 40px;
}
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 1  ************************/    
   .home_content_row1_backgroundcolor{
        background-color: #000;
        overflow:auto;
    }
    
   .home_content_row1{
        padding: 50px 0px 0px 0px;
        overflow:auto;
    }  
    
    .home_content_row1_text_container{
        padding: 0px 0px 0px 0px;
    }
    
    .home_content_row1_h2{
        font-size: 38px;
        color: #FEBF4D;
        font-weight: 900;
    }
    
    .home_content_row1_text{
        color: #fff;
        font-size: 21px;
        padding: 40px 0px 0px 0px;
    }
    
    .home_content_row1_highlight{
        color: #FEBF4D;
        font-weight: bold;
    }  
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 2  ************************/    
   .home_content_row2_backgroundcolor{
        background-color: #000;
        overflow:auto;
    }
    
   .home_content_row2{
        padding: 40px 0px 770px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row2_image_container{
        position: relative;
        overflow: visible;
        padding: 60px 0px 60px 0px;
    }
    
    .home_content_row2_image{
        height: auto;
        width: 100%;
        border-radius: 8px 8px 8px 8px;
    } 
    
    .home_row2_overlay1{
    width: 120px;
    height: 15px;
    right: 400px;
    bottom: 1000px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

    .home_row2_overlay2{
    width: 15px;
    height: 15px;
    bottom: 1000px;
    left: 375px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

    .home_row2_overlay3{
    display: none;
}
    
    .home_row2_overlay4{
    width: 120px;
    height: 50px;
    left: -20px;
    bottom: 200px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
    .home_content_row2_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row2_text{
        color: #fff;
        font-size: 21px;
    }
    
    .home_content_row2_highlight {
        color: #f9b65c;
        font-weight: bold;
    }
    
    .home_content_row2_button{
        display: inline-block;
        padding: 0px 69px 0px 0px;
        margin: 40px 0px 0px 0px;
        color: #fbb544;
        font-weight: 900;
        text-decoration: none;
        border-bottom:2px solid #FEBF4D;
        font-size: 28px;
    }  
      
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 3  ************************/    

.home_content_row3_backgroundcolor{
    background-color: #FEBF4D;
    overflow:auto;
}
    
.home_content_row3{
    margin: -200px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    position: relative;
}

.video_cases_container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_video_card_holder{
    margin-top: -640px;
}
    
.video_card{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.card1{
    margin: 0px 0px 0px 0px;
}
    
.card2{
    margin: 0px 10px 0px 0px;
}
    
.card3{
    margin: 0px 0px 0px 10px;
}
    
.card4{
    margin: 0px 0px 0px 20px;
}
    
.video_card img{
    width: 100%;
    height: 125%;
    object-fit: cover;
}

.video_play{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #FEBF4D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 35px;
}
    
.mobile_button_border{
    border-bottom:4px solid #000;  
}
    
.home_content_row3_button{
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: #000;
    font-weight: 900;
    text-decoration: none;
    font-size: 28px;
}  

/* ---------------------------
   DECORATIEVE ZWEVENDE BALKEN
---------------------------- */

.web_overlay{
    position: absolute;
    background-color: #FEBF4D;
    z-index: 5;
    pointer-events: none;
}

.home_row3_overlay1{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 1790px 0px 0px 285px;
}

.home_row3_overlay1_img{
    width: 190px;   
    height: auto;
}

.home_row3_overlay2{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 450px 0px 0px 380px;
}

.home_row3_overlay2_img{
    width: 80px;   
    height: auto;
}

.home_row3_overlay3{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: -520px 0px 0px 155px;
}

.home_row3_overlay3_img{
    width: 180px;   
    height: auto;
}
    
.home_row3_overlay4{
    width: 20px;
    height: 70px;
    right: 30px;
    top: -35px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
.home_row3_overlay5{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    right: 300px;
    top: 280px;
}    
  
.home_row3_overlay5_img{
    width: 65%;
}
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 4  ************************/        
    
   .home_content_row4{
        padding: 120px 0px 130px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row4_image_container{
        position: relative;
        overflow: visible;
    }
    
    .home_content_row4_image{
        height: auto;
        width: 100%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    } 
    
    .home_content_row4_h2{
        font-size: 38px;
        color: #000;
        font-weight: 900;
        margin-top: 50px;
    }
    
    .home_content_row4_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row4_text{
        color: #000;
        font-size: 21px;
        padding: 30px 0px 40px 0px;
    }
    
    .home_content_row4_highlight {
        color: #000;
        font-weight: bold;
    }
    
    .home_content_row4_button{
        display: inline-block;
        padding: 0px 69px 0px 0px;
        color: #000;
        font-weight: 900;
        text-decoration: none;
        font-size: 28px;
    }  
    
    .home_row4_overlay1{
        position: absolute;
        z-index: 5;
        pointer-events: none;
        right: -100px;
        top: 870px;
    }    
  
    .home_row4_overlay1_img{
        width: 65%;
    }   
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 5  ************************/        
    
   .home_content_row5{
        padding: 0px 0px 60px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row5_h2{
        font-size: 38px;
        color: #000;
        font-weight: 900;
    }
    
    .home_content_row5_text{
        color: #000;
        font-size: 21px;
        padding: 30px 0px 40px 0px;
    }
   
/************************************** SLIDING BUTTON  ************************/    
    
.toggle-container-main{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 44px 0px;
}   
    
    
    /* container */
.toggle-container{
    position:relative;
    width:100%;
    background:black;
    display:flex;
    overflow:hidden;
    height:70px;
    border-radius:7px;
}

/* sliding yellow background */
.toggle-slider{
    position:absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 50px;
    background:#FEBF4D;
    transition:0.3s ease;
    border-radius:7px;
}

/* buttons */
.toggle-btn{
    flex:1;
    border:30px;
    background:transparent;
    color:white;
    font-size:20px;
    font-weight: 900;
    cursor:pointer;
    z-index:2;
    font-family: 'Montserrat', sans-serif;
}

/* active button */
.toggle-btn.active{
    color:black;
}  
  
/************************************** LEMON CARD  ************************/

.home_content_row5_card_lemon{
background-color:#fff;
padding:22px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
margin: 60px 0px 60px 0px;
padding-bottom: 24px;
}

.home_content_row5_card_title{
padding: 30px 0px 30px 0px;
text-align:center;
font-weight:900;
font-size:30px;
border-radius:7px;
margin-bottom:20px;
}

.home_content_row5_card_title.lemon{
background-color:#F4B04F;
color:#fff;
}

.home_content_row5_card_list{
list-style:disc;
padding: 10px 0px 10px 12px;
}

.home_content_row5_card_list li{
color:#000;
font-size:19px;
margin-bottom:15px;
}  
    
/************************************** CHERRY CARD  ************************/

.home_content_row5_card_title.cherry{
background-color:#96183e;
color:#fff;
}

.cherry_card{
    padding-bottom: 70px;
}
   
.home_content_row5_card_cherry{
background-color:#fff;
padding:22px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
}
    
/************************************** TROPICAL CARD  ************************/    
    
.home_content_row5_button{
display: inline-block;
padding: 0px 0px 0px 0px;
margin-top: 40px;
color: #000;
font-weight: 900;
text-decoration: none;
font-size: 28px;
}  

.home_content_row5_card_tropical{
background-color:#fff;
padding:22px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
margin: 0px 0px 0px 0px;
padding-bottom: 28px;
}      

.home_content_row5_card_title.tropical{
background-color:#eb6e15;
color:#fff;
}    
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 6  ************************/        
    
.home_content_row6_backdrop{
background-color: #000;    
}    
    
   .home_content_row6{
        padding: 60px 0px 70px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row6_image_container{
        position: relative;
        overflow: visible;
    }
    
    .home_content_row6_image1{
        height: auto;
        width: 85%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 0px 10px 0px 0px;
    } 
    
    .home_content_row6_image2{
        height: auto;
        width: 85%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 0px 0px 0px 10px;
    } 
    
    .home_content_row6_image3{
        height: auto;
        width: 100%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 40px 0px 0px 0px;
    } 
    
    .home_content_row6_h2{
        font-size: 36px;
        color: #FEBF4D;
        font-weight: 900;
    }
    
    .home_content_row6_text_container{
        padding: 0px 0px 0px 0px;
    }
    
    .home_content_row6_text{
        color: #fff;
        font-size: 21px;
        padding: 40px 0px 40px 0px;
    }
    
    .home_content_row6_highlight {
        color: #FEBF4D;
        font-weight: bold;
    }
    
    .mobile_button_border_yellow{
        border-bottom:4px solid #FEBF4D;
    }
    
    .home_content_row6_button{
        display: inline-block;
        padding: 0px 0px 0px 0px;
        color: #FEBF4D;
        font-weight: 900;
        text-decoration: none;
        font-size: 28px;
    }  
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  FOOTER  ************************/         

.footer_container{
    padding: 75px 0px 0px 0px;
}    
    
.footer_content_row1_text1{
    color: #000;
    font-size: 21px;
    padding: 0px 0px 10px 0px;
}
    
.footer_content_row1_text2{
    color: #000;
    font-size: 21px;
    padding: 40px 0px 0px 0px;
}  
    
.footer_navbar {
    background-color: black;
    padding: 30px;
    border-radius: 7px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 60px;
}

.footer_navbar a {
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-size: 28px;
}

.footer_content_row2_h2{
    color: #000;
    font-size: 34px;
    font-weight: 900;
    padding: 60px 0px 15px 0px;
}   
    
.footer_content_row2_text1{
    color: #000;
    font-size: 21px;
    padding: 0px 0px 0px 0px;
}
 
.footer_content_row2_text1_highlight1 {
    font-weight: 700;
}  
    
.footer_content_row2_text1_highlight2 {
    font-weight: 700;
}   
    
.footer_content_row2_text2{
    color: #000;
    font-size: 21px;
    padding: 70px 0px 0px 0px;
}  
    
.footer_overlay1{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 240px 0px 0px 190px;
}    
  
.footer_overlay1_img{
    width: 70%;
}
    
.footer_overlay2{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 80px 0px 0px 550px;
}    
  
.footer_overlay2_img{
    width: 70%;
}    
    
.footer_overlay3{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 240px 0px 0px 420px;
}    
  
.footer_overlay3_img{
    width: 45%;
}   
    
.footer_overlay4{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 1480px 0px 0px 120px;
}    
  
.footer_overlay4_img{
    width: 60%;
}
    
.footer_overlay5{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 560px 0px 0px 370px;
}    
  
.footer_overlay5_img{
    width: 110px;   
    height: auto;
} 
    
.footer_socials{
    text-align:right;
    margin-top: 75px;
}

.footer_socials a{
    color:#000;
    margin-left: 2px;
    text-decoration:none;
    font-weight:bold;
    font-size: 10px;
}   
    
.footer_social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 15%;
}    
    
.footer_instagram_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-top: 10px;
}

.footer_instagram_card{
    display: block;
    width: 100%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.footer_instagram_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
    
.algemene_voorwaarden_m1{
    color: #000;
    font-size: 21px;
    text-align: center;
    padding-top: 280px;
    padding-bottom: 20px;
    font-weight: 700;
}
    
.algemene_voorwaarden_m2{
    color: #000;
    font-size: 21px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
    
.algemene_voorwaarden_m3{
    color: #000;
    font-size: 21px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
}
    
    
} /************************  SLUITEN VAN IPAD CSS ************************/ 





/************************  CSS - Voor alle schermen groter dan 1047 - DESKTOP  ************************/
@media screen and (min-width:1170px){

.col-wd-1{ width:8.33333%;}
.col-wd-2{ width:16.66667%;}
.col-wd-3{ width:25%;}
.col-wd-4{ width:33.33333%;}
.col-wd-5{ width:41.66667%;}
.col-wd-6{ width:50%;}
.col-wd-7{ width:58.33333%;}
.col-wd-8{ width:66.66667%;}
.col-wd-9{ width:75%;}
.col-wd-10{ width:83.33333%;}
.col-wd-11{ width:91.66667%;}
.col-wd-12{ width:100%;}
    
/* ================= MOBILE UIT ================= */  
.turn_off_desktop{ display: none; }
    
/************************  YELLOW TOP HEADER BAR  ************************/
    
.site_header{
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top_header_background{
    background-color:#FEBF4D;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

.top_header_row{
    padding: 20px 0px 50px 0px;
    overflow:auto;
}

.top_header_contact{
    color:#000;
    font-size:14px;
}

.top_header_item{
    margin-right:25px;
    font-weight: bold;
}

.top_header_socials{
    text-align:right;
}

.top_header_socials a{
    color:#000;
    margin-left: 2px;
    text-decoration:none;
    font-weight:bold;
    font-size: 10px;
}
    
.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 15%;
}

/************************  NAVIGATIE MET LOGO  ************************/

.navigation_background{
    background: #000;
    height: 91px;
}

.navigation_row{
    padding:20px 0px;
    overflow:auto;
}

.navigation_logo_container{
    margin: -80px 0px 0px -50px;
}

.navigation_logo{
    max-width:200px;
}
    
.navigation_menu_container{
    background-color:#fff;
    border-radius: 7px 0px 0px 7px;
    padding: 25px 30px;
    margin: -30px 0px 0px 0px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 692px;
}

.navigation_menu{
    list-style:none;
    display:flex;
    align-items:center;
    padding: 0px 140px 0px 0px;
}

.navigation_menu li a{
    color:#000;
    text-decoration:none;
    font-size:16px;
    padding:5px 0px 5px 0px;
    margin-right: 45px;
}

.navigation_menu li a.active{
    border-bottom:2px solid #FEBF4D;
    font-weight: bold;
} 
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 1  ************************/    
   .home_content_row1_backgroundcolor{
        background-color: #000;
        overflow:auto;
    }
    
   .home_content_row1{
        padding: 50px 0px 25px 0px;
        overflow:auto;
    }  
    
    .home_content_row1_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row1_h2{
        font-size: 48px;
        color: #FEBF4D;
        font-weight: 900;
    }
    
    .home_content_row1_text{
        color: #fff;
        font-size: 18px;
        padding: 55px 0px 0px 35px;
    }
    
    .home_content_row1_highlight{
        color: #FEBF4D;
        font-weight: bold;
    }  
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 2  ************************/    
   .home_content_row2_backgroundcolor{
        background-color: #000;
        overflow:auto;
    }
    
   .home_content_row2{
        padding: 50px 0px 320px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row2_image_container{
        position: relative;
        overflow: visible;
    }
    
    .home_content_row2_image{
        height: auto;
        width: 95%;
        float: right;
        border-radius: 8px 8px 8px 8px;
    } 
    
    .home_row2_overlay1{
    width: 170px;
    height: 20px;
    left: 420px;
    bottom: 515px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

    .home_row2_overlay2{
    width: 20px;
    height: 20px;
    bottom: 760px;
    left: 900px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

    .home_row2_overlay3{
    width: 170px;
    height: 20px;
    bottom: 760px;
    left: 930px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
    .home_row2_overlay4{
    width: 180px;
    height: 70px;
    left: 340px;
    bottom: 560px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
    .home_content_row2_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row2_text{
        color: #fff;
        font-size: 18px;
    }
    
    .home_content_row2_highlight {
        color: #f9b65c;
        font-weight: bold;
    }
    
    .home_content_row2_button{
        display: inline-block;
        padding: 0px 69px 0px 0px;
        margin: 148px 0px 0px 0px;
        color: #fbb544;
        font-weight: 900;
        text-decoration: none;
        border-bottom:2px solid #FEBF4D;
        font-size: 28px;
    }  
      
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 3  ************************/    

.home_content_row3_backgroundcolor{
    background-color: #FEBF4D;
    overflow:auto;
}
    
.home_content_row3{
    margin: -200px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    position: relative;
}

.video_cases_container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video_card{
    position: relative;
    display: block;
    width: 100%;
    height: 370px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
}

.card1{
    margin: 0px 20px 0px 0px;
}
    
.card2{
    margin: 0px 10px 0px 0px;
}
    
.card3{
    margin: 0px 0px 0px 10px;
}
    
.card4{
    margin: 0px 0px 0px 20px;
}
    
.video_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_play{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #FEBF4D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
}
    
.home_content_row3_button{
    display: inline-block;
    padding: 0px 69px 0px 0px;
    color: #000;
    font-weight: 900;
    text-decoration: none;
    border-bottom:2px solid #000;
    font-size: 28px;
}  

/* ---------------------------
   DECORATIEVE ZWEVENDE BALKEN
---------------------------- */

.web_overlay{
    position: absolute;
    background-color: #FEBF4D;
    z-index: 5;
    pointer-events: none;
}

.home_row3_overlay1{
    width: 100px;
    height: 20px;
    left: -50px;
    top: 30%;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

.home_row3_overlay2{
    width: 20px;
    height: 20px;
    bottom: 20px;
    left: 150px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

.home_row3_overlay3{
    width: 170px;
    height: 20px;
    bottom: 20px;
    left: 180px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
.home_row3_overlay4{
    width: 20px;
    height: 70px;
    right: 30px;
    top: -35px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
    
.home_row3_overlay5{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    right: 300px;
    top: 280px;
}    
  
.home_row3_overlay5_img{
    width: 65%;
}
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 4  ************************/        
    
   .home_content_row4{
        padding: 120px 0px 130px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row4_image_container{
        position: relative;
        overflow: visible;
    }
    
    .home_content_row4_image{
        height: auto;
        width: 95%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    } 
    
    .home_content_row4_h2{
        font-size: 48px;
        color: #000;
        font-weight: 900;
    }
    
    .home_content_row4_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row4_text{
        color: #000;
        font-size: 18px;
        padding: 70px 0px 55px 0px;
    }
    
    .home_content_row4_highlight {
        color: #000;
        font-weight: bold;
    }
    
    .home_content_row4_button{
        display: inline-block;
        padding: 0px 69px 0px 0px;
        color: #000;
        font-weight: 900;
        text-decoration: none;
        border-bottom:2px solid #000;
        font-size: 28px;
    }  
    
    .home_row4_overlay1{
        position: absolute;
        z-index: 5;
        pointer-events: none;
        right: -100px;
        top: 870px;
    }    
  
    .home_row4_overlay1_img{
        width: 65%;
    }   
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 5  ************************/        
    
   .home_content_row5{
        padding: 0px 0px 150px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row5_h2{
        font-size: 48px;
        color: #000;
        font-weight: 900;
        text-align: center;
    }
    
    .home_content_row5_text{
        color: #000;
        font-size: 18px;
        padding: 30px 0px 55px 0px;
    }
   
/************************************** SLIDING BUTTON  ************************/    
    
.toggle-container-main{
    margin: 0px 34px 0px 0px;
    padding: 0px 0px 44px 0px;
}   
    
    
    /* container */
.toggle-container{
    position:relative;
    width:100%;
    background:black;
    display:flex;
    overflow:hidden;
    height:70px;
    border-radius:7px;
}

/* sliding yellow background */
.toggle-slider{
    position:absolute;
    top: 10px;
    left: 10px;
    width: 140px;
    height: 50px;
    background:#FEBF4D;
    transition:0.3s ease;
    border-radius:7px;
}

/* buttons */
.toggle-btn{
    flex:1;
    border:30px;
    background:transparent;
    color:white;
    font-size:16px;
    font-weight: bold;
    cursor:pointer;
    z-index:2;
    font-family: 'Montserrat', sans-serif;
}

/* active button */
.toggle-btn.active{
    color:black;
}  
  
/************************************** LEMON CARD  ************************/

.home_content_row5_card_lemon{
background-color:#fff;
padding:12px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
margin: 0px 34px 0px 0px;
padding-bottom: 24px;
}

.home_content_row5_card_title{
padding: 20px 0px 20px 0px;
text-align:center;
font-weight:900;
font-size:24px;
border-radius:7px;
margin-bottom:20px;
}

.home_content_row5_card_title.lemon{
background-color:#F4B04F;
color:#fff;
}

.home_content_row5_card_list{
list-style:disc;
padding: 10px 0px 10px 12px;
}

.home_content_row5_card_list li{
color:#000;
font-size:14px;
margin-bottom:15px;
}  
    
/************************************** CHERRY CARD  ************************/

.home_content_row5_card_title.cherry{
background-color:#96183e;
color:#fff;
}

.cherry_card{
    padding-bottom: 70px;
}
   
.home_content_row5_card_cherry{
background-color:#fff;
padding:12px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
margin: 0px 17px 0px 17px;
}
    
.home_row5_overlay1{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    right: 95px;
    top: 1520px;
}    
  
.home_row5_overlay1_img{
    width: 42%;
}
    
/************************************** TROPICAL CARD  ************************/    
    
.home_content_row5_button{
display: inline-block;
padding: 0px 69px 0px 0px;
margin: 0px 0px 0px 34px;
color: #000;
font-weight: 900;
text-decoration: none;
border-bottom:2px solid #000;
font-size: 28px;
}  

.home_content_row5_card_tropical{
background-color:#fff;
padding:12px;
border-radius:7px;
box-shadow:0px 6px 10px rgba(0,0,0,0.3);
margin: 40px 0px 0px 34px;
padding-bottom: 28px;
}      

.home_content_row5_card_title.tropical{
background-color:#eb6e15;
color:#fff;
}    
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  HOMEPAGE CONTENT ROW 6  ************************/        
    
.home_content_row6_backdrop{
background-color: #000;    
}    
    
   .home_content_row6{
        padding: 120px 0px 130px 0px;
        overflow: auto;
        position: relative;
    }  
    
    .home_content_row6_image_container{
        position: relative;
        overflow: visible;
    }
    
    .home_content_row6_image1{
        height: auto;
        width: 85%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 0px 10px 0px 0px;
    } 
    
    .home_content_row6_image2{
        height: auto;
        width: 85%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 0px 0px 0px 10px;
    } 
    
    .home_content_row6_image3{
        height: auto;
        width: 95%;
        float: right;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
        margin: 40px 0px 0px 0px;
    } 
    
    .home_content_row6_h2{
        font-size: 48px;
        color: #FEBF4D;
        font-weight: 900;
    }
    
    .home_content_row6_text_container{
        padding: 0px 30px 0px 0px;
    }
    
    .home_content_row6_text{
        color: #fff;
        font-size: 18px;
        padding: 40px 0px 148px 0px;
    }
    
    .home_content_row6_highlight {
        color: #FEBF4D;
        font-weight: bold;
    }
    
    .home_content_row6_button{
        display: inline-block;
        padding: 0px 69px 0px 0px;
        color: #FEBF4D;
        font-weight: 900;
        text-decoration: none;
        border-bottom:2px solid #FEBF4D;
        font-size: 28px;
    }  
    
    
/************************************************************************************************************************************************************************************************************************/
/**************************************  FOOTER  ************************/         

.footer_container{
    padding: 75px 0px 0px 0px;
}    
    
.footer_content_row1_text1{
    color: #000;
    font-size: 18px;
    padding: 0px 0px 10px 0px;
}
    
.footer_content_row1_text2{
    color: #000;
    font-size: 18px;
    padding: 0px 0px 0px 50px;
}  
    
.footer_navbar {
    background-color: black;
    padding: 15px 30px;
    border-radius: 7px;
    display: flex;
    gap: 30px;
}

.footer_navbar a {
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
}

.footer_content_row2_h2{
    color: #000;
    font-size: 22px;
    font-weight: 900;
    padding: 75px 0px 30px 0px;
}   
    
.footer_content_row2_text1{
    color: #000;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
}
 
.footer_content_row2_text1_highlight1 {
    padding-left: 120px;
}  
    
.footer_content_row2_text1_highlight2 {
    padding-left: 77px;
}   
    
.footer_content_row2_text2{
    color: #000;
    font-size: 18px;
    padding: 75px 0px 0px 50px;
}  
    
.footer_overlay1{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 240px 0px 0px 190px;
}    
  
.footer_overlay1_img{
    width: 70%;
}
    
.footer_overlay2{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 80px 0px 0px 550px;
}    
  
.footer_overlay2_img{
    width: 70%;
}    
    
.footer_overlay3{
    position: absolute;
    z-index: 5;
    pointer-events: none;
    margin: 240px 0px 0px 420px;
}    
  
.footer_overlay3_img{
    width: 45%;
}    
    
.footer_socials{
    text-align:right;
    margin-top: 75px;
}

.footer_socials a{
    color:#000;
    margin-left: 2px;
    text-decoration:none;
    font-weight:bold;
    font-size: 10px;
}   
    
.footer_social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 15%;
}    
    
.footer_instagram_container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px 50px;    
} 
       
.footer_instagram_card{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    /** box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5); **/
}

.footer_card1{
    margin: 0px 15px 0px 0px;
}
    
.footer_card2{
    margin: 0px 5px 0px 0px;
}
    
.footer_card3{
    margin: 0px 0px 0px 5px;
}
    
.footer_card4{
    margin: 0px 0px 0px 15px;
}
    
.footer_instagram_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}    
    
.algemene_voorwaarden{
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
    
    
} /************************  SLUITEN VAN DESKTOP CSS ************************/   