/*==================================================
  General Styles
==================================================*/
html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #1d2b34;
    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;
    border-radius: 15px;
}

.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: 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: #aaa;
}

.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 3px;
    font-size: 12px !important;
    color: #ccc;
}

.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: 4px;
}

.form-horizontal .has-feedback select~.form-control-feedback {
    margin-top: 8px;
    right: 15px;
}

/*.has-error .form-control,*/
.has-error .form-control-feedback {
    color: #ad0c33;
}

.has-feedback label~.form-control-feedback {
    top: 4px !important;
    right: 10px !important;
}

.has-feedback label.radio-inline~.form-control-feedback {
    top: 0px !important;
    right: 14px !important;
}

.radio-inline input[type="radio"],
.checkbox input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.radio-inline input[type="radio"] {
    top: 4px;
}

.bottom .form-control.fl_input {
    border-radius: 10px;
}


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

/* Kleuren */
.zwart {
    color: #000000;
}

.grijs {
    color: #2e2e2e;
}

.lichtgrijs {
    color: #bababa;
}

.geel {
    color: #ffd300;
}

.oranje {
    color: #ff8c00;
}


/* 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 !important;
}

.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: 15px 35px 15px 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    /*    text-transform: uppercase;*/
    color: #fff;
    border-radius: 5px;
    background-color: #85bf31;
}

.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: #8bd127;
}

.camp-btn:hover:after {
    right: 10px;
}

.form-btn {
    width: 100%;
    color: #fff;
    background-color: #4fa942;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px;
}

.form-btn:hover {
    background-color: #348603;
}

.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: #000;
    text-align: center;
    border-radius: 50%;
    background-color: #1875b4;

    -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;

    color: #fff;

    -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: #0973bc;
}

.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 {
    font-size: 20px;
}

.header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo-holder {
    width: 200px;
}

.header .flex-feedback {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header .fbc-logo {
    width: 140px;
}

.header .bol {
    width: 60px;
    height: 60px;
    /*    padding: 30px 10px 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #1975b4;
    border: 2px solid #fff;

    -webkit-box-shadow: 0px 0px 0px 4px #1975b4;
    -moz-box-shadow: 0px 0px 0px 4px #1975b4;
    box-shadow: 0px 0px 0px 4px #1975b4;
}

.header span.groot {
    font-size: 28px;
}

.adv {
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}



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

/* Section-* */
.section-2,
.section-3,
.section-5,
.section-6,
.section-7 {
    padding: 60px 0px 70px;
}

.section-4 {
    padding: 40px 0px 0px;
}

.section-8 {
    padding: 30px 0px 10px;
}

.section-3 {
    background-color: #003362;
}

.section-5 {
    background-color: #0973bc;
}

.section-7 {
    background-color: #f4f4f4;
}


/* Section 1 */
.section-1 {
    position: relative;
    min-height: 700px;
    padding-top: 90px;
}

.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;*/
}

.section-1 .jaar {
    position: absolute;
    margin-top: -30px;
    right: 0;
}

.section-1 .content-holder .top {
    padding: 30px 40px 50px 40px;
    background-color: #005b98;
    border-radius: 20px 20px 0px 0px;
}

.section-1 .content-holder .hoek-links {
    position: absolute;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    height: 20px;
    width: 60px;
}

.section-1 .content-holder .hoek-rechts {
    position: absolute;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 20px;
    width: 60px;
    right: 20px;
}

/*
.section-1 .content-holder .text-holder{
    padding: 20px;
}
*/
.section-1 .content-holder .text-holder h1 {
    margin-bottom: 0px;
    line-height: 120%;
    font-size: 32px;
}

.section-1 .content-holder .text-holder .bullets {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bullets h5 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 140%;
    font-size: 15px;
}

/*
.bullets h5:last-of-type{
    margin-bottom: 20px;
}
*/
.bullets h5:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc70b;
}

.section-1 .content-holder .mid {
    padding: 30px 20px 50px 20px;
    background-color: #0973bc;
    margin-top: -20px;
    border-radius: 20px 20px 0px 0px;
}

.section-1 .content-holder .bottom {
    padding: 30px 20px;
    background-color: #fff;
    margin-top: -20px;
    border-radius: 20px;
}

.section-1 .content-holder .bottom h3 {
    font-size: 20px;
}

.section-1 .bottom .text-klein {
    font-size: 14px;
}

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

.section-1 .bol {
    position: absolute;
    top: -20px;
    /*    right: 70px;*/
    left: -25px;
    width: 180px;
    height: 180px;
    /*    padding: 30px 10px 10px;*/
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ff8c00;

    -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 #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;
    }
}


/* Section 2 */
.section-2 .titel {
    margin-top: 50px;
}

.section-2 .carousel-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-2 .carousel-div-1 {
    width: 60%;
    padding-right: 15px;
}

.section-2 .carousel-div-2 {
    width: 40%;
    padding-left: 15px;
}

.section-2 .carousel-indicators li {
    border: 1px solid #003362;
    background-color: transparent;
}

.section-2 .carousel-indicators li.active {
    background-color: #003362;
}

.section-2 .carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 230px;
}


/* 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;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    border-radius: 20px;
}

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

.section-3 h3 {
    color: #fff;
}

.section-3 .bullets h5 {
    color: #fff;
}

.section-3 .bullets h5:before {
    color: #fff;
}

.section-3 .camp-btn {
    background-color: #000;
    color: #fff;
}

.section-3 .camp-btn:hover {
    background-color: #262626;
}

.section-3 .carousel-indicators li {
    border: 1px solid #d0d0d0;
    background-color: transparent;
}

.section-3 .carousel-indicators li.active {
    background-color: #d0d0d0;
}
.visible-mob{
    display: none;
}
.mob-footer{
    background-color: #ff8c00;
    height: 76px;
    padding: 20px 0px 20px 77px;
    position: relative;
    box-sizing: border-box;
    z-index: 100;
    width: 100%;
    cursor: pointer
}
.mob-footer.is-fixed{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1040;
}
.mob-footer h4{
    font-size: 14px;
}
.mob-footer:before{
    content: "\f06b";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 3.1em;
    position: absolute;
    left: 13px;
    top: 8px;
}
.mob-footer:after{
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    color: #ff8c00;
    background-color: #fff;
    padding: 10px 13px;
    border-radius: 7px;
    position: absolute;
    right: 17px;
    top: 19px;
}


/* Section 4 */
.section-4 .styling-holder {
    /*    margin-top: 20px;*/
    padding: 20px 10px;
    background-color: #063d43;
    margin-bottom: 20px;
    cursor: pointer;
}

.section-4 .styling-holder h3 {
    font-size: 20px;
}

.section-4 .text-klein {
    font-size: 12px;
}

/* Section 5 */
.section-5 h1 {
    font-size: 24px;
    margin-top: 30px;
}

.section-5 img {
    border-radius: 20px;
}

/* Section 6 */
.section-6 {
    /*    min-height: 451px;*/
}

.section-6 .gem-beoordeling {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.section-6 .fbc-logo {
    width: 180px;
}

.section-6 .gem-beoordeling p {
    font-size: 14px;
    letter-spacing: 1px;
}

.section-6 .gem-beoordeling .sterren {
    font-size: 29px;
}

.section-6 .gem-beoordeling .sterren i {
    margin-left: 0px;
    margin-right: 5px;
}

.section-6 .gem-beoordeling .outer-bol {
    margin-left: 15px;
    padding: 4px;
    border-radius: 50%;
    background-color: #1875b4;
}

.section-6 .gem-beoordeling .bol {
    width: 140px;
    height: 140px;
    padding: 28px 10px 10px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #1875b4;
}

.section-6 .carousel-indicators {
    bottom: 0;
}

.section-6 .carousel-inner .item p {
    min-height: 225px;
}

.section-6 .carousel-indicators li {
    border: 1px solid #003362;
    background-color: transparent;
}

.section-6 .carousel-indicators li.active {
    background-color: #003362;
}

.section-6 .sterren {
    /*    font-size: 24px;*/
}

.section-6 .sterren i {
    margin-left: 2px;
    color: darkorange;
}

/* Section 7 */
.section-7 .titel {
    margin-top: 30px;
}

.section-7 img {
    border-radius: 20px;
}



/* Form modal */
#form-modal .modal-body {
    padding: 0px;
}

.modal-content {
    background-color: transparent;
}

.form-holder {
    padding: 0px;
}

.form-header {
    padding: 30px 25px 50px;
    background-color: #005b98;
    border-radius: 20px 20px 0px 0px;
}

.form-header h4 {
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.form-header p {
    font-size: 24px;
    line-height: 160%;
    font-weight: 400;
}

span.vul-in {
    font-size: 18px;
}

.form-body {
    padding: 40px 25px 30px;
    background-color: #0973bc;
    border-radius: 20px;
    margin-top: -20px;
}

.bedankt {
    padding: 50px 25px;
    background-color: #0973bc;
}

.gegevens {
    font-size: 12px;
}

.vragen-holder h4.vraag:before {
    content: attr(data-nummer);
    position: absolute;
    left: 0;
}

.vragen-holder h4 {
    padding-left: 20px;
    font-size: 16px;
}

.vragen-holder .form-header p {
    font-size: 18px;
}

#form1 {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}

.form-header h3 {
    font-size: 20px;
}

.form-header.groen h3 {
    color: #85bf31;
    font-size: 30px;
}

.form-header.groen p {
    font-size: 18px;
}

.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;
}

.form-body .form-btn {
    background-color: #ff8c00;
}

.underline {
    border-bottom: 1px solid #aaa;
    margin: 15px 0;
}

.checkbox-text {
    margin-left: 10px;
}

.helaas-tekst {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
}


#helaas .modal-content,
#contact .modal-content,
#voorwaarden .modal-content,
#privacy .modal-content {
    background-color: #fff;
}

/*==================================================
 SMS input
==================================================*/

.sms-verificatie {
    color: #fff;
}

.sms-verificatie .form-header,
.sms-verificatie .form-content{
    color: #fff;
    border: 0px;
    font-size: 18px;
}
.sms-verificatie .form-header h3,
.sms-verificatie .form-header p{
    font-size: 18px;
}

#form-sms {
    margin: 0 auto 50px;
    width: 230px;
    max-width: 100%;
    padding: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 10px;
    background-color: #005b98;
}

.sms-verificatie .form-sms-input {
    width: 45px;
    height: 60px;
    text-align: center;
    font-size: 1.5em;
    border-radius: 10px;
}

.sms-verificatie a.disabled-btn {
    color: #737373;
    cursor: default;
}

.sms-verificatie .form-btn {
    text-align: center;
}

.sms-verificatie .form-btn:after {
    content: '\f00c';
}

.sms-verificatie .form-btn:hover:after {
    right: 20px;
}

.sms-verificatie a {
    text-decoration: none;
    cursor: pointer;
}

.sms-verificatie a:hover,
.sms-verificatie a:focus {
    color: #23527c;
}

.sms-opties {
    margin: 0 auto 30px;
    width: 350px;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.sms-opties p,
p.sms-info {
    font-size: 14px;
}

#OpnieuwVersturenTxt {
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.form-sms-loader {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border: 3px solid #eeeeee;
    border-top: 3px solid #2290a7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*==================================================
  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: 650px;
        padding-top: 60px;
        background-size: 1390px;
        background-position: calc(50% + 60px) top;
    }

    .section-1 #video-background {
        /*        height: 380px;*/
    }

    .section-1 .content-holder h1 {
        font-size: 38px;
    }

    .section-1 .content-holder .bottom {
        padding: 20px;
    }

    .header h3 {
        text-align: right;
    }

    .section-2 .titel,
    .section-3 .container .titel,
    .section-7 .titel {
        margin-top: auto;
    }
}


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

    .header .logo-holder {
        width: 150px;
    }

    .header h3 {
        text-align: right;
        font-size: 18px;
    }

    .header .flex-feedback {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }

    h4 {
        font-size: 16px;
    }

    .section-1 {
        padding-top: 40px;
        background-size: 1060px;
        background-position: calc(50% + 45px) top;
    }

    .section-1 .content-holder .top {
        padding: 20px 20px 40px;
    }

    .section-1 .content-holder .top h1 {
        font-size: 30px;
    }

    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }

    .section-1 .content-holder .mid {
        padding: 20px 20px 40px;
    }

    .section-1 .content-holder .mid h3 {
        font-size: 18px;
    }

    .section-1 .camp-btn {
        font-size: 20px;
    }

    .section-1 .content-holder .bottom {
        padding: 15px 10px;
    }

    .section-1 .content-holder .bottom h3 {
        font-size: 20px;
    }

    .section-5 h1 {
        margin-top: auto;
        font-size: 24px;
    }

    .bullets h5 {
        padding-left: 25px;
        font-size: 15px;
    }

    h4.voorraad {
        font-size: 21px;
    }

    .section-2,
    .section-3,
    .section-5,
    .section-6,
    .section-7,
    .section-8 {
        padding: 50px 0px;
    }

    .section-4 {
        padding: 50px 0px 0px;
    }

    .section-6 .gem-beoordeling {
        flex-direction: column;
    }

    .section-6 .gem-beoordeling .outer-bol {
        margin: 15 auto;
        padding: 4px;
        border-radius: 50%;
        background-color: #1875b4;
    }
}


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

    .visible-mob{
        display: block;
    }
    
    .header {
        margin-bottom: 0px;
        padding: 20px 0px;
    }

    .header h3 {
        text-align: right;
        margin-left: 15px;
    }
    
    .header .bol{
        width: 40px;
        height: 40px;
    }
    
    .header p{
        font-size: 14px;
    }

    .header .logo-holder {
        position: relative;
        top: auto;
        padding-top: 0px;
        width: 150px;
    }

    .header .fbc-logo {
        width: 120px;
    }

    /*
    .header .flex-feedback{
        margin-top: -40px;
    }
*/
    .section-1 {
        min-height: 0;
        padding: 0px;
        background-color: #003362;
    }
    .section-1 .top{
        background-color: #005b98;
        padding: 20px 10px;
    }
    .section-1 .top h2{
        font-size: 16px;
    }
    .section-1 #video-background{
        position: relative;
        height: 200px;
    }

    .section-1 .content-holder {
        margin: 15px auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .section-1 .content-holder .top {
        display: none;
    }

    .section-1 .content-holder .hoek-rechts {
        right: 10px;
    }

    .section-1 .content-holder .top h1 {
        font-size: 32px;
    }

    .section-1 .content-holder .top h2 {
        font-size: 14px;
    }

    .section-1 .content-holder h1 {
        margin-bottom: 20px;
    }

    .section-1 .content-holder .mid {
        padding: 10px 10px 26px;
        margin: -70px 20px 0px;
        border-radius: 15px 15px 0px 0px;
        background-color: #ff8c00;
    }

    .section-1 .content-holder .mid h3 {
        font-size: 14px;
    }
    .mob-uppercase{
        text-transform: uppercase;
    }
    
    .section-1 .content-holder .bottom h3,
    .section-1 .content-holder .bottom p {
        color: #005b98;
    }

    .section-1 .bol {
        display: none;
    }

    .section-1 .bol:before {
        display: none;
        animation: none;
    }

    .block {
        display: inline-block;
    }

    .section-2 .carousel-div {
        justify-content: space-between;
    }

    .section-2 .carousel-div-1 {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .section-2 .carousel-div-2 {
        width: 100%;
        padding-left: 0;
        order: 1;
    }

    .section-2,
    .section-5,
    .section-6,
    .section-7,
    .section-8 {
        padding: 35px 0px;
    }
    
    .section-3 {
        padding: 35px 0px 0px;
    }

    .section-4 {
        padding: 35px 0px 0px;
    }

    .stylisten {
        margin-top: auto;
    }

    .section-1 .content-holder {
        margin-right: 0px;
    }

    .section-1 .camp-btn {}

    .bullets h5,
    .bullets h5:not(:last-child) {
        margin-bottom: 15px;
    }

    .bullets:first-of-type {
        margin-bottom: 0px;
    }

    .section-1 .content-holder .bottom {
        padding: 20px;
    }

    .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-2 .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        width: 300px;
    }

    .section-6 h2 {
        font-size: 26px;
    }

    #carousel {
        margin-bottom: 30px;
    }

    .section-5 .container img {
        margin-bottom: 50px;
    }

    .mar-top-20 {
        margin-top: 10px;
    }

    .section-6 .reviews {
        display: block;
        padding: 0px 10px;
    }

    .section-6 .review-holder {
        width: auto;
        margin-bottom: 60px;
    }

    .section-6 .review-holder:last-of-type {
        margin-bottom: 30px;
    }

    .footer{
        margin-top: 0px;
        padding-bottom: 90px;
    }
    .mob-footer{
        margin-top: 35px;
    }
}


/*
@media only screen and (max-width: 590px) {
    
    .header .flex-feedback{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 10px;
    }
}
*/


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

    p {
        line-height: 160%;
    }

    .camp-btn:after {
        right: 20px;
    }

    .camp-btn:hover:after {
        right: 15px;
    }

    .header {
        padding: 10px 0px;
    }

    .header .adv {
        top: -15px;
    }

    .header .logo-holder {
        width: 100px;
    }

    .header h3 {
        text-align: left;
        margin-left: 10px;
        font-size: 16px;
    }

    /*
    .section-1 #video-background {
        height: auto;
        max-width: 100%;
    }
*/
    /*
    .section-1 .content-holder .text-holder {
        padding: 10px;
    }
*/
    .section-1 .content-holder .top h1 {
        margin-bottom: 10px !important;
        font-size: 21px;
    }

    .section-1 .content-holder .top h2 {
        font-size: 18px;
    }

    .section-1 .camp-btn {
        font-size: 17px;
    }

    .section-1 .bol {
        font-size: 17px;
    }

    .section-2,
    .section-5,
    .section-6,
    .section-7,
    .section-8 {
        padding: 45px 0px;
    }
    
    .section-3 {
        padding: 45px 0px 0px;
    }

    .section-4 {
        padding: 25px 0px 0px;
    }

    .section-1 .content-holder .text-holder .bullets {
        display: block;
        margin-bottom: 20px;
    }

    .bullets h5 {
        font-size: 14px;
    }

    .bullets h5,
    .bullets h5:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .section-3:before {
        height: 50px;
        top: -25px;
    }

    .section-6 h2 {
        font-size: 24px;
    }

    .modal-header,
    .modal-body {
        padding: 15px;
    }

    .form-holder {
        padding: 0px;
    }

    .form-holder p {
        font-size: 16px;
        line-height: 140%;
    }

    /*
    .form-header{
        padding: 0 0 20px;
    }
*/
    .form-header.groen h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .form-header.groen p {
        font-size: 16px;
    }

    .form-btn {
        font-size: 14px;
    }

    .block {
        display: inline;
    }

    h3.titel {
        font-size: 18px;
    }
    .mob-footer{
        margin-top: 45px;
    }

}