@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.title-box::before {
    display: none !important;
    background: transparent !important;
    height: 2px;
    width: 0px !important;
}

body {
    line-height: 1.7 !important;
    font-size: 18px !important;
    font-family: 'Barlow', arial, tahoma !important;
    font-weight: 400 !important;
    color: #032030 !important;
    background: #F6F5F0;

}

body.overmij {
    /*background: url(acanthusgroot.jpg);*/
    background: url(acanthusgroot2.jpg);
    background-size: auto;
    background-size: 100% auto;
}


.text-black,
.word-rotate.text-black {
    color: #032030;
}

a {
    color: #A2A183;
}

a:hover {
    color: #A2A183;
    text-decoration: none;
}


h1 {
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 30px !important;
    color: #A2A183;
}

h2 {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #A2A183;
}

h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

h4 {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

h5 {
    font-weight: 700 !important;
    font-size: 18px !important;
}

.subtitel {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.header .logo img {}

p a,
p a:visited {
    color: #8C4D2E !important;
}

p a:hover {
    color: #8C4D2E !important;
    text-decoration: underline !important;
}

footer a,
footer a:hover {
    color: black !important;
    text-decoration: none !important;
}

.legendablok {
    background: #f2f2f2;
    padding: 10px;
    width: 70%;
    margin: auto;
    text-align: left;
}

.legenda {
    font-size: 15px;
}

.legenda_1 {
    width: 15px;
    height: 15px;
    background: #F03E3E;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.legenda_2 {
    width: 15px;
    height: 15px;
    background: #FFDD00;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.legenda_3 {
    width: 15px;
    height: 15px;
    background: #30B32D;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.legenda_1_titel,
.legenda_2_titel,
.legenda_3_titel {
    display: inline-block;
    margin-right: 10px;
}

/*temp voor presentatie*/

.md-slide-wrap p,
.md-objects .md-object {
    line-height: 100%;
}

.webform-submission-form fieldset {
    width: 100% !important;
}

.webform-submission-form {
    min-height: 630px;
}

#webform-submission-newsletter-signup-node-113-add-form {
    min-height: 200px;
}

#block-newslettersignup .webform-submission-form {
    min-height: auto;
}

#webform-submission-newsletter-signup-node-113-add-form #edit-actions-submit {
    float: left;
}

.webform-submission-form .new-radio {
    display: none;
}


html {
    scroll-behavior: auto;
}

/*
  .btn {
      background: #FAA833 !important;
      color: white;
      font-weight: 600;
      font-size: 13px;
      border-radius: 2px;
      padding: 15px;
  }
  
  .btn:hover {
      background: #F87D1B !important;
      color: white !important;
      text-decoration: none !important;
  }*/

.btn2 {
    background: #00BBA2 !important;
    color: white;
    font-weight: 600;
    font-size: 13px;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 15px;
}

.btn2:hover {
    background: #0B9677 !important;
    color: white !important;
    text-decoration: none !important;
}

.webform-options-display-one-column label {
    margin-bottom: 10px;
}

.webform-options-display-one-column .radio label {
    padding: 8px !important;
    line-height: 25px;
}

.webform-submission-form .radio label {
    font-size: 17px !important;
    padding: 8px;
    padding: 5%;
    text-align: center;
    width: 100%;
    background: #0078BB !important;
    color: white !important;
    min-height: 55px;
    line-height: 30px;
}

.new-checkbox svg polygon {
    fill: #0078BB;
}

.radio input[type="radio"] {
    display: none;
}

.radio,
.checkbox {
    padding-left: 0px;
}

.webform-submission-form .radio label:hover {
    background: #0099EB !important;
    color: #fff !important;
}

.webform-submission-form .radio label:active {
    /* background: #0099EB!important;*/
    background: red;
    color: #fff !important;
}

.new-checkbox {
    margin: 2px 0px 0px 0px;
}

.checkbox label {
    font-size: 20px !important;
    color: #0078BB !important;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.form-item-terms-of-service label,
.form-item--wil-je-door-ons-op-de-hoogte-gehouden-worden-over-cyber-secur2 label {
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 15px !important;
    color: #0078BB !important;
    padding: 0px;
    text-align: left;
    width: 100%;
    top: -5px;
    position: relative;
    left: 10px;
}

#edit-wat-is-je-leeftijd {
    width: 90px;
}

.kopblauw h1,
.kopblauw h2,
.kopblauw h3,
.kopblauw h4,
.kopblauw h5,
.kopblauw h6 {
    color: #0078BB !important;
}

footer {
    margin-top: 100px;
    padding-top: 80px !important;
}

footer .form-item-terms-of-service label,
footer .form-item--wil-je-door-ons-op-de-hoogte-gehouden-worden-over-cyber-secur2 label {
    font-size: 16px !important;
    padding: 5px 5px;
    text-align: left;
    width: 100%;
    vertical-align: top;
    color: white !important;
}

footer a.frontav {
    color: white !important;
    font-size: 15px;
    margin-left: 5px;
    text-decoration: underline;
}

a.frontav2 {
    position: relative;
    left: 12px;
    background: #E0F3FC;
    padding: 10px;
    top: 5px;
}

a.frontav2:hover {
    position: relative;
    left: 12px;
    background: #80CCF4;
    padding: 10px;
    text-decoration: none;
}

footer #webform-submission-newsletter-signup-node-126-add-form #edit-actions-submit input {
    margin-top: 20px;
}

#block-footerblock .fa-linkedin:hover {
    color: #FAA833;
}

#block-footerblock {
    font-size: 16px !important;
}

.webform-button--previous {
    display: none;
}

.webform-button--previous {
    display: none;
}

a.frontav:hover {
    color: #FAA833 !important;
}

fieldset legend {
    height: auto;
    text-align: center;
    min-height: 50px;
}

fieldset legend .fieldset-legend {
    font-size: 20px !important;
    line-height: 30px;
    color: #0078BB !important;
    font-weight: bold;
    max-width: 93%;
}

#block-progressive-sub-content .form-actions {
    text-align: center;
    margin-top: 20px;
}

/*#block-views-block-webform-chart-block-1{
      width: 50%;
      float: none;
      padding: 20px;
  }*/

#block-views-block-webform-chart-block-1,
#block-views-block-webform-chart-block-2,
#block-views-block-webform-chart-block-3,
#block-views-block-webform-chart-block-4,
#block-views-block-webform-chart-block-5,
#block-views-block-webform-chart-block-6 {
    padding: 30px;
    min-height: 710px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 150px;
}

#block-views-block-webform-chart-block-1 .title,
#block-views-block-webform-chart-block-2 .title,
#block-views-block-webform-chart-block-3 .title,
#block-views-block-webform-chart-block-4 .title,
#block-views-block-webform-chart-block-5 .title,
#block-views-block-webform-chart-block-6 .title,
#block-views-block-webform-chart-block-7 .title {
    font-weight: bold !important;
}

#block-views-block-webform-chart-block-1 header,
#block-views-block-webform-chart-block-2 header,
#block-views-block-webform-chart-block-3 header,
#block-views-block-webform-chart-block-4 header,
#block-views-block-webform-chart-block-5 header,
#block-views-block-webform-chart-block-6 header,
#block-views-block-webform-chart-block-7 header {
    width: 50%;
    float: left;
}

#block-volgendeterug1,
#block-volgendeterug2,
#block-volgendeterug3,
#block-volgendeterug4,
#block-volgendeterug5,
#block-volgendeterug6,
#block-volgendeterug7 {
    text-align: center;
    margin-top: 40px;
}

#team {
    padding-top: 150px;
    padding-bottom: 50px;
}

.blogpage #team {
    padding-top: 40px;
    padding-bottom: 50px;
}

#block-views-block-rss-ncsc-block-1 {
    background: #f2f2f2;
    padding: 10px;
}

#block-views-block-rss-ncsc-block-1 .views-row {
    padding-bottom: 10px;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
}

#block-views-block-webform-chart-block-7 {
    /*background: #0099EB;
      color: white;*/
    padding: 20px;
    padding-bottom: 70px;
}

#block-views-block-webform-chart-block-7 h2 {
    /*color: white;*/
}

a.onderdelenscore {
    padding: 5px 15px;
    color: white;
    margin-bottom: 1px;
}

a.onderdelenscore2 {
    padding: 5px 15px;
    color: white;
    margin-bottom: 1px;
}

li.mobile-score {
    background: #0099EB !important;
}

ul.onderdelenscore_lijst {
    padding: 0px;
    margin: 0px;
}

ul.onderdelenscore_lijst li {
    background: #26c5b1;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    margin-bottom: 10px;
}

li.blue-li {
    background: #0099EB !important;
}

.gauge {
    max-width: 500px;
    display: inline-block;
    position: relative;
    top: 40px;
    left: 20px;
}

.totop {
    display: none;
}

a.totop {
    position: fixed;
    bottom: 5vh;
    background: #FAA833;
    padding: 4px;
    color: white;
    text-transform: lowercase;
    right: 5vw;
}

a.totop:hover {
    position: absolute;
    bottom: 0px;
    background: #F87D1B;
    padding: 4px;
    color: white;
    text-decoration: none;
}

.fixed-header .header-wrapper {
    padding: 5px;
    max-width: 1200px;
    margin: auto;
}


.fixed-header .header-wrapper {
    background: transparent;
}

.fixed-header.hidden-top.visible-top .header-wrapper,
.fixed-header.fixed .header-wrapper {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, .15);
    box-shadow: 0 0 0px rgba(0, 0, 0, .15);
}

.fixed-header .header {
    background: rgba(255, 255, 255, .57);

}

.fixed-header.background-opacity .header {
    background: rgba(255, 255, 255, .97);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    -webkit-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.48);
    box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.48);
}

.header .primary .navbar .nav>li:hover>a {
    background: transparent;
    color: white;
    border-color: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
      -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
      box-shadow: 0 0 5px rgba(0,0,0,.15);*/
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumb {
    font-size: 13px;
    background: #F7F7F7;
}

.search-header {
    display: none;
}

.nd-region {
    padding: 20px 0;
}

.webform-button--next,
.webform-button--previous,
.webform-button--next:hover,
.webform-button--previous:hover {
    background-color: transparent;
    color: white;
    text-decoration: none;
}

.webform-button--next:hover,
.webform-button--previous:hover {
    background-color: transparent;
    color: #3D4D1B;
    text-decoration: underline;
}

/*
  .webform-progress__percentage {
      background-color: #0078BB;
      width: 50px;
      display: block;
      text-align: center;
      border-radius: 25px;
      height: 50px;
      vertical-align: middle;
      line-height: 50px;
      color: #fff;
      margin-bottom: 15px;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      font-size: 15px;
      font-weight: bold;
  }
  */

.webform-progress__percentage {
    background-color: #BDD58A;
    width: 30px;
    display: block;
    text-align: center;
    border-radius: 25px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: -5px;
}

.field--name-field-display-title .title {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 12px 0;
    padding: 14px 0 0;
    margin-bottom: 40px;
    position: relative;
}

.title-box {}

.title-box .title {
    color: #A2A183;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 12px 0;
}

/*HOMEPAGE*/

.blockquote p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0;
}

.hpquote p {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-style: italic;
    line-height: 1.625;
}

.hpbutton {
    color: #fff !important;
}

.hpbutton:hover {
    background-color: #b47676 !important;
}

.image_overlay .description {

    opacity: 0.8;
    color: #fff;
    font-weight: normal;
    padding: 15px 15px;
}

.alert-success {
    background-color: #7A9936;
}

#gratischeck {
    /*    top: 216px;
      position: relative;*/
}

.only_mobile {
    display: none;
}

.no_mobile {
    display: block;
}

.webform-progress__percentage {
    display: none;
}

/*Mobile */

@media only screen and (max-width: 600px) {
    .only_mobile {
        display: block;
    }

    .no_mobile {
        display: none;
    }

    .webform-progress__percentage {
        display: none;
    }
}

/* TANJA TEMP UIT */
/*
.region-header{
background: rgba(255, 255, 255, .97);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -webkit-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.48);
  box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.48);
  position: fixed;
  width: 100%;
  z-index: 10000;
} */


.region-header {
    background: transparent;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    z-index: 10000;
}


.search-active .search-string,
.search-active .search-string:hover {
    color: #032030;
    font-size: 20px;
}

/* Footer */

footer.footer-top {
    /*    background: #0078BB;*/
    color: white;
    padding-top: 20px;
}

footer {
    background: #F2E9DF;
    color: black;
    padding-top: 20px;
}

footer h3,
footer p {
    color: black;
}

footer {
    color: #032030;
}

footer .content>ul,
ul.list {
    list-style: inherit;
    padding-left: 35px;
    max-width: 90%;
}

#block-views-block-issues-block-1 li {
    background: #00BBA2;
    color: white;
    padding: 5px 5px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

#block-views-block-issues-block-1 ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

footer .webform-submission-form {
    min-height: auto;
}

footer .edit-email {
    width: 75%;
}

#footer {}

footer aside header .title,
footer aside .title-box .title {
    color: #032030;
}

.footer-bottom {
    font-size: 11px;
    line-height: 26px;
}

.logos img {
    max-height: 100px;
}

.behandelingpage #content .col-md-4 img {
    width: 100%;
    height: auto;
}

.behandelingpage .page-header {
    margin-bottom: 40px;
}

#content {
    /*background: white;*/
    padding: 40px;
}

#block-titelblokhome h1,
#block-titelblokhome h2 {
    color: white !important;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.6);
}

#block-titelblokhome {
    height: 35vh;
}

.rowbehandeling {
    border-bottom: 1px solid rgba(162, 161, 131, 0.4);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.rowbehandeling h2 {}

.rowbehandeling .anker {
    padding-top: 160px;
}

#block-views-block-behandelingen-block-1 .title-box {
    display: none;
}

#top-box,
.carousel-box .next:hover,
.carousel-box .prev:hover,
.product .product-hover,
#footer .up:hover,
.btn,
.btn:visited,
.slider .slider-nav,
.panel-group>.active.panel>.panel-heading>.panel-title>a,
.panel-group>.active.panel>.panel-heading>.panel-title>a:hover,
.banner-set .pagination a:hover,
.employee .employee-hover,
.carousel-box .pagination a:hover,
.sidebar .menu li.active>a,
.pagination>li>a:hover,
.pagination>li>a:focus,
.sidebar .tags a:hover,
.sidebar .banners .banner-text,
#catalog .category-img .description,
.product-bottom .related-products header::before,
.slider.rs-slider .tparrows,
.slider.rs-slider .tparrows:hover,
.toolbar .sort-catalog .dropdown-toggle,
.toolbar .grid-list .grid,
.toolbar .grid-list .list,
.toolbar .up-down,
.toolbar .up-down.active,
.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>span:hover,
.sidebar .tags a,
.sidebar .menu li.parent>a .open-sub::before,
.sidebar .menu li.parent>a .open-sub::after,
.panel-group .panel-default .panel-heading>.panel-title>a::before,
.panel-group .panel-default .panel-heading>.panel-title>a::after,
.new-radio.checked span,
.list .product .actions a:hover,
.product-page .col-md-7 .actions a:hover,
.product-page .image-box .thumblist-box .prev:hover,
.product-page .image-box .thumblist-box .next:hover,
.accordion-tab>li>a .open-sub::before,
.accordion-tab>li>a .open-sub::after,
.products-tab .accordion-tab>li>a .open-sub::before,
.products-tab .accordion-tab>li>a .open-sub::after,
.sidebar .calendar-wrap caption,
.btn-group.open .btn.dropdown-toggle,
.product .limit-offer,
.product .not-rotation-actions,
.fancybox-nav span:hover,
.header .primary .navbar .btn-navbar .icon-bar,
.progressive-slider-two .pagination a,
.progressive-slider-two .pagination a:hover,
.progressive-slider-two .pagination .selected {
    background-color: rgb(222, 173, 141, 0.6);
    color: #8C4D2E;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: rgb(222, 173, 141, 1);
}

#footer {
    color: white;
}

#block-contactblokmetbelmijterug {
    padding-top: 110px;
}


html {
    scroll-behavior: smooth;
}



#block-parallaxhome {
    position: relative;
    top: -55px;
}

.sliderhome {
    background: white;
    padding: 20px !important;
    width: auto !important;
    height: auto !important;
    min-width: 300px;
}

.logoclasshp {
    max-width: 75%;
    display: block;
    margin: auto;
    margin-top: auto;
    margin-top: 30%;
}

.logoclasshp img {
    background: white;
    width: 200px;
}

.header .logo img {
    width: 220px;
}

.row_ksf .block,
.row_minstbekend .block {
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 50px !important;
    vertical-align: bottom;
    display: inline;
}

.row_ksf h3 {
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 50px !important;
    vertical-align: bottom;
    display: inline;
}

.row_minstbekend h2 {
    color: #032030;
    position: relative;
    top: 10px;
}

.row_ksf_UIT .block {
    font-size: 20px;
    font-weight: bold;
    top: 5px;
}

.row_ksf_UIT h3 {
    position: relative;
    top: 10px;
    font-weight: bold !important;
}

#FSKID .row,
#block-bedreigingenvolgordeblock .row {
    margin-left: 0px;
    margin-right: 0px;
}

#block-bedreigingenvolgordeblock .dreig1,
.row_minstbekend {
    background: #E0F3FC;
    padding: 10px !important;
    margin-bottom: 10px;
    list-style-position: inside;
}

#block-bedreigingenvolgordeblock ol {
    padding: 0px;
    margin: 0px;
}

#block-bedreigingenvolgordeblock ol li {
    list-style-position: outside;
    margin-left: 35px;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

#block-bedreigingenvolgordeblock p {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.card-body {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

#scrollerhp h1 {
    font-weight: bolder;
    font-size: 50px !important;
    line-height: 50px !important;
    color: white;
}

#scrollerhp {
    padding: 50px;
}

.hpvid .container-fluid {
    margin-right: -5px;
    margin-left: -5px;
    padding-left: 0px;
    padding-right: 0px;
}

.node-type-article .container {
    width: 100%;
}

#fw_white {
    margin-top: 10px;
}

#fw_white blockquote {
    border: none;
    border-bottom: 1px solid #032030;
    border-top: 1px solid #032030;
    padding: 30px;
    width: 80%;
    margin: auto;
}

#fw_white blockquote h2 {
    font-weight: 600 !important;
    font-size: 25px !important;
    line-height: 40px !important;
    color: #032030 !important;
    font-style: italic;
    text-align: center;
}


#oplossing_h2 h2,
#wiljemeerweten h3 {
    color: #0078BB;
    font-size: 50px !important;
    padding: 50px;
}

/* Scroller styling */
.scroller {
    height: 1.2em;
    line-height: 1.2em;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.scroller>span {
    position: relative;
    top: 0;
    animation: slide 7s infinite;
    font-weight: bold;

}

@keyframes slide {
    0% {
        top: 0;
    }

    25% {
        top: -1.2em;
    }

    50% {
        top: -2.4em;
    }

    75% {
        top: -3.6em;
    }
}


/*prod pagina's*/

#prod_steps {
    border: solid thin #00BBA2;
    padding: 20px;
}

#prod_steps h2 {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    height: 65px;
    color: #032030 !important;
}

#prod_steps .white .title-box {
    border-color: #032030;
}

#prod_steps .steps .step {
    padding-left: 0px;
    padding-right: 0px;

}

#prod_steps .steps .step .step-wrapper::after,
#prod_steps .steps .step .step-wrapper::before {
    right: -14px !important;
}

#notendop_title h3 {
    color: white;
}

#prod_steps p {
    height: 220px;
}

#meerweten1 {
    background: #0078BB;
    color: white;
    height: 100%;
    display: block;
    float: left;
    padding: 40px;
}

#meerweten2 {
    padding: 40px;
    background: #26C5B1;
    color: white;
}


#meerweten2 a {
    color: white !important;
    text-decoration: underline;
}


#meerweten3 {
    margin-top: 30px;
    padding: 40px;
    background: #26C5B1;
    color: white;
}

#meerweten3 a {
    color: white !important;
}


/* citaalcol groen en ongebruikt*/
#citaalcol {
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #009677;

}

#citaalcol blockquote {
    border: none;
    color: white;
    padding: 0px;
}

#citaalcol blockquote p {
    font-size: 22px;
}


.header .primary .navbar .nav>li.parent:hover>a {
    background: #b47676;
    border-bottom-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header .primary .sub {
    background: white;
    color: #1e1e1e !important;
    border: 0px;
}

.header .primary .navbar .nav>li.parent:hover>a::after {
    background: none;
}

.header .primary .sub a,
.header .primary .sub a:visited {
    padding: 10px 0px;
    line-height: 20px;
}

.header .primary .sub a:hover {
    opacity: 1;
}

.header .primary .sub li {
    font-size: 16px;
    line-height: 17px;
}

#fw_white .col-md-6 {
    margin-bottom: 20px;
}

.blauw_blok_1 {
    max-width: 1190px;
    margin: auto;
}

#wiljemeerweten {
    padding-bottom: 80px;
}

.maxbreed1 {
    max-width: 1190px;
    margin: auto;
}


.buttonbox {
    margin-top: -120px;
}

.prod_intro {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
    max-width: 80%;
    margin: auto;
    display: block;
    float: none;
    border-bottom: #0078BB 1px solid;
}

.prod_intro a {
    text-decoration: underline;
}



#OBT,
#DWS,
#CSS,
#EOA,
#WSM {
    padding-top: 120px
}


/******POP UP**********************************************************/


/* popup styles */
.popup {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup-content {
    position: absolute;
    background: #fff;
    width: 500px;
    margin: -58px 0 0 -264px;
    left: 50%;
    top: 50%;
    z-index: 11;
    padding: 14px;
}

.eu-cookie-compliance-banner .popup-content {
    position: absolute;
    background: #E0F3FC;
    width: 100%;
    left: 25%;
    bottom: 0px;
    z-index: 11;
    padding: 14px;
    top: -97px;
}


.close-popup {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -30px;
    font-size: 42px;
}

/* Animations */


.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}

@-webkit-keyframes flipLeftIn {
    from {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2;
    }
}

@keyframes flipLeftIn {
    from {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2;
    }
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {
        -webkit-transform: translateZ(1000px) rotateY(-90deg);
        opacity: 0;
    }
}

@keyframes flipLeftOut {
    to {
        transform: translateZ(1000px) rotateY(-90deg);
        opacity: 0;
    }
}


/* Demo Styles */

.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}






/***** DW **********************/

.table_DW th {
    text-align: left;
}

.table_DW td {
    text-align: left;
}

.zoekelement {
    background: #e5e7eb !important;
    color: #0078BB;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.zoekelement a {
    color: #0078BB;
    text-decoration: underline;
}

.box23dw2 {
    margin: 10px 0 !important;
    /*border-bottom: 1px solid #e5e7eb;*/
    padding: 0px 10px !important;
}

.box23dw {
    margin: 10px 0 !important;
    /* border-bottom: 1px solid #e5e7eb;*/
    min-height: 40px;
    padding: 0px 10px !important;
}



.blok_dw_23 {
    padding: 0px 15px;
    margin-bottom: 40px;
}

.highalert {
    background: red;
    width: 25px;
    border-radius: 12px;
    height: 25px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 25px;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.mediumalert {
    background: orange;
    width: 25px;
    border-radius: 12px;
    height: 25px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 25px;

}

.lowalert {
    background: lightgreen;
    width: 25px;
    border-radius: 12px;
    height: 25px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 25px;

}

.variant2 .box23dw,
.variant2 .box23dw2 {
    border-bottom: none !important;
}



/* Darkweb Table*/

.table-wrapper {
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.box23dw .table {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

td.tdlabel {
    min-width: 25%;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td,
.fl-table th {
    text-align: left;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }

    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }

    .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    }

    .fl-table thead th:last-child {
        border-bottom: none;
    }

    .fl-table thead {
        float: left;
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td,
    .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        display: table-cell;
    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td {
        display: block;
        text-align: left;
    }
}

/* End Darkweb Table*/


/*darkweb results ankers*/

#email1,
#email2,
#telefoon1 {
    padding-top: 120px;
}


/* new home*/

.grijsbalk p,
.onze p {
    color: #032030 !important;
}

.grijsbalk h2 {
    color: #0078BA;
    padding: 5px;
}

.grijsbalk .btn {
    border-radius: 0px !important;
    float: right;
}

.grijsbalk {
    margin-bottom: 40px;
}

.blokgroen {
    background: #26c5b1;
    border: white solid 5px;
    padding: 100px 70px;
    height: 250px;
}

.voororganisaties .blokgroen {
    background: #26c5b1;
    border: white solid 5px;
    padding: 85px 25px;
    height: 250px;
}

.voororganisaties .blokgroen h5,
.voororganisaties .blokblauw h5 {
    font-size: 20px !important;
}


.blokblauw {
    background: #0078BA;
    border: white solid 5px;
    padding: 100px 70px;
    height: 250px;
}

.voororganisaties .blokblauw {
    background: #0078BA;
    border: white solid 5px;
    padding: 85px 25px;
    height: 250px;
}

.blokgroen h5,
.blokblauw h5 {
    font-size: 23px !important;
}

.blokblauw2 {
    background: #0078BA;
    color: white;
    padding: 20px !important;
}

.blokblauw2 .title-box .title {
    color: white;
}

.blokblauw:hover,
.blokgroen:hover {
    background: #FAA833;
}

#edit-processed-text-01 {
    padding-bottom: 10px;
}

.BWAK .fieldset-legend {
    height: 100px;

}

.BWAK h2 {
    font-size: 20px !important;
    line-height: 30px;
    color: #0078BB !important;
    font-weight: bold;
    max-width: 93%;
    text-align: center;
}

.quote_home_new {
    padding: 20px;
    color: #0078BA;
    max-width: 860px;
    margin: auto;
    min-width: 400px;
}

.quote_home_new div {
    display: inline;
}

.basicpro {
    position: absolute !important;
    right: 35px;
    top: 15px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.basicpro2 {
    position: absolute !important;
    right: 35px;
    top: 15px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.propro {
    height: 40px;
    background-image: url(../images/logo_sign.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    top: 15px;
    right: 20px;
}

.basicpro p {
    color: white !important;
}

.basicpro2 p {
    color: white !important;
    position: absolute;
    right: 25px;
}

.hpblokken a h5 {
    color: white;
    text-decoration: none;
}

.hpblokken a:hover h5 {
    color: white;
    text-decoration: none;
}

.hpblokken a {
    text-decoration: none !important;
}


#block-contact {
    /*    background: #DEAD8D;*/
    padding: 20px;
}

#meerweten1 h2,
#block-contact h2 {
    color: #fff;
}

#block-views-block-behandelingen-block-1 a {
    background: rgb(222, 173, 141, 0.6);
    color: #8C4D2E;
    width: 100%;
    display: block;
    margin-bottom: 2px;
    padding: 6px;
    text-decoration: none;
    max-width: 300px;
}

#block-views-block-behandelingen-block-1 a:hover {
    background: rgb(222, 173, 141, 1);
    color: white;
}

#meerweten1 .form-text,
#meerweten1 .form-email,
#meerweten1 .form-textarea,
#block-contact .form-text,
#block-contact .form-email,
#block-contact .form-textarea {
    color: black;
    font-size: 16px;
    padding: 10px;
}

#meerweten1 input,
#meerweten1 #edit-telefoon,
#meerweten1 #edit-message,
#block-contact input,
#block-contact #edit-telefoon,
#block-contact #edit-message {
    padding: 10px;
    margin-bottom: 20px !important;
    width: 100%;
}

#meerweten1 #edit-actions-submit,
#block-contact #edit-actions-submit {
    width: 200px;
    float: left;
    color: white;
    background: orange;
}

#meerweten1 .iti,
#meerweten1 #edit-vraag-of-opmerking {
    width: 100%;
}


.panel-body {
    font-size: 14px;
    padding-left: 50px !important;
    padding-right: 10px !important;
}

.titlebggreen {
    background: #26c5b1 !important;
    color: white;
    padding-bottom: 5px;
    padding-top: 15px;
}

.titlebggreen .title {
    font-size: 23px !important;
    letter-spacing: 1px;
}

.titlebggreen h4.title {
    font-size: 16px !important;
}

.intakebutton,
.offerte_knop {
    width: 100%;
    font-size: 20px;
    margin-top: 30px;
    font-weight: normal;
}

.blokrechts .intakebutton,
.blokrechts .offerte_knop {
    width: 100%;
    font-size: 15px;
    margin-top: 30px;
    font-weight: normal;
}


.bggray {
    background: #E1E1E1;
    padding: 1px;
}


.prijsaccor .panel-collapse {
    background: #E1E1E1;
    padding: 5px 10px;
}

.prijsaccor .panel-title>a {
    background: #E1E1E1;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

.prijsaccor .active .panel-title>a {
    background: #26c5b1 !important;

}

.prijsaccor .panel+.panel {
    margin-top: 1px !important;
}

.prijsaccor .panel-title::before {
    background: none;
}

.prijsaccor.panel-group {
    margin-bottom: 0px;
}

.greentitle h1 {
    color: #26c5b1;
}

#prijsaccor .panel-body {
    background: #E1E1E1;
    padding: 10px;
    margin-bottom: 0px;
}

#prijsaccor.panel-group p {
    background: #E1E1E1;
    margin-bottom: 0px;
    padding: 10px 20px;
}

.zoekcs {
    padding: 40px;
    border-top: solid #FAA833 4px;
    width: 400px;
    margin: auto;
    color: black;
}

.home-page #captcha,
.contact_green #captcha {
    /*  border: solid thin #e1e1e1;*/
    display: block;
    float: left;
    color: white;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
}

#edit-captcha-response {
    width: 100px !important;
    display: block;
}

#captcha img {
    display: block;
}

.delay1 {
    animation-delay: 100ms;
}

.delay2 {
    animation-delay: 200ms;
}

.delay3 {
    animation-delay: 300ms;
}

.delay4 {
    animation-delay: 400ms;
}

.delay5 {
    animation-delay: 500ms;
}

.delay6 {
    animation-delay: 600ms;
}

.delay7 {
    animation-delay: 700ms;
}

.delay8 {
    animation-delay: 800ms;
}

.delay9 {
    animation-delay: 900ms;
}

.delay10 {
    animation-delay: 1000ms;
}

.delay11 {
    animation-delay: 1100ms;
}

.delay12 {
    animation-delay: 1200ms;
}

.delay13 {
    animation-delay: 1300ms;
}

.delay14 {
    animation-delay: 1400ms;
}

.delay15 {
    animation-delay: 1500ms;
}

.delay16 {
    animation-delay: 1600ms;
}

.delay17 {
    animation-delay: 1700ms;
}

.delay18 {
    animation-delay: 1800ms;
}

.delay19 {
    animation-delay: 1900ms;
}

.delay20 {
    animation-delay: 2000ms;
}

.modelhover {
    color: #0078BB;
    font-size: 80px;
    background: #E0F3FC;
    width: 100%;
    text-align: center;
}

.modelhover:hover {
    color: white;
    font-size: 80px;
    background: #0078BB;
    width: 100%;
    text-align: center;
}

.model_pagina .modelhover {
    color: #0078BB;
    font-size: 80px;
    background: #E0F3FC;
    width: 100%;
    text-align: center;
}

.model_pagina .modelhover:hover {
    color: white;
    font-size: 80px;
    background: #0078BB;
    width: 100%;
    text-align: center;
}

.model_pagina .row {}

.model_pagina h2 {
    margin-top: 40px !important;
    color: #0078BB !important;
}

/*
    .modelhover h2
      {
        min-height: 60px;
        font-size: 20px;
        color: #FAA833;
        font-size: 34px !important;
        padding-bottom: 15px;
      }
    */

.modelhover h2 {
    font-size: 16px !important;
    height: 60px;
}

.modelinfo {
    border-top: solid 4px #FAA833;
    padding: 80px 40px;
    margin-top: 280px !important
}

.modelblok {
    /*    max-width: 1170px;
        margin: auto;*/
    color: #032030 !important;
}

.modelblokjeshp {
    max-width: 1170px;
    display: block;
    margin: auto;
}

.modelpage #block-progressive-sub-content .modelhover h2 {
    font-size: 16px !important;
    color: inherit;
}

.info_img img {
    margin: auto;
    display: block;
}

#intakepage {
    background: #26c5b1;
    padding: 40px;
    margin: auto;
    color: white;
}

#intakepage .w3-display-topright {
    display: none;
}

::-webkit-input-placeholder {
    /* Edge */
    font-size: 17px !important;
    color: black !important;
    font-style: italic !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 17px !important;
    color: black !important;
    font-style: italic !important;
}

::placeholder {
    font-size: 17px !important;
    color: black !important;
    font-style: italic !important;
}

.prodopties .fieldset-legend {
    float: left;
    color: white !important;
}

.prodopties fieldset legend {
    padding: 0px;
}

.prodopties .webform-submission-form fieldset {
    background: none;
}

.prodopties .checkbox label {
    color: white !important;
    text-align: left;
    font-size: 16px !important;
    margin-left: 25px;
    margin-top: -10px;
}

.prodopties fieldset .fieldset-wrapper {
    padding: 0px;
}


/*
    .not_on_mobile{
      display:block;
    } 
    */
.on_mobile {
    display: none;
}


.not_on_mobile.content-block {
    padding: 0px !important;
}

.node-type-article #content {
    margin: auto;
    display: block;
    float: none;
}

.NoDeskTop {
    padding: 20px;
    display: none;
}

.fotohome1 img {
    width: 100%;
    height: auto;
}

#block-views-block-behandelingen-block-1 .views-field-nothing,
#views-bootstrap-behandelingen-page-1 .views-field-nothing {
    padding: 10px;
    margin: 10px;
    min-height: 80px;
    position: relative;
    bottom: 0px;
    color: white;
    background: #b47676;
    text-align: center;
    line-height: 60px;
    font-size: 17px;
}

#block-views-block-behandelingen-block-1 .views-field-nothing a,
#views-bootstrap-behandelingen-page-1 .views-field-nothing a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#block-behandelingen {
    position: fixed;
    top: 180px;
}

#block-behandelingen a {
    background: #b47676;
    padding: 5px 10px;
    color: white !important;
    text-decoration: none;
    display: block;
    margin-bottom: -20px;
    width: 100%;
}

#block-behandelingen a:hover {
    background: red;
}

#Allergiebehandeling,
#CEASE,
#Bioanalyse {
    padding-top: 150px;
}



#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.hpvid .header-wrapper {
    background: none;
}

.hpvid .header .primary .navbar {
    float: right;
    position: absolute;
    right: 50px;
    top: 15px;
}

.header .primary .navbar {
    float: right;
    position: absolute;
    right: 50px;
    top: 15px;
}

.hpvid #Content {
    background: none;
    padding: 20px;
    color: white;
}

.hpvid footer {
    margin-top: -40px;
}

#block-views-block-behandelingen-block-1 {
    position: fixed;
    top: 17vh;
}

.behandelingpage #block-progressivepagetitle {
    padding-top: 40px;
}

.field--name-field-aandofindic .field__item {
    display: ;
    float: left;
    padding: 2px;
}

.field--name-field-aandofindic .field__label {
    font-weight: bold;
    color: #b47676;
    margin-top: 40px;
}


li.tb-megamenu-item a {
    background: transparent !important;
    border: none !important;
    text-shadow: none !important;
}

li.tb-megamenu-item a:hover {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #1e1e1e !important;
    text-decoration: underline;
    ;
}


.behandelingen {
    background-color: #F6F5F0;
}

#content,
.behandelingpage,
.behandelingen #content {
    background-color: #F6F5F0 !important;
}

.hpblok1 a {
    color: white;
}

.hpblok1 a:hover {
    color: white;
    text-decoration: underline;
}