.sidebar23 {
  background: #0099EB;
  padding: 10%;
  text-align: center;
}

.titelvoorbeeld h1,
.titelvoorbeeld h2,
.titelvoorbeeld h3,
.titelvoorbeeld h4,
.titelvoorbeeld h5,
.titelvoorbeeld h6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

fieldset legend {
  background: none !important;
  border: none !important;
}

fieldset .fieldset-wrapper {
  border: none;
}

.no_mobile h6 {
  font-weight: normal;
}

.no_mobile .webform-progress__percentage {
  display: none;
}

.blue_block1 h2 {
  position: absolute;
  right: 20px;
  bottom: 42px;
  font-size: 175px !important;
  color: #f2f2f2;
  opacity: 0.4;
}

.hpblueblock h1 {
  color: white !important;
  text-transform: uppercase;
  padding-bottom: 25px !important;
  font-size: 40px !important;
}

.hpblueblock a,
.hpblueblock a:visited {
  color: #FAA833;
}

#PARAHome {
  margin-top: -90px;
}

#block-parallaxhome-2 {
  margin-top: -155px !important;
}

.parallax {
  /*  background-image: url(https://baetencybersecurity.nl/web/sites/default/files/dan-nelson-ah-HeguOe9k-unsplashKlein.jpg);*/
  /* Set a specific height */
  min-height: 60vh;
  /* Create the parallax scrolling effect 
  background-attachment: fixed;*/
  background-position: center -365px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*top: -50px;*/
}



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

.region-header img {
  width: 220px;
  margin-top: 20px;
}

/* preventietips rapportage pagina*/

.tooltip2 p {
  margin: 0px;
}

.tooltip2 {
  position: relative;
  display: inline-block;
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-weight: bold !important;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  border: solid 1px #0099EB;
  padding: 20px;
  position: absolute;
  z-index: 1;
  background: white;
  width: 700px;
  min-height: 187px;
  color: #032030;
  font-weight: normal;
  text-align: left;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.row_ksf {
  /*border: solid #0099EB thin;
    padding: 5px;*/
  background: #26c5b1;
  padding: 10px !important;
  color: white;
}

.row_ksf a.btn,
.row_minstbekend a.btn {
  color: white !important;
}

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

/* Security Alert pagina */

#SApagina .btn {
  float: left;
}

/* pijl naar beneden homepage*/


.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*accordeon*/

.panel-group>.panel-default>.panel-heading>.panel-title>a {
  background: #E0F3FC;
}

.panel-group>.active.panel>.panel-heading>.panel-title>a,
.panel-group>.active.panel>.panel-heading>.panel-title>a:hover {
  background: #26c5b1;
}

.closert {
  float: right;
  width: 40px;
}

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

.footerblokclass {
  overflow: hidden !important;
}

#block-b4subtheme-voet p {
  color: red;
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

.footdisclaim {
  max-width: 1000px;
  padding: 60px 20px;
  border-top: 1px solid;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

/*
.header .primary .navbar .nav>li>a, .header .primary .navbar .nav>li>a:visited {
  border-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #FAA833;
  color: white;
}

.header .primary .navbar .nav>li:hover>a {
  background: #7A5F96;
  border-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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;
}

.jouwscore h5 {
  color: #444444;
}

.down {
  -ms-transform: rotate(180deg);
  /* IE 9 */
/*
  transform: rotate(180deg);
}
*/
.decline-button {
  display: none;
}

.agree-button {
  background: #26c5b1 !important;
  font-weight: bold;
}

.eu-cookie-compliance-message p {
  font-size: 14px;
}

#popup-text {
  padding: 10px;
}

#sliding-popup {
  box-shadow: 1px -2px 8px 0px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 1px -2px 8px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px -2px 8px 0px rgba(0, 0, 0, 0.55);
}

.footeraanmeld a.link_wit {
  color: white !important;
  text-decoration: underline !important;
}

.footeraanmeld a:hover.link_wit {
  color: white !important;
  text-decoration: underline;
}


#webform-submission-newsletter-signup-node-126-add-form .form-item-terms-of-service {
  margin-bottom: 15px;
}

#webform-submission-newsletter-signup-node-126-add-form label {
  font-size: 15px !important;
}

.tab_group_basprot {
  background: #0078BB;
}

li.tab_group_basprot.active a,
li.tab_group_basprot2.active a {
  color: white !important;
}

.tab_group_basprot {
  background: none;
  font-weight: bold;
  border: solid 1px #0078BB;
}

.tab_group_basprot a {
  color: #0078BB !important;
}

.tab_group_basprot.active {
  background: #0078BB;
}

.tab_group_basprot2 {
  background: none;
  font-weight: bold;
  border: solid 1px #00BBA2;
}

.tab_group_basprot2 a {
  color: #00BBA2 !important;
}

.tab_group_basprot2.active {
  background: #00BBA2;
}

.basisprotlinks a {
  color: #00BBA2;
  text-decoration: underline;
}

.basisprotlinks {
  padding: 30px;
  background: #f2f2f2;
  margin-top: 100px;
}

.gauge2 h5 {
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 28px !important;
}

.totaalscroreperc {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}


/*ankers*/

#kritischesucces,
#minstbekend,
#stellingen,
#Basisprotectie {
  padding-top: 150px;
  ;
}

#TotaalVeiligScore {
  padding-top: 140px;
  ;
}

#stellingen h3 {
  padding-top: 20px;
  padding-left: 10px;
}

/*-------blogpagina-----*/

.blogitem {
  padding: 10px;
}

.blogtitel1 {
  padding: 5px;
  display: inline;
  position: absolute;
  bottom: 0px;
  width: 90%;
  left: 20px;
}

h2.blogtitel1 a {
  color: white;
  text-shadow: 1px 1px #000;
  text-decoration: none;
}

h2.blogtitel2 a {
  color: #032030 !important;
  text-decoration: none;
  font-size: 20px !important;
  line-height: 30px !important;
}

.blogtitel2 {
  margin-bottom: 0px;
}

.blogitem2 {
  padding: 10px;
  min-height: 475px;
}

#views-bootstrap-blog-page-1 .row,
#views-bootstrap-blogs-bl-block-1 .row {
  margin-left: 0px;
  margin-right: 0px;
}

.node-type-article .field--name-field-image img {
  max-width: 40%;
  height: auto;
  float: right;
  width: 100%;
  min-width: 400px;
  margin-top: 80px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.node-type-article .field--name-field-display-title h1 {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -9px;
}

#block-views-block-ander-nieuws-block-1 {
  margin-top: 80px;
  padding: 20px;
  background-color: #f2f2f2;
}

#block-views-block-ander-nieuws-block-1 .row {
  margin: 0px;
}

#Blog---Feed .field--name-field-linkrss a {
  position: relative;
  top: 25px;
  color: #26c5b1 !important;
  background: #e1e1e1;
  padding: 5px;
}

#Blog---Feed .field--name-field-feed-date {
  font-style: italic;
  font-size: 14px;
  padding-bottom: 10px;
}

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

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

#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: #7A5F96;
  border-bottom-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.header .primary .sub {
  background: #7A5F96;
  color: white;
  border: 0px;
}

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

.header .primary .sub a,
.header .primary .sub a:visited {
  color: white;
  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;
}





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

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

#views-bootstrap-behandelingen-page-1 .views-field-nothing {
  padding: 10px;
  margin: 10px;
  border: solid #7A5F96 1px;
  min-height: 220px;
}

#views-bootstrap-behandelingen-page-1 .views-field-nothing h2 a {
  color: #7A5F96;
  text-decoration: none;

}

.navbar-nav {
  display: block !important;
  text-align: right;
}

.region-header ul {
  list-style: none;
}

.region-header li {
  display: inline-block;
  margin-right: 10px;
  /* add spacing between items */
}

.videocontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 2px #333;
}

.videocontent h1,
.videocontent h2 {
  color: white !important;
  line-height: 47px !important;
}

.video-container {
  position: relative;
  width: 100%;
  max-height: 500px;
  /* Maximum height of the video */
  overflow: hidden;

}

#block-b4subtheme-header,
#block-b4subtheme-hoofdnavigatie,
#block-b4subtheme-content,
#block-b4subtheme-voet,
#block-b4subtheme-page-title {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}

/*.page-node-2 .paragraph--type--para1,
/*.path-frontpage .paragraph--type--para1
*/
.region-content {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin: auto;
  margin-bottom: auto;
  margin-top: 40px;
}

/*
.path-frontpage .region-content {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin: auto;
  margin-bottom: auto;
  background-color: #ffffff;
  margin-top: 160px;
}*/


.paragraph--type--para1 img {
  max-width: 400px;
  height: auto;
  width: 100%;
  float: right;
}

/*.path-frontpage*/
.paragraph--type--para1 h2 {
  padding-bottom: 30px;
}

/*.path-frontpage*/
.paragraph--type--para1 p {
  width: 100%;
}


.paragraph--type--para1 {
  border-bottom: solid 1px #F2E9DF;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#block-b4subtheme-page-title {
  padding-bottom: 0px;
  padding-top: 0;
  text-align: center
}

#block-b4subtheme-page-title h1 {
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  height: 15vh;
}

.navbar-nav .nav-link {
  padding: 11px 13px;
  font-size: 16px !important;
  font-family: 'Open Sans', arial, tahoma !important;
  font-weight: 400 !important;
  color: #1e1e1e !important;
}

.navbar-nav .nav-link a {
  line-height: 20px;
}

.page-node-5 #block-b4subtheme-content h3 {
  color: #A2A183;
  margin: 0 0 12px 0;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
  text-align: center;
  border-bottom: 1px solid;
}

.page-node-5 #block-b4subtheme-content p {
  min-height: 200px;
}

.page-node-5 .region-content {
  background: transparent;
}

.page-node-5 .region-content .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: white;
}

.text-align-center {
  text-align: center;
}

.paragraph--type--para1 .field--name-field-tekst {
  float: left;
}



.tbm {
  background-color: white;
}

#tbm-main {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: -30px;
}

.tbm-nav {
  float: right;
}

.tbm-submenu {
  margin-top: 60px;
}

/* Tanja */

.tbm-submenu-toggle {
  /*
  background-color: white;*/
}

.tbm-submenu-toggle:hover,
.tbm-submenu-toggle:focus,
.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
  background-color: rgba(222, 173, 141, 0.6);
}

.tbm-item.level-1 {
  border-right: 0px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .tbm-nav {
    display: none;
  }

  .tbm-submenu {
    margin-top: 0px;
  }

  .tbm-button {
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .tbm.tbm--mobile .tbm-nav {
    background: #f5f5f5;
    width: 100%;
  }

  .tbm.tbm--mobile .tbm-submenu {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    width: 100% !important;
  }

  .page-node-5 .region-content .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  #block-b4subtheme-page-title h1 {
    height: 15vh;
    text-align: left;
  }

  .page-node-5 #block-b4subtheme-page-title h1 {
    height: 5vh;
    text-align: left;
  }

  .tbm-submenu-toggle,
  .videocontent {
    display: none !important;

  }

  .region-breadcrumb {
    background: red;
    display: none;
  }
}