/*==================================================
  General Styles
==================================================*/
@font-face{
    font-family: mmcFontRegular;
    src: url(../fonts/MMC-Regular.woff);
    font-weight: 400;
}
@font-face{
    font-family: mmcFontBold;
    src: url(../fonts/MMC-Bold.woff);
    font-weight: 600;
}
@font-face{
    font-family: mmcFontMedium;
    src: url(../fonts/MMC-Medium.woff);
    font-weight: 500;
}

html{
    height: 100%;
}
body{
    height: 100%;
    font-family: mmcFontRegular;
    color: #1c1b1b;
    width: 100%;
    background-color: #fff;
}
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;
}
.text-bold{
    font-family: mmcFontBold;
}
.text-medium{
    font-family: mmcFontMedium;
}


/*==================================================
  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: 50px;
    color: #000;
    font-size: 16px;
/*    font-weight: 300;*/
    border-radius: 5px;
}
.form-control.fl_input {
    padding: 16px 12px 4px 20px;
}
.FlowupLabels .fl_label {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    color: #666;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 4px;
    transform: translateY(0);
    font-size: 13px !important;
    color: #999;
}

.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: 5px;
    right: 12px;
}
.form-horizontal .has-feedback select~.form-control-feedback {
    margin-top: 8px;
}
.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 */
.zwart{color: #000000;}
.blauw{color: #002c5f;}


/* Tekst */
h1{font-size: 34px;}
h2{font-size: 28px;}
h3.titel{margin-bottom: 15px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
p{font-size: 16px;
line-height: 180%;
font-weight: 400;}
p.small{font-size: 14px;}

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

/* Buttons */
.camp-btn{
    margin-left: 0px;
    width: 400px;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 10px 35px 10px 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    border-radius: 10px;
/*    background-color: #0c304b;*/
    background-color: #3dcb04;
}
.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: #278700;
}
.camp-btn:hover:after{
    right: 10px;
}

.section-1 .camp-btn{
    width: 100%;
    font-size: 22px;
}



.form-btn{
    width: 100%;
    font-size: 22px;
    background-color: #3dcb04;
}
.form-btn:hover{
    background-color: #278700;
}

.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: #ED0000;
    
    -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: #d00000;
}
.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{
    padding: 20px 0px;
    border-bottom: 1px solid #efefef;
}
.header p:not(.adv){
    margin-top: 4px;
    font-size: 20px;
}
.header .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;  
    gap: 190px;
}
.header .logo{
    max-width: 120px;
}
.text-xs {
    font-size: 30px;
}
.adv{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}



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

/* Section-* */
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-slideshow{
    padding: 60px 0px 70px;
}
.section-8{
    padding: 30px 0px 10px;
    background-color: #E3E5E6;
}

.section-3,
.section-5,
.section-7{
    background-color: #E3E5E6;
}
.section-slideshow{
    background-color: #686D71;
}

/* Section 1 */
/*
.section-1{
    position: relative;
    min-height: 700px;
    padding-top: 170px;
}
.section-1 #video-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 85%;
    object-fit: cover;
}
*/
.section-1{
    position: relative;
/*    min-height: 525px;*/
    min-height: 700px;
    background: url(../img/header-beeld.png) no-repeat center;
    background-color: #f4f1f0;
    padding-top: 170px;
}
.section-1 #video-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.section-1 .content-holder{
    margin-right: 30px;
/*    padding: 30px 40px;*/
/*    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 40px 10px;
    background-color: #fff;
}
.section-1 .content-holder .top h1{
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 120%;
}
.section-1 .content-holder .top h2{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
}
.section-1 .content-holder .top h3{
    font-weight: 400;
}
.section-1 .content-holder .bottom{
    padding: 30px 20px;
    color: #fff;
    background-color: #ED0000;
}

.bol{
    position: absolute;
    font-size: 20px;
    line-height: 120%;
    height: 140px;
    width: 140px;
    background-color: #ffe668;
    font-weight: 800;
    padding: 30px 15px;
    text-align: center;
    top: -35px;
    right: -50px;
    transform: rotate(6deg);
    border-radius: 80px;
}

h4.voorraad{
    padding: 10px 20px;
    font-size: 24px;
    background-color: #729e1d;
}


/* Section 2 */
.uitrusting h4{
    position: relative;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    font-weight: 600;
    font-family: mmcFontRegular;
}
.uitrusting{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
/*.uitrusting img{*/
.uitrusting div:first-child{
    margin-right: 20px;
    min-width: 50px;
}
.mar-top-20{
    margin-top: 20px;
}


/* Section 3 */
.section-3 .container .titel{
    margin-top: 20px;
}


/* Slideshow */
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -50px;
}
.carousel-indicators {
    bottom: -40px;
}


/* Section 5 */


/* Section 6 */
.section-6 h4{
    font-size: 18px;
    font-weight: 300;
}
.garantie-holder{
    background-color: #686D71;
    padding: 40px;
}
.garantie-holder .flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 40px;
}
.garantie-holder .flex:last-of-type{
    margin-bottom: 0;
}
.garantie-holder .flex img{
    max-width: 60px;
    margin-right: 30px;
}
.garantie-holder .flex h4{
    font-size: 16px;
}
.section-6 li {
    font-size: 15px;
}


/* Section 7 */
.section-7 p.bullet{
    position: relative;
    padding-left: 30px;
}
.section-7 p.bullet:before{
    position: absolute;
    top: -1px;
    left: 0;
    color: #95d60a;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.2em;
    font-weight: 500;
}

/* Section 8 */
.zekerheid {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    column-gap: 5px;
}
.zekerheid img {
    margin: 0;
}


/* Form modal */
.form-holder{
    padding: 15px 10px;
}
.form-header{
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.form-header .flex{
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}
.form-header .flex h3{
    margin-left: 15px;
    font-size: 22px;
}
.form-header p,
.form-header li{
    font-size: 16px;
    line-height: 140%;
}
.form-header p.text-bold{
    font-weight: 700 !important;
}
.form-header .logo{
    max-width: 70px;
}
#form1, #form2{
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}
p.gegevens{
    font-size: 14px !important;
    line-height: 140%;
}

p.text-center.underline {
    padding-bottom: 20px;
}
.garantie-img {
    width: 230px;
}
.underline{
    border-bottom: 2px solid #000;
    margin: 20px 0;
}
.keurmerk{
    max-width: 100px;
}

/* Form */
/* Custom radio buttons */
.custom-col label {
    position: relative;
    width: 100%;
    height: 50px;
    cursor: pointer;
    margin-bottom: 0px;
}
.custom-col label h4 {
    font-size: 16px;
    padding: 14px 0px;
    margin-left: 50px;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-col label h4:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.custom-col label input {
    position: absolute;
    top: 13px;
    left: 15px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.custom-col input:checked + h4:after ,
.custom-col input:hover + h4:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 17px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #002c5f;
}
.custom-col.has-error label h4:before {
    border: 1px solid #a94442;    
}
.custom-col .form-control-feedback{
/*    display: none !important;*/
}


/*==================================================
  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){    
    
    .section-1 {
        min-height: 380px;
        padding-top: 15px;
        background-size: 1390px;
        background-position: calc(50% + 60px) top;
    }
    .section-1 #video-background{
        height: 380px;
    }
    .header h1 {
        font-size: 28px;
    }
    .section-1 .content-holder .top h1 {
        font-size: 36px;
    }
    .section-1 .content-holder .bottom h5 {
        font-size: 14px;
    }
    .garantie-holder .flex h4 {
        font-size: 16px;
    }
    .text-xs {
        font-size: 26px;
    }
}


@media only screen and (max-width: 991px) {
    
    .header h1 {
        font-size: 22px;
    }
    .text-xs {
        font-size: 21px;
    }

    h4 {
        font-size: 16px;
    }
    
    .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: 28px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }
    .section-1 .camp-btn {
        font-size: 20px;
    }
    .section-1 .content-holder .bottom {
        padding: 15px 10px;
    }
    h4.voorraad {
        font-size: 21px;
    }
    
    .section-2,
    .section-3,
    .section-4,
    .section-5,
    .section-6,
    .section-7,
    .section-8,
    .section-slideshow{
        padding: 50px 0px;
    }
    
    .garantie-holder{
        margin-bottom: 20px;
    }
    .garantie-holder .flex h4{
        margin: auto;
    }
}


@media only screen and (max-width: 767px) {
	
    .header {
        margin-bottom: 0px;
        padding: 20px 0px;
    }
    .header h1{
        font-size: 18px;
        text-align: center;
    }
    .header .flex,
    .form-holder .flex{
        justify-content: space-between;
        gap: 0;
    }
    .header .logo{
        margin: 0 auto;
        width: 110px;
    }
    .text-xs {
        font-size: 18px;
    }
    .form-header h4{
        text-align: center;
    }
    
    .section-1 #video-background {
        position: relative;
        height: 250px;
    }
    .section-1 .content-holder{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-right: 0px;
    }
    .section-1 .content-holder .top{
        padding: 10px 0px;
    }
    .section-1 .content-holder .top h1 {
        font-size: 33px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 22px;
    }
    .section-1 .content-holder h1{
        margin-bottom: 20px;
    }
    .section-1 .camp-btn {
        width: 380px;
    }
    .block{
        display: inline-block;
    }
    
    .section-2,
    .section-3,
    .section-4,
    .section-5,
    .section-6,
    .section-7,
    .section-8,
    .section-slideshow{
        padding: 35px 0px;
    }
    .section-slideshow h2{
        font-size: 24px;
    }
    
    .section-1{
        padding: 0px;
        background: none;
    }
    .section-1 .content-holder{
        margin-right: 0px;
        padding-bottom: 20px;
    }
    .section-1 .camp-btn {
        width: 380px;
    }
    .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,
    .section-5 .camp-btn{
        margin-bottom: 20px;
    }
    
    .section-6 h2{
        font-size: 26px;
    }
    .section-6 .garantie-img {
        width: 250px;
    }
    .section-5 .container img{
        margin-bottom: 20px;
    }
    
    .section-3 img,
    .section-4 img,
    .section-5 img,
    .section-8 img{
        margin-left: 0px;
    }
    .section-3 img{
        margin-bottom: 30px;
    }
    .mar-top-20{
        margin-top: 10px;
    }
    
}


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

    .camp-btn:after {
        right: 20px;
    }
    .camp-btn:hover:after {
        right: 15px;
    }
    
    .header {
        padding: 15px 0px 10px;
    }
    .header .adv{
        top: -15px;
    }
    .header h1 {
        font-size: 16px;
    }
    
    .section-1 #video-background {
        height: auto;
        max-width: 100%;
    }
    .section-1 .content-holder .top {
        padding: 10px;
    }
    .section-1 .content-holder .top h1 {
        font-size: 28px;
    }
    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }
    
    .section-2,
    .section-3,
    .section-4,
    .section-5,
    .section-6,
    .section-7,
    .section-8{
        padding: 25px 0px;
    }
    .section-slideshow{
        padding: 25px 0px 40px;
    }
    
    .bullets h4 {
        font-size: 18px;
    }
    .bullets h4, .bullets h4:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .section-3:before {
        height: 50px;
        top: -25px;
    }
    .section-slideshow h2{
        font-size: 20px;
    }
    
    .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;
    }
    h3.titel{
        font-size: 18px;
    }
    
}