/*==================================================
  General Styles
==================================================*/

html{
    height: 100%;
}
body{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    width: 100%;
    overflow-x: hidden;
}
img {margin: 0px auto;}

h1,h2,h3,h4,h5,h6,p{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 130%;
}

.modal-content{
    border: none;
}
.modal-body{
    font-size: 14px;
}


/*==================================================
  General Form Styles
==================================================*/

#success_message, .help-block{ display: none !important;}

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form .form-group{
    margin-bottom: 15px;
}
.bedankt .form-group{
    margin-bottom: 0;
}
.form-control{
    height: 42px;
    color: #000;
    font-size: 16px;
/*    font-weight: 300;*/
    border-radius: 0px;
}
.form-control.fl_input {
    padding: 16px 12px 4px 10px;
}
.FlowupLabels .fl_label {
/*    font-weight: 300;*/
    font-size: 16px;
    color: #000;
}
.form-control::-webkit-input-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.form-control::-moz-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.form-control:-ms-input-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.form-control:-moz-placeholder{
    color: #000;
    font-weight: 600;
    opacity: 1;
}
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
label.radio-inline{
    text-align: left;
    font-size: 16px;
    color: #000;
}
.form-horizontal .has-feedback .form-control-feedback {
    margin-top: 1px;
}
.has-error .form-control,
.has-error .form-control-feedback {
    color: #ad0c33;
}
.has-feedback label~.form-control-feedback {
    top: 4px !important;
    right: 0px !important;
}
.has-feedback label.radio-inline~.form-control-feedback {
    top: 2px !important;
    right: 0px !important;
}



/*==================================================
  Campaign Styles
==================================================*/

/* Kleuren */
.oranje{color: #ff5800;}
.geel{color: #ffc334;}
.grijs{color:#b0b2b4}


/* Tekst */
h3.titel{margin-bottom: 15px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
p{font-size: 18px;
line-height: 160%;
font-weight: 400;}
p.small{font-size: 10px; text-align: center;}

.bedankt p{font-size: 16px;
line-height: 140%;
font-weight: 300;}

/* Stappen */
.stap-holder{
    position: absolute;
    top: 10px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.3em;
}
.stap{
    border: 2px solid #ff5800;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stap.full{
    background-color: #ff5800;
}

/* Buttons */
.camp-btn{
    margin-left: 0px;
    width: 400px;
    max-width: 100%;
    padding: 10px 35px 10px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    border-radius: 34px;
    background-color: #3fa800;
}
.camp-btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 0.7em;
    font-weight: 300;
}
.camp-btn:hover{
    background-color: #348603;
}
.camp-btn:hover:after{
    right: 10px;
}

.section-1 .camp-btn{
    width: 100%;
}

.form-holder p.gegevens-text {
    font-size: 10px;
}

.form-btn{
    width: 100%;
    font-size: 26px;
}

.scroll-top-btn{
    margin: 0 auto;
    width: 160px;
    cursor: pointer;
}
.scroll-top-btn div{
    position: relative;
    margin: 0 auto 15px;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #3fa800;
    
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
.scroll-top-btn div i{
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    
    -webkit-transition: top 250ms ease;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    -ms-transition: top 250ms ease;
    transition: top 250ms ease;
}
.scroll-top-btn:hover div{
    background-color: #348603;
}
.scroll-top-btn:hover div i{
    top: 10px;
}
.scroll-top-btn p{
    font-size: 18px !important;
    color: #000;
}
.scroll-top-btn:hover p{
    color: #000;
}
.block{
    display: block;
}




/*==================================================
  Header Styles
==================================================*/

.header{
    position: relative;
    padding: 25px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    background-color: #1d1d1b;
    border-bottom: 1px solid #1d1d1b;
}
.header p:not(.adv){
    margin-top: 4px;
    font-size: 20px;
}
.header .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.header h4{
    margin-top: 4px;
}
.balk{
    background-color: #ff5800;
    padding: 5px;
    margin-top: 10px;
}
.adv{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}

/*==================================================
  Buttons
==================================================*/
.form-holder .antw-btn {
	display: block;
	position: relative;
	margin-bottom: 15px;
	min-width: 80px;
	padding: 2px 0px;
	padding-left: 45px;
	padding: 15px 10px 15px 50px;
	font-size: 20px;
	line-height: 100%;
	cursor: pointer;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #efefef;
	border-radius: 5px;
}



btn::before {
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
}
.form-holder .antw-btn::before {
	position: absolute;
	top: 1px;
	top: calc(50% - 13px);
	left: 0;
	left: 10px;
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 4px solid #ff5800;
}
.form-holder .antw-btn::after {
	left: 16px;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
}
.form-holder .antw-btn::after {
	opacity: 0;
	position: absolute;
	top: 8px;
	top: calc(50% - 6px);
	left: 7px;
	left: 17px;
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #ff5800;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form-holder .antw-btn:hover{
    background-color: #ddd;
}
.form-holder .antw-btn:hover:after{
    opacity: 1;
}


/*==================================================
  Pagina 1 Styles
==================================================*/

/* Section-* */
.section-2{
    padding: 60px 0px 0px;
}
.section-3,
.section-4,
.section-5{
    padding: 60px 0px 70px;
}
.section-6{
    padding: 30px 0px 10px;
}
.section-2,
.section-4,
.section-6{
    background-color: #ffffff;
}
.section-3{
    background-color: #b0b2b4;
}
.section-5{
    background-color: #1d1d1b;
}

/* Section 1 */
.section-1{
    min-height: 525px;
    padding: 60px 0px 0px;
/*    background: url("../img/header-beeld.jpg") top center no-repeat;*/
}
.section-1 #video-background{
    position: absolute;
    top: 105px;
    left: 0;
    min-width: 100%;
    height: 525px;
    z-index: -1;
    object-position: center -250px;
    object-fit: cover;
}
.section-1 .content-holder{
    margin-right: 30px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.section-1 .content-holder .top{
    padding: 30px 20px 10px;
}
.section-1 .content-holder .top h1{
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 120%;
}
.section-1 .content-holder .top h2{
    font-size: 22px;
}

.section-1 .content-holder .bottom,
.modal .bottom{
    padding: 30px 40px 30px 5px;
    background-color: #000;
}
.content-holder .bottom h4,
.modal .bottom h4{
    font-size: 18px;
}
.product{
    position: absolute;
    max-width: 100px;
    right: -10px;
    bottom: 0px;
}
.section-1 .bol{
    position: absolute;
    top: -20px;
    right: 70px;
    width: 190px;
    height: 190px;
    padding: 40px 15px 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ff5800;
    
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    
    transform: rotate(5deg) translateZ(0);
    backface-visibility: hidden;
}
.section-1 .bol h6,
.section-1 .bol h4{
    line-height: 120%;
}
.section-1 .bol h1{
    line-height: 100%;
}
.section-1 .bol h6{
    margin-bottom: 2px;
}
.section-1 .bol:before {
    backface-visibility: hidden;
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #ff5800;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 3s infinite;
}
@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    75% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

/* Section 2 */
.bullets h4{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 160%;
}
.bullets h4:not(:last-child){
    margin-bottom: 10px;
}
.section-2 .bullets h4:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #ff5800;
    position: absolute;
    top: 0;
    left: 0;
}
.mar-top-20{
    margin-top: 20px;
} 
.section-2 .container-fluid{
    margin-top: 55px;        
} 

/* Section 3 */
.section-3 .beeld-mar{
    margin-top: 40px;
}

/* Section 4 */
.section-4 .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    max-width: 100%;;
}
.section-4 .flex-item{
    flex: 1 1 50%;
    max-width: 50%;
}
.section-4 .subtitel{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
}
.section-4 .flex h4{
    padding-left: 50px;
}
.section-4 .bullets h4:before{
    content: " ";
    position: absolute;
    top: calc(50% - 2px);
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #da6c21;
}

/* Section 5 */
.section-5 h4{
    font-size: 18px;
    font-weight: 300;
}
.section-5 p .sterren{
    color: #ffc334;
}
.section-5 p .sterren i{
    margin-right: 3px;
}


/* Form modal */
.form-holder{
    padding: 15px;
}
.form-header .logo{
    width: 100px;
}
.form-header .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-header .flex h3{
    margin-left: 15px;
}
.form-header p,
.form-header li{
    font-size: 16px;
    line-height: 140%;
}
.form-header p.text-bold{
    font-weight: 700 !important;
}
p.gegevens{
    font-size: 14px !important;
    line-height: 140%;
}

p.text-center.underline {
    padding-bottom: 20px;
}

.underline{
    border-bottom: 2px solid #000;
    margin: 20px 0;
}


/*==================================================
  Footer
==================================================*/

.footer{
    position: relative;
    margin-top: 25px;
    padding: 25px 0px 30px;
}
.footer:before{
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
    content: "";
    position: absolute;
    left: 0;
}
.footer p{
    font-size: 14px;
}
.footer-balk{
    background-color: #000;
    padding: 10px 0px;
    margin-bottom: 30px;
}



/*==================================================
  Media Queries
==================================================*/

@media only screen and (max-width: 1199px){    
    
    .header h4{
        font-size: 18px;
    }
    .section-1 {
        min-height: 380px;
        padding-top: 15px;
        background-size: 1390px;
        background-position: calc(50% + 60px) top;
    }
    .section-1 #video-background{
        height: 380px;
        object-position: center 0px;
    }
    .section-1 .content-holder h1{
        font-size: 38px;
    }
    .section-3 .beeld-mar{
        margin-top: 0px;
    }
}


@media only screen and (max-width: 991px) {
    
    .header h4{
        margin-top: 10px;
    }

    h4 {
        font-size: 18px;
    }
    
    .section-1 {
        padding-top: 15px;
        background-size: 1060px;
        background-position: calc(50% + 45px) top;
    }
    .section-1 .content-holder .top {
        padding: 20px 20px 10px;
    }
    .section-1 .content-holder .top h1 {
        font-size: 30px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }
    .section-1 .camp-btn {
        font-size: 20px;
    }
    .section-1 .content-holder .bottom,
    .modal .bottom{
        padding: 15px 10px;
    }
    .section-1 .content-holder .bottom h3,
    .modal .bottom{
        font-size: 20px;
    }
    .section-1 .bol {
        width: 200px;
        height: 200px;
        padding: 48px 15px 10px;
    }
    
    .section-2 .container-fluid{
        margin-top: 50px;        
    } 
    .section-2{
        padding: 50px 0px 0px;
    }
    .section-3,
    .section-4,
    .section-5,
    .section-6{
        padding: 50px 0px;
    }
    
    .section-5 h2{
        text-align: left;
    }
    .section-5 h4{
        margin-bottom: 30px;
    }
    .product{
        right: -10px;
        bottom: -10px;
    }
    .section-4 .flex{
        display: block;
        gap: 0;
    }
    .section-4 .flex-item{
        max-width: 100%;
    }
}


@media only screen and (max-width: 767px) {
	
    .header {
        margin-bottom: 20px;
        padding: 20px 0px;
    }
    .section-1 #video-background{
        display: none;
    }
    .section-1 .content-holder{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-right: 0px;
    }
    .section-1 .content-holder .top h1 {
        font-size: 42px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 22px;
    }
    
    .section-1 .camp-btn {
        width: 380px;
    }
    .block{
        display: inline-block;
    }
    
    .section-2 .container-fluid{
        margin-top: 35px;        
    } 
    .section-2{
        padding: 35px 0px 0px;
    }
    .section-3,
    .section-4,
    .section-5,
    .section-6{
        padding: 35px 0px;
    }
    
    .section-1{
        padding: 0px;
        background: none;
    }
    .section-1 .content-holder{
        margin-right: 0px;
    }
    .section-1 .camp-btn {
        width: 380px;
    }
    .section-1 .bol{
        position: relative;
        transform: none;
        height: auto;
        width: auto;
        top: auto;
        right: auto;
        padding: 8px;
        margin-bottom: 15px;
        border-radius: 0px;
    }
    .bullets h4,
    .bullets h4:not(:last-child) {
        margin-bottom: 15px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -30px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -30px;
    }
    .section-4 .camp-btn{
        margin-bottom: 20px;
    }
    
    .section-6 h2{
        font-size: 26px;
    }
    .section-5 .container img{
        margin-bottom: 20px;
    }
    
    .section-3 img,
    .section-4 img{
        margin-left: 0px;
    }
    .section-3 img{
        margin-bottom: 30px;
    }
    .mar-top-20{
        margin-top: 10px;
    }
    .bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;        
    }
    .product{
        position: relative;
        right: auto;
        bottom: auto;
    }
}


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

    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    p{font-size: 16px;}
    
    .stap-holder{
        top: 20px;
    }
    
    .camp-btn:after {
        right: 20px;
    }
    .camp-btn:hover:after {
        right: 15px;
    }
    
    .header {
        margin-bottom: 10px;
        padding: 10px 0px;
    }
    .header .adv{
        top: -10px;
    }
    .header .logo{
        margin-bottom: 10px;
    }
    .header p:not(.adv){
        font-size: 16px;
    }
    
    .section-1 .content-holder img{
        margin-bottom: 10px !important;
    } 
    .section-1 .content-holder img.product{
        margin-bottom: 0px !important;
    }
    .section-1 .content-holder .top h1 {
        font-size: 32px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }
    
    .section-2 .container-fluid{
        margin-top: 25px;        
    }    
    .section-2{
        padding: 25px 0px 0px;
    }
    .section-1 .content-holder .top,
    .section-3,
    .section-4,
    .section-5,
    .section-6{
        padding: 25px 0px;
    }
    
    .bullets h4 {
        font-size: 16px;
    }
    .bullets h4, .bullets h4:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .section-3:before {
        height: 50px;
        top: -25px;
    }
    
    .section-6 h2{
        font-size: 24px;
    }
    
    .form-holder {
        padding: 0px;
    }
    .form-holder p{
        font-size: 16px;
        line-height: 140%;
    }
    .form-header{
        padding: 0 0 20px;
    }
    .form-btn {
        font-size: 18px;
    }
    .block{
        display: inline;
    }
    
}