/*====================================
	KLEUREN
====================================*/

/*====================================
	TYPO
	Paragraaf	Open Sans 2
	Kop			Loos Normal
====================================*/

@import url("https://use.typekit.net/zft1bbj.css");

/*====================================
	GENERAL
====================================*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: open-sans,sans-serif;
  font-size: 15px; }

body {
  font-size: 15px;
  line-height: 140%;
  color: #13100d;
  font-family: open-sans,sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #ffffff; }

:focus {
  outline: none; }

::selection {
  background-color: rgba(11, 114, 181, 0.76);
  color: #fff; }

a {
  color: #1BBFBA;
  text-decoration: none; }
  a:hover {
    color: #F0C400 !important; }

#contact a {
  color: #13100d; }
  #contact a:hover {
    color: #ffffff; }

section a:hover {
  color: #F0C400; }

footer a:hover {
  color: #ffffff !important; }

.wp-block-quote {
  font-family: loos-normal, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 130%;
  padding-left: 20px;
  border-left: 5px solid #ffd600; }

.kring-logo-grijs {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out; }

.wrapper-kerntaak:hover .kring-logo-grijs {
  filter: grayscale(1);
  transition: all 0.5s ease-in-out; }

html.has-scroll-smooth .fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

html.has-scroll-smooth section[data-scroll-section-inview] .fadeIn.is-inview {
  opacity: 1; }

.video-groot iframe {
  width: 100% !important;
  height: 500px !important; }

/*====================================
	TYPO
====================================*/
.open-sans {
  font-family: open-sans, sans-serif !important;
  font-style: normal; }

.loos {
  font-family: loos-normal, sans-serif !important;
  font-style: normal; }

.intro-sectie {
  font-family: loos-normal, sans-serif;
  font-style: normal; }
  .intro-sectie p {
    font-family: loos-normal, sans-serif;
    font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: loos-normal, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.1em; }

.tekst-zwart {
  color: #13100d; }

.tekst-wit {
  color: #ffffff; }

.tekst-geel {
  color: #ffd600; }

.tekst-blauw {
  color: #1BBFBA; }

.tekst-schaduwgeel {
  color: #F0C400; }

.tekst-grijs {
  color: #E6E6E6; }

.tekst-lichtgrijs {
  color: #F2F2F0; }

.tekst-donkergrijs {
  color: #707070; }

.bold {
  font-weight: 600; }

.btn-success {
  background-color: #ffd600 !important;
  border-color: #ffd600 !important; }

/*====================================
	FONT SIZES
====================================*/
.em05 {
  font-size: 0.5em; }

.em06 {
  font-size: 0.6em; }

.em07 {
  font-size: 0.7em; }

.em08 {
  font-size: 0.8em; }

.em09 {
  font-size: 0.9em; }

.em10 {
  font-size: 1.0em; }

.em11 {
  font-size: 1.1em; }

.em12 {
  font-size: 1.2em; }

.em13 {
  font-size: 1.3em; }

.em14 {
  font-size: 1.4em; }

.em15 {
  font-size: 1.5em; }

.em16 {
  font-size: 1.6em; }

.em17 {
  font-size: 1.7em; }

.em18 {
  font-size: 1.8em; }

.em19 {
  font-size: 1.9em; }

.em20 {
  font-size: 2.0em; }

.em21 {
  font-size: 2.1em; }

.em22 {
  font-size: 2.2em; }

.em23 {
  font-size: 2.3em; }

.em24 {
  font-size: 2.4em; }

.em25 {
  font-size: 2.5em; }

.em26 {
  font-size: 2.6em; }

.em27 {
  font-size: 2.7em; }

.em28 {
  font-size: 2.8em; }

.em29 {
  font-size: 2.9em; }

.em30 {
  font-size: 3.0em; }

.em35 {
  font-size: 3.5em; }

.em40 {
  font-size: 4.0em; }

.em60 {
  font-size: 6em; }

/*====================================
	VLAK & TEKST KLEUREN
====================================*/
.vlak-zwart {
  background-color: #13100d; }

.vlak-geel {
  background-color: #ffd600 !important; }

.vlak-schaduwgeel {
  background-color: #F0C400; }

.vlak-wit {
  background-color: #ffffff; }

.vlak-grijs {
  background-color: #E6E6E6; }

.vlak-lichtgrijs {
  background-color: #F2F2F0; }

.banner-bg {
  background-size: cover;
  background-position: top; }

.naarboven-1 {
    margin-top: -4rem; }

.vlak-grijs-wit {
  background-color: #F2F2F0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #F2F2F0), color-stop(10%, #F2F2F0), color-stop(10%, #ffffff));
  background-image: -webkit-linear-gradient(top, #F2F2F0 10%, #F2F2F0 10%, #ffffff 10%);
  background-image: -moz-linear-gradient(top, #F2F2F0 10%, #F2F2F0 10%, #ffffff 10%);
  background-image: linear-gradient(#F2F2F0 10%, #F2F2F0 10%, #ffffff 10%); }

.vlak-grijs-wit-twee {
  background-color: #F2F2F0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #F2F2F0), color-stop(80%, #F2F2F0), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #F2F2F0 80%, #F2F2F0 80%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #F2F2F0 80%, #F2F2F0 80%, #ffffff 80%);
  background-image: linear-gradient(#F2F2F0 80%, #F2F2F0 80%, #ffffff 80%); }

.vlak-grijs-wit-drie {
  background-color: #F2F2F0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #F2F2F0), color-stop(30%, #F2F2F0), color-stop(30%, #ffffff));
  background-image: -webkit-linear-gradient(top, #F2F2F0 30%, #F2F2F0 30%, #ffffff 30%);
  background-image: -moz-linear-gradient(top, #F2F2F0 30%, #F2F2F0 30%, #ffffff 30%);
  background-image: linear-gradient(#F2F2F0 30%, #F2F2F0 30%, #ffffff 30%); }

.vlak-grijs-wit-vier {
  background-color: #F2F2F0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F2F2F0), color-stop(50%, #F2F2F0), color-stop(50%, #ffffff));
  background-image: -webkit-linear-gradient(top, #F2F2F0 50%, #F2F2F0 50%, #ffffff 50%);
  background-image: -moz-linear-gradient(top, #F2F2F0 50%, #F2F2F0 50%, #ffffff 50%);
  background-image: linear-gradient(#F2F2F0 50%, #F2F2F0 50%, #ffffff 50%); }

.vlak-wit-geel {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ffd600));
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 10%, #ffd600 10%);
  background-image: -moz-linear-gradient(top, #ffffff 50%, #ffffff 50%, #ffd600 50%);
  background-image: linear-gradient(#ffffff 50%, #ffffff 50%, #ffd600 50%); }

.vlak-grijs-wit-vijf {
  background-color: #E6E6E6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E6E6E6), color-stop(50%, #E6E6E6), color-stop(50%, #ffffff));
  background-image: -webkit-linear-gradient(top, #E6E6E6 50%, #E6E6E6 50%, #ffffff 50%);
  background-image: -moz-linear-gradient(top, #E6E6E6 50%, #E6E6E6 50%, #ffffff 50%);
  background-image: linear-gradient(#E6E6E6 50%, #E6E6E6 50%, #ffffff 50%); }

.vlak-half-afbeelding {
  background-image: url("http://vwwgroup.com/wp-content/uploads/2016/03/stock-photo-64109767-three-generation-family-enjoying-a-summer-vacation-together_web_new.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50%;
  background-color: #F2F2F0; }

.vlak-wit-transparant {
  background: white;
  background: linear-gradient(180deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%); }

/*====================================
	EFFECTEN / ANIMATIES
====================================*/
.hoef:hover {
  opacity: 0.80; }

.opsomming-vinkjes {
  list-style-type: none;
  padding-left: 1.5rem; }
  .opsomming-vinkjes li {
    margin-left: 0.75em;
    margin-bottom: 20px; }
  .opsomming-vinkjes li:before {
    content: "\e000";
    font-family: 'Font Awesome Kit';
    float: left;
    margin-left: -2em;
    color: #F0C400;
    font-size: 1em; }

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.5);
  animation-delay: calc(var(--animate-delay)*0.5); }

/*====================================
	MENU
====================================*/
button:focus {
  outline: none; }

nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .5s ease-in-out;
  background-color: #ffffff; }

nav.navbar.scrolnav {
  background-color: #ffffff;
  transition: all .1s ease-in-out; }

nav.navbar.open {
  background-color: #13100d; }

.navbar-toggler {
  float: right;
  padding: 8px 12px;
  border-radius: 0; }
  .navbar-toggler span {
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    height: 2px;
    width: 25px;
    margin-top: 7px;
    margin-bottom: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }

.pre-toggle a {
  display: inline-block;
  padding: 12px;
  font-size: 1.8em; }
  .pre-toggle a i {
    color: #13100d; }

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
  box-shadow: none; }

.navbar-toggler:hover > span {
  background-color: #ffd600; }

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out; }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: relative;
  right: 0px;
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9; }

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent; }

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: relative;
  right: 0px;
  top: -20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9; }

nav ul {
  padding: 0;
  margin: 0;
  display: inline-block; }

.hoofdmenu {
  transition: all .2s ease-in-out; }
  .hoofdmenu li {
    list-style-type: none;
    float: none;
    display: inline-block;
    background-color: #13100d;
    padding: 8px 15px;
    transition: all .2s ease-in-out; }
  .hoofdmenu a {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: loos-normal, sans-serif; }

.hoofdmenu li.open-sans a {
  font-family: open-sans, sans-serif !important;
  font-weight: 500 !important; }

.hoofdmenu li.mobiel-groot a {
  font-size: 1.5rem; }

.hoofdmenu li.current-menu-item {
  background-color: #13100d !important; }
  .hoofdmenu li.current-menu-item a {
    color: #ffd600; }

.hoofdmenu li:hover {
  background-color: #1BBFBA !important;
  transition: all .2s ease-in-out;
  color: #ffffff !important; }

.hoofdmenu li.zoek:hover {
  background-color: #1BBFBA !important; }

nav {
  background-color: #F0C400; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#navbarSub {
  opacity: 1;
  transition: all .2s ease-in-out;
  position: absolute;
  right: 0;
  top: 25px; }

#navbarSub ul {
  list-style-type: none;
  float: left;
  margin-top: -15px; }
  #navbarSub ul li a {
    font-size: 0.65rem;
    padding: 5px 5px;
    color: #13100d; }

/* SUB MENU / DROPDOWN */
.sub-menu {
  display: none !important;
  padding: 10px 15px;
  background-color: #fff;
  margin-left: -20px;
  margin-top: 15px;
  min-width: 180px; }

.sub-menu li {
  float: none;
  list-style-type: none;
  display: block;
  padding: 2px 15px 2px 0px !important;
  text-align: left;
  background-color: #fff;
  width: auto; }
  .sub-menu li:before {
    content: "\e003";
    font-family: 'Font Awesome Kit';
    font-weight: 300;
    font-size: 0.8em;
    position: relative;
    color: #13100d;
    left: -5px; }
  .sub-menu li a {
    color: #13100d !important;
    font-size: 0.8em !important;
    font-family: open-sans, sans-serif !important;
    font-weight: 500; }

.sub-menu li:hover {
  background-color: transparent !important; }

.sub-menu li:hover a {
  color: #1BBFBA !important; }

/*====================================
	HEADER
====================================*/
.navbar-brand {
  width: 100px;
  padding: 0;
  transition: all .2s ease-in-out; }

.headerlogo {
  margin: 10px 0px 8px 0px; }

.background-header {
  background-size: cover;
  height: 75vh; }

.keuzeform-wrapper {
  max-width: 1000px;
  position: absolute;
  bottom: -100px; }

.keuzeform-wrapper .vlak-geel {
  border-bottom: 7px solid #F0C400;
  box-shadow: 0px 3px 50px rgba(51, 51, 51, 0.3); }

.keuzeform-wrapper p {
  font-size: 0.9em; }

.keuzeform-wrapper .fa-hnpf-icoon-persoon {
  font-size: 5em; }

.keuzeform-wrapper .dropdown-toggle::after {
  margin-left: 1.255em; }

.keuzeform-wrapper a {
  font-size: 0.9em; }

.keuzeform-wrapper .dropdown-toggle {
  font-size: 0.9em;
  padding: 12px 15px;
  border: none; }

section#header {
  z-index: 999; }

.dropdown button {
  background-color: #ffffff;
  color: #707070;
  border-radius: 0px;
  width: 100%;
  box-shadow: none !important; }
  .dropdown button:hover {
    background-color: #ffffff;
    color: #1BBFBA; }

.dropdown-menu {
  border-radius: 0px; }
  .dropdown-menu a {
    padding: 3px 10px;
    display: block;
    color: #13100d; }

.broodkruimels {
  border-bottom: 1px #707070 solid;
  font-family: open-sans, sans-serif !important;
  position: relative; }
  .broodkruimels a {
    color: #13100d;
    font-family: open-sans, sans-serif !important; }

.broodkruimels a:hover {
  color: #13100d; }

.breadcrumbs, #breadcrumbs, .breadcrumbs p, .breadcrumbs a {
  font-size: 0.7em;
  font-family: open-sans, sans-serif !important; }

.totheleftmobiel {
  position: relative;
  left: -30px;
  top: 30px; }

#breadcrumbs .breadcrumb_last {
  font-weight: bold; }

/*====================================
	SWIPER
====================================*/
.swiper-pagination {
  position: relative;
  text-align: left; }

.swiper-pagination-bullet {
  width: 100%;
  height: 30px;
  display: block;
  border: none;
  background: transparent;
  opacity: 1; }

.swiper-pagination-bullet-active {
  color: #F0C400; }

.swiper-button-next, .swiper-button-prev {
  font-size: 1.8rem; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto; }

.swiper-button-next, .swiper-button-prev {
  top: 55%;
  position: relative;
  float: left;
  margin-top: 30px;
  color: #F0C400; }

.swiper-button-next:after {
  content: '\e001';
  font-family: 'Font Awesome Kit';
  font-size: 1em; }

.swiper-button-prev:after {
  content: '\e002';
  font-family: 'Font Awesome Kit';
  font-size: 1em;
  color: #9e9e9e; }

.swiper-button-prev {
  left: -5rem; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

/*====================================
	ZOEKVELD
====================================*/
#zoekwrapper input {
  border: none;
  border-radius: 0;
  background-color: #ffd600;
  color: #13100d;
  font-size: 1.5em;
  font-family: loos-normal, sans-serif;
  font-weight: bold; }

#zoekwrapper input::placeholder {
  color: #13100d; }

#zoekwrapper input:focus {
  color: #13100d;
  border-color: transparent;
  box-shadow: none;
  background-color: #F0C400; }

#zoekwrapper button {
  border: none;
  border-radius: 0;
  background-color: #13100d;
  color: #ffffff;
  font-size: 2em; }
  #zoekwrapper button:hover {
    background-color: #F0C400; }

/*====================================
	DOCUMENTEN
====================================*/
#documenten a h5 {
  color: #1BBFBA; 
	min-height: 55px;
}
#documenten a h5:hover {
	color: #13100d !important; 
}
#documenten .card-body {
    background-color: #f2f2f0;
}

/*====================================
	DOELGROEP KEUZE
====================================*/
.doelgroep-menu {
  position: absolute;
  top: 47px;
  z-index: 10;
  width: 100%;
  padding-top: 22px; }

.dropdown-menu.show {
  width: 325px; }

#doelgroep-keuze-mobiel {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important; }
  #doelgroep-keuze-mobiel .btn-secondary {
    background-color: #1BBFBA !important;
    border: 1px solid #1BBFBA !important;
    width: 85% !important;
    font-weight: 600;
    border-radius: 0 !important; }
    #doelgroep-keuze-mobiel .btn-secondary a {
      font-weight: 600 !important; }
  #doelgroep-keuze-mobiel a {
    font-size: 1.5rem;
    padding: 0.8rem; }
  #doelgroep-keuze-mobiel .dropdown-item {
    display: flex !important;
    justify-content: center !important;
    font-weight: 600 !important;
    color: #ffffff !important; }
  #doelgroep-keuze-mobiel ul.dropdown-menu.show {
    transform: translate3d(28px, 34px, 0px);
    width: 85%;
    background-color: #1BBFBA !important;
    border: none !important; }
  #doelgroep-keuze-mobiel #dropdownMenuLink:after {
    content: "\e002";
    font-family: 'Font Awesome Kit';
    font-size: 0.8em;
    font-weight: 300;
    position: relative;
    color: #ffffff;
    border: none; }
  #doelgroep-keuze-mobiel a#dropdownMenuLink:focus {
    border: none !important; }

/*====================================
	KERNTAKEN
====================================*/
.wrapper-kerntaak {
  border: 1px solid #E6E6E6;
  transition: all .2s ease-in-out;
  background-color: #ffffff; }
  .wrapper-kerntaak i {
    font-size: 3em; }

.wrapper-kerntaak:hover {
  background-color: #ffd600;
  border: 1px solid #ffd600;
  transition: all .2s ease-in-out;
  cursor: pointer;
  box-shadow: 0 10px 10px #E1E1E1; }

.wrapper-kerntaak .taak-tekst {
  min-height: 100px;
  font-family: loos-normal, sans-serif; }

.wrapper-gezocht {
  border: 1px solid #E6E6E6;
  box-shadow: 0 10px 10px #E1E1E1; }
  .wrapper-gezocht ul {
    list-style-type: none;
    padding-left: 8px; }
    .wrapper-gezocht ul li {
      margin-bottom: 10px; }
      .wrapper-gezocht ul li:before {
        content: "\e003";
        font-family: 'Font Awesome Kit';
        font-weight: 300;
        font-size: 0.8em;
        position: relative;
        color: #13100d;
        left: -5px; }
      .wrapper-gezocht ul li a {
        color: #13100d;
        font-size: 0.9em; }
        .wrapper-gezocht ul li a:hover {
          color: #1BBFBA; }

/*====================================
	FAQ
====================================*/
.accordion-item, .accordion-button {
  background-color: #F2F2F0 !important; }

#meestgesteld .accordion-item, .accordion-button {
  background-color: #ffffff !important; }

body .accordion-item .accordion-button {
  background-color: #ffffff !important; }

body.werknemer .accordion-item .accordion-button, body.werkgever .accordion-item .accordion-button, body.pensioenfonds .accordion-item .accordion-button {
  background-color: #F2F2F0 !important; }

.accordion-item {
  border-top: 1px solid #E6E6E6 !important;
  border-bottom: none; }
  .accordion-item p {
    font-size: 0.9rem; }

.accordion-item:last-of-type {
  border-bottom: 1px solid #E6E6E6 !important; }

.accordion-button {
  padding: 15px 0px;
  font-weight: 300; }

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important; }

.accordion-button:not(.collapsed) {
  color: #13100d !important;
  background-color: transparent !important;
  box-shadow: none !important; }

.show .accordion-body {
  border-bottom: 1px solid #E6E6E6 !important;
  transition: all .2s ease-in-out;
  background-color: #ffffff; }

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\e002";
  font-family: 'Font Awesome Kit';
  background: none;
  transition: transform .2s ease-in-out; }

.accordion-button:not(.collapsed)::after {
  background: none !important; }

#accordionFAQ1 a:hover {
  color: #707070 !important; }

/*====================================
	MAIL BANNER GEEL
====================================*/
.circle {
  width: 25px;
  height: 25px;
  border: 2px solid #333;
  background-color: #ffffff;
  position: relative;
  border-radius: 50%;
  top: -50%;
  left: -13px; }

.velden {
  border-left: 2px solid #13100d;
  padding-left: 0;
  height: 100%; }

.veldtekst {
  padding-left: 0;
  padding-right: 10%;
  font-weight: 600;
  padding-left: 10%;
  padding-bottom: 1rem;
  color: #13100d; }

.veldbutton {
  padding-left: 0; }

.veldicoon {
  font-size: 6rem;
  color: #000; }

/*====================================
	FORMULIEREN / KNOPPEN
====================================*/
.button {
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-family: loos-normal, sans-serif;
  font-weight: bold;
  letter-spacing: 0px; }

.button-arrow-right:after {
  content: "\e003";
  font-family: 'Font Awesome Kit';
  font-weight: 300;
  position: relative;
  right: -7px;
  top: 1px; }

.button-arrow-kruisje:after {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: relative;
  right: -7px;
  top: 1px; }

.button-zwart {
  background-color: #000;
  color: #ffd600; }

.button-geel {
  color: #F0C400;
  background-color: transparent;
  border: 1px solid #F0C400; }
  .button-geel :hover {
    padding: 10px 20px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-decoration: none;
    transition-duration: 0.25s; }

.button-wit {
  color: #13100d;
  background-color: transparent;
  border: 1px solid #13100d; }

.button-wit:hover {
  padding: 10px 20px;
  color: #ffd600 !important;
  background-color: #13100d !important;
  border: 1px solid #13100d !important;
  text-decoration: none;
  transition-duration: 0.25s; }

.nf-form-fields-required {
  display: none; }

.nf-form-content {
  margin: 0 !important; }

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background-color: #000;
  color: #ffd600 !important;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-family: loos-normal, sans-serif;
  font-weight: bold;
  letter-spacing: 0px; }

.arrow-pref {
  padding-left: 0; }
  .arrow-pref li {
    display: inline-block;
    width: 100%; }
    .arrow-pref li:before {
      content: "\e003";
      font-family: 'Font Awesome Kit';
      font-weight: 300;
      position: relative;
      left: -5px; }

a.arrow-pref {
  display: inline-block; }
  a.arrow-pref:before {
    content: "\e003";
    font-family: 'Font Awesome Kit';
    font-weight: 300;
    position: relative;
    left: -5px; }

.onder-footer ul {
  display: inline; }
  .onder-footer ul li {
    width: auto; }

/*====================================
	Actueel
====================================*/
.actueel-banner {
  background-size: cover;
  height: 50vh; }

.border-bot-geel {
  margin-bottom: 15px;
  border-bottom: 10px #ffd600 solid; }

.datum {
  font-size: 0.8em; }

.filter-actueel fieldset {
  font-size: 0px;
  letter-spacing: 0px; }

.filter-actueel .button {
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  background-color: transparent;
  color: #000;
  letter-spacing: normal;
  font-size: 1.1rem;
  margin-bottom: 5px;
  margin-left: -1px; }

.filter-actueel .button:hover {
  background-color: #000;
  color: #ffd600;
  transition-duration: 0.25s; }

.filter-actueel .mixitup-control-active {
  background-color: #000;
  color: #ffd600; }

.filter-zoeken .mixitup-control-active {
  color: #1BBFBA; }

.filter-zoeken button {
  padding: 3px;
  color: #13100d;
  border-bottom: 1px solid #13100d;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #ffffff; }
  .filter-zoeken button:hover {
    color: #1BBFBA; }

.links-uplinks-schuin {
  border-top-left-radius: 50px; }

/*====================================
	ZOEKFUNCTIE
====================================*/
.index {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px; }
  .index li {
    float: left;
    border-bottom: 1px solid #13100d; }

.veel-gezocht li {
  margin-bottom: 10px; }
  .veel-gezocht li a {
    color: #13100d; }
    .veel-gezocht li a:hover {
      color: #1BBFBA; }

/*====================================
	Contact 
====================================*/
select option[disabled] {
  display: none; }

.medewerker-info {
  font-size: 0.9em; }

.lijn-contact {
  border-bottom: 1px #707070 solid; }

.medewerkerfoto {
  position: relative;
  border-radius: 50%;
  padding: 0; }
  .medewerkerfoto img {
    border: 15px #ffd600 solid;
    border-radius: 50%;
    opacity: 1;
    transition: all .2s ease-in-out; }

.teamoverzicht .medewerkerfoto:hover img {
  border: 75px #ffd600 solid;
  opacity: 0;
  transition: all .2s ease-in-out; }

.medewerkerfoto-url:hover:after {
  content: "\2b";
  font-family: 'Font Awesome Pro';
  font-weight: 300;
  position: absolute;
  left: 41%;
  color: #ffffff;
  top: 42%;
  font-size: 4em; }

.icoon-groot i {
  font-size: 5em; }

.contactopties-wrapper, .contactopties-wrapper a, .contactopties-wrapper p {
  font-size: 0.9em; }

#single-medewerker a {
  color: #13100d; }
  #single-medewerker a:hover {
    color: #ffffff; }

/*====================================
	FOOTER
====================================*/
/* CSS Document */
footer {
  background-color: #ffd600;
  color: #000; }
  footer h4 {
    font-size: 1.2em; }
  footer a {
    color: #000; }
  footer ul {
    margin-left: 0px;
    padding-left: 0px; }
    footer ul li {
      list-style: none; }
      footer ul li a {
        color: #000; }
  footer .onder-footer {
    background-color: #F0C400; }
    footer .onder-footer ul {
      margin-bottom: 0px; }
      footer .onder-footer ul li {
        display: inline-block;
        padding-right: 1em; }

#backToTop {
  background-color: #13100d;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  cursor: pointer;
  transition: all .2s ease-in-out; }

#backToTop:hover {
  background-color: #F0C400;
  transition: all .2s ease-in-out; }

#backToTop.show {
  opacity: 1;
  visibility: visible; }

/*====================================
	404
====================================*/
.viernulvier {
  width: 100%; }

.viernulvier a:hover {
  text-decoration: none; }

.searchform label {
  display: none; }

.searchform input {
  font-size: 1rem; }

input.search-field {
  font-size: 1rem;
  width: 90%;
  margin-bottom: 30px;
  padding: 5px; }

/*==================================================
	Bootstrap 5 Media Queries
==================================================*/
@media (min-width: 768px) {
  body, html {
    font-size: 16px; }

  .hoofdmenu ul.menu li {
    float: left; } }
@media (min-width: 992px) {
  body, html {
    font-size: 18px; }

  .circle {
    width: 25px;
    height: 25px;
    border: 2px solid #333;
    background-color: #ffffff;
    position: relative;
    border-radius: 50%;
    top: -13px; }

  .velden {
    border-top: 2px solid #13100d;
    padding-left: 0;
    border-left: none; }

  .veldtekst {
    padding-left: 0;
    padding-right: 10%; }

  .veldbutton {
    padding-left: 0;
    padding-right: 10%; }

  .veldicoon {
    font-size: 6rem;
    color: #000;
    transform: translate(2rem, -55px); }

  .dropdown button {
    width: 300px; }

  .hoofdmenu li.mobiel-groot a {
    font-size: 1rem; }

  #navbarCollapse {
    transition: all .2s ease-in-out;
    width: 0;
    padding-bottom: 0px;
    position: relative;
    top: 45px; }

  .navbar-brand {
    width: 175px;
    transition: all .2s ease-in-out; }

  #navbarSub ul li a:hover {
    color: #1BBFBA !important; 
    }
    
    .menu-item-has-children:hover > .sub-menu {
        display: block !important;
        position: absolute !important;    
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    
      .menu-item-has-children:hover .sub-menu {
        display: block;
        transition: all .5s; }
    
      .menu-item-has-children {
        display: block;
        transition: all .5s; }

}
@media (min-width: 1200px) {
  body, html {
    font-size: 20px; }

  nav.navbar {
    background-color: transparent; }

  .navbar-brand {
    width: 200px;
    transition: all .2s ease-in-out; }

  .scrolnav .navbar-brand {
    width: 130px;
    transition: all .2s ease-in-out; }

  .hoofdmenu {
    position: absolute;
    right: -15px; }
    .hoofdmenu li {
      padding: 15px 20px; }
      .hoofdmenu li a {
        font-size: 1rem; }

  .dropdown button {
    width: 325px; }

  .scrolnav #navbarCollapse {
    top: 0px;
    transition: all .2s ease-in-out; }

  .scrolnav #navbarSub {
    opacity: 0;
    transition: all .2s ease-in-out;
    top: -50px; }

  ul.submenu-contact {
    margin-left: 20px; }
    ul.submenu-contact li {
      padding: 0px;
      width: 200px; }
      ul.submenu-contact li a {
        font-size: 0.8em !important;
        font-weight: bold; }

  .submenu li.current_page_item:before {
    content: "";
    position: fixed;
    width: 50px;
    height: 3px;
    background-color: #ffd600;
    top: 0px;
    margin-left: 15px; }

  

  .headerlogo {
    margin: 12px 0px 10px 0px; }

  .hoofdmenu li.zoek {
    background-color: #F0C400;
    width: 60px;
    text-align: center;
    padding: 10px 10px; }
    .hoofdmenu li.zoek i {
      font-size: 35px;
      color: #13100d;
      font-weight: 500; }

  .hoofdmenu li.current-menu-item {
    background-color: #1BBFBA !important; }
    .hoofdmenu li.current-menu-item a {
      color: #ffffff; }

  .sub-menu li.current-menu-item {
    background-color: transparent !important; }

  .hoofdmenu li.inloggen-button {
    width: 300px;
    background-color: #ffd600; }
    .hoofdmenu li.inloggen-button a {
      color: #13100d;
      font-weight: 600; }
    .hoofdmenu li.inloggen-button i {
      font-weight: 500; }

  .hoofdmenu li.dropdown-link {
    padding-right: 25px; }
    .hoofdmenu li.dropdown-link:after {
      content: "\e002";
      font-family: 'Font Awesome Kit';
      font-weight: 300;
      position: relative;
      left: 10px; }

  .wp-block-quote {
    font-size: 1.7em;
    position: relative;
    margin-top: 40px;
    margin-bottom: 50px;
    border-left: 10px solid #ffd600;
    left: -30px;
    padding-left: 40px; }

  .totheleft {
    position: relative; }

  .fs-1-groot {
    font-size: 3.5em; }

  h1 {
    font-size: 3.7em; }

  .intro-sectie h1 {
    font-size: 3.3em; }

  h2 {
    font-size: 3.5em; }

  h3 {
    font-size: 2em; }

  h4 {
    font-size: 1.4em; }

  .medewerkerfoto img {
    border: 30px #ffd600 solid; }

  .background-header {
    height: 70vh; }

  .naarboven-1 {
    margin-top: -5rem;
  }

  #navbarSub ul li a {
    padding: 5px 10px; } }
@media (min-width: 1600px) {
  body, html {
    font-size: 20px; }

  .background-header {
    height: 70vh; }

  .video-groot iframe {
    width: 75% !important;
    height: 450px !important; }

  .naarboven-1 {
    margin-top: -6rem; 
}

  #navbarSub ul li a {
    padding: 5px 15px; } 

    
    .menu-item-has-children:hover > .sub-menu {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}
@media (min-width: 1900px) {
  body, html {
    font-size: 20px; } }
@media (min-width: 2400px) {
  body, html {
    font-size: 23px; }

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px; }
    .hoofdmenu {
        right: 0px;
    }
  .hoofdmenu li {
    width: auto; }

  .hoofdmenu li.inloggen-button {
    width: auto; }

  .keuzeform-wrapper {
    max-width: 1300px;
    bottom: -150px; } 


    #navbarSub ul li a {
        font-size: 0.75rem;
    }
}
    
@media (min-width: 544px) and (max-width: 991px) {
  body:before {
    align-items: center;
    background-color: #ffd600;
    bottom: 0;
    color: #ffffff;
    content: "Please rotate your device";
    display: flex;
    font-size: 1.125rem;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000; } }
