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

html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    background-color: #fff;
}



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

#success_message,
.help-block{ 
    display: none !important;
}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-group{
    margin-bottom: 15px;
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback{
    top: 8px !important;
}
.form-control{
    height: 48px;
    padding: 10px 12px 8px 20px;
    font-size: 16px;
    color: #69594c;
    border-radius: 3px;
}

#form-geboortedatum .form-control {
    padding-left: 10px;
}
#form-geboortedatum i.form-control-feedback{
    display: none !important;
}
#form-geboortedatum .has-error .form-control {
    background-color: #ffecec;
}
.form-control.fl_input {
	padding: 20px 12px 4px 20px;
}
.FlowupLabels .fl_label {
    top: 14px;
    left: 21px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 8px;
    font-size: 11px !important;
    color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label{
    top: 6px;
    font-size: 12px !important;
    color: #aaa;
}
select {
    box-shadow: none;
    border: medium none;
    outline: medium none;
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
label {
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
}
label.selectlabel::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";    
    font-size: 24px;
    color: #c5003e;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 30px;
    pointer-events: none;
}

#form-geboortejaar .has-success select.form-control{
    background-color: #d9ecda;
}
#form-geboortejaar .has-success .form-control-feedback{
    display: none;
}


/* #Button */
.form-btn{
/*    display: inline-block;*/
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 15px 40px 15px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    background-color: #41b821;
    border-radius: 25px;
    
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.form-btn:after{
    content: '\f356';
    font-family: 'Font Awesome 5 Pro';
    font-size: .8em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.form-btn:hover{
    background-color: #49ce25;
    cursor: pointer;
}
.form-btn:hover:after{
    right: 20px;
}



/*==================================================
  Campaign styles
==================================================*/

/* kleur */
.wit{color: #fff !important;}
.zwart{color: #000;}
.rood{color: #C51F4A;}
.geel{color: #ffc000;}



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

.header{
    padding: 25px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.header .logo{
    width: 260px;
}
.adv{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}

/*
.header .bol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 160px;
    height: 160px;
    padding: 20px 10px 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ff8c00;
    -webkit-box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 25%);
    transform: rotate(5deg) translateZ(0);
    backface-visibility: hidden;
    z-index: 1;
}
.header .bol:before {
    backface-visibility: hidden;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #ff8c00;
    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;
    }
}
*/



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

/* Top section */
.top-section{
    padding: 60px 0 40px;
}


/* Top Left col */
.top-section .left-col h2{
    font-size: 42px;
}
.top-section .left-col p{
    font-size: 20px;
    line-height: 140%;
}
.top-section .left-col .arrow-holder{
    position: absolute;
    right: 20px;
    top: -20px;
}
.top-section .left-col .fa-share{
    font-size: 150px;
    color: #ff8c00;
    transform: scale(1, -1) rotate(30deg);
}
.top-section h4.bullet{
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 20px;
}
.top-section h4.bullet:after{
    position: absolute;
    content: "\f336";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.3em;
    font-weight: 600;
}
.top-section h4.bullet:after{
    left: 0;
    top: 0;
    color: #ff8c00;
}
.top-section h2.pijl{
    position: relative;
    margin: 15px auto 15px 0;
    width: 90%;
    padding: 15px 10px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background-color: #8FC146;
}
.top-section h2.pijl:before{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #8FC146;
    border-width: 28px;
    margin-top: -28px;
}


/* Top Right col */
.top-section .form-holder{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #b40142;
}
.top-section .form-holder h3{
    margin-bottom: 20px;
}


/* Top financing */
.financing-holder h4{
    margin: 10px auto 0;
    padding: 10px 10px;
    border-radius: 5px 5px 0 0;
    background-color: bisque;
    cursor: pointer;
}
.financing-holder h4.collapsed{
    border-radius: 5px;
}
.financing-holder p{
    padding: 15px;
    font-size: 16px;
    line-height: 140%;
    border: 1px solid bisque;
    background-color: #fafafa;
}


/* Bar section */
.bar-section{
    padding: 15px 0px;
    background-color: #ff8c00;
}


/* Mid section */
.mid-section{
    padding: 50px 0;
}
.mid-section h2{
    font-size: 42px;
}
.mid-section p{
    font-size: 18px;
    line-height: 140%;
}
.mid-section .def-btn{
    margin-left: 0px;
    width: 400px;
    max-width: 100%;
}
.mid-section img{
    border-radius: 15px;
}


/* Bottom section */
.bottom-section{
    padding: 50px 0;
    background: url('../img/hearing-aid.jpg') center center no-repeat;
}
.bottom-section .review-holder{
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.8);
}
.bottom-section .review-holder .sterren{
    font-size: 20px;
}
.bottom-section .review-holder p.naam{
    font-size: 16px;
}
.bottom-section .review-holder p{
    font-size: 14px;
    line-height: 140%;
}


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

.footer{
    padding: 40px 0 0;
}
.footer p{
    padding: 20px 0 40px;
    color: #000;
    line-height: 140%;
    border-top: 1px solid #c5003e;    
}
.footer p:last-child{
    font-size: 12px;
}
.footer a, .footer a:hover{
    color: #000;
    text-decoration: underline;
}



/*==================================================
  Pagina 2
==================================================*/

.pagina-2 p{
    font-size: 18px;
}



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

@media only screen and (max-width: 1199px){
    
    h1{font-size: 32px;}
    
    .top-section .left-col .arrow-holder {
        top: -70px;
    }
    .top-section .left-col .fa-share {
        font-size: 130px;
    }
    
    .top-section h2.pijl:before {
        border-width: 41px;
        margin-top: -41px;
    }
    
}


@media only screen and (max-width: 991px) {    
    
    h1{font-size: 26px;}
    
    .header .logo {
        width: 200px;
    }
    
    .top-section {
        padding: 50px 0 40px;
    }
/*    .top-section .left-col h2,*/
    .mid-section h2 {
        font-size: 38px;
    }
    .top-section .left-col .arrow-holder {
        top: -30px;
    }
    
    .mid-section .def-btn{
        margin: 0 auto 40px 0;
    }
    
    .bottom-section {
        background-position: left center;
    }
    
}


@media only screen and (max-width: 767px) {    
    
    h1 {
        font-size: 22px;
    }
    .top-section .left-col h2,
    .mid-section h2 {
        font-size: 30px;
    }
    h3{font-size: 22px;}
    
    .header .logo{
        margin: 0 auto 10px;
    }
    
    .top-section,
    .mid-section{
        padding: 30px 0;
    }
    .top-section .form-holder{
        margin-top: 20px;
    }
    .top-section h2.pijl {
        margin-bottom: 25px;
        width: 100%;
        border-radius: 5px;
    }
    .top-section h2.pijl:before {
        left: 50%;
        top: 100%;
        border: solid transparent;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #8FC146;
        border-width: 20px;
        margin: 0;
        margin-left: -20px;
    }
    
    .bottom-section {
        padding: 20px 0 10px;
    }
    .review-holder{
        margin-bottom: 10px;
    }
        
}


@media only screen and (max-width: 479px) {
    
    h1 {
        font-size: 18px;
    }
    .top-section .left-col h2,
    .mid-section h2 {
        font-size: 26px;
    }
    
    .header {
        padding: 15px 0px;
    }
    .adv{
        top: -10px;
    }
    
    .top-section {
        padding: 20px 0;
    }
    .top-section h4.bullet {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .top-section .form-holder {
        margin-top: 10px;
        padding: 15px;
    }
    .top-section h2.pijl {
        margin: 10px auto 20px;
        padding: 10px;
        font-size: 20px;
    }
    .top-section h2.pijl:before {
        border-width: 15px;
        margin-left: -15px;
    }
    
    .mid-section .def-btn {
        font-size: 18px;
    }
    
    .bottom-section{
        background: none;
    }
    .bottom-section .review-holder{
        background-color: #f0f0f0;
    }
    
}
