/*
	Theme Name: Zomer Dekolomisatie Nederland Indië
	Theme URI: http://websitesvoormbk-ers.nl
	Description: Template dekolonisatienedindie
	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
--------------------------------------------------------------*/

/* Header new */

.site-header {background: #495f37 !important;}
.home .site-header, .home .nav, .home .nav ul {
    background: #495f37;
}
.home.shrink .site-header, .shrink .nav ul {
    background: #495f37 !important;
    transition: all 0.3s ease-in-out 0s;
}
.shrink {
  background: #495f37 !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: 1350px;margin: 0 auto;}
.site-header {width: 100%;box-sizing:border-box;position: fixed;height: 120px;z-index: 99999;transition: all 0.3s ease-in-out 0s;z-index: 9;}
.site-header .wrap {margin: 0 auto;}
#header-click {
  float: left;
  height: auto;
	transition: all 0.3s ease-in-out 0s;
}
.site-header .inner {
	margin-top: 15px;
	transition: all 0.3s ease-in-out 0s;
}
.home .top-wrapper-out {
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}

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

/* Shrink */
.shrink.site-header .wrap {
    margin: 0 auto !important;
    transition: all 0.3s ease-in-out 0s;
}
.shrink {
    position: fixed;
    height: 60px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}
.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 {
    width: 100px;
    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: 2px;
	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 {
  background: #f2f2f2;
  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: 10px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 200px;
}

.home_hero {
    position: relative;
    min-height: 700px;
    height: calc(95vh - 120px);
    padding: 65px 0;
}
.home_hero .home-header-image {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 1;
  /*background: rgb(246,152,9);*/
}
.container-fluid.lg {
  max-width: calc(100% - 30px) !important;
  width: 1200px;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
}
.home_hero .text-content {
  max-width: 650px;
  position: relative;
  z-index: 2;
}
.home_hero .text-intro-content {
  width: 480px;
  font-size: 20px;
  font-size: 2.0rem;
}
.home_hero .h1-content {
  position: relative;
  margin-left: -5px;
}
.test {
  animation: fadeIn 6s;
  -webkit-animation: fadeIn 6s;
  -moz-animation: fadeIn 6s;
  -o-animation: fadeIn 6s;
  -ms-animation: fadeIn 6s;
}

.slideIn-1 {
  animation: slideIn 3s;
  -webkit-animation: slideIn 3s;
  -moz-animation: slideIn 3s;
  -o-animation: slideIn 3s;
  -ms-animation: slideIn 3s;
  animation-fill-mode: forwards;
}

.slideIn-2 {
  animation: slideIn 3s;
  -webkit-animation: slideIn 3s;
  -moz-animation: slideIn 3s;
  -o-animation: slideIn 3s;
  -ms-animation: slideIn 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes slideIn {
  from {left: -50px;}
  to {left: 0px;}
}

@-moz-keyframes slideIn {
  from {left: -50px;}
  to {left: 0px;}
}

@-webkit-keyframe slideIn {
  from {left: -50px;}
  to {left: 0px;}
}

@-o-keyframes slideIn {
  from {left: -50px;}
  to {left: 0px;}
}

@-ms-keyframes slideIn {
  from {left: -50px;}
  to {left: 0px;}
}

/* FADE IN */

.font-size1, .font-size2, .font-size3, .font-size4 {
  opacity: 0;
}

.font-size1, .font-size2, .font-size3, .font-size4 {
  margin-bottom: 28px;
}

.font-size1 {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
  animation-fill-mode: forwards;
  
}

.font-size2 {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

.font-size3 {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.font-size4 {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/* Einde Header new */

.partner-logos img {
    margin: 0 2.5%;
    width: 20%;
}
.partner-logos-wrap {
    width: auto;
}

/* Recruiter */

.recruiter-wrap {
  float: left;
  margin-bottom: 40px;
  background: #f2f2f2;
  padding: 15px;
  width: 60%;
  margin-right: 40%;
}
.recruiter-left {
    float: left;
    width: 125px;
    margin-right: 20px;
}
.recruiter-left img {
  float: left;
}
.recruiter-left img {
  
}
.recruiter-right {
  float: left;
  display: table;
  height: 125px;
}
.recruiter-right-inside {
  display: table-cell;
  vertical-align: middle;
}

/* Licht team */

.team-wrap {
  float: left;
  width: calc(25% - 5px);
  position: relative;
  margin: 0 5px 5px 0;
  padding-top: calc(25% - 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;
  padding: 10px 10px 10px 10px;
}
.team-member-name {
  color: #fff;
  margin: 0;
}
.team-member-role {
  color: #fff;
  line-height: 1.3;
}
.cw-wrap {
    margin: 0 auto;
    max-width: 90%;
    width: 1200px;
}
.team-overlay {
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  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;
}
.nieuws-image {
  width: 300px;
  height: 300px;
}
.single .nieuws-image {
  width: 250px;
  height: 250px;
}
/* Colors */

.site-header, .nav ul {background: #495f37;}

#footer {background: #fff;}

/* Workwire service & associates */

.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: 5px;
  overflow: hidden;
  margin: 0 15px 30px;
}
.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;
}
.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 {
  color: #fff;
	margin: 0;
	font-size: 28px;
	font-size: 2.8rem;
	margin: 25px 0 10px;
}
.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;
}
.cw-wrap {
    margin: 0 auto;
    max-width: 90%;
    width: 1200px;
}
/*
.service-overlay {
  background-color: rgba(51, 51, 51, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: all 0.6s ease-in-out;
  z-index: 0;
}
*/
/*
.service-wrap:hover .service-overlay {
	background-color: rgba(51, 51, 51, 0.4);
}
.service-wrap:hover .service-member-info-wrap {
	opacity: 1;
	transition: all 0.6s ease-in-out;
}
.service-wrap:hover .service-member-email {
	opacity: 1;
	transition: all 0.6s ease-in-out;
}
*/

/* Stappen */

.stap-wrap {
    background: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    color: #222;
    display: table;
    height: 90px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 2%;
}
.stap-wrap h3 {
    margin: 20px 0 20px 0;
    color: #AA665B;
    font-size: 20px;
    font-size: 2.0rem;
}
.content-single-2 {
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
}

/* Stappen optie UP */

.ps-column-wrap {
    width: calc(100% - 15px);
    max-width: 1230px;
    margin: 0 auto;
    display: table;
    margin-top: -120px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding-top: 20px;
}
.ps-column-wrap-inner {
    margin-left: 0;
    margin-right: 37px;
}
.ps-wrap {
    float: left;
    width: calc(20% - 15px);
    margin: 0 7.5px 30px 7.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    min-height: 230px;
}
.ps-box {
    float: left;
    width: 92%;
    margin: 0 0 10px 0;
    background: #f48715 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    color: #525252;
    position: relative;
    height: 90px;
    border-radius: 8px;
    display: table;
    transform: skew(-33deg);
    margin-left: 33px;
}
.ps-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    background: #fff !important;
    border: 2px solid #f48715;
    color: #333;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 900;
    float: left;
    margin-right: 25px;
    font-family: roboto;
    position: absolute;
    left: 45%;
    margin: -20px 0 0 -20px;
    z-index: 9;
    transform: skew(33deg);
}
.ps-title {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    line-height: 1.2;
    color: #fff;
    transform: skew(33deg);
}
.ps-content {
    width: 100%;
    float: left;
    height: 160px;
    text-align: center;
    padding: 0 4px;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
}
.c-rel {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.h-400 {
 height: 400px; 
}
.block-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*background-color: rgba(66, 66, 66, 0.2);*/
  transition: transform .6s; /* Animation */
}
.bg-image:hover > .block-bg-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;
}

/* SONS header */

.t-blok-relative {
  position: relative;
  border: 2px solid #bbb;
  padding: 0 0 25px 0 !important;
}
.t-blok-links {
  width: 55%;
  background-color: #f7f7f7;
  float: left;
  position: relative;
}
.t-blok-midden {
    float: left;
    min-height: 300px;
    width: 400px;
    margin-left: -200px;
    background-color: #525252;
    color: #fff;
    margin: 100px -200px;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 30px;
    font-weight: 400;
    z-index: 9;
    display: none;
}
.t-blok-links, .t-blok-rechts {
  height: 600px;
}
.t-blok-rechts {
  width: 45%;
  float: right;
  /*opacity: 0.3;*/
  position: relative;
}
.t-blok-rechts-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.t-blok-rechts-1 {
    float: left;
    height: 300px;
    width: 400px;
    margin-left: -200px;
    background-color: #666;
    margin: 50px -200px;
    border-radius: 10px;
    position: relative;
}
.t-blok-rechts-2 {
  float: left;
  height: 425px;
  width: 100%;
  background: #dd3300
}
.t-parallax-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%; 
}

/* Topbox */

.topbox-1 {
    margin: 0 0 70px;
    padding: 70px 0px 70px 0px;
    width: 100%;
}
.topbox-2 {
    margin: 70px 0;
    border: 1px solid #000;
}
.topbox-5 {
    width: 100%;
    position: absolute;
    margin-top: 100px;
}
.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;
}
.tb5-inside {
    width: calc(1200px * 0.45);
    float: left;
    margin-left: calc(calc(100vw - 1200px)/2);
}
.tb-title-wrap {
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: 400;
    line-height: 80px;
    width: 100%;
    margin-bottom: 40px;
    line-height: 1.2 !important;
    letter-spacing: -0.5px;
}
.tb-subtitel {
  letter-spacing: -1px;
  font-size: 36px;
  font-size: 3.6rem;
}
.tb-text {
    width: 100%;
    max-width: 600px;
    /*background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
    padding: 20px !important;*/
}

/* 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: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  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: 20px;
    font-weight: 900;
    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;
}
.collage-right-bottom:hover .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 {
    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;
}
.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;
}

.item.work-box:hover > .swiper-slide-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.swiper-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: none !important;
}
.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;
}
.swiper-slide-title h3 {
  font-size: 30px;
  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 */

.divider-block {
  height: auto;
  padding: 0 !important;
}
.divider-item {
  background: #EC6E00;
  height: 60px;
  width: 2px;
  margin: 0 auto;
}
.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 3px solid #07A56D;
    vertical-align: top;
}
.uk-divider-content::after {
    content: "";
    display: inline-block;
    width: 40px;
    max-width: 100%;
    border-top: 2px solid #AA665B;
    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 #AA665B;
}
: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 #f60;
    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 #778e94;
    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: #ffd30e;
    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 #ffd30e;
    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;
}
.s-box.first, .s-box:hover {
    background: #ffd30e;
    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: 60px 40px 60px 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;
}

/* 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: 60px;
}
.image-wrap:before {
  color: #e9204f;
}
.s-box.first .image-wrap:before, .s-box:hover .image-wrap:before {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.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: #ffd30e;
    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: "\f017";
    font-size: 40px;
    top: -15px;
}
.image-wrap-2:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f19d";
    font-size: 40px;
    top: -15px;
}
.image-wrap-3:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f02d";
    font-size: 40px;
    top: -15px;
}
.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%;
  position: relative;
}
.kader-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ddd;
}
.env-gal {
  width: 835px !important
}
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td {
  display: none;
}
.envira-gallery-wrap {
	margin: 0 auto 28px auto !important
}

/* 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;
}

.grecaptcha-badge {
  opacity: 0;
}

.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: #ecf0f5 !important;
	color: #222 !important;
	font-family: 'Inter', 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.7;
	margin: 0;
  letter-spacing: -0.5px;
}

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, .link {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #94AF7D;;
    transition: border-bottom .25s ease-in-out;
    transition-duration: 0.25s;
}

.a2a_kit a {
	border-bottom: none;
}

.ti-read-more {
  border-bottom: none !important;
}

.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;
}
p {
	margin: 0 0 28px;
	padding: 0;
}

hr {
	border: none;
	margin-bottom: 15px;
}
hr::after {
  content: "";
  display: inline-block;
  width: 40px;
  max-width: 100%;
  border-top: 2px solid #495F37;
  vertical-align: top;
}

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: #AA665B;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: #f2f2f2}
.lichtgroen {background: #D8DDDF}
.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;
}

.cx_h4 {
  margin: 0;
}

.h1-content h1 {
  font-size: 66px;
  font-size: 6.6rem;
  font-weight: 200;
}

h1,
h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #000;
  letter-spacing: -1px;
}

h1 {
  font-size: 46px;
  font-size: 4.6rem;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

.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: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.0;
  text-transform: uppercase;
}

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

.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;
	text-transform: uppercase;
}

h6, .h3-subtitle {
    color: #ec6e00;
    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;
}

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;
  border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.td0, .td2 {
  width: 10%;
	padding: 0 1%;
	border-right: 1px solid #333;
}
.td1 {
  width: 18%;
	padding: 0 1%;
	border-right: 1px solid #333;
}
.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
--------------------------------------------- */

/* Carerix */

.carerix_required {
    border: 1px solid #FAA2A8;
    padding: 0.8em;
}
#apply_form div {
    margin: 2px;
    margin-bottom: 20px;
}
.cx_h3 {
  margin-bottom: 10px !important; 
}
span.carerix_labels, a.repeat {
  display: none;
}
.cx2_introduction, .cx2_organization, .cx2_function, .cx2_requirements, .cx2_offer {
  margin-bottom: 28px;
}
.cx_h4, h4 {
  margin-bottom: 5px !important; 
}
.cx2_vacancydetails-apply {
    background: transparent;
    float: left;
    border: 3px solid #ffd30e !important;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 26px;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}
#apply_button {
  display: none;
}
.apply-button-wrap #apply_button, .page-template-page-formulier-professional #apply_button {
  display: block !important;
  height: auto;
}
.cx2_vacancydetails-apply:hover {
    background: #ffd30e;
    transition-duration: 0.25s;
}
#remember_me {
  display: none;
}
#agreement_container {
    float: left;
    height: 70px;
    position: relative;
}
#agreement_container label {
  width: auto;
}
#agreement_check {
  margin-top: -3px;
}
.cx2_backToJobDetails {
  display: none;
}

/* Carerix eind */
.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%;
}

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: #07A56D;
    border: 2px solid #07A56D;   
    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: #ba8178;
    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: #888;
}

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

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

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

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

/* Form SONS */

.sform-wrap {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  overflow: hidden;
}

.sform-wrap-2 {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  overflow: hidden;
}

.sform-wrap-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}

.sform-wrap-1 .wpcf7-form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: calc(33.333% - 30px);
  margin: 0 15px;
}
.wpcf7-form-control {
  
}
.sform-wrap h3 {
  color: #3A5F6A;
  margin-bottom: 10px; 
}

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: #ffd30e;
  float: left;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  margin: 0 auto;
  width: 900px;
  max-width: 90%;
}
.popup-wrap a {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.popup-inside {
  margin: 40px;;
  height: auto;
  float: left;
}
.popup-close {
  background-image: url("img/close.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  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-open #maint, .popup-open .site-header {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.popup-open {
  overflow: hidden;
}

.team-contact-box {
    float: left;
    width: 100%;
}
.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 #707070;
  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: #707070;
  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: #111 none repeat scroll 0 0;
}
.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%;
}
/* Tabel Footer */

#footer table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 250px;
  max-width: 100%;
	word-break: break-all;
}
#footer td {
  padding: 0;
}
#footer .even, #footer .odd {
    background: transparent;
    color: #fff !important;
}
#footer .td0 {
    width: 20%;
}
#footer .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: #778e94;
}
.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
--------------------------------------------- */

.search .header-image {
  display: none;
}
.search-wrap {
    float: left;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 100%;
	margin-bottom: 20px;
}
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: #3E5062;
    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: #566778;
}
.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;
}
.search-wrap h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
.search-result-wrap h2 {
  margin: 0;
  color: #7C8300;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.search-results .pagination {
  margin-top: 40px;
}
/*.page-numbers, .page-numbers a {
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}*/

.custom-pagination {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}
.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 {
  text-align: center;
  float: right;
}

.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;
    height: 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: #00a8ff;
    border-color: #00a8ff;
	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: 600;
	margin: 0;
	text-align: center;
}

.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
--------------------------------------------- */

#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: 15px 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;
    margin-top: 3px;
}

/* 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 {
  border-radius: 2px;
  padding: 0 1.4em 0 !important;
  margin-left: 30px;
  background: #07A56D;
  border: 2px solid #49606e;
  color: #fff !important;
  border: 2px solid #07A56D;
  transform: skew(-30deg);
  border-radius: 10px;
}
.nav .menu-cta a > span {
    display: inline-block;
    transform: skew(30deg);
}
.nav .menu-cta a::before {
  
}

.nav .menu-cta a:hover {
    background: #fff;
    color: #aa665b !important;
    border: 2px solid #49606e;
}
.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: #A2AA13;
  font-size: 20px;
  top: 3px;
}
.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 {
    background: rgba(0,0,0, 0.25) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    display: none;
}
.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 {
    background-image: url("img/fr.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    background-color: #fff;
	border: 1px solid #f2f2f2;
    float: right;
    height: 30px;
	margin-top: 14px;
    padding: 2px 60px 0 15px;
}
.language-wrap2 {
    background-image: url("img/fr.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    background-color: #fff;
	border: 1px solid #0d0a67;
    float: right;
    height: 30px;
	margin-top: 14px;
    padding: 2px 60px 0 15px;
	position: absolute;
	top: 9px;
	right: 0;
}
.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
--------------------------------------------- */

/* 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;    
}
.event-naam {
    
}
.event-omschr {
  
}
.ag-info {
  
}
.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: #ee7900;
    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: 26px;
    font-size: 2.6rem;
    float: left;
    width: 100%;
    text-align: right;
    padding: 0 5px;
    margin: 0;
    font-weight: 400;
}
.ag-button {
    background: #ee7900;
    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;
}
.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;
    font-weight: 600;
}
.large-font h2 {
    font-size: 50px;
    font-size: 5.0rem;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    color: #fff;
}
/*.large-font .content-single {
    max-width: 650px;
    width: 80%;
}*/
.sb {
  width: 40% !important;
  text-align: left;
}
.sb-300 {
  width: 300px !important;
  margin-top: 20px;
}
.sb-35 {
  width: 35% !important;
}
.sb-40 {
   width: 40% !important;
}
.ct-300 {
  width: calc(100% - 360px) !important;
}

.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;
}
.w50 {
  width: 50%:
}
.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%;
}
.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-container {
	float: left;
    width: 68%;
}
.c-left-inner {
    background: #fff;
	border-top: 5px solid #495f37;
	float: left;
	margin-bottom: 40px;
	padding:  40px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	border-radius: 3px;
}
.c-left {
    background: #fff;
	border-top: 5px solid #495f37;
	float: left;
    width: 68%;
	padding:  40px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	border-radius: 3px;
}
.c-right {
    background: #ecf0f5;
    float: right;
    width: 30%;
}
/*
.widget-title {
  background: #3E5062;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.textwidget {
  padding: 15px 20px;
  float: left;
  background: #fff;
  margin: -25px 0 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.sidebar-area .search-wrap {
  border-style: none !important;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.widget_text {
	
}
.widget_recent_entries {
  background:  #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: 0;
  font-size: 12px;
  line-height: 1.3em;
}
.widget_recent_entries ul {
	
}
.widget_recent_entries ul li {
	
}
*/

/* Widgets Dekolomisatie */

/* Sidebar Styling */
.sidebar-widget {
    margin-bottom: 20px;
}
/* Search Widget */
.widget_search .search-form {
    margin-bottom: 20px;
}
/* Text Widget */
.widget_text {
    background-color: #ffffff;
    padding: 15px;
	float: left;
}
.widget_text .widget-title,
.widget_recent_entries .widget-title {
    background-color: #3E5062;
    color: #ffffff;
    margin: -15px -15px 15px -15px;
    padding: 10px 15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
	float: left;
	text-transform: uppercase;
}
/* Recent Posts Widget */
.widget_recent_entries {
    background-color: #ffffff;
    padding: 15px;
	float: left;
}
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_recent_entries li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget_recent_entries li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget_recent_entries a {
    color: #333;
    text-decoration: none;
	border-bottom: none;
}
.textwidget {
	float:  left;
}
.c-wrap .widget_recent_entries ul li::before {
	display: none;
}
.widget_recent_entries a:hover {
    text-decoration: underline;
}
.widget_text, .widget_recent_entries {
	font-size: 16px;
	font-size: 1.6rem;
}
.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: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.h1-nieuws {
  font-size: 30px;
  font-size: 3.0rem;
}
.mgc-wrap {
  border-top: 1px solid #e4e4e4;
  float: left;
  margin-bottom: 30px;
  padding-top: 30px;
  width: 45%;
  margin: 0 2.5%;
}
.mgc-wrap a {
  color: inherit;
}
.mgc-link {
    color: inherit;
    float: left;
    text-decoration: none;
    border-bottom: 2px solid #07A56D;
    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: 250px;
	position: relative;
}
.mgc-right {
	float: right;
	width: calc(95% - 300px);
}
.single .mgc-right {
	float: right;
	width: calc(95% - 250px);
}
.mgc-wrap img {
  width: 100%;
}
.mgc-title {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  font-weight: 400;
  line-height: 1.1;
}
.content-single {
    width: 825px;
    max-width: 100%;
    margin: 0 auto;
}
.content-small {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.mgc-wrap .excerpt {
	font-size: 16px;
	font-size: 1.6rem;
}
*/
/* Container for masonry layout */
.mgc-container {
  display: block;
  width: 100%;
  column-count: 2;
  column-gap: 30px;
  column-fill: balance;
  margin: 0 auto;
}

/* News block styling */
.mgc-wrap {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
  margin-bottom: 30px;
  width: 100%; /* Full width within column */
  box-sizing: border-box;
  display: inline-block;
  break-inside: avoid-column; /* Prevent breaking inside columns */
  transition: background-color 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  padding: 20px;
}

/* Hover effect */
.mgc-wrap:hover {
  background-color: #f5f5f5;
}

/* Inner element styles */
.nieuws-datum {
  color: #707070;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.mgc-title {
  font-size: 22px !important;
  font-size: 2.2rem !important;
  font-weight: 900;
  line-height: 1.3;
}
.single .mgc-title {
  margin: 0 !important;
}
.single .nieuws-datum {
	margin-bottom: 25px !important;
}
.hearts-and-minds .mgc-title {
	color: #357700;
}

.publicaties .mgc-title {
	color: #dd3300;
}

.project-fdo .mgc-title {
	color: #dd3300;
}

.mgc-wrap .excerpt {
  font-size: 16px;
  font-size: 1.6rem;
}

.transparent {
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 0;
  border-top: 3px solid #495f37;
}

/* Post navigation styling */
.navigation-container {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.post-navigation {
    display: flex;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
}

.nav-links {
    display: flex;
    width: 100%;
    justify-content: space-between; /* Zorgt voor maximale ruimte tussen previous en next */
    align-items: flex-start;
}

.nav-previous,
.nav-next {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-previous {
    text-align: left;
    margin-right: 0; /* Uiterst links */
}

.nav-next {
    text-align: right;
    margin-left: 0; /* Uiterst rechts */
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Knop en inhoud rechts uitlijnen binnen nav-next */
}

.post-nav-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px; /* Behoud compacte padding */
    background-color: #d4d7dc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: fit-content; /* Knopbreedte past zich aan de inhoud aan */
    border-bottom: none !important; /* Verwijdert border-bottom voor knoppen */
}

.post-nav-button i {
    margin: 0 5px;
    border-bottom: none !important;
}

.post-nav-button:hover:not(.disabled) {
    background-color: #e0e3e8;
}

.post-nav-button.disabled {
    background-color: #d4d7dc;
    opacity: 0.5;
    cursor: not-allowed;
}

.post-title {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    max-width: 275px; /* Beperkte breedte voor titels */
    word-wrap: break-word; /* Woorden afbreken bij lange titels */
 }

/* Beperk breedte van titels tot 25% op laptopschermen 
@media (min-width: 1024px) {
    .post-title {
        max-width: 25%;
    }
}*/

/* Related posts
--------------------------------------------- */

/* Stijl voor gerelateerde berichten met Contextual Related Posts */
.crp_related {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 20px 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.crp_related h2 {
    font-size: 18px;
	font-size:  1.8rem;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.crp_related ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.crp_related li {
    background-color: #eee;
    padding: 15px;
    width: 200px; /* Vastgestelde breedte voor vier blokjes naast elkaar */
    text-align: left;
	transition: .25s ease-in-out;
}

.crp_related li:hover {
    background-color: #d4d7dc;
	transition: .25s ease-in-out;
}

.crp_title {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin: 0 0 5px 0;
    font-weight: normal;
    float: left;
    width: 100%;
}

.crp_link {
    text-decoration: none;
    color: #666;
    border-bottom: none !important;
}

.crp_link:hover {
    color: #000;
}

/* Verberg eventuele thumbnails (niet van toepassing hier, maar voor zekerheid) */
.crp_related img {
    display: none;
}

.crp_related ul li::before {
	display: none !important;
}

.crp_date {
  display: block;
  float-size: 14px;
  float-size: 1.4rem;
  color: #888;
}

/* 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;	
}

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

#footer .divider-item {
    margin-top: -30px; 
}
#footer .cta-button-2 {
  
}
#footer {
  width: 100%;
	float: left;
  font-size: 16px;
  font-size: 1.6rem;
}
#footer .wrap {
    clear: both;
    height: auto;
    margin: 0 auto;
    min-height: 120px;
}
#footer .inner {
    float: left;
    margin: 60px 0;
    width: 100%;
	position: relative;
}
#logo-bottom {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 25px;
}
#fa-wrap, #fa-wrap-1 {
    float: left;
    width: 31%;
    margin-left: 3%;
    min-height: 1px;
}
#fa-wrap-1 {
    margin-left: 0 !important;
}
.footer-widget-3 {
  margin-bottom: 30px;
  width: 100%;
}
#footer a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #07A56D;
    transition: border-bottom .25s ease-in-out;
    transition-duration: 0.25s;
}
#footer a:hover {
  
}
#footer ul {
	list-style: none;
	margin: 0;
}
#footer h3, .grw-widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 300;
}
#footer, #footer h3 {
  background: #495F37;
  color: #fff;
}
#footer li a {
    font-weight: 400;
    border: none;
    color: #000;
}
#footer li a:hover {
  color: #555;
	text-decoration: none;
}
#colophon {
  background: #222;
	color: #eee;
	font-size: 12px;
	float: left;
	width: 100%;
	padding: 10px 0 20px 0;
}
#colophon .wrap {
	height: 30px;
    margin: 0 auto;
	width: 80%;
}
.site-legal {
    font-size: 12px;
	float: left;
    padding: 0.4rem;
    text-align: left;
    width: auto;
}
.site-legal a, .site-info a {
    color: #ddd;
	text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.site-legal a:hover {
	color: #fff;
}
.site-info {
    color: #eee;
    float: right;
    margin: 0;
    padding: 0.4rem;
}
.site-info a:hover {
    color: #eee;
    text-decoration: underline;
}

/* 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 */

.linkedin-button {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    display: block;
    height: 66px;
    width: 200px;
    overflow: hidden;
    text-indent: -999px;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #d30;
}
.linkedin-button:hover {
    transition: all 0.3s ease-in-out 0s;
}
.follow {
    background-image: url("img/volg-li-button.png");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    border-radius: 2px;
    float: left;
    width: 156px;
    height: 66px;
    border: 2px solid #006097;
    text-align: center;
    padding: 8px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    background-color: #f2f2f2;
}
.follow:hover {
    background-size: 95%;
    transition: all 0.3s ease-in-out 0s;
}
/*
.li-follow-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
*/
.hcta-button {
    background: transparent;
    color: #fff;
    border: 1px solid #000;
    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: transparent;
    border: 3px solid #AA665B !important;
    border-radius: 0;
    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;
    border-radius: 5px;
}
.leesmeer-button:hover {
    background: #aa665b;
    color: #fff;
    transition-duration: 0.25s;
}
.leesmeer-marge {
  margin-top: -30px;
}
.sk-btn {
    background: transparent;
    border: 3px solid #798d94 !important;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 26px;
    padding: 6px 20px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    height: auto !important;
    z-index: 1;
    border-radius: 10px;
    transform: skew(-30deg);
    margin-right: 10px;
}
.sk-btn > span {
    display: inline-block;
    transform: skew(30deg);
}
.sk-btn:hover {
    background: #798d94;
    color: #fff;
    transition-duration: 0.6s;
}
.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;
}
.film-button {
    /*background-image: url("img/playbutton-zwart.png") !important;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 15px;*/
    background-color: #ea2830;
    color: #fff;
    border-radius: 2px;
    margin: 0 20px 20px 0;
    text-align: center;
    display: block;
    line-height: 26px;
    padding: 22px 20px 18px 65px !important;
    text-decoration: none;
    font-weight: 900;
    position: relative;
}
.film-button:hover {
    background-repeat: no-repeat !important;
    background-color: #f9515A;
    transition-duration: 0.25s;
}
.film-button::before {
    content: "\f144";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 44px;
    font-size: 4.4rem;
    color: #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.cta-button-1 {
    background-image: url("img/playbutton-zwart.png") !important;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 15px;
    color: #222 !important;
    border: 3px solid #778e94 !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: #778e94;
    border: 3px solid #778e94 !important;
    transition-duration: 0.25s;
}
.cta-button-2 {
    background-color: #07a56d;
    color: #fff !important;
    /*border: 3px solid #07a56d !important;*/
    border-radius: 10px;
    display: block;
    width: 300px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 900;
    line-height: 26px;
    padding: 14px 30px 12px 30px !important;
    margin-bottom: 30px;
    transition-duration: 0.6s !important;
    transform: skew(-33deg);
    margin-left: -20px;
}
.cta-button-2 > span {
  display: inline-block;
  transform: skew(33deg);
}
.cta-button-2:hover {
  /*border: 3px solid #778e94 !important;*/
  background: #2BAA7D;
  color: #fff !important;
  transition-duration: 0.6s !important;
}
.cta-button-3 {
    background: #07A56D;
    color: #fff !important;
    border: 3px solid #07A56D !important;
    border-radius: 2px;
    display: block;
    width: 330px;
    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: 14px 30px 12px 30px !important;
    margin-bottom: 30px;
    transition-duration: 0.9s !important;
    border-radius: 10px;
    transform: skew(-33deg);
}
.cta-button-3 > span {
  display: inline-block;
  transform: skew(33deg);
}
.cta-button-3:hover {
	background: transparent;
  transition-duration: 0.9s !important;
  color: #aa665b !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%;
}
.w-470 {
  width: 470px !important;
  max-width: 100% !important;
  float: left;
}
.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-top: 100px !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 {
  margin-top: 5px !important;
}
.mt-11 {
  margin-top: 11px !important;
}
.mt-82 {
  margin-top: 82px !important;
}
.mt-100 {
   margin-top: 100px !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;
}
.mt-75 {
  margin-top: 75px !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-73 {
  margin-top: 73px !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: #000 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;
}
.back-to-top:hover {    
	background-color: #222;
	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 */ 

.home .nav ul {
  background: #fff;
  height: calc(160% + 4.4em);
  margin-top: -4.4em;
  padding-top: 4.4em;
}

#aanbieding-wrap {
	height: 500px;
}

}

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

.ct-300 {
    width: 80% !important;
    float: unset !important;
    margin: 0 auto;
}

.service-wrap {
    width: calc(50% - 30px);
    padding-top: calc(33% - 15px);
}


/* Zomer */

/* 24/09 */

.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 {
  padding-top: calc(50% - 10px) !important;
}

#breadcrumbs {
  display: none;
}

/* PB */

.site-header .inner {
    margin-top: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.site-header {
  height: 105px;
}
.top-wrapper {
  /*padding-top: 105px;*/
}
#main-logo, .shrink #main-logo {
  width: 125px;
}
.home .site-header {
  height: 70px;
}
.site-header .wrap {
    margin: 5px auto 0;
}
.header-overlay {
  top: 70px;
}
/* Aanpassing zomer
.home .header-image div[style] {
    height: calc(100vh - 70px);
}
.header-image div[style] {
    height: calc(100vh - 150px);
}
*/

/* Eind */

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

/* BV start */

.intro-text {
    width: 50%;
    min-height: auto;
}

/* BV einde */

/* Shrink
.shrink {
    position: unset !important;
    height: 145px;
	transition: unset;
	border-bottom: unset;
}
.shrink .header-top, .shrink .main-logo-subtitel {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
.shrink #main-logo {
	width: unset;
	transition: unset;
}
.shrink .nav-wrapper {
	margin: unset;
	transition: unset;
}
.shrink .inner {
	margin-top: 15px;
	transition: unset;
}
*/
.nav ul{background:#fff;width: 98%;}
.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;
}
.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: 1079px) {
  
.home_hero {
  padding: 65px 0 0;
  min-height: 0;
  height: auto;
}
.home_hero .home-header-image {
  position: relative;
  width: 100%;
  height: 500px;
}
.container-fluid {
  width: 80%;
}
.home_hero .text-content {
  width: 100%;
}
.home_hero .text-intro-content {
  width: 100%;
  max-width: 600px;
}
/*
.home-header-image div[style] {
  background-position: top center;
}
*/
  
}

@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:799px) { /* tablet, landscape iPad, lo-res laptops ands desktops */

/* Form */

.sform-wrap-1 .wpcf7-form-control {
  max-width: 100%;
  margin: 15px 15px 0;
}
.sent-wrap {
  width: 100%;
}
.sform-wrap-1 .wpcf7-form-control {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
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 {
  width: 100%;
}

/* Einde form */

.home_hero .home-header-image {
  height: 100vw;
  overflow: unset;
}
.home-header-image div[style] {
  height: 100% !important;
  background-position: center !important;
  background-size: 90% !important;
}

.service-wrap {
    width: calc(50% - 30px);
    padding-top: calc(32% - 15px);
}
.ps-wrap {
    width: calc(33.33% - 15px);
}

/* 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;
}
.tb-title {
    text-shadow: 1px 1px 12px rgba(255, 255, 255, 0.5);
}
.ct-300 {
  width: 100% !important;
}
#footer .inner {
  margin: 60px 0 0;
}
.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 {
  width: 100%;
  min-height: 290px;
  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;
}
*/

/* VTB */

/*
.bv-wrap {
  top: calc(30% - 150px);
}
*/

/* VTB einde */

.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;
}
.second-box {
  background: #eee;
  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 */

.h1-content h1 {
  font-size: 46px;
  font-size: 4.6rem;	
}
.nieuws-image, .single .nieuws-image {
    width: 100%;
    height: 90vw;
    margin-bottom: 30px;
}
.single .mgc-right {
    float: left;
    width: 100%;
}

.service-wrap {
    width: calc(100% - 30px);
    padding-top: calc(65% - 15px);
}
.ps-wrap {
    width: calc(100% - 15px);
    min-height: auto;
}
.partner-logos img {
    margin: 0 20% 20px;
    width: 60% !important;
}

/* Zomer */

.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;
}
.cx2_vacancydetails-apply {
  width: 100%;
}
.recruiter-wrap, .recruiter-right {
  width: 100%;
}
.popup-outer.open {
 overflow: scroll;
 min-height: 100vh;
 background: #ffd30e;
}
.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 {
    text-shadow: unset;
}
.s-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-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, .c-left-container {
  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 {
  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: 0 0 5% 0;
}
.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-container {
  column-count: 1;
}
.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;
}

}

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

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