/*
	Theme Name: Zomer 2020
	Theme URI: http://websitesvoormbk-ers.nl
	Description: Template Zomer 2020
	Version: 1.0
	Author: Websites voor mkb'ers
	Author URI: http://websitesvoormkb-ers.nl
	Tags: Custom
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

    1.0 HTML5 Reset
		1.1 Baseline Normalize
		1.2 Box Sizing
		1.3 Float Clearing
	2.0 Defaults
		2.1 Typographical Elements
		2.2 Headings
		2.3 Objects
		2.4 Forms
		2.5 Tables
		2.6 Screen Reader Text
		2.7 WordPress Video Player
        2.8 Alignments
        2.9 Lists
    3.0 Common Classes
        3.1 Avatar
        3.2 Search Forms
        3.3 Wordpress
        3.4 Widgets
    4.0 Media
        4.1 Galleries
    5.0 404error
    6.0 Site
        6.1 Header
        6.2 Navigatie
        6.3 Homepage
        6.4 Content
            6.4.1 Meest gezochte content
            6.4.2 Recente berichten
            6.4.3 Tutorials
            6.4.4 Testimonials
            6.4.5 Aanbiedingen
            6.4.6 Artikelen
            6.4.7 Pagina kopen
            6.4.8 Widget area
            6.4.9 Footer
            6.4.10 Call to actions
            6.4.11 Back-to-top
            6.4.12 Member login
    7.0 Media queres
--------------------------------------------------------------*/

.swiper-container-team .swiper-slide {
  padding-top: calc(31% - 10px) !important;
}

.centered-line-text {
  display: flex;
  /*align-items: center; /* Verticaal centreren */
  /*justify-content: center; /* Horizontaal centreren */
  gap: 25px; /* Ruimte tussen tekst en lijnen */
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  height: 25px; /* Zorgt ervoor dat de container hoogte heeft */
  line-height: 1; /* Verwijdert extra tekst-ruimte */
  margin: 0;
  padding: 0;
}

.centered-line-text::before,
.centered-line-text::after {
  content: '';
  flex: 1; /* Gelijke lengte van lijnen */
  border-bottom: 1px solid #a364d0; /* Lijnstijl */
  align-self: center; /* Expliciete centrering van lijnen */
}

        .cta-block {
            display: flex;
            background-color: #f6ecfe;
            width: 100%;
			width: calc(100% - 30px);
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }

        .block-left {
            width: 50%;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .block-right {
            width: 50%;
            background-color: #f6ecfe;
            background-image: url("img/contact.png");
            background-repeat: no-repeat;
            background-position: top right;
            background-size: cover;
        }
        
        /* Media query voor mobiele apparaten */
        @media (max-width: 768px) {
            .cta-block {
                flex-direction: column-reverse; /* Zet block-right boven block-left */
            }

            .block-left, .block-right {
                width: 100%; /* Volle breedte op mobiel */
            }

            .block-right {
                height: 300px; /* Geef een hoogte om de afbeelding zichtbaar te maken */
            }			
        }

/* Inhouse diensten */

.tb2-inside {
    width: 1230px;
	max-width: calc(100% - 30px);
    margin: 0 auto;
}

.service-wrap {
  float: left;
  width: calc(33.33% - 30px);
  position: relative;
  margin: 0 15px 15px 0;
  padding-top: calc(22% - 15px);
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 15px 30px;
  transition: transform .6s;
}
/*.single .service-wrap {
    width: 100%;
    padding-top: 69.9%;
    margin-top: 58px;
}*/
.service-wrap-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.service-wrap:hover div[style] {
  background-position: top right !important;
}
.service-wrap img {
  float: left;
  transition: transform .6s;
}
.service-wrap:hover > .service-wrap-inner img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
  	transform: scale(1.1); 
}
.service-member-info-wrap {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(51,51,51,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(51,51,51,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(51,51,51,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6333333',GradientType=0 ); 
  position: absolute;
	color: #fff;
	padding: 15px 15px 15px 15px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1; 
}
.service-member-name, .dn-naam {
	color: #fff;
	font-weight: 600;
	margin: 0;
	font-size: 24px;
	margin: 25px 0 10px;
	letter-spacing: 0;
	hyphens: auto;
}
.service-member-role {
  color: #fff;
  line-height: 1.3;
	margin-bottom: 20px;
  font-weight: 400;
}
.service-member-phone {
	margin-bottom: 60px;
}
.service-member-email {
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 140px;
		opacity: 0; 
}
.service-member-email a {
	color: #fff;
}
.service-member-leesmeer {
	text-align: center;
	text-transform: uppercase;
}

/* Dienst wrap nieuw */

.dn-wrap {
  color:  #333;
  float: left;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  min-height: 425px;
}
.dn-info-wrap {
	font-size: 14px;
}
.dn-wrap-33 {
  color:  #333;
  float: left;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  min-height: 425px;
}
.kader-wrap .dn-wrap {
	width: calc(33.33% - 30px);
}
.dn-image-wrap img {
	float:  left;
	width:  100%;
}
.dn-image-wrap {
	border-radius: 5px;
	margin-bottom: 28px;
	/*padding-top: calc(100% - 15px);*/
	position: relative;
	width: 100%;
	overflow: hidden;
}
.dn-image-wrap div[style] {
  background-size: auto 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dn—naam-wrap {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(51,51,51,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(51,51,51,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(51,51,51,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6333333',GradientType=0 ); 
  position: absolute;
	color: #fff;
	padding: 15px 15px 0 15px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1; 
}
.pdf-download-link {
    display: inline-block;
	color:  #333;
    padding: 5px 15px;
    background: transparent;
	border: 3px solid #a364d0 !important;
    text-decoration: none;
    border-radius: 5px;
	font-size: 15px;
    font-weight: 500;
}
.pdf-download-link:hover {
    background-color: #a364d0;
	color: #fff;
}

/* Licht team */

.team-wrap {
  float: left;
  width: calc(25% - 30px);
  position: relative;
  margin: 0 15px 15px 0;
  padding-top: calc(33.33% - 5px);
}
.team-wrap-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/*.team-wrap:hover div[style] {
  background-position: top right !important;
}*/
.team-wrap img {
  float: left;
}
.team-member-info-wrap {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0; /* IHLF */
  right: 0; /* IHLF */
  text-align: left; /* IHLF */
  padding: 10px 10px 10px 10px;
}
.team-member-name {
  margin: 0;
}
.team-member-role {
  line-height: 1.3;
}
.cw-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.team-overlay {
  /*background: rgba(0, 0, 0, 0.2);*/
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(51,51,51,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(51,51,51,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(51,51,51,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6333333',GradientType=0 ); 
  height: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: all 0.6s ease-in-out;
  z-index: 0;
}

.nieuws-la2 {
    float: left;
    height: calc(25vw - 5px);
    margin: 0 5px 5px 0;    
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
}

/* Licht */

#logged_out {
  display: none;
}
/*.single h1 {
  margin-bottom: 40px;
  line-height: 1.1;
}*/
.nieuws-image {
  width: 200px;
  height: 200px;
}
.single .nieuws-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}
.single .nieuws-image img {
  box-shadow: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: top;
  object-position: bottom;
  max-height: 300px;
}

/* Colors */

.site-header, .nav ul {background: transparent;}

/* Topbox */

.topbox-1 {
    margin: 0 0 70px;
    padding: 70px 0px 70px 0px;
    width: 100%;
}
.topbox-2 {
    margin: 70px 0;
    border: 1px solid #000;
}
.tb1-inside {
   width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    display: table;
}
.tb2-inside {
   width: calc(100% - 30px);
    max-width: 1230px;
    margin: 0 auto;
    display: table;
}
.tb-title {
    font-size: 60px;
	font-size: 6.0rem;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.9px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
    color: #fff;
    text-shadow: 0px 1px 1px rgb(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	/*text-shadow: 1px 1px 1px #5740b9, -1px -1px 1px #5740b9, 1px -1px 1px #5740b9, -1px 1px 1px #5740b9;*/
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.tb-text {
	color: #333;
	font-size: 24px;
	font-size:  2.4rem;
	/*text-shadow: 1px 1px 1px rgb(0, 0, 0);*/
	font-weight:  600;
}

/* Collage */

/*.collage-wrap {
    width: 100%;
    min-height: 600px;
    height: 47vw;
}
*/
.collage-wrap {
  position: relative;
  width: 1230px;
  max-width: 100% !important;
  margin: 0 auto;
}
.collage-wrap-inner {
  min-width: 100%;
  display: table;
  height: 100%;
  margin-bottom: -30px;
}
.collage-left {
    width: calc(66.67% - 15px);
    margin: 0 15px;
}
.collage-left-inner {
  background: #ddd;
  display: table;
  float: left;
  position: relative;
  padding-top: 66.667%;
  width: 100%;
}
.collage-afb-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(51,51,51,0.5) 100%);
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
  position: absolute;
  transition: all 0.6s ease-in-out;
  z-index: 0;
}
.collage-left-link, .collage-right-top-link, .collage-right-bottom-link {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none !important;
    padding: 0;
    z-index: 2;
}
.collage-image-groot {
  position: absolute;
}
.afb-groot-titel, .afb-klein-titel {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
	font-size: 2.4rem;
    font-weight: 600;
    width: 100%;
    padding: 20px 20px 10px 20px;
    z-index: 1;
}
.collage-right {
    width: calc(33.33% - 30px);
    display: table;
    height: 100%;
    float: right;
    margin: 0 15px;
}
.collage-right-top {
    width: 100%;
    /*height: calc(50% - 15px);*/
    display:table;
    float: left;
    margin-bottom: 15px;
    position: relative;
    padding-top: 68.5%;
}
.collage-right-bottom {
    background-color: #ddd;
    width: 100%;
    /* height: calc(50% - 15px);*/
    display:table;
    float: left;
    margin-bottom: 30px;
    position: relative;
    padding-top: 68.5%;
}
/*
.collage-right-bottom::before {
    content: "\f16a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 70px;
    color: #333;
    top: calc(50% - 70px);
    left: calc(50% - 33px);
    z-index: 1;
    opacity: 0.9;
}
.collage-right-bottom:hover .collage-right-bottom::before {
  color: #ff0000 !important;
}
*/
.yt-play-button {
    background-image: url("img/youtube-play-gray-icon.svg");
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 0;
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: center;
}
.item.work-box > .yt-play-button {
    background-image: url("img/youtube-play-red-icon.svg");
}

/* Swiper */

/* Slider 1 */

    .s2 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      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;
    }

/* Slider 2 */

.lichtgrijs-slider .swiper-slide {
  background: transparent;
}

/* Slider 3*/

.swiper-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(66, 66, 66, 0);
}
.swiper-container, .swiper-container2, .swiper-container-main, .swiper-container-team {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
.swiper-wrapper {
  width: calc(100% + 20px) !important;
}
.swiper-container2 .swiper-wrapper,
.swiper-container-main .swiper-wrapper {
  width: 100% !important;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      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;
      overflow: hidden;
      position: relative;
      padding-top: calc(33.33% - 30px);
}
.swiper-container-main .swiper-slide, .swiper-container2 .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}
.swiper-slide-inner .referentie-naam {
  margin: 0;
}
.slide-left {
  float: left;
  width: 35%;
  text-align: left;
}
.slide-left-inner {
  float: right;
}
.slide-left-inner img {
  width: 300px;
  height: auto;
}
.slide-right {
  float: right;
  width: 60%;
  text-align: left;
}
.slide-right-inner {
  float: left;
  width: 500px;
  max-width: 90%;
  height: 440px;
}
.swiper-slide-inner .functie-titel {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
}

/*.item.work-box > .swiper-slide-title {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item.work-box:hover > .swiper-slide-title {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
/*.item.work-box > .swiper-slide-inner > .swiper-slide-image {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ /*
  filter: grayscale(100%);
  transition: all 0.6s ease-in-out;
}*/
.swiper-container-main .item.work-box > .swiper-slide-inner > .swiper-slide-image {
  -webkit-filter: none;
   filter: none;
}
.item.work-box:hover > .swiper-slide-inner > .swiper-slide-image {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: all 0.6s ease-in-out;
}
.klanten .item.work-box:hover > .swiper-slide-inner > .swiper-slide-image {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: all 0.6s ease-in-out;
}
.klanten .swiper-slide-bedrijfsnaam {
  background: #f6ecfe;
  color: #333;
  margin: 0 auto;
  position: absolute;
  bottom: 8%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100px;
  left: 0;
  right: 0;
  z-index: 0;
  font-weight: 500;
  border-radius: 3px;
}
.swiper-slide-image {
	transform: scale(1); /* Beginstatus */
	transition: all 0.6s ease-in-out; /* Transitie altijd actief */
}
.swiper-container-main .swiper-wrapper {
     overflow: hidden;
}
.swiper-container-main .swiper-slide {
  overflow: hidden;
}
.swiper-slide-inner {
  overflow: hidden;
}
.item.work-box > .swiper-slide-overlay {
    background: rgba(0, 0, 0, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: all 0.6s ease-in-out;
    z-index:0;
}
.klanten .item.work-box > .swiper-slide-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("img/playbutton-gray.png");
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
}
.item.work-box:hover > .swiper-slide-overlay {
    background: rgba(0, 0, 0, 0.3);
}
.klanten .item.work-box:hover > .swiper-slide-overlay {
  background: rgba(0, 0, 0, 0.3);
  background-image: url("img/playbutton-red.png");
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
}
.swiper-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: none !important;
  z-index: 9;
}
.swiper-slide-title {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  text-shadow: 1px 1px 12px rgb(0, 0, 0);
}
.klanten .swiper-slide-title {
  top: unset;
  bottom: 10%;
}
.swiper-slide-title h3 {
  font-size: 28px;
  font-size:  2.8rem;
  color: #fff;
}

/* Hover */

.swiper-slide:hover > .swiper-slide-image {
    -webkit-filter: none;
    filter: none;
}

/*
.swiper-slide.swiper-slide-overlay:hover > .swiper-slide-image {
  -webkit-filter: none;
  filter: none;
  transition: all 0.6s ease-in-out;
}

.swiper-slide img:hover {
  -webkit-filter: none;
  filter: none;
   transition: all 0.6s ease-in-out;
}
*/
.zoom {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*background-color: rgba(66, 66, 66, 0.2);*/
  transition: transform .6s; /* Animation */
}
.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  background-color: rgba(66, 66, 66, 0.8) !important;
  transition: all 0.6s ease-in-out;
  
}

/* Dividers */

.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 3px solid #a86bd4;
    vertical-align: top;
}
.uk-divider-content::after {
    content: "";
    display: inline-block;
    width: 40px;
    max-width: 100%;
    border-top: 2px solid #a364d0;
    vertical-align: top;
}
[class*="uk-divider"] {
    border: none;
    margin-bottom: 40px;
    height: 20px;
}
[class*="uk-divider-content"] {
    border: none;
    margin-bottom: 0px;
}
hr, .uk-hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
        margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
:root {
    --uk-leader-fill-content: .;
}
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

.nav li a {
  position: relative;
}

.nav li a:before {
    display: table;
    position: absolute;
    font-family: 'FontAwesome';
    content: '';
    font-size: 40px;
    border-bottom: 3px solid #fff;
    width: 0px;
    height: 0px;
    top: 34px;
    opacity: 0;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

/*.nav li.current-menu-item  > a::before,*/.nav li:hover > a:before {
    display: table;
    position: absolute;
    font-family: 'FontAwesome';
    content: '';
    font-size: 40px;
    border-bottom: 2px solid #DFC1F5;
    width: 20px;
    height: 2px;
    top: 34px;
    opacity: 1;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.nav a:hover > a::before {
    background-color: #fff;
    height: 2px;
    width: 20px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 0;
    height: 2px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

/* Boxen */

.vacature-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
}
.t-column-wrap {
    position: relative;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    width: 1230px;
    max-width: 100% !important;
    margin: 0 auto;
}
.vacature-widget-wrap h2 {
    font-family: 'Hind', sans-serif;
    font-size: 20px;
    line-height: 1.7;
}
.vacature-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.vacature-section {
    position: relative;
}
/*
.vacature-section .vacature-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.vacature-service-box-item {
    background-color: #f3f3f3;
    box-sizing: border-box;
}
.vacature-service-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden;
    padding: 40px 30px 40px 30px;
}
.vacature-service-box-icon-wrap {
    position: absolute;
    left: -25px;
    -webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
*/
.box-2 {
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    color: #fff;
    position:relative;
    overflow: hidden;
}
.box-2-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index:1;
}
.box-2-icon:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0eb";
    font-size: 80px;
    color: #707070;
    left: -10px;
    top: 10px;
    left: -10px;
    opacity: 0;
}

.box-2:hover .box-2-icon:before {
   transition: all 0.6s ease-in-out;
   opacity: 1;
}

.box-2:hover {
    background: #ffd30e;
    transition: all 0.3s ease-in-out;
    /* color: #fff !important;*/
}
.box-2-inner {
    position: relative;
    display: table;
    padding: 25px 20px 25px 20px;
    width: 90%;
    min-height: 160px;
    transition: all 0.3s ease-in-out;
}
.box-2-inside {
    display: table-cell;
    vertical-align: middle;
}
/*
.box-2::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #ffd30e;
    bottom: -10px;
    right: 10px;
    z-index: 0;
}
*/
.box-2:hover .box-2-inner {
    margin-left: 10%;
    transition: all 0.3s ease-in-out;
}
.box-2 h2 {
    color: #000;
    margin: 0 0 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}
/*.box-2:hover h2 {
  color: #fff;
}*/
.box-2 h3 {
  text-align: center;
  color: #626262 !important;
  min-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
}
.box-2 .last {
    margin-right: 0 !important;
}
.box-2 img {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 180px;
    border: 5px solid #88b945;
}
.box-2 .leesmeer:hover {
    background: #91c54a;
    color: #fff;
}
.box-2 .leesmeer {
    background: #88b945;
    color: #fff;
    border-radius: 4px;
    padding: 3%;
    width: 145px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

/* Kolommen */

.t-column {
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px -28px 15px;
    transition: all 0.3s ease-in-out;
}
.t-column h2 {
  font-size: 22px;
}

/* s-box */

.s-box .s-box-h2 {
  color: #707070;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  margin-bottom: 28px;
}
.s-box.first .s-box-h2::before, .s-box:hover h2::before {
    display: table;
    position: absolute;
    font-family: 'FontAwesome';
    content: '';
    font-size: 40px;
    border-bottom: 2px solid #fff;
    width: 40px;
    height: 2px;
    top: 40px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.s-box .s-box-h2::before {
    display: table;
    position: absolute;
    font-family: 'FontAwesome';
    content: '';
    font-size: 40px;
    border-bottom: 2px solid #9a59c9;
    width: 40px;
    height: 2px;
    top: 40px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.s-box.first .s-box-h2, .s-box:hover .s-box-h2 {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.s-box {
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    position: relative;
    padding-top: 28%;
    box-shadow: 0px 10px 50px 1px rgba(0,0,0,0.3);
    min-height: 345px;
	border-radius: 3px;
}
.s-box.first, .s-box:hover {
    background: rgb(2,0,36);
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(107,26,165,1) 0%, rgba(182,126,223,1) 100%);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
/* >> Decoratie <<
.s-box.last::after {
    content: "";
    background-color: #FFD30E;
    height: 70px;
    width: calc( 100% + 15px );
    position: absolute;
    bottom: -20px;
    z-index: -1;
}*/
.decoration {
  position: relative; 
}
.decoration::after {
    content: "";
    background-color: #FFD30E;
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 35px;
    right: -15px;
    z-index: -1;
}
.s-box {
    background: #fff;
}
.s-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px;;
}
.s-box .last {
    margin-right: 0 !important;
}
.s-box img {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 180px;
    border: 3px solid #fb624a;
}
.s-box .leesmeer:hover {
    background: #f47966;
    color: #fff;
}
.s-box .leesmeer {
    background: #fb624a;
    color: #fff;
    border-radius: 4px;
    padding: 3%;
    width: 145px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.s-box-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.s-box.first .image-wrap:before, .s-box:hover .image-wrap:before, .d-box.first .image-wrap:before, .d-box:hover .image-wrap:before {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* d-box */

.d-box .d-box-h2 {
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  margin-bottom: 28px;
}
.d-box.first .d-box-h2::before, .d-box:hover h2::before {
    display: table;
    position: absolute;
    font-family: 'FontAwesome';
    content: '';
    font-size: 40px;
    border-bottom: 2px solid #fff;
    width: 40px;
    height: 2px;
    top: 40px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.d-box .d-box-h2::before {
    display: none;
    position: absolute;
    font-family: 'FontAwesome';
    content: '';
    font-size: 40px;
    border-bottom: 2px solid #fff;
    width: 40px;
    height: 2px;
    top: 40px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.d-box.first .d-box-h2, .d-box:hover .d-box-h2 {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.d-box {
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    position: relative;
    padding-top: 28%;
    /*box-shadow: 6px 6px 16px 1px rgba(0,0,0,0.3);*/
    min-height: 345px;
}
.d-box {
    background: rgb(2,0,36);
	/*background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(107,26,165,1) 0%, rgba(182,126,223,1) 100%);*/
	background: linear-gradient(45deg, rgb(163, 100, 208) 0%, rgb(136, 67, 185) 0%, rgb(192, 142, 228) 100%);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
/* >> Decoratie <<
.d-box.last::after {
    content: "";
    background-color: #FFD30E;
    height: 70px;
    width: calc( 100% + 15px );
    position: absolute;
    bottom: -20px;
    z-index: -1;
}*/
.decoration {
  position: relative; 
}
.decoration::after {
    content: "";
    background-color: #FFD30E;
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 35px;
    right: -15px;
    z-index: -1;
}
.d-box {
	/* background: #fff;*/
    /* border: 5px solid #A368CE;*/
    border-radius: 3px;    
}
.d-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px;;
}
.d-box .last {
    margin-right: 0 !important;
}
.d-box img {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 180px;
    border: 3px solid #fb624a;
}
.d-box .leesmeer:hover {
    background: #f47966;
    color: #fff;
}
.d-box .leesmeer {
    background: #fb624a;
    color: #fff;
    border-radius: 4px;
    padding: 3%;
    width: 145px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.d-box-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.d-box ul li {
	border-bottom: 1px solid #fff;
}

/* Vacatures */

/* w-box */

.w-box {
    float: left;
    width: 30%;
    margin: 0 5%;
    position: relative;
    padding-top: 28%;
    margin-bottom: 40px;
    box-shadow: 0px 10px 50px 1px rgba(0,0,0,0.3);
}
.w-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 60px 40px 60px 40px;
}
.w-box.first h2::before, .w-box:hover h2::before {
    display: table;
    position: absolute;
    font-family: 'FontAwesome';
    content: '';
    font-size: 40px;
    border-bottom: 2px solid #fff;
    width: 40px;
    height: 2px;
    top: 40px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.w-box h2 {
  color: #000;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
}
.w-box.first h2, .w-box:hover h2 {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.icon-wrap {
  width: 100%;
  height: 20px;
  margin-bottom: 40px;
}
.image-wrap:before {
  color: #9a59c9;
}
.image-wrap, .image-wrap-1, .image-wrap-2, .image-wrap-3, .image-wrap-4 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50px;
    margin: 0 auto 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
/*
.image-wrap-1 {
  background-image: url("img/Ctje-rechts-grijs.png");
}
.image-wrap-2 {
  background-image: url("img/Ctje-boven-geel.png");
}
.image-wrap-3 {
  background-image: url("img/Ctje-links-geel.png");
}
.s-box.first, .s-box:hover {
    background: #bd2a21;
    transition: all 0.3s ease-in-out;
}
.s-box.first .image-wrap-1 {
    background-image: url("img/Ctje-rechts-grijs.png");
    transition: all 0.3s ease-in-out;
}
.s-box:hover .image-wrap-2 {
    background-image: url("img/Ctje-boven-grijs.png");
    transition: all 0.3s ease-in-out;
}
.s-box:hover .image-wrap-3 {
    background-image: url("img/Ctje-links-grijs.png");
    transition: all 0.3s ease-in-out;
}
*/

.image-wrap-1:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f1ad";
    font-size: 40px;
    top: -15px;
}
.image-wrap-2:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f005";
    font-size: 40px;
    top: -15px;
}
.image-wrap-3:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f19d";
    font-size: 40px;
    top: -15px;
}
.image-wrap-4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f274";
    font-size: 40px;
}
.d-box .image-wrap-1:before, .d-box .Legal-start:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f144";
    font-size: 40px;
    top: -15px;
	background-image: linear-gradient(135deg, #d68b4c, #e07b39, #c4724a);
	-webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
}
.d-box .image-wrap-2:before, .d-box .Premium-business:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f27e";
    font-size: 40px;
    top: -15px;
	background-image: linear-gradient(135deg, #C0C0C0, #D3D3D3, #A9A9A9);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
}
.d-box .image-wrap-3:before, .Legal-pro-business:before {
    position: absolute;
    font-family: 'FontAwesome';
	content: "\f005";
    font-size: 40px;
    top: -15px;
	background-image: linear-gradient(135deg, #FFD700, #FFC107, #DAA520, #B8860B);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
}
.d-box .image-wrap-4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f274";
    font-size: 40px;
}
.box-3 {
    float: left;
    width: 30%;
    margin-right: 3%;
    text-align: center;
}
.box-3 h3 {
  margin: 0 0 5px 0;
}
.box-3 img {
    margin-bottom: 15px;
    width: 225px;
}
.box-3 .job-title {
    height: auto;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 16px;
}
.caps {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1.1;
    color: #525252;
    text-transform: uppercase;
    font-family: Source Sans Pro, sans-serif;
}
.box-4, .box-4-last {
    float: left;
    width: 48% !important;
    margin-right: 2%;
    border: 1px solid #333;
    border-radius: 0 25px;
    padding: 2%;
}
.box-4-last ul {
  margin: 0;
}
.box-4-last {
    margin-right: 0 !important;
}

/* Boxen einde */

.top-wrapper .c-wrap {
  position: relative;
}
.bv-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  /*bottom: 20vh;*/
  /*background: rgba(255, 255, 255, 0.65);*/
  /*width: 475px;*/
  max-width: 100%;
  font-weight: 600;
  font-size: 20px;
  font-size: 2.0rem;
  color: #333;
  transform: translate(0px, -50%);
}
.bv-wrap-inner {
  margin: 0 auto;
  width: 825px;
  max-width: 90%;
  padding: 2% 0;
}
.bv-wrap h1 {
    color: #fff;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 300;
    line-height: 1.1em;
    margin: 0;
    padding: 2% 2% 0 2%;
    text-transform: none;
}
.bv-buttons {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 0 2% 4%;
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 300;
}
/*.content-single {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
}*/
.no-padding-top {
    padding: 0 0 50px 0 !important;
}
.intro-padding {
  padding: 40px 0 0 0 !important;
}
.w80 {
  width: 80% !important;
  margin: 0 10%;
}
.kader-wrap {
   width: 1200px;
   max-width: calc(100% - 30px);
   margin: 0 auto;
}
.kader #block {
  padding: 5%;
}
.env-gal {
  width: 835px !important
}
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td {
  display: none;
}
.grecaptcha-badge {
	opacity: 0;
}

/* 1.0 HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* 1.1 Baseline Normalize
--------------------------------------------- */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
  height: 140px;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Contact Form 7 */

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    float: left;
    width: 63%;
    text-align: center;
}
.wpcf7-form-control-wrap {
  position: unset;
}

.rc-label {
  margin: 20px 0;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* 1.2 Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* 1.3 Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* 2.0 Defaults
---------------------------------------------------------------------------------------------------- */

/* 2.1 Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
/*body > div {
	font-size: 2rem;
}*/

.c-wrap, .vacature-widget-wrap, .divider-block, .collage-wrap, .t-column-wrap, .vacature-column-wrap {
    /*border: 1px solid #eee;*/
}

body {
	background-color: #fff !important;
	color: #222 !important;
	font-family: Hind, sans-serif;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

.vacature-link {
  letter-spacing: 0;
}

.c-wrap a, .cw-wrap a, .content-single a, .content-medium a, .link, .footer .textwidget a, .cta-block a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #a364d0;
    transition: border-bottom .25s ease-in-out;
    transition-duration: 0.25s;
}
.no-border {
  border-bottom: none !important;
}
.no-border a {
  border: none !important;
}
.c-wrap a img {
  border-bottom: none;
}
.c-wrap a:hover, .link:hover  {
    border-bottom-color: #999;
	color: #703996;
    transition-duration: 0.6s;
}
p {
	margin: 0 0 28px;
	padding: 0;
}

hr {
	backgroundorder: 0;
	border-collapse: collapse;
	clear: both;
	margin:	0;
	height: 20px;
	border: none;
	border-top:	2px solid #a364d0;
	width: 40px;
}

b,
strong {
	font-weight: 600;
}

blockquote,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	/*font-family: 'Merriweather', serif;
	font-size: 22px;*/
	font-size: 20px;
  font-size: 2.0rem;
	font-style: italic;
  font-weight: 500;
  line-height: 26px;
	/*margin: 40px;*/
	margin: 8%;
  color: #707070;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1.5px;
	margin-top: 35px;
	text-transform: uppercase;
}

.vet {font-weight: 600}
.groen {background: #232E19 !important; color: #fff !important;}
.groen h2 {color: #fff !important;}
.rood, .rood2 {background: #fb624a;color:#fff;}
.rood h6 {color: #000 !important}
.rood-w {background: #ea2830;color:#fff;}
.rood h2, .rood2 h2 {color: #fff !important;}
.rood a, .rood-w a {color: #ddd !important;}
.rood a:hover, .rood-w a:hover {color: #666 !important;}
.lichtgrijs {background: #f6ecfe}
.lichtpaars {background: #F6ECFE}}
.vtb-beiche {background: #ECE8E4}
.transparent {background: transparent !important;}
.white {background: #fff !important;}
.wit-onder-form {background: #fff !important; padding: 2%; color: #222 !important;margin-bottom: 60px !important;}
.antraciet-op {background: rgba(66, 66, 66) none repeat scroll 0 0;color: #fff !important;}
.antraciet-op h1 {color: #fff !important;}
.zwart {background: rgba(17, 17, 17) none repeat scroll 0 0;color: #fff !important;}
.zwart h1, .zwart h2 {color: #fff !important;}
.bg-trans {background:rgba(67, 30, 80, 0.3) none repeat scroll 0 0;}

/* 2.2 Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 25px;
}

h4 {
  margin-top: 28px;
}

h1,
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

h1 {
 color: #525252;
 
}

h2 {
  color: #525252;
}

/* h2, .single h1, .single h2 {
  font-size: 32px;
  font-size: 3.2rem;
}*/

.h1-mb-10 {
  margin-bottom: 0;
}

.layout-2 h2 {
    color: #333;
    font-family: roboto condensed;
    font-weight: 700;
    font-size: 44px;
    font-size: 4.4rem;
}

/*
h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
}
*/

h1, .h2-large {
  font-size: 46px;
	font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.0;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
  color: #333.;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}

h4 {
    color: #333;
    font-size: 16px;
    font-size: 1.8rem;
    font-weight: 900;
}

h5 {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

h6 {
    color: #a364d0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Roboto condensed;
    margin-top: -20px;
}

.intro {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}

.font-light {
	font-weight: 300;
}

/* 2.3 Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
  border: none;
}

img {
	height: auto;
	border-radius: 3px;
}

figure {
	margin: 0;
}

/* Cookie Notice
--------------------------------------------- */

/* Cookies */
.cn-buttons-container, .cn-text-container {
	float: right;
}
#cookie-notice {
	background: #ffd30e !important;
	font-family: Hind, sans-serif !important;
	font-size: 18px !important;
  font-size: 1.8rem !important;
	line-height: 28px !important;
}
.cn-close-icon::after, .cn-close-icon::before {
    background-color: #000;
}
.cookie-notice-container {
    width: 80% !important;
    margin: 0 10%;
}
#cn-notice-text {
    color: #333;
    float: right;
    padding: 10px 0;
    width: 100%;
    text-align: left;
}
#cookie-notice .button {
	border-radius: 0;
	color: #fff;
  height: auto;
	min-width: 100px;
  padding: 15px 20px 10px !important;
	margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
	float: right;
  font-family: Hind, sans-serif;
	text-transform: uppercase;
  text-decoration: none;
}
#cn-more-info {
	background: #fff;
	color: #000 !important;
}
#cn-more-info:hover {
	background: #eee;
}
#cn.more-info:hover {
	text-decoration: underline;
}
#cn-accept-cookie {
	background: #35ad17;
}
#cn-refuse-cookie {
    background: #666;
}
.page-template-page-cookies .content-full {
	margin: 0 15% 0;
}
.page-template-page-cookies table {
	border: 1px solid #333;
	border-collapse: collapse;
	min-width: 735px;
	margin-bottom: 40px;
}
th {
  background: #eee;
	padding: 0 1% !important;
  text-align: left;
}
.td0, .td2 {
  width: 10%;
	padding: 0 1%;
}
.td1 {
  width: 18%;
	padding: 0 1%;
}
.td3 {
  width: 36%;
	padding: 0 1%;
}
.even {
  background: #f7f7f7 none repeat scroll 0 0;
	vertical-align: top;
}
.odd {
  background: #f2f2f2 none repeat scroll 0 0;
	vertical-align: top;
}

/* 2.4 Forms
--------------------------------------------- */

/*.wpcf7-form p {
    margin: 0 0 5px 0;
}*/
label {
    color: #333;
    margin: 0px 0 5px 0;
    float: left;
    width: 100%;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #333;
	background: #f2f2f2;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.4em;
  width: 100%;
}

.wittevelden input[type="text"],
.wittevelden input[type="email"],
.wittevelden input[type="url"],
.wittevelden input[type="password"],
.wittevelden input[type="number"],
.wittevelden input[type="tel"],
.wittevelden input[type="range"],
.wittevelden input[type="date"],
.wittevelden input[type="month"],
.wittevelden input[type="week"],
.wittevelden input[type="time"],
.wittevelden input[type="datetime"],
.wittevelden input[type="datetime-local"],
.wittevelden input[type="color"],
.wittevelden textarea {
	color: #333;
	background: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}
select {
    -moz-appearance: none;
    -moz-user-select: none;
	-webkit-appearance: none;
    background-image: url("img/arrow-down.png");
    background-position: right 15px top 20px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    width: 100% !important;
    padding: 1% !important;
	max-width: 100%;
    font: inherit;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
    background-color: #A364D0;
    border: 2px solid #A364D0;   
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    /* margin-top: 20px;*/
    padding: 0.6em 2em 0.6em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    float: right;
    width: 100%;
}
.up-button-1:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #8843B9;
	border: 2px solid #8843B9;
    color: #fff !important;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #8ba484;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
}

.alm-load-more-btn {
	background-color: transparent;
	border: 1px solid #000;
    color: #000;
    font-family: 'bpreplaybold', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    margin-left: 3%;
	width: 97%;
    font-weight: 400;
    padding: 1%;
	text-align: center;
}
.alm-load-more-btn:hover {
    background; transparent;
    color: #8ba484;
}
.form-wrap {
  float: left;
}
.cform-left {
  width: 45%;
  float: left;
}
.cform-right {
  width: 40%;
  float: left;
  margin-left: 5%;
}
.sent-wrap {
  width: 50%;
}
span.wpcf7-list-item {
    display: block;
}
.ad-info select, .ad-info input {
    float: left;
    width: 31% !important;
    height: 50px;
    margin-bottom: 2% !important;
    border: none;
    margin-right: 2%;
}
.ad-info {
    float: left;
    width: 100%;
    margin-bottom: 20px; 
}
.ad-full {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.ad-full select, .ad-full input {
    float: left;
    width: 64% !important;
    height: 50px;
    margin-bottom: 2% !important;
    border: none;
    margin-right: 2%;
}
.ad-full textarea {
    float: left;
    width: 64% !important;
    min-height: 80px;
    margin-bottom: 2% !important;
    border: none;
    margin-right: 2%;
}

/* Pop-up */

.popup-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}
.popup-outer {
  display: none;
}
.popup-outer.open {
  display: block;
  margin: 0 auto;
  height: 100vh;
  width: 900px;
  max-width: 100%;
  position: relative;
}
.popup-inner {
  display: block; 
}
.popup-intro {
  float: left;
  width: 25%;
  margin-right: 5%;
}
.popup-wrap {
  background: #DEC2F6;
  float: left;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  margin: 0 auto;
  width: 900px;
  max-width: 90%;
  padding-bottom: 40px;
}

.popup-wrap-full {
  background: #DEC2F6;
  float: left;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  overflow: scroll;
}

.popup-wrap h3 {
  color: #fff;
}
.popup-wrap a {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.popup-inside {
  margin: 40px auto;
  height: auto;
  width: 1000px;
  max-width: 90%;
}
.popup-close {
  background-image: url("img/close.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 20px;
  text-indent: -99px;
  overflow: hidden;
  border: none;
  cursor: pointer !important;
}
.popup-left {
  float:left;
  width: 200px;
}
.popup-right {
  float: right;
  width: calc(100% - 320px);
}
.popup-left .team-wrap {
  width: 275px;
  height: 275px;
}
.popup-wrap .team-member-name, .popup-wrap .team-member-role {
  color: inherit;
}
.popup-content {
  margin: 20px 0 -28px 0;
}
.popup-wrap-full .popup-content {
  margin: 20px 0 60px 0;
}
.popup-open #maint, .popup-open .site-header {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.popup-open {
  overflow: hidden;
}

.team-contact-box {
    float: left;
    width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.team-contact-box a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #707070;
  cursor: pointer;
}
.team-contact-text {
  color: inherit;
  border-bottom: 2px solid #a364d0;
  height: 26px;
  float: left;
}
.team-contact-inner {
    float: left;
    position: relative;
    padding-left: 40px;
    text-decoration: none;
    color: inherit;
    margin-right: 30px;
    height: 30px;
}
.team-contact-inner::before {
  color: #a364d0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 30px;
  top: -12px;
  left: 0;
  z-index: 1;
}
.team-email::before {
  content: '\f0e0';
  font-size: 26px !important;
  top: -9px;
}
/*.team-phone {
  padding-left: 30px;
}*/
.team-phone::before {
  content: '\f098';
  font-size: 26px;
  top: -8px;
}
.team-linkedin::before {
  content: '\f0e1';
  display: table;
  color: #707070;
  font-size: 26px;
  top: -8px;
}
.team-email a {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid #707070;
}

/* Icons */

#menu-social-media {
  margin: 0 0 1.5em 1.5em !important;
  padding: 0;
  line-height: 55px;
}
.linkedin-icon a, .instagram-icon a, .mail-icon a {
  border-bottom: 2px solid #ffd30e !important;
}
.linkedin-icon::before, .instagram-icon::before, .mail-icon::before {
  display: table;
  font-family: 'FontAwesome';
  color: #707070;
  float: left;
  font-size: 40px;
}
.linkedin-icon::before {
  content: '\f0e1';
}
.instagram-icon::before {
  content: '\f16d';
}
.mail-icon::before {
    content: '\f0e0';
    font-size: 26px !important;
    top: 5px !important;
}

/* 2.5 Tables
--------------------------------------------- */

/* 2.5 Tables
--------------------------------------------- */

/* Tabel 1 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
	
}

td,
th {
	text-align: left;
}

td {
	padding: 1%;
}

th {
	background: #f2f2f2;
  font-weight: 600;
  padding: 1%;
}
.even {
    background: #bd2a21 none repeat scroll 0 0;
    color: #fff;
}
.odd {
    background: #fff none repeat scroll 0 0;
}
.td0 {
    width: 80%;
}
.td1 {
    text-align: right;
    width: 20%;
}

/* Tabel 2 */

#tabel2 table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
	
}
#tabel2 td,
#tabel2 th {
	text-align: left;
}
#tabel2 td {
	padding: 6px;
}
#tabel2 th {
	font-weight: 400;
	padding: 0 6px;
}
#tabel2 .even, #tabel2 .odd {
    background: transparent;
    border-bottom: 1px dashed #ccc;
}
#tabel2.td0 {
    width: 80%;
}

#tabel2 .td1 {
    text-align: right;
    width: 20%;
}

/* 2.6 Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* 2.7 WordPress Video Player & YouTube
--------------------------------------------- */

.mejs-poster {
	background-size: cover !important; /* Hides the media controls till clicked and makes poster image full width */
	z-index: 10 !important;
}
.mejs-overlay-play {
	z-index: 11 !important;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 28px; max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/* 2.8 Alignments
--------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 2.9 Lists
--------------------------------------------- */

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.c-wrap ul, .c-wrap ul li {
    list-style: none;
}

.c-wrap ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #a364d0;
}
.simple-social-icons.c-wrap ul li::before {
    display: none;
}

.rood .c-wrap li::before {
    color: #fff !important;
}

/* 3.0 Common Classes
---------------------------------------------------------------------------------------------------- */

/* 3.1 Avatar
--------------------------------------------- */

.avatar {
	background-color: #fff;
	border-radius: 10px;
	float: left;
}

.author-box .avatar {
	box-shadow: 0 19px 48px 0 rgba(0,0,0,0.12);
	margin-right: 80px;
	position: relative;
	z-index: 3;
}

.alignleft .avatar {
	margin-right: 24px;
}

.author-box {
	position: relative;
}

.gravatar-wrap {
	min-height: 155px;
	float: left;
	display: block;
	min-width: 235px;
}

.gravatar-wrap::before {
	border: 4px solid #e22c2f;
	border-radius: 10px;
	content: "";
	height: 155px;
	left: 10px;
	position: absolute;
	top: -10px;
	width: 155px;
	z-index: 1;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	box-shadow: 0 10px 28px 0 rgba(0,0,0,0.12);
	margin: 0 16px 24px -80px;
}

/* 3.2 Search Form
--------------------------------------------- */

.pagination {
  text-align: center; 
}
.search .header-image {
  display: none;
}
.search-wrap {
    float: left;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
}
input[type="search"] {
    color: #666;
    background: #fff;
    border: none;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 15px;
    width: calc(100% - 50px);
    float: left;
    height: 50px;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 1px 1px;
}
.search-submit {
    background: #a364d0;
    height: 100%;
    position: relative;
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
    height: 50px;
    width: 50px;
    border: none;
    display: block;
    border-radius: 0 3px 3px 0;
}
.search-submit:hover {
  background: #707070;
}
.search-submit::after {
    clear: both;
    content: "\f002";
    display: table;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 29px;
    color: #fff;
    top: 9px;
    right: 10px;
    z-index: 1;
}
.search-result-wrap {
  padding: 20px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.search-results .odd {
  background: #f7f7f7;
}
.search-result-wrap p {
  margin: 0;
}
.search-results .even {
  background: transparent;
  color: #222;
}
.search-wrap h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
.search-result-wrap h2 {
  margin: 0;
  color: #6e6e6d;
  font-size: 22px;
  font-size: 2.2rem;
}
.search-result-link {
  border: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-result-wrap:hover {
  background: #e7e7e7;
  transition: all 0.3s ease 0s;
}

/* 3.X Pagination
--------------------------------------------- */

.pagination {
    display: flex;
    justify-content: center; /* Centreert de paginatie horizontaal */
    margin-top: 40px;
}

.pagination li::before {
    display: none;
}

.pagination a {
    border-bottom: none;
}

.pagination-list {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.pagination-item {
    width: 40px; /* Aangepast naar jouw 40px */
    height: 40px; /* Aangepast naar jouw 40px */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.pagination-item.active {
    background-color: #C08EE4;
    border-color: #A364D0;
    color: #fff;
}

.pagination-item.active a {
    color: #fff;
}

.pagination-item:hover:not(.active) a {
    background-color: #f5f5f5;
}

.pagination-item .fa {
    font-size: 16px;
}

/* 3.3 WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

/*
img.alignnone,
.alignnone {
	margin-bottom: 12px;
}
*/

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: inherit;
	margin: 0;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* 3.4 Widgets
--------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* 4.0 Media
---------------------------------------------------------------------------------------------------- */

/* 4.1 Galleries
--------------------------------------------- */

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* 5.0 404-error
---------------------------------------------------------------------------------------------------- */

/*
.error404 .header-image {
	background-image: url("img/background-404.jpg");
	background-size: cover;
	background-position: center top;
	height: 100vh;
}
*/

.error404 .header-image {
  background-image: url("img/background-404.jpg");
  background-size: cover;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.error404 .header-overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.error404 h1 {
	font-size: 56px;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.0;
  margin-left: 0 !important;
}

/* 6.0 Everglades
---------------------------------------------------------------------------------------------------- */

/* 6.1 Header
--------------------------------------------- */

/* Aanpassing beeldvullend */

.site-header .home {background: transparent !important;}
.home .site-header, .home .nav, .home .nav ul, .nav, .nav ul {
    background: transparent;
}
.home .site-header {
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(51,51,51,0.5) 100%);
	backdrop-filter: blur(5px);
}
.home.shrink .site-header {
    background: #A364D0 !important;
    transition: all 0.3s ease-in-out 0s;
}
.shrink .nav ul ul {
    background: #C08EE4 !important;
    transition: all 0.3s ease-in-out 0s;
}
.shrink {
    background: #a364d0 !important;
	transition: all 0.3s ease-in-out 0s;
}

.site-header .wrap, .site-header-kopen .wrap, .c-wrap, /*#footer .wrap*,*/ #colophon .wrap {max-width: calc(100% - 30px) !important; width: 1200px;margin: 0 auto;}
.site-header {background: #a364d0; width: 100%;box-sizing:border-box;position: fixed;height: 100px;z-index: 99999;transition: all 0.3s ease-in-out 0s;z-index: 1;}
.site-header .wrap {margin: 10px auto 0;}
#header-click {
  float: left;
  height: auto;
	transition: all 0.3s ease-in-out 0s;
}
.home .top-wrapper-out {
  padding-top: 0px;
  /*width: 1260px;*/
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  /*box-shadow: 0px 10px 50px 1px rgba(0,0,0,0.3);*/
}

.top-wrapper-out {
  padding-top: 100px;
}

/* PB */

.home .site-header, .site-header {
  height: 90px;
}
.site-header .wrap {
    margin: 15px auto 0;
}
.header-overlay {
  top: 70px;
}

/* PB Eind */

/* Shrink */

@media only screen and (min-width: 1121px) {
  .shrink .nav a, .shrink .nav a:hover, .shrink .nav a:active, .shrink .nav a:visited {
    color: #fff;
    padding: 2px 0 1px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
}
.shrink.site-header .wrap {
    margin: 0 auto !important;
    transition: all 0.3s ease-in-out 0s;
}
.shrink {
    position: fixed;
    height: 70px !important;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
.shrink .site-title {
    transition: all 0.3s ease-in-out 0s;
    font-size: 18px;
    font-size: 1.8rem;
    transition: all 0.3s ease-in-out 0s;
}
.shrink .header-top, .shrink .main-logo-subtitel {
	display: none;
	font-size: 9px;
	font-size: 0.9rem;
}
.shrink #main-logo {
    margin-top: 5px;
    width: 220px;
    transition: all 0.3s ease-in-out 0s;
}
.shrink .l-fade {
    font-size: 0;
    transition: all 0.3s ease-in-out 0s;
}
/*
.shrink .nav a,
.shrink .nav a:hover,
.shrink .nav a:active,
.shrink .nav a:visited {
  font-size: 16px;
  font-size: 1.6rem;
}
*/
.l-fade {
  font-size: 26px;
  font-size: 2.6rem;
  transition: all 0.3s ease-in-out 0s;
}
.shrink .nav-wrapper {
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
}
.shrink .inner {
	margin-top: 5px;
	transition: all 0.3s ease-in-out 0s;
}
.main-logo-subtitel {
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 3px;
  float: left;
	letter-spacing: -0.5px;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	text-align: right;
	font-style: italic;
}
.header-top {
  text-align: right;
  color: #ea2830;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 0;
	transition: all 0.3s ease-in-out 0s;
}
.header-top p {
	margin: 0;
}
#main-logo {
  float: left;
  margin-right: 2px 10px 0 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 220px;
}

#bedrijfslogo {
    float: left;
    height: 60px;
    width: 60px;
    text-align: center;
    font-family: helvetica neue;
    line-height: 1.2;
    color: #fff;
    font-style: italic;
    position: relative;
}
#b-logo-inner {
  height: 60px;
    width: 60px;
    text-align: center;
    font-family: helvetica neue;
    line-height: 1.2;
    color: #fff;
    font-style: italic;
    position: relative;
    margin-left: 30%;
}
#bedrijfslogo::after, #b-logo-inner::after {
    content: "\f094";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    text-decoration: inherit;
    position: absolute;
    top: -10px;
    left: 0%;
    z-index: 1;
}
#bedrijfslogo::after {
    color: #000;
}
#b-logo-inner::after {
    color: #ff6600;
}
.logo-text {
    float: left;
    font-size: 26px;
    font-family: 'Hind', sans-serif;
    color: #000;
    margin: 3px 0 0 17px;
}

#main-logo.small {
	width: 250px;
}
.logo-wrap {
  width: 100%;
  text-align: center;
}
#home-logo {
  width: 400px;
  margin-bottom: 40px;
  max-width: 90%;
	transition: all 0.3s ease-in-out 0s;
}
#header-logo {
	float: left;
	height: 75px;
	width: auto;
}
.title-wrap {
  float: left;
}
.site-title {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    color: #333;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    padding-top: 14px;
    transition: all 0.3s ease-in-out 0s;
}
.shrink .site-title {
    padding-top: 10px;
}
.subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
}
/*
.subtitle {
    color: #336699;
    float: right;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    margin: 10px 0 20px;
    padding-top: 11px;
    text-align: center;
    vertical-align: baseline;
    width: 760px;
	display: none;
}
*/
.site-description {
    padding: 5px 10px;
	display: none;
}
.nav-wrapper {
    margin: 0 0 0 0;
    max-width: 100%;
    width: auto;
    float: right;
    transition: all 0.3s ease-in-out 0s;
}
.shrink .nav-wrapper {
    width: auto;
    transition: all 0.3s ease-in-out 0s;
}

/* Everglades */

.kaart-image {
    float: left;
    width: 100%;
}

.kaart-image img {
   float: left;
}

/* 6.2 Navigatie
--------------------------------------------- */

.anker{
    height: 60px !important;
    width: 100%;
    background: transparent;
    float: left;
    /*margin-top: -60px;*/
    border: none !important;
}
.download-anchor { padding-top: 55px;}
#breadcrumbs {
    background: transparent none repeat scroll 0 0;
    color: #666;
    float: left;
	font-size: 12px;
    margin: 0px;
    position: relative;
    width: 100%;
}
.intro-padding #breadcrumbs {
    text-align: center;
}
.breadcrumbs {
	padding: 0 !important;
}
.nav .menu-cta a, .menu-cta a {
    border-radius: 8px;
    padding: 0 1.4em 0 !important;
    margin-left: 30px;
    background: linear-gradient(90deg, #5bd75b 0%, #2e7d32 100%);
    border: none !important;
    color: #fff !important;
    border: 2px solid #5bd75b;
    transform: skew(-30deg);
	transition: all 0.3s ease-in-out 0s;
}
.nav .menu-cta a > span, .menu-cta a > span {
    display: inline-block;
    transform: skew(30deg);
}
.nav .menu-cta a:hover, .menu-cta a:hover {
    background: linear-gradient(90deg, #2e7d32 0%, #5bd75b 100%);
	transition: all 0.3s ease-in-out 0s;
}
.mobiel-menu-item {display: none !important;}

/* 6.3 Homepage
--------------------------------------------- */

.home-logo {
    height: 40vh;
    max-height: 320px;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
}

.top-wrapper {
	position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.header-image {
  float: left;
  width: 100%;
}
.no-image {
	padding-top: 145px !important; 
}
.no-menu {
	padding-top: 0 !important;
}
.home .header-image {
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee !important;
    overflow: hidden;
}
/*
.home .header-image div[style], .rslides_container {
    position: absolute;
    z-index: 11;
    top: 0;
    left: -10%;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 120%;
}
*/
.page-template-page-kopen .header-image div[style] {
    height: 100vh !important;
}
/* hc-wrap hier */
.page-template-page-kopen .hc-wrap {
	top: 40%;
}
.hc-left {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    float: left;
    height: 100%;
    position: relative;
    width: 45%;
    z-index: 999;
    right: 0;
	margin-top: 20px;
}
.hc-right {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    float: right;
    height: 100%;
    position: relative;
    width: 42%;
    z-index: 999;
    right: 0;
	padding-top: 12px;
}
.header-overlay {
	display: none;
}
.home .header-overlay {
    display: block;
	/*background: rgba(151, 134, 225, 0.2) none repeat scroll 0 0;*/
	/*background: rgba(51, 51, 51, 0.2) none repeat scroll 0 0;*/
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*.home .header-overlay-top {
    display: block;
	background: rgba(151, 134, 225, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
.contact .header-overlay {
  display: none;
}
.intro-wrap-inn {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    width: 45%;
    top: 0;
    z-index: 999;
}
/*.intro-inner {
	margin-bottom: -28px;
} Voor BV */
.titel-wrap {
    float: left;
    width: 100%;
}
.intro-titel {
    float: left;
    width: 100%;
}
.subtitel-wrap {
    float: left;
    height: 70px;
  max-width: 100%;
	position: relative;
}
.hc-logo-wrap {
    width: 100%;
    float: left;
}
.logo-pro-wrap {
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 440px;
    max-width: 100%;
    height: 105px;
}
.add2logo {
    font-size: 56px !important;
    margin-left: 10px !important;
    float: left;
    font-weight: 300;
    margin-top: 7px !important;
}
.intro-titel h1 {
    color: #666;
    float: left;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0;
    padding: 2%;
    width: 473px;
    max-width: 100%;
}
.intro-subtitel {
	float: left;
	font-weight: 300;
	width: 100%;
}
.sub-payoff {
    float: right;
    font-style: italic;
    position: absolute;
    bottom: 0;
    width: auto;
    right: 0;
}
.language-wrap {
    float: right;
    width: auto;
    margin-right: -20px;
}
.intro-text .content-wrap {
    margin: 0;
    width: 100%;
}
.intro-text .intro-inner {
    position: absolute !important;
	padding: 2%;
  bottom: 0;
}
.intro-text {
    background: rgba(255, 255, 255, 0.65);
	bottom: 0;
  top: 0;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    min-height: 500px;
    padding: 0;
    position: absolute;
    width: 100%;
}
.hc-intro {
    float: left;
    max-width: 100%;
}

/* 6.4 Content
--------------------------------------------- */

.zoeken-menu {
    position: relative !important;
    overflow: hidden;
    width: 20px;
    margin: 0 0 -15px 25px;
}
.zoeken-menu::before {
  content: '\f002';
	display: table;
  font-family: 'FontAwesome';
  position: absolute;
  color: #eee;
  font-size: 20px;
  top: 3px;
}

.zoeken-menu:hover::before {
  color: #fff;
}

.img-33 {
  float: left;
  margin: 0 7.5px;
  width: calc(33.33% - 15px);
  border: 1px solid #ddd;
}

/* VTB  */

.document::before {
    content: '\f15b';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #60d1d6;
}

/* Agenda */
.agenda-container {
  
}
.ag-outer-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ag-wrap {
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0;
  margin-bottom: 10px;
}
.ag-datum-wrap {
    float: left;
    width: 125px;
    height: 100%;
    font-family: Source Sans Pro, sans-serif;
}
.ag-content {
    float: right;
    width: calc(100% - 135px);
    margin: 10px 0 0 10px;
    border-left: 1px solid #ccc;
    padding: 37px 0 0 15px;
}
.vtb-beiche .ag-wrap {border-color: #525252;}
.vtb-beiche .ag-content {border-left: 1px solid #525252;}
.vtb-beiche .ag-regel {background: #fff}
.ag-footer {
    float: right;
    width: calc(100% - 150px);
}
.addtoany_shortcode a {
    border-bottom: 0;    
}
.ag-regel {
    width: 100%;
    float: left;
    background: #f2f2f2;
    margin-bottom: 2px;
}
.ag-regel-naam {
    width: 80px;
    float: left;
    font-weight: 900;
    padding-left: 5px;
}
.ag-regel-content {
    min-height: 32px;
    display: table-cell;
}
.soc-med .addtoany_list, .ag-outer-wrap .addtoany_list {
  float: right;
}
.soc-med .addtoany_list a:not(.addtoany_special_service) > span,
.ag-outer-wrap .addtoany_list a:not(.addtoany_special_service) > span {
    width: 30px !important;
    height: 30px !important;
    margin: 0px 0 0 0;
    float: right;
}
.ag-datum {
    color: #bd2a21;
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    text-align: right;
    padding: 0 5px 0 0;
}
.ag-jaar {
    font-size: 36px;
    font-size: 3.6rem;
    float: left;
    width: 100%;
    text-align: right;
    padding: 0 5px;
    margin: 0;
    font-weight: 400;
}
.ag-button {
    background: #bd2a21;
    width: auto;
    float: left;
    padding: 2px 2% 2px !important;
    border-radius: 2px;
    font-weight: 600;
    color: #fff !important;
    margin: 0 10px 20px 0;
    border: none !important;
    min-width: 180px;
    text-align: center;
}
.pt-checkout-form {
    float: left;
    width: 100%;
}
.ag-outer-outer {
    background: #fff;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.ag-ticket-wrap {
    background: #fff;
    float: left;
    width: 86%;
    padding: 20px;
    border-radius: 2px;
    border-right: 5px dotted #C26D37;
}
.ag-prijs {
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
}
.ag-ledentarief {
    text-align: center;
    font-size: 17px;
    color: #C26D37;
}
.agenda-link {
  margin-bottom: 28px;
  float: left;
}
.ticket-block {
  float: left;
  margin-top: 300px;
}
.anchor {
  
}
/* Agenda einde */

/* BV */

.faq-accordion .faq-main {
  background: #f2f2f2 !important;
  border: none;
  padding: 5px 10px;
}
.faq-accordion h4 {
  font-weight: 500;
}
.anchor {
    height: 55px;
    float: left;
    margin-top: -95px;
}
.large-font {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 50px 0 !important;
}
.large-font h2 {
    font-size: 50px;
    font-size: 5.0rem;
}
/*.large-font .content-single {
    max-width: 650px;
    width: 80%;
}*/
.sb {
  width: 35% !important;
  text-align: left;
}
.sb-300 {
  width: 300px !important;
  margin-top: 20px;
}
.sb-33 {
  width: calc(33.33% - 30px) !important;
}
.ct-66 {
  width: calc(66.66% - 30px) !important;
}
.sb-35 {
  width: 35% !important;
}
.sb-40 {
   width: 40% !important;
}
.ct-300 {
  width: calc(100% - 360px) !important;
}
.schaduw {
	margin-top: 20px;
	box-shadow: 20px -20px #C08EE4;
}
.ct {
  width: 55% !important;
  text-align: left;
}
.b45 {
  width: 45% !important;
  text-align: left;
}
.b55 {
  width: 55% !important;
  text-align: left;
}
.b65 {
  width: 65% !important;
  text-align: left;
}
.mr25 {
  margin-right: 25% !important;
}
.mr20 {
  margin-right: 20% !important;
}
.mr15 {
  margin-right: 15% !important;
}
.mr10 {
  margin-right: 10% !important;
}

.auto-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

/* BV eind */

#block {
    float: left;
    padding: 60px 0 60px; /*Aanpassen padding-top = aanpassen anchor*/
    width: 100%;
}
.divider-block {
  height: auto;
  padding: 0 !important;
}
.divider-item {
  background-image: url(img/beeld-logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  margin: 0 auto;
}
.boxed {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}
.c-kader {
  background: #f2f2f2;
}
.c-50 {
  width: 50%;
  float: left;
}
.c-600 {
  width: 600px;
  max-width: 100%;
  min-height: 1px;
  margin: 0 auto;
  text-align: center;
}
.c-100 {
  float: left;
  width: 100%;
}
.c-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.c-inside {
    margin: 0 -2% 0 -3%;
    float: left;
	width: 103%;
}
.c-left {
    float: left;
    width: 45%;
}
.c-right {
    float: right;
    width: 45%;
}
.c-small {
    float: left;
    width: 100%;
    margin: 40px 0;
}
.c-small-inside {
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}
.c-middle {
	width: 700px;
	margin: 0 auto;
	max-width: 90%;
}

/* 6.4.1 UP Nieuws
--------------------------------------------- */

.nieuws-datum {
  color: #707070;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.h1-nieuws {
  font-size: 30px;
  font-size: 3.0rem;
}
.mgc-wrap {
	  border-top: 1px solid #707070;
    float: left;
    margin-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}
.mgc-wrap a {
  color: inherit;
}
.mgc-link {
    color: inherit;
    float: left;
    text-decoration: none;
    border-bottom: 2px solid #C08EE4;
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition-duration: 0.25s;
    width: auto;
}
.mgc-link:hover {
  border-bottom: 2px solid #707070;
}
.float-right {
  float: right !important;
}
.agenda-link, {
    color: inherit;
    float: left;
    text-decoration: none;
    border-bottom: 2px solid #ee7900;
        border-bottom-color: rgb(224, 126, 47);
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition-duration: 0.25s;
    width: auto;
}
.archief-link {
    color: inherit;
    float: left;
    text-decoration: none;
    border-bottom: 2px solid #ee7900;
        border-bottom-color: rgb(224, 126, 47);
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition: border-bottom .25s ease-in-out;
        transition-duration: 0.25s;
    transition-duration: 0.25s;
    width: auto;
}
.mgc-link:focus, .agenda-link:focus, .archief-link:focus,
.mig-link:hover, .agenda-link:hover, .achief-link:hover {
	color: #8ba484;
	text-decoration: none;
}
.mgc-link::after {
    color: #25252;
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 600;
    float: right;
    margin-left: 10px;
}
.archief-link::before {
    color: #25252;
    content: '\f104';
    font-family: 'FontAwesome';
    font-weight: 600;
    float: left;
    margin-right: 10px;
}
.mgc-left {
	float: left;
	height: 100%;
	width: 225px;
	position: relative;
}
.mgc-right {
	float: right;
	width: calc(95% - 225px);
}
.mgc-wrap img {
  width: 100%;
}
.mgc-title {
	font-size: 28px;
  font-size: 2.8rem;
	font-weight: 600;
  line-height: 1.1;
}
.content-single {
    width: 725px;
    max-width: 90%;
    margin: 0 auto;
}
.content-small {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}


/* 6.4.2 Recente berichten
--------------------------------------------- */

.lees-verder {
    color: #ea2830;
	position: absolute;
    bottom: 0;
    right: 0;
}
.rb-left {
	float: left;
	height: 100%;
	width: 50%;
	position: relative;
}
.rb-right {
	float: right;
	height: 100%;
	width: 45%;
	position: relative;
}
.rb-title {
    color: #ea2830;
	font-size: 24px;
    font-size: 2.4rem;
	font-weight: 600;
    line-height: 2.6rem;
}

/* 6.4.3 Tutorials
--------------------------------------------- */
.home .tut-wrap {background:transparent}
.tut-wrap {
    background: #fff;
	width: 30%;
    float: left;
    margin-bottom: 40px;
    margin-left: 3%;
	overflow: hidden;
}
.tut-wrap-inside {
   position: relative;
   width: 100%;
   padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.tut-wrap-text {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   font-size: 20px;
   color: white;
}
.tut-meer {
    border: 1px solid #ea2830;
    color: #ea2830;
    text-align: center;
    font-size: 30px;
    padding: 3px 0 6px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.tut-meer::after, .posts-meer::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #ea2830;
    top: -9%;
    right: 10%;
    z-index: 1;
}
.tut-meer:hover, .posts-meer:hover {
    background: #ea2830;
    color: #fff;
	transition:all 0.3s ease-in-out 0s;
}
.tut-meer:hover::after, .posts-meer:hover::after {
	color: #fff;
	transition:all 0.3s ease-in-out 0s;
}
.posts-meer {
    border: 1px solid #ea2830;
    color: #ea2830;
    text-align: center;
    font-size: 30px;
    padding: 3px 0 6px;
    font-weight: 400;
    position: relative;
    bottom: 0;
    width: 47%;
    float: right;
}
.tut-img img {
	
}

/* 6.4.4 Testimonials
--------------------------------------------- */

.rood #test-wrap {
    color: #fff;
    width: 49%;
    float: left;
    margin-right: 1%;
    min-height: 400px;
	position: relative;
}
.test-pers {
	position: absolute;
	bottom: 0;
	right: 8%;
}

/* 6.4.5 Aanbiedingen
--------------------------------------------- */

#aanbieding-wrap {
    border: 10px solid #635c90;
    border-radius: 8px;
	float: left;
	padding: 1% 1% 2% 1%;
    width: 45%;
    margin-right: 5%;
}
#aanbieding-wrap img {
	
}
#aanbieding-wrap .aw-left {
	float: left;
	width: 35%;
}
.aw-top {
	height: 205px;
}
.aw-right {
	float: right;
	width: 60%;
}
.aw-bottom {
    text-align: center;
    float: left;
    width: 70%;
    margin: 0 15%;
}
.aw-bottom h3 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
}

/* 6.4.6 Artikelen
--------------------------------------------- */
#single-top {
    background-color: #ccc;
    background-image: url("img/background-articles.jpg");
	background-repeat: no-repeat;
	height: 80px;
}
#single-block {
	position: relative;
}
#single-block .inside {
    float: left;
    background: #ece8e4;
    width: 100%;
	pading-bottom: 40px;
}
#single-block .inside-second {
    float: left;
    background: #fff;
    width: 100%;
}
.c-single {
	margin: 0 !important;
}
.single-left {
	background: #fff;
	float: left;
    width: 66%;
}
.single-left-second {
    background: #fff;
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: table;
	position: relative;
}
.single-right {
    background: #ece8e4;
    float: right;
    width: 34%;
}
.single-c-left {
    margin: 20px 5vw 40px 10vw;
}
.single-c-left-second {
    margin: 20px 0 40px 0;
}
.single-c-right {
	margin: 98px 10vw 40px 5vw;
}
.single-c-full {
    background: #fff;
    width: 800px;
	max-width: 100%;
    margin: 0 auto;
}

/* 6.4.7 Pagina kopen
--------------------------------------------- */

.no-margin {
  margin: 0 auto !important;
}

.page-template-page-kopen .site-header, .page-template-page-kopen-fr .site-header {
	display: none;
}
.site-header-kopen {
    background: #fff;
    width: 100%;
    height: 55px;
}
.site-header-kopen #main-logo {
	width: 150px;
}
.site-header-kopen .inner {
	margin-top: 5px;
}
#prod-wrap {
    margin: -42vh auto 0;
    width: 900px;
	max-width: 100%;
}
#prod-wrap-inner {
    margin-left: -2.3%;
}
#prod-wrap ul {
    margin: 0 0 1.5em 15%;
    padding: 0;
    width: 75%;
}
#prod-wrap li::before {
    color: #fff;
}
#prod-wrap .oddpost {background: #ff4d4d}
#prod-wrap .evenpost .prod-onderdelen {margin-bottom: 50px;}
#prod-wrap .evenpost .prod-eigenschappen {}
#prod-wrap .evenpost {background: #ea2830; margin-top: -30px;}
#product {
    color: #fff;
	float: left;
    width: 31%;
    margin-left: 2.333%;
	padding: 10px;
}
.prod-naam {
    text-align: center;
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 900;
}
.prod-ondertitel {color: #000; text-align: center}
.prod-onderdelen {
    text-align: center;
    line-height: 0.5em;
    margin: 30px 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    height: 105px;
}
.prod-maint {
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 0;
	margin-bottom: 30px;
}
.prod-eigenschappen {min-height: 470px; border-bottom: 2px solid #fff;margin-bottom: 20px;}
.prod-prijs {text-align: center;}
.prod-prijs h2 {margin:0}
.prod-prijs h3 {color:#000;margin:0;position:relative;}
.prod-prijs h3::after {
    background-color: #000;
    bottom: 14px;
    content: "";
    height: 2px;
    left: 63%;
    margin-left: -75px;
    position: absolute;
    right: 0;
    width: 80px;
}
.prod-koop-button {
    width: 100%;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 5px;
}
.prod-voetnoot {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
#prod-wrap .c-wrap {
	width: 100% !important;
}
.order_form th, .order_form td {
	padding: 0 !important;
}
#order_form {
	width: 660px;
	max-width: 100%;
	margin-bottom: 40px;
}
.order_form th, .order_form td {
	padding-bottom: 0 !important;
}
.frontend_form_table {
	border: 1px solid #333;
	width: 100% !important; 
}
.order_form LABEL {
    font-size: 16px !important;
	width: auto;
    float: left;
	padding-right: 20px;
}
.order_form th {
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
    /*padding-top: 1% !important;*/
	width: 135px;
}
.order_form INPUT[type="text"], .order_form TEXTAREA,
.order_form SELECT {
	width: 100% !important;
}
.order_form SELECT {
	margin-bottom: 0;	
}
.order_form input[type="radio"], input[type="checkbox"] {
    width: 20px !important;
    position: relative;
    left: 0;
    top: 6px !important;
    float: left;
    height: 20px !important;
    border-radius: 0 !important;
}
#submit_multisafepayorder {
    margin: 15px 0 0 135px;
    width: calc(100% - 135px);
}

/* 6.4.8 Widget area
--------------------------------------------- */

.amr_widget {
    background: #fff;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
	padding: 20px;
	text-align: left !important;
}
.amr_widget li {
	list-style: none;
	list-style-image: url("img/logo-bullet.png");
}
.amr_widget li a {
	color: inherit;	
}
#search-form {
	font-family: inherit;
	position: relative;
}
.submit-wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}
#search-submit {
  border: none;
	height: 100%;
	position: relative;
	text-indent: -999px;
  margin-top: 0;
  font-weight: 400;
}
#search-form::after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 24px;
    color: #999;
    top: 2px;
    right: 5%;
    z-index: 1;
}

/* 6.4.9 Footer
--------------------------------------------- */

.footer-section h3, .footer, .footer-links a, .footer-extra a, .footer-links li:before,
.footer-extra li:before, .site-legal a, .site-info a {
	color: #fff;
}
.footer {
    width: 100%;
    background: #703996;
    /*color: #333;*/
    font-size: 16px;
	font-size: 1.6rem;
    padding: 60px 0 20px;
	float: left;
}
.footer .wrap {
    max-width: 1200px;
    margin: 0 auto;
	width: 90%;
    /*padding: 0 20px;*/
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.footer-section {
    min-height: 100px;
}
.footer-brand .site-name {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}
.footer-brand .textwidget p {
    margin: 0 0 10px;
}
.footer-links ul,
.footer-extra ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li,
.footer-extra li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; /* Ruimte voor het icoon */
}
.footer-links li:before,
.footer-extra li:before {
    content: '\f054'; /* Font Awesome Unicode voor fa-circle */
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 0.8rem; /* Klein formaat voor subtiele bullet */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-links a,
.footer-extra a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.25s ease-in-out, color 0.25s ease-in-out;
}
.footer-links a:hover,
.footer-extra a:hover {
    border-bottom: 2px solid #a364d0;
    color: #fff;
}
.footer-section h3 {
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer .widget-box {
	margin-bottom:  20px;
}
.footer .simple-social-icons {
	margin-top: 40px;
}
.colophon {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
}
.site-legal a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.25s ease-in-out;
}
.site-legal a:hover {
    border-bottom: 2px solid #a364d0;
}
.site-info a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.25s ease-in-out;
}
.site-info a:hover {
    border-bottom: 2px solid #a364d0;
}
/* Responsieve aanpassingen */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .colophon {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
/* Test */

.hc-wrap {
    left: 0;
    margin: 0 auto;
    max-width: 1350px;
    position: absolute;
    right: 0;
    top: calc( 145px + 10%);
    z-index: 999;
    bottom: 10%;
}
.no-header {
	top: 10%;
}
.hc-wrapper-1 {
    position: absolute;
    float: left;
    width: 90%;
    top: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
	max-width: 1350px;
}
.hc-wrapper-2 {
    position: absolute;
    float: left;
    width: 90%;
    top: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1200px;
    z-index: 0;
}
.hc-float {
    float: left;
    position: relative !important;
	width: 100% !important;
}
.hc-top {
    left: 0;
	  margin: 0 auto;
	  width: 90%;
	  position: absolute;
	  right: 0;
	  z-index: 9999;
	  top: calc( 80px + 10%);
}
.hc-bottom {
    left: 0;
    margin: 0 auto;
    width: 90%;
    position: absolute;
    bottom: 10%;
    right: 0;
    height: calc(70% - 80px);
    top: calc(10% + 80px);
    bottom: auto;
}

/* 6.4.10 Call to actions
--------------------------------------------- */
.header-cta-wrap {
    background: rgba(255, 255, 255, 0.8);
    border: 10px solid #635c90;
    border-radius: 8px;
    height: 300px;
    padding: 1%;
    width: calc(90vw * 0.45);
    position: absolute; /* wordt fixed */
    right: 5vw;
    bottom: 7vh;
}
.header-cta-wrap {
    right: 5%;
    width: 40.5%; /*0.45 * 90*/
    position: fixed;
}
.header-cta-wrap a {
	color: inherit;
}
.header-cta-wrap.absolute {
    position: absolute;
}
.header-cta-wrap h3 {
	font-size: 20px;
}
.hcta-inside {
	float: left;
	height: 100%;
	position: relative;
}
.hcta-left {
	float: left;
	width: 70%;
}
.hcta-right {
	float: right;
	width: 30%;
}
/* BodyVibes */
.leesmeer {
    background: #88b945;
    color: #fff;
    border-radius: 4px;
    padding: 3%;
    width: 145px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.leesmeer:hover {
	background: #91c54a;
	color: #fff;
}
/* BV einde */

.licht-button {
    background-image: url("img/playbutton-grijs.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    display: block;
    height: 60px;
    width: 73px;
    overflow: hidden;
    text-indent: -999px;
    transition: all 0.3s ease-in-out 0s;
}
.licht-button:hover {
    background-image: url("img/playbutton-geel.png");
    transition: all 0.3s ease-in-out 0s;
}
.hcta-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 10px 30px;
    font-size: 26px;
    font-size: 2.6rem;
    width: auto;
    text-align: center;
    float: left;
    margin-top: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}
.hcta-button:hover, .hcta-button2:hover {
	background: #fff;
  color: #333;
}
.hcta-button.groen:hover {
	background: #a1c86a !important;
}
.hcta-button2 {
    background: #ea2830;
    color: #fff;
    border-radius: 3px;
    padding: 2%;
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    margin-top: 34px;
}
.button-wrap {
    width: auto;
    margin: 0 auto;
}
.leesmeer-button {
    background: #a364d0;
    border-radius: 8px;
	color:  #fff !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 26px;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    height: auto !important;
    z-index: 1;
    padding-right: 40px; /* Extra ruimte voor het pijltje */
	transform: skew(-30deg);
	margin-right: 10px;
	border-bottom: none;
}
.leesmeer-button > span {
    display: inline-block;
    transform: skew(30deg);
}
.leesmeer-button:hover {
    background: #a364d0;
    transition-duration: 0.25s;
}
.leesmeer-button::after {
    content: '\f054'; /* Font Awesome chevron-right icon */
    font-family: FontAwesome;     
	font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) skew(30deg);
    transition: right 0.25s ease;
}
.leesmeer-button:hover::after {
    right: 10px; /* Verschuift het pijltje naar rechts bij hover */
}
.leesmeer-marge {
  margin-top: -30px;
}
.footer .leesmeer-button {
	background: linear-gradient(90deg, #5bd75b 0%, #2e7d32 100%);
	border-bottom: none !important;
	transition: right 0.6s ease;
}
.footer .leesmeer-button:hover {
	background: linear-gradient(90deg, #2e7d32 0%, #5bd75b 100%);
	transition: right 0.6s ease;
}
.socmed-wrap {
    width: 300px;
    margin: 0 auto;
}
.socmed-button {
  width: 100%;
}
.socmed-button-inner {
    background: transparent;
    border-bottom: none !important;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 0 9px 40px !important;
    text-decoration: none;
    position: relative;
    float: left;
}
.socmed-button-inner::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    z-index: 1;
}
.socmed-button-inner:hover .socmed-txt {
    transition-duration: 0.3s;
    border-bottom: 2px solid #707070;
}
.socmed-txt {
  border-bottom: 2px solid #ffd30e;
  float: left;
  transition-duration: 0.3s;
}
.word-lid-button {
    background-color: #ffd30e;
    color: #222;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 26px;
    padding: 22px 65px 18px 20px !important;
    text-decoration: none;
    font-weight: 900;
    position: relative;
    margin-top: 30px;
    border: none !important;
}
.word-lid-button:hover {
    background-repeat: no-repeat !important;
    background-color: #ffd30e;
    transition-duration: 0.25s;
}
.word-lid-button::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 44px;
    font-size: 4.4rem;
    color: #222;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.cta-button-1 {
    background-position: center left 15px;
    color: #222 !important;
    border: 3px solid #ffd30e !important;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 26px;
    padding: 22px 20px 18px 73px !important;
    text-decoration: none;
    font-weight: 900;
    position: relative;
}
.gevuld {
background-color: #ffd30e;
}
/*.cta-button-1::before {
    content: "\f008";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 26px;
    color: #333;
    top: 20%;
    left: 15px;
    z-index: 1;
}*/
.cta-button-1:hover {
    background-repeat: no-repeat !important;
    background-color: #ffe46a;
    border: 3px solid #ffd30e !important;
    transition-duration: 0.25s;
}
.cta-button-2 {
    background: transparent;
    color: #333 !important;
    border: 3px solid #ffd30e !important;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 900;
    line-height: 26px;
    padding: 18px 30px 12px 30px !important;
    margin-bottom: 30px;
    transition-duration: 0.6s !important;
}
.cta-button-2:hover {
	background: #ffd30e;
  color: #fff !important;
  transition-duration: 0.6s !important;
}
.cta-button-3 {
  background: #a364d0;
  color: #fff !important;
  border-radius: 2px;
  display: block;
  float: left;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 26px;
  padding: 14px 30px 12px 30px !important;
  margin-bottom: 30px;
  transition-duration: 0.9s !important;
  border-radius: 10px;
  transform: skew(-33deg);
  margin-right: 20px;
}
.cta-button-3 > span {
  display: inline-block;
  transform: skew(33deg);
}
.cta-button-3:hover {
  background: #a16ac8;
  color: #fff !important;
  transition-duration: 0.3s !important;
}
.cta-button-4 {
    background: #ffd30e;
    color: #333 !important;
    border: 3px solid #ffd30e !important;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 900;
    line-height: 26px;
    padding: 18px 30px 12px 30px !important;
    margin-bottom: 30px;
    transition-duration: 0.6s !important;
}
.cta-button-4:hover {
	background: transparent;
  color: #333 !important;
  transition-duration: 0.6s !important;
}
.cta-button-5 {
    background: transparent;
    color: #333 !important;
    border: 3px solid #ffd30e !important;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 900;
    line-height: 26px;
    padding: 18px 30px 12px 30px !important;
    margin-bottom: 30px;
    transition-duration: 0.6s !important;
}
.cta-button-5:hover {
	background: #ffd30e;
  color: #333 !important;
  transition-duration: 0.6s !important;
}
.w-100 {
  width: 100%;
}
.align-left {
  float: left;
}
.align-right {
   float: right;
}
.koop-box {
    border: 1px solid #333;
    float: left;
    margin-bottom: 40px;
	width: 100%;
}
.koop-box-inside {
   position: relative;
   width: 100%;
   padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.koop-box-text {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
.koop-box-text-right {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.koop-box-text-right .cta-button-1 {
  margin-bottom: -20px;
}
.koop-box-text img {
    width: 45%;
    margin-top: -7%;
}
.koop {
	margin: 80px 0 100px;
}
.cta-1 {
    width: 70% !important;
}
.c-left.koop, .c-right.koop {
  width: 50%;
}
.padding-plus {
  padding: 100px 0 80px !important;
}
.c-center {
  text-align: center;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.mt-5-form {
  margin-top: -15px !important;
  margin-left: 45px;
}
.mt-11 {
  margin-top: 11px !important;
}
.mt-82 {
  margin-top: 82px !important;
}
.mt-min20 {
  margin-top: -20px !important;
}
.mt-min30 {
  margin-top: -30px !important;
}
.mt-min12 {
  margin-top: -12px !important;
}
.mt-min11 {
  margin-top: -11px !important;
}
.mt-min10 {
  margin-top: -10px !important;
}
.mb-min28 {
   margin-bottom: -28px !important;
}
.mt-mi50 {
  margin-top: -5px !important;
}
.mb-30 {
   margin-bottom: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.pt-x {
  padding-top: 60px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-62 {
  margin-top: 62px !important;
}
.mt-73 {
  margin-top: 73px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.border-geel {
  border: 3px solid #ffd30e;
  padding: 20px;
}
.aankondiging {
  min-height: 310px;
  position: relative;
  border-radius: 20px;
}
.aankondiging::before {
    font-family: FontAwesome;
    content: '\f073';
    display: table;
    position: absolute;
    font-size: 50px;
    color: #707070;
    top: 0;
}
.aankondiging h3 {
  margin-left: 60px;  
}

/* 6.4.11 Back-to-top
--------------------------------------------- */

.back-to-top {
	background: #8843B9 url("img/arrow_top.png") no-repeat scroll center center;
	background-size: 70%;
	border: 2px solid #fff;
	position: fixed;
	bottom: 2.7em;
	right: 2em;
	text-decoration: none;
	color: #898988;
	font-size: 12px;
	padding: 2.0em;
	opacity: 0.9;
	display: none;
	z-index: 999;
	border-radius: 3px;
}
.back-to-top:hover {    
	background-color: #a364d0;
	opacity: 1;
	display: none;
}

/* 6.4.12 Member login
--------------------------------------------- */
.member-login-wrap {
  background: #6EBF50;
  color: #fff;
	height: 100%;
	width: 400px;
	position: fixed;
	right: -400px;
	top: 0;
	z-index: 999999;
}
.member-login-inner {
  width: 70%;
  margin: 25% 15% 0;
  float: left;
  height: 50%;
}   
.member-login-button {
	background: #6EBF50;
	color: #fff;
	left: -65px;
	position: absolute;
	text-align: center;
	top: calc(50% - 50px);
	transform: rotate(-90deg);
	width: 100px;
	cursor: pointer;
  font-size: 18px;
  padding: 0 0 1% 0;
}
.member-login-close-button:after {
					
}
.member-login-close-button {
	background-image: url("img/cross.png");
	background-repeat: no-repeat;
	background-position: left 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.logged-in .member-login-button {
	display: block;
}
               
.member-login-wrap a {
    color: #333;
}
.member-login-wrap p {
    color: #fff;
	float: left;
    margin-top: 16vh !important;
    width: 245px;
}
.intranet-login input[type="checkbox"] {
    position: relative;
    left: auto;
    border-radius: 0 !important;
    margin:-2px 5px 20px 0;
    float: left;
    width: 25px;
    height: 25px;
}
.intranet-login input {
    width: 100%;
    margin-bottom: 10px;
}
legend {
	display: none;
}
#wpmem_reg .div_text, #wpmem_login .div_text {
    padding: 10px 0 0 !important;
}

#wpmem_reg .form, #wpmem_login .form {
    float: left;
    margin: 0;
    padding: 0;
	width: 80%;
}
.leden-login #wpmem_reg .form,
.leden-login #wpmem_login .form {
    float: unset;
    margin: 0 auto;
    width: 300px;
}
.leden-login #wpmem_reg label,
.leden-login #wpmem_login label {
    color: #333;
    float: left;
    font-family: raleway;
    font-size: 16px;
    padding: 15px 0 20px;
	width: auto !important;
}
#wpmem_login input[type="checkbox"] {
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #fff;
    border-radius: none;
    float: left;
    height: 25px;
    margin-top: 5px;
    width: 25px;
}
.intranet-login label {
    display: initial;
    float: none;
    padding: 0;
}
#wpmem_reg label,
#wpmem_login label {
    float: left;
    font-family: raleway !important;
    font-size: 16px;
    width: auto;
}
#wpmem_login .div_text,
#wpmem_reg .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_select,
#wpmem_reg .div_textarea,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_radio {
    float: right;
    width: 100%;
}
#wpmem_reg fieldset, #wpmem_login fieldset {
    color: #fff;
}
.leden-login #wpmem_reg fieldset,
.leden-login #wpmem_login fieldset {
    color: #333;
}
#wpmem_reg input[type="text"],
#wpmem_reg input[type="password"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="url"],
#wpmem_reg textarea,
#wpmem_login input[type="text"],
#wpmem_login input[type="password"] {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #bfb4da;
	color: #fff;
	height: auto !important;
}
.leden-login #wpmem_reg input[type="text"],
.leden-login #wpmem_reg input[type="password"],
.leden-login #wpmem_reg input[type="email"],
.leden-login #wpmem_reg input[type="url"],
.leden-login #wpmem_reg textarea,
.leden-login #wpmem_login input[type="text"],
.leden-login #wpmem_login input[type="password"] {
	background: transparent none repeat scroll 0 0;
  border: 1px solid #bfb4da;
  color: #666;
  font-family: raleway;
  font-size: 16px;
  height: auto !important;
}

/* 7.0 Media Queries
---------------------------------------------------------------------------------------------------- */

/*
@media (max-width:1499px) { /* hi-res laptops and desktops
*/

@media (max-width:1216px) { /* hi-res laptops and desktops */ 

.zoeken-menu::before {
  font-size: 20px;
  left: 20px;
  top: 2px;
}
.zoeken-menu {
  width: 200px;
  margin: 0 auto;
}
.home .nav ul {
  background: #C08EE4;
  height: calc(160% + 4.4em);
  margin-top: -4.4em;
  padding-top: 4.4em;
}
.home .site-header {
	backdrop-filter: unset;
}

}

@media (max-width:1440px) { /* tablet, landscape iPad, lo-res laptops ands desktops WAS 1139px */

/* Zomer */

/* 24/09 */

.language-wrap {
    margin-right: 70px;
}

.s-box .s-box-h2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.s-box {
  min-height: 380px;
}

/* Einde 24/09 */

.box-2 {
  width: calc(50% - 30px);
}
.box-2-inside {
  height: 125px;
}

/*
.swiper-slide, .swiper-container-team .swiper-slide {
  padding-top: calc(50% - 10px) !important;
}
*/

#breadcrumbs {
  display: none;
}

/* Eind */

.nav a, .nav a:hover, .nav a:active, .nav a:visited {
  text-align: center;
}

.no-image {
	padding-top: 0 !important;
}
.header-cta-wrap {
    float: left;
    height: auto;
    width: 90%;
    position: relative;
    margin: 5% 5% 0;
    right: 0;
}
.intro-wrap-inn {
    width: 100%;
}
.de-test {
    width: 96% !important;
    margin: 0 2% !important;
    top: 0 !important;
}
.de-test {
    width: 600px;
    margin: 50px auto 0 !important;
    top: 0 !important;
    float: unset;
    height: 300px;
}
.rood #test-wrap {
	min-height: auto;
	margin: 0;
}
blockquote {
    margin: 4% 8%;
}
.cta-1 {
	max-width: 800px !important;
}
.de-test, .cta-2 {
	max-width: 600px !important;
}
.sb {
  width: 35% !important;
}
.ct {
  width: 55% !important;
}
.b65 {
  width: 65% !important;
  text-align: left;
}
.b80 {
  width: 80% !important;
  text-align: left;
}
.persoonlijk .c-left {
	width: 75%;
}
.persoonlijk .c-right {
	width: 25%;
}
.c-inside {
    margin: 0;
	width: 100%;
}
.tuts .c-inside {
	margin-left: -3%;
	width: 103%;
}
.mgz .c-inside {
	margin-left: -3%;
	width: 100%;
}
#rb-wrap {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.posts-meer {
	width: 50%;
}
.tut-wrap {
    width: 47%;
}
#fa-wrap, #fa-wrap-1 {
	width: 47%;
	margin: 0 3% 60px 0;
}
.ccc-test {
	max-width: 70% !important;
	width: 550px !important;
}
/* Koop */
.hc-left {
	width: 100%;
}
#prod-wrap {
    margin: -20% auto 0;
}
/* Aanbieding */
#aanbieding-wrap {
    width: 100%;
    margin: 0 5% 20px 0;
	height: auto;
}
#test-wrap, #aanbieding-wrap {
    width: 100% !important;
    margin: 0 0 5% 0;
}
#aanbieding-wrap .aw-left {
    float: none;
    width: 100%;
}
.aw-right {
    float: left;
    width: 90%;
    margin: 0 5%;
}
#aanbieding-wrap img, .aw-right ul {
    width: 70%;
    margin: 0 15% 20px;
}
.hc-wrapper-2 .hc-left {
    width: 96%;
    margin-left: 2%;
}
.hc-wrapper-2 .hc-right {
	margin-left: 2%;
}
/* Single */
.single-c-left {
    margin: 20px 2vw 40px 2vw;
}
.single-c-right {
    margin: 98px 5vw 40px 5vw;
}
.nav .menu-cta a {
    padding: 0;
    margin: 10px 20px;
}
.koop-mobiel {
	display: block;
}

}

/*
@media (max-device-width: 896px) and (orientation : landscape) { 
  
.first-box {
    height: 520px;
}
.top-wrapper .swiper-slide div[style] {
  background-size: auto 520px !important;
}
.s-box {
    width: 100%;
    min-height: 290px;
    margin: 0 0 20px 0;
    box-shadow: unset;
}
.second-box {
    background: #eee;
    padding-top: 15px;
}
.home .header-image {
    bottom: 0;
    height: 520px;
}

}
*/

@media (max-width:1024px) { /* tablet, landscape iPad, lo-res laptops ands desktops WAS 819px*/

.icon-wrap {
  display: block;
}

.mobile-right {
  float: left !important;
}
.film-button {
  width: 300px;
  margin: 0 auto 30px;
  float: unset;
}
.follow {
  width: 300px;
  margin: 0 auto 30px;
  float: unset;
  background-size: 40%;
}
.follow:hover {
    background-size: 45%;
    transition: all 0.3s ease-in-out 0s;
}

/* Zomer */

.site-header {
  height: 75px;
}
.top-wrapper-out {
  padding-top: 75px;
}

.shrink {
  position: absolute;
}
.leesmeer-marge {
  margin-top: 15px;
}
.aankondiging {
  width: 100%;
  margin: 15px 0;
}
.team-email, .team-phone, .team-linkedin-inner {
  width: 100%;
  margin-bottom: 15px;
}
.swiper-slide-image div[style] {
  background-size: 100% auto !important;
  background-position: top center !important;
}
.home .header-image {
  bottom: 0;
  height: 100vh;
}
.ct-300 {
  width: 100% !important;
}
.site-info {
  width: 100%;
  text-align: center; 
}
.collage-left {
    width: calc(100% - 30px);
    margin: 0 15px;
}
.collage-left-inner {
  padding-top: 300px;
}
.collage-right {
  width: calc(100% - 30px);
  margin-top: 15px;
}
.collage-right-top {
  width: calc(50% - 15px);
  padding-top: 38%;
  padding-top: 300px;
  margin-right: 15px;
}
.collage-right-bottom {
  width: 50%;
  padding-top: 38%;
  padding-top: 300px;
}

.t-column {
  width: calc(100% - 60px);
  margin-bottom: 0;
}

    /* Aanpassen van de container breedte */
    .tb2-inside {
        width: 100%;
        max-width: calc(100% - 20px); /* Iets minder marge voor kleinere schermen */
        margin: 0 auto;
    }

    /* Aanpassen van de service-wrap voor een 2-koloms lay-out */
    .service-wrap {
        width: calc(50% - 20px); /* 2 kolommen in plaats van 3 */
        margin: 0 10px 20px; /* Minder marge voor compactere weergave */
        padding-top: calc(33% - 10px); /* Aanpassen van de hoogte voor verhoudingen */
    }

    /* Aanpassen van de tekstgrootte voor leesbaarheid */
    .service-member-name {
        font-size: 20px; /* Kleinere titel voor kleinere schermen */
        margin: 15px 0 8px;
    }

    .service-member-role {
        font-size: 14px; /* Kleinere tekst voor de beschrijving */
        margin-bottom: 15px;
    }

    /* Aanpassen van de padding van de info-wrap */
    .service-member-info-wrap {
        padding: 10px; /* Minder padding voor compactere weergave */
    }

    /* Aanpassen van de afbeelding schaling bij hover */
    .service-wrap:hover > .service-wrap-inner img {
        transform: scale(1.05); /* Minder schaling voor kleinere schermen */
    }

    /* Aanpassen van de c-50 container */
    .c-50 {
        width: 100%; /* Volledige breedte voor de titel */
        padding: 0 10px;
    }

    .h2-large {
        font-size: 40px; /* Kleinere titel voor deze schermgrootte */
    }
}

@media (min-width: 600px) and (max-width: 819px) { /* Stijlen voor apparaten met een breedte tussen 600 en 810px */

.swiper-container-team .swiper-slide {
  padding-top: calc(41% - 10px) !important;
}
}

@media (max-width:768px) { /* tablet, landscape iPad, lo-res laptops ands desktops WAS @799*/ 

.image-container {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}
.image-container img {
  box-shadow: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: top;
  object-position: bottom;
  max-height: 200px;
}

/* Zomer */

.language-wrap {
    margin-right: 70px;
}

.site-header {
  height: 75px;
}
.top-wrapper-out {
  padding-top: 75px;
}

.shrink {
  position: absolute;
}
.leesmeer-marge {
  margin-top: 15px;
}
.aankondiging {
  width: 100%;
  margin: 15px 0;
}
.team-email, .team-phone, .team-linkedin-inner {
  width: 100%;
  margin-bottom: 15px;
}
.swiper-slide-image div[style] {
  background-size: 100% auto !important;
  background-position: top center !important;
}
.home .header-image {
  bottom: 0;
  height: 100vh;
}
.ct-300 {
  width: 100% !important;
}
.site-info {
  width: 100%;
  text-align: center; 
}
.collage-left {
    width: calc(100% - 30px);
    margin: 0 15px;
}
.collage-left-inner {
  padding-top: 300px;
}
.collage-right {
  width: calc(100% - 30px);
  margin-top: 15px;
}
.collage-right-top {
  width: calc(50% - 15px);
  padding-top: 38%;
  padding-top: 300px;
  margin-right: 15px;
}
.collage-right-bottom {
  width: 50%;
  padding-top: 38%;
  padding-top: 300px;
}

.t-column {
  width: calc(100% - 30px);
  margin-bottom: 0;
}

/* Zomer einde */

.slide-left {
  width: 30%;
}
.s-box, .d-box {
  width: 100%;
  min-height: 320px;
  margin: 0 0 20px 0;
  box-shadow: unset;
}
.team-wrap {
  width: calc(33.33% - 5px);
  padding-top: calc(33.33% - 5px);
}
.ag-ticket-wrap {
  width: 80%;
}
.ag-button {
  text-align: center;
  width: 48%;
  padding: 3% 2% 3% !important;
  margin: 0 0 20px 0;
}
.ag-button.right {
  float:right;
}
/*
.soc-med .addtoany_list a:not(.addtoany_special_service) > span, .ag-outer-wrap .addtoany_list a:not(.addtoany_special_service) > span {
  width: 40px !important;
  height: 40px !important;
}
*/

.tb-title {
  font-size: 70px;
  font-size: 7.0rem;
  line-height: 1.0;
}

/* BV */
.auto-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.intro-titel h1 {
    font-size: 38px;
    font-size: 3.8rem;
}
/*.bv-wrap {
    top: calc(10vh + 0px);
    width: 360px;
    max-width: 90%;
}*/
.top-wrapper .swiper-slide div[style] {
  background-size: auto 100vh !important;
  background-position: top right 37% !important;
}
.first-box {
  height: 100vh;
}
.first-box .uk-divider-small {
   opacity: 0;
}
.home .second-box {
  background: #f6ecfe;
  float: left;
  padding-top: 15px;
}
.large-font h2 {
    font-size: 36px;
    font-size: 3.6rem;
}
/* BV eind */
    
/*
.top-wrapper {
    position: relative;
}
*/

/*.hc-bottom {
    height: auto;
    top: unset;
    bottom: 5%;
	position: relative;
}

.hc-top {
    top: 10%;
}

.intro-wrap-inn {
    height: auto;
	position: relative;
	margin: 40px 0;
}

.intro-text {
	position: relative;
	float: left;
	margin-bottom: unset;
}
.intro-inner {
	margin-bottom: unset;
}
.intro-text .intro-inner {
	padding: 0;
}
*/

/* BV */

.intro-text {
  width: 65%;
}

/* BV einde */

.hc-right {
	width: 100%;
}
.rood #test-wrap {
    width: 100%;
	min-height: auto;
}
.header-cta-wrap {
    float: left;
    height: 270px;
    width: 90%;
    position: relative;
    margin: 5% 5% 0;
    right: 0;
}
.de-test {
    width: 90% !important;
    margin: 0 5% !important;
    top: 0 !important;
}
.intro-wrap-inn {
    width: 100%;
}
.persoonlijk .c-left {
	width: 100%;
}
.persoonlijk .c-right {
	width: 100%;
}
.koop-box-text img {
    width: 70%;
    margin-top: -25%;
}
#fa-wrap, #fa-wrap-1 {
    width: 100%;
}
#logo-bottom {
    position: relative;
    float: left;
    margin-top: 40px;
}
/* Aanbieding */
#aanbieding-wrap {
    width: 100%;
    margin: 0 5% 20px 0;
}
#test-wrap, #aanbieding-wrap {
    width: 100% !important;
    margin: 0 0 5% 0;
}
#aanbieding-wrap .aw-left {
    float: none;
    width: 100%;
}
.aw-right {
    float: left;
    width: 90%;
    margin: 0 5%;
}
#aanbieding-wrap img, .aw-right ul {
    width: 70%;
    margin: 0 15% 20px;
}
/* Koop */
#prod-wrap {
    margin: 0;
}
.hc-wrapper-1 {
	position: unset;
}
.hc-wrapper-1 .hc-top {
    left: 2%;
    position: absolute !important;
    width: 96% !important;
    right: 2%;
}
.hc-wrapper-1 .hc-left, .hc-wrapper-2 .hc-left {
    width: 96%;
    margin-left: 2%;
}
.single-c-right {
    margin: 98px 2vw 40px 2vw;
}
.single-left-second {
	width: 96%;
}
  
}

/*
@media (max-device-width: 799px) and (orientation : landscape) { 
 
.first-box {
    height: 520px !important;
}
.top-wrapper .swiper-slide div[style] {
  background-size: auto 520px !important;
}
.s-box {
    width: 100%;
    min-height: 290px;
    margin: 0 0 20px 0;
    box-shadow: unset;
}
.second-box {
    background: #eee;
    padding-top: 15px;
}
.home .header-image {
    bottom: 0;
    height: 520px;
}

}
*/

@media (max-width:599px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 

/* @media (max-width:479px) { /* smartphones, Android phones, landscape iPhone */

/* Zomer */

.hide {
	display: none;
}
 .service-wrap {
    width: calc(100% - 30px);
    padding-top: calc(65% - 15px);
  }

.swiper-slide-image div[style] {
  background-size: cover;
}
.first-box {
    height: 100vh;
    padding-top: 25vh !important;
}
.mb-min28 {
  margin-bottom: 0 !important;
}
.leesmeer-marge {
  margin-top: 30px;
}
.team-phone {
    padding-left: 40px;
}
h2, .single h1, .single h2 {
  font-size: 30px;
  font-size: 3.0rem;
}
h1, .h2-large {
  font-size: 46px;
  font-size: 4.6rem;
}
.cx2_vacancydetails-apply {
  width: 100%;
}
.recruiter-wrap, .recruiter-right {
  width: 100%;
}
.popup-outer.open {
 overflow: scroll;
 min-height: 100vh;
 background: #9c8aac;
}
.popup-right {
  width: 100%;
  max-width: 100%;
  float: left;
}
.popup-left {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
}
.popup-left .team-wrap, .popup-wrap .team-overlay {
    width: 150px;
    height: 150px;
}
.popup-wrap {
  position: absolute;
  font-size: 16px;
  top: 0;
  bottom: 0;
  transform: unset;
  max-width: 100%;
}
.popup-content {
   float: left;
   padding-bottom: 80px;
}
.popup-close {
  position: fixed;
}

.tb-title {
    font-size: 34px;
    font-size: 3.4rem;
}
.s-box, .d-box {
  width: 100%;
  padding-top: 100%;
  margin: 0 0 20px 0;
  box-shadow: unset;
}

.c-50 {
  width: 100%;
}
.c-50.mt-min30 {
  margin-top: 30px !important; 
}
.swiper-slide {
  padding-top: calc(100% - 10px) !important;
}
.swiper-container-team .swiper-slide {
  padding-top: 125% !important;
}
.swiper-container2 {
    height: 690px !important;
}
.box-2 {
    width: calc(100% - 30px);
}
.leesmeer-button, .sb-40 {
  width: 100% !important;
}
blockquote {
  font-size: inherit;
  margin: 4% 0%;
}
.collage-right-top, .collage-right-bottom {
  width: 100%;
}
.swiper-container-main {
  bottom: unset;
  height: 100vh;
}
.swiper-slide-image div[style] {
  background-size: cover;
}
.slide-right {
  width: 90%;
  margin: 0 5%;
}
.slide-left {
  width: 60%;
  margin: 0 5%;
}
.slide-right-inner {
  float: unset;
  margin: 0 auto;
}
.swiper-container2 {
  height: 75vh;
}
.pt-x {
  padding-top: 0 !important;
}
.team-wrap {
  width: 100%;
  padding-top: 100%;
}
.ag-button {
  width: 100%;
}
.w80 {
    width: 90% !important;
    margin: 0px 5%;
}
/*
.home .site-header {
  height: 0;
}
*/
.bv-wrap {
  top: 50%;
}
.td0 {
  width: 20%;
}
.c-left, .c-right {
  width: 100%;
}

/* VTB */

.bv-wrap-inner {
  top: 5%;
}
.bv-wrap h1 {
  font-size: 42px;
  font-size: 4.2rem;
}
.site-title, .l-fade {
    font-size: 18px;
    width: 200px;
    line-height: 1.3;
    padding-top: 5px;
}
.su-spoiler-style-default > .su-spoiler-content {
  padding: 0px !important;
  overflow: hidden;
}
.ag-datum-wrap {
  width: 100%;
}
.ag-datum, .ag-jaar {
  float: left;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: left;
  width: auto;
}
.ag-content {
    float: right;
    width: 100%;
    margin: 5px 0 0 10px;
    border-top: 1px solid #525252;
    border-left: none !important;
    padding: 5px 0 0 0;
}
.ag-footer {
  width: 100%;
}

/* BV */
/*.home .header-image div[style] {
    height: 100vh !important;
    min-height: unset;
    background-position: -120vw bottom !important;
}*/
.bv-wrap h1 {
    padding: 4% 4% 0 4%;
    color: #333;
}
.bv-buttons {
    padding: 0 4% 5%;
    color: #333;
}
.hcta-button {
   font-size: 22px;
   font-size: 2.2rem;
   margin-top: 4%;
   color: #333;
   border: 1px solid #333;
   /*padding: 4% 0;*/
}
/*
.bv-wrap {
    position: relative !important;
    float: left;
    color: #333;
    height: 60vh;
    transform: unset;
}
*/

/* BV eind */

.header-top {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}
#block {
	padding: 40px 0;
}
.header-cta-wrap {
    float: left;
	height: auto;
	width: 90%;
    position: relative;
    margin: 5% 5% 0;
	right: 0;
}
.hcta-left {
    float: left;
    width: 100%;
}
.hcta-button {
	float: left;
	position: relative;
}
.hcta-right {
	width: 100%;
}
.hcta-right p {
	margin: 0;
}
.de-test {
    width: 96% !important;
    margin: 0 2% !important;
	top: 0 !important;
}
.intro-wrap-out {
    background: #ddd;
	left: 0;
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 145px);
}
/*.intro-wrap-inn {
    height: auto;
	position: relative;
	margin: 40px 0;
}
.intro-text {
	position: relative;
	float: left;
	margin-bottom: unset;
}
.intro-inner {
	margin-bottom: unset;
}
.hc-top {
	top: 10%; 
}
.hc-wrap {
	position: unset;
}
.hc-bottom {
	position: relative;
}
.subtitel-wrap {
    float: right;
    height: auto;
    width: auto;
    position: relative;
    margin-left: 75px;
}
.intro-titel h1 {
    line-height: 36px;
}
.sub-payoff {
    position: unset;
}
.vet {
    font-weight: 600;
    float: right;
    padding-left: 6px;
}
*/
/* BV start */

.intro-text {
  width: 100%; 
}
.intro-titel h1 {
    font-size: 38px;
    font-size: 3.8rem;
}
.ct, .sb, .ct-66, .sb-33 {
  width: 100% !important;
}
.large-font h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* BV eind */
#rb-wrap {
    width: 100%;
    height: auto;
}
.rb-left, .rb-right {
    float: left;
    height: 100%;
    width: 100%;
}
.posts-meer {
    width: 100%;
    float: left;
    margin-left: 0;
}
.tut-wrap {
    width: 100%;
	margin-bottom: 20px;
}
.tut-mobiel .tut-wrap-inside {
	padding-top: 50px;
}
.ccc-test, .cta-1 {
	width: 90% !important;
}
.cta-2 {
	width: 90% !important;
	max-width: 450px !important;
}
.c-left.koop, .c-right.koop {
    width: 100%;
}
.koop-box-text img {
    width: 65%;
    margin-top: -15%;
}
.aaa-test {
    position: unset;
    float: unset;
    width: unset;
    top: unset;
    margin: unset;
    left: unset;
    right: unset;
    max-width: unset;
}
.hc-left, .hc-right {
    float: left;
	width: 100%;
}
#prod-wrap {
	margin: 0 auto;
}
#prod-wrap-inner {
	margin: 0;
}
#product {
	width: 100%;
	margin: 0 0 5% 0 !important;
}
.prod-onderdelen, .prod-eigenschappen {
	height: auto;
	min-height: auto;
}
.language-wrap {
    margin-right: 50px;
}
.tuts .c-inside {
    margin-left: -3%;
    width: 100%;
}
.single-left, .single-right {
    width: 100vw;
}
.single-left-second {
	width: 96%;
}
.nav-button {
    right: 1rem;
}
.koop-mobiel {
	display: none;
}

/* Nieuws */
.mgc-wrap {
    width: 100%;
	height: auto;
	margin-bottom: 5%;
}
.mgc-left {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
}
.mgc-right {
    float: right;
    width: 100%;
}
.mgc-img {
	position: relative;
	margin-bottom: 10px;
}

    /* Aanpassen van de container breedte */
    .tb2-inside {
        width: 100%;
        max-width: calc(100% - 20px); /* Minimale marge voor mobiele schermen */
        margin: 0 auto;
    }

    /* Aanpassen van de service-wrap voor een 1-koloms lay-out */
    .service-wrap {
        width: calc(100% - 20px); /* Volledige breedte voor 1 kolom */
        margin: 0 10px 20px; /* Kleinere marges */
        padding-top: calc(60% - 10px); /* Aanpassen van de hoogte voor verhoudingen */
        border-radius: 3px; /* Iets kleinere afronding voor mobiel */
    }

    /* Aanpassen van de tekstgrootte voor leesbaarheid */
    .service-member-name {
        font-size: 18px; /* Kleinere titel voor mobiele schermen */
        margin: 10px 0 5px; /* Minder marge voor compacte weergave */
    }

    .service-member-role {
        font-size: 13px; /* Kleinere tekst voor de beschrijving */
        line-height: 1.4; /* Iets meer regelafstand voor leesbaarheid */
        margin-bottom: 10px;
    }

    /* Aanpassen van de padding van de info-wrap */
    .service-member-info-wrap {
        padding: 8px; /* Minimale padding voor mobiele weergave */
    }

    /* Aanpassen van de afbeelding schaling bij hover */
    .service-wrap:hover > .service-wrap-inner img {
        transform: scale(1.03); /* Minimale schaling voor subtiel effect */
    }

    /* Aanpassen van de c-50 container */
    .c-50 {
        width: 100%; /* Volledige breedte voor de titel */
        padding: 0 10px;
    }

    /* Aanpassen van de titelgrootte */
    .h2-large {
        font-size: 24px; /* Kleinere titel voor mobiele schermen */
        margin-bottom: 15px;
    }

    /* Aanpassen van de overlay voor betere leesbaarheid */
    .service-overlay {
        opacity: 0.7; /* Lichte overlay voor mobiele schermen */
    }
}

}

@media (max-width:375px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

img.alignnone, .alignnone {
    width: 100%;
}
.koop-mobiel {
	display: none;
}
}