/* styling toolset staat bij de toolset CSS !!!!*/

/* kleur text aanpassen searchbox*/
::-webkit-input-placeholder { /* WebKit browsers */
  opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity: 1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fffff !important; opacity: 1 !important; /* IE11 needs the !important flag */
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #fff;
}
#search::placeholder {
color: #fff;
}

/* maxbutton-2 knop breedte aanpassen */
a.maxbutton-2 {
    display: block;
    width: 100%!important;
}

/* submenu breedte aanpassen */
.main-navigation ul ul a {
   width: 400px;
   white-space: normal;
}


/* metaslider alleen tonen in mobile view */
@media only screen and (min-width: 500px) {
.metaslider {
    display: none;
  }
}

/* blok laten aansluiten op de downloadspagina, padding verwijderen */
.page-id-581 #main {
   padding: 0px;
}

/* styling blokken kennisbank pagina */
.page-id-72 .sow-cta-base {
    padding: 1em 1em;
}

/* styling siteinfo colofon */
#colophon #site-info {
    color: #cccccc;
}

.page-id-226 .gform_wrapper label.gfield_label {
    font-size: 1em!important;

}

/* schakel "instelling" uit bij cookiemelding in footer */
.wpgdprc-consent-bar__settings {
  display: none;
}
div.wpgdprc-consent-bar {
  background: #005484;
}

/* tijdelijke css code voor toolset ivm probleem autoptimize plugin */ 
.page-id-6003 .form-control {
    width: 45%!important;
}

@media only screen and (max-width: 600px) {
 .page-id-6003 .form-control {
    width: 80%!important;
  }
}

/* styling direkt inschrijven pagina */
.page-id-6003 .row {
      margin-bottom: 10px!important;
}

/* NIEUWSPAGINA */
.so-widget-blog-style-two-blog-style-two-style-f70b9422c3b0 .blog_two_style .meta {
    display: none!important;
}

.corona-styling {
    margin-top: 30px!important;
    text-decoration: none!important;
    font-size: 24px!important;
    font-weight: bold!important;
}
.corona-styling a:link {
    text-decoration: none!important;
}

#main-slider {
display: none
}