/*
	Theme Name: Custom Template
	Theme URI: https://www.dink.nl
	Description: Basis voor de template
	Version: 1.0
	Author: DINK
	Author URI: https://www.dink.nl

*/
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?4q398h');
  src:  url('assets/fonts/icomoon.eot?4q398h#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?4q398h') format('truetype'),
    url('assets/fonts/icomoon.woff?4q398h') format('woff'),
    url('assets/fonts/icomoon.svg?4q398h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-chevron-left:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-door-dink:before {
  content: "\e904";
}
.icon-drop:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-touch:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}

a, button, input, .read-more i, .video-url i, .slider-arrow, .onderdeel-basis, .onderdeel-hover, button:before{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*------------------------------------*\
    MAIN


Thin 100
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

\*------------------------------------*/
body, html {margin:0;padding:0}
*,*:after,*:before {	-moz-box-sizing:border-box;	box-sizing:border-box;	-webkit-font-smoothing:antialiased;	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;}
html {	font-size:62.5%;}

.clear:before,.clear:after {    content:' ';    display:table;}
.clear:after {    clear:both;}
.clear {    *zoom:1;}

img {	max-width:100%;	vertical-align:bottom;height:auto}


a {	color:#006DB6;	text-decoration:none;font-weight:500;}
a:hover {	color:#2C9D35;}
a:focus {	outline:0;}
a:hover,a:active {	outline:0;}
input:focus {	outline:0;	border:none;}

/*------------------------------------*\
    Fonts
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {    margin: 0;color:#000; font-size:28px; font-weight:700;line-height:1.1;text-transform:none}
body {background:#F4F6F8;font-size:18px;line-height:1.5;font-family:"all-round-gothic";color:#000;font-weight:500;}

.standaard-content h2 {font-size:21px;margin-bottom:0;}
.standaard-content h3 {font-size:20px;margin-bottom:0;}
.standaard-content h4 {font-size:19px;margin-bottom:0;}
.standaard-content h5 {font-size:18px;margin-bottom:0;}
.standaard-content h6 {font-size:18px;margin-bottom:0;}


p, blockquote { margin:0 0 25px}
p:last-child, blockquote:last-child {margin:0}
blockquote {padding-left:20px;padding-top:5px;padding-bottom:5px;border-left:3px solid #2C9D35}

.standaard-content ul, .standaard-content ul li, .standaard-content ol {padding:0;margin:0;list-style:none;display:block}
.standaard-content ul li {margin-bottom:0;position:relative;padding-left:20px;margin-left:-20px}
.standaard-content ul, .standaard-content ol {margin-bottom:25px;}
.standaard-content ul:last-child, .standaard-content ul li:last-child, .standaard-content ol:last-child {margin-bottom:0}
.standaard-content ul li:before {content:"";position:absolute;left:0;top:7px;width:12px;height:12px;border-radius:50%;background:#49BEAA}
.standaard-content ol { counter-reset: li}
.standaard-content ol li {display:block;padding-left:20px;position:relative;}
.standaard-content ol li:before{counter-increment: li;content: counter(li)'.'; color: #2C9D35;
  display: inline-block; position:absolute;left:0;top:0;}


.title-box h2 {font-size:65px;color:#374C80}
.title-box h2 strong{color:#49BEAA}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1330px;
	width:100%;width: calc(100% - 60px);
	margin:0 auto;
	position:relative;
}




.content-row {padding:80px 0 40px}
.content-row + .content-row {padding-top:40px;}
.content-row:first-child {padding-top:100px}
.content-row:last-child {padding-bottom:60px;}

.center-align{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;	
  -moz-align-items:center;
  -ms-align-items:center;
}
@media screen and (min-width:768px){
.bottom-align{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;	
  -moz-align-items:flex-end;
  -ms-align-items:flex-end;
}
	}

.textcenter, .text-center {text-align:center;}
.overlay {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.rightfloater {float:right}

.title-box {margin-bottom:25px}
.margin-fix,.marginfix {margin-bottom:40px}
.nomargin {margin-bottom:0!important}

.media-box {position:relative;overflow:hidden;border-radius:0;border:none; text-align:center;}
.media-box img {width:auto;max-width:100%;}
.video-box {position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%;height: auto;} 
.video-box iframe, .video-box object, .video-box embed { position: absolute;top: 0;	left: 0;width: 100%;height: 100%;}

.video-link {display:block;position:relative}
.video-url i {
    position: absolute;
    font-size: 68px;
    color: #fff;
    z-index: 10;
    left: calc(50% - 34px);
    top: calc(50% - 34px);
}
.video-url:hover i {opacity:.6}


.banner {background-color:#202D4C;background-size:cover;background-position:center center;padding-top:125px;text-align:center;min-height:500px;position:relative}
img.banner-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    min-width: 100%;
}
.banner .wrapper {padding:100px 0}
.banner h1, .banner h2 {font-size:72px;color:#FFFFFF;}
.banner h1 strong, .banner h2 strong {color:#49BEAA;}

.slick-slide .banner {text-align:left;color:#fff;min-height:100vh}
.slick-slide .banner .wrapper {padding:200px 0}
.slider-titels {margin-bottom:25px;}

.banner-icon img {
    margin: 30px auto 0;
    width: auto;
    max-width: 100%;
}

ul.slick-dots {
    position: absolute;
    right: 65px;
    z-index: 100;
    height: 130px;
    top: calc(50% - 65px);
}
ul.slick-dots , ul.slick-dots li {padding:0;margin:0;list-style:none}
ul.slick-dots li:last-child {margin-bottom:0}
.slick-dots button {
    -webkit-appearance: none;cursor:pointer;
    appearance: none;
    border: none;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    background: none;
    display: block;position:relative;margin-bottom:10px;
}
.slick-dots .slick-active  button:before {opacity:1;}

.slick-dots  button:before {opacity:0;
    font-family: 'icomoon';
    content: "\e905";
    font-size: 24px;
    color: #49BEAA;
    left: calc(50% - 8px);
    position: absolute;
    bottom: -2px;
}



.slick-dots .slick-active button {border-color:transparent;    margin-top: 17px;}
.scroll-down {font-size:33px;color:#FFFFFF;line-height:1;cursor:pointer;position:absolute;bottom:130px;left:calc(50% - 20px);}
.home-slider-holder {
    position: relative;
}
.home-slide .standaard-content {font-size:24px;}
.next-to-content-image {padding-left:80px;margin-top:40px;}
.content-image + .next-to-content-image {    padding-right: 80px;    padding-left: 15px;}


.next-to-content-image .title-box {margin-left:-80px;width:calc(100% + 80px);}

.content-image {position:relative}
.content-image img{width:100%;position:relative;z-index:10}

.shaped-image:first-child img {border-radius:50% 0 50% 50%}
.shaped-image:last-child img {border-radius:0% 50% 50% 50%}

.content-image:first-child {
    padding-left: 80px;
    padding-right: 120px;
}
.content-image:last-child {
    padding-left: 120px;
    padding-right: 80px;
}
.content-image:first-child:before {content:"";position:absolute;left:0;bottom:35px;width:160px;height:160px;border-radius:50%;background:#4D6AB3;} 
.content-image:last-child:before {content:"";position:absolute;right:0;bottom:35px;width:160px;height:160px;border-radius:50%;background:#4D6AB3;} 




.opsomming-container {padding:80px 80px 40px;position:relative;}
.opsomming-container:after {content:"";position:absolute;right:15px;top:40px;width:160px;height:160px;border-radius:50%;background:#49BEAA;} 

.opsomming-container > div {width:50%;position:relative;z-index:100;padding-right:80px}
.opsomming-container > .title-box {padding-right:15px;}
.opsomming-container:before {z-index:5;content:"";position:absolute;right:80px;top:0;width:65%;height:100%;border-radius:0 150px 150px 150px;background:#fff;} 

.team-image {position:relative;z-index:10;}
.team-image > div {
    width: 150px;
    height: 150px;
    display: block;
    background-size: cover;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #ddd;
}
.team-image {margin-bottom:-75px}
.team-content {font-size:17px;text-align:center;position:relative;background:#fff;border-radius:30px;padding:95px 5px 45px;}

.team-content ul, .team-content li {padding:0;margin:0;list-style:none;display:block}
.team-content ul {margin-top:20px;}

.team-content h3 {color:#4D6AB3;font-size:22px;margin:0;font-weight:700}
  .team-content h4 {color:#49BEAA;font-size:18px;margin:0;font-weight:700}
.team-content, .team-content ul a {color:#202D4C;font-weight:700}

.team-content .linkedin-link {font-size:30px;color:#4D6AB3;}
.team-content .linkedin-link:hover, .team-content ul a:hover {color:#49BEAA;}
.team-content a.btn, .actualiteit-box a.btn {
    position: absolute;
    width: 170px;
    left: calc(50% - 85px);
    bottom: -25px;z-index:200
}
.team-box {position:relative;z-index:100}
.teamleden-container {
    position: relative;
    padding: 0 150px;margin-bottom:80px
}
.small-12.teamleden-container:before {
    top: -90px;
    content: "";
    background: #202D4C;
    position: absolute;
    width: 100%;
    left: 0;
    height: 310px;
    border-radius: 100px;
}

.team-box:last-child .team-content:after {position:absolute;content:"";z-index:-1;width:160px;height:160px;border-radius:50%;background:#49BEAA;right:-80px;top:calc(50% - 80px)}


.team-box:last-child .team-content:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 10px solid #49BEAA;
    right: -130px;
    top: calc(50% - -50px);
}


.actualiteiten-container {
    margin-top: 40px;padding:0 120px
}
.actualiteit-box > div {background:#FFFFFF;border-radius:33px;text-align:center}
.actualiteit-content {padding:35px 25px 50px;position:relative}
.actualiteit-image {
    background-size: cover;
    background-position: center center;
    background-color: #ddd;
    padding-bottom: 55%;
    border-radius: 33px;
    overflow: hidden;
    position: relative;
}
.actualiteit-box h3, .actualiteit-box h3 a{color:#202D4C;font-weight:700;font-size:18px;}
.actualiteit-box h4 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    color: #49BEAA;
}

.call-to-action {background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;min-height:620px;padding:120px 0;border-radius:150px;}

.call-to-action h2, .call-to-action {color:#fff}
.call-to-action .title-box + .btn-row {margin-top:30px;}

.call-to-action:after {position:absolute;content:"";z-index:-1;width:160px;height:160px;border-radius:50%;background:#4D6AB3;left:-80px;top:calc(50% - 80px)}


.call-to-action:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 10px solid #4D6AB3;
    left: -130px;
    top: calc(50% - 130px);
}

.onderdelen-container {padding:0 130px; flex-wrap:wrap;  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;	
  -moz-justify-content:center;
  -ms-justify-content:center;
    flex-direction: row;
  }
.onderdelen-box, .onderdelen-box > div {height:100%}

.onderdeel-basis {position:relative}

.letter {
    font-size: 26px;
    font-weight: 700;
    background: #49BEAA;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-top: 13px;top:20px;left:25px;position:absolute;
}
.onderdelen-box {position:relative;line-height:1.5}
.onderdelen-box > div {cursor:pointer;min-height:265px;position:relative;border-radius:33px;background:#fff;overflow:hidden;text-align:center;}
.onderdelen-box h3 {font-size:18px;color:#202D4C}
.onderdeel-basis {    padding: 0 0 45px;}
.onderdeel-basis h3 {padding:0 25px;}
.onderdeel-basis img {width:100%;margin-bottom:20px;}
.onderdeel-hover {top:100%;opacity:0;position:absolute;left:0;width:100%;height:100%;background:#fff;padding:35px 25px 45px;overflow:auto;}
.onderdeel-hover h3 {margin-bottom:15px;}

.onderdelen-box .btn {
    display: block;
    width: 170px;
    float: left;
    margin: -25px calc(50% - 85px);
    position: relative;
    z-index: 100;margin-bottom:25px
}
.onderdelen-box > div:hover .onderdeel-basis ,.active .onderdeel-basis {opacity:0;}
.onderdelen-box > div:hover  .onderdeel-hover,.active .onderdeel-hover  {top:0;opacity:1;}

.onderdelen-container + .marginfix, .marginfix + .onderdelen-container {margin-top:10px;}

.onderdeel-basis .wistjedat-image img {
    width: auto;
    max-height: 100px;margin:0;
}
.wistjedat-image {
    height: 100px;margin-bottom:20px;
}
.wistjedat-row .onderdelen-box > div {min-height:312px;}

.onderdeel-hover .hover-content h3 {margin:0;}
.wistjedat-row .onderdeel-basis {    padding-top: 60px;}


.wistjedat-row .onderdeel-basis {    padding-top: 60px;    height: 100%;}
.wistjedat-content h4 {    color: #49BEAA;    font-size: 18px;    position: absolute;    width: 100%;    bottom: 20px;}

.wistjedat-row .onderdeel-hover {padding-top:25px;padding-bottom:25px;}

.teamleden-row .wrapper {
    padding-top: 80px;
}
/*------------------------------------*\
    BUTTON
\*------------------------------------*/
.banner-btns {position:relative;z-index:100}
.btn, input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"] {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding: 13px 25px;
    background: #4D6AB3;
    border-radius: 0;min-width:150px;text-align:center;text-transform:uppercase;
	-webkit-appearance:none;-moz-appearance:none;appearance:none;
	font-style:normal;cursor:pointer;border-radius:25px;
	border:2px solid #4D6AB3;
}
.btn.outline {background:none}
.btn:hover, .btn:focus, button[type="submit"]:hover, button[type="submit"]:focus {background: none;color: #fff;border-color:transparent}

.outline.btn:after {opacity:0;}
.banner .btn {margin-right:10px}
.btn {overflow:hidden;position:relative;z-index:20}

.btn:hover:before {top:-250px;opacity:1;}
.btn:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background: #4D6AB3;z-index:-2}
.btn:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/btn-animation.gif);
    background-size: auto;
    background-position: top center;
    width: 500px;
    height: 300px;
    left: calc(50% - 250px);
    top: 100%;
    opacity: 0;z-index:-1;
}
.btn:before{
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

form input[type="submit"], form button[type="submit"] {float:left;width:170px;margin-left:calc(50% - 85px);}


form br {display:none}

input[type="text"], input[type="email"], textarea{
 float: left;    width: 100%;    appearance: none;    -webkit-apppearance: none;    background: #FFFFFF;    border: none;    
	font-size: 18px;font-family:"all-round-gothic"; font-weight: 500;    
	color: #49BEAA;   
	padding-left: 25px;	height: 50px;border:none;outline:none!important;margin-bottom:15px;border-radius:33px;
}
textarea {resize:none;height:200px;margin-top:0;padding-top:15px}

form .btn {margin-top:10px;}


span.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    position: relative;
}

@media screen and (min-width:550px){
span.wpcf7-form-control-wrap[data-name="voornaam"], span.wpcf7-form-control-wrap[data-name="telefoon"] {
    float: left;
    width: 40%;
}
span.wpcf7-form-control-wrap[data-name="voornaam"] {padding-right:15px;}
span.wpcf7-form-control-wrap[data-name="telefoon"] {padding-left:15px;}


span.wpcf7-form-control-wrap[data-name="achternaam"], span.wpcf7-form-control-wrap[data-name="your-email"] {
    float: left;
    width: 60%;
}
}

span.wpcf7-form-control-wrap[data-name="your-message"]:before {  position: absolute;
    content: "";
    z-index: -1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #49BEAA;
    left: -23px;
	bottom:55px;}

.wpcf7-not-valid-tip {display:none}
.wpcf7-not-valid {background:#ffdbdb!important}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 15px 20px;
    border: 2px solid #49BEAA;
    text-align: center;
    background: #49BEAA;
    width: 100%;
    float: left;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ed0102;
    background: #ed0102;
}
.wpcf7 form.sent .wpcf7-response-output{
	    border-color: #49BEAA;
    background: #49BEAA;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4D6AB3;font-weight:500;font-family:"all-round-gothic";
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4D6AB3;font-weight:500;font-family:"all-round-gothic";
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4D6AB3;font-weight:500;font-family:"all-round-gothic";
}
:-moz-placeholder { /* Firefox 18- */
  color: #4D6AB3;font-weight:500;font-family:"all-round-gothic";
}






/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
main {overflow:hidden}

.touch-box {display:none;position:absolute;font-size:25px;color:#49BEAA;top:12px;right:15px;}

@media screen and (max-width:1400px){
	ul.slick-dots {right:30px;}
	.onderdelen-container {padding:0;}
}

@media screen and (max-width:1250px){
	.banner h1, .banner h2 {font-size:65px;}
	.title-box h2 {font-size:50px}
	
	.teamleden-container {padding:0 50px}
	.team-box:last-child .team-content:before {display:none}
	.actualiteiten-container {padding:0;}
}

@media screen and (max-width:991px){
	
	.regular-content-row {    padding: 80px 0 40px;}
	
	.content-row {    padding: 80px 0 20px;}
	.content-row + .content-row {    padding-top: 20px;}
	
	.title-box h2 {font-size:43px}
	.teamleden-container {padding:0;margin-bottom:20px;}
	
	
	.team-box:last-child .team-content:after {    width: 120px;    height: 120px;    right: -60px;    top: calc(50% - 60px);}
	.teamleden-container:before {    top: -60px;    height: 270px;   border-radius: 60px;}
	
	
	.home-slide .standaard-content {font-size:20px;}

	
	.content-image:first-child, .content-image:last-child {    padding-left: 15px;    padding-right: 15px;}
	
	.content-image + .next-to-content-image, .next-to-content-image {    padding-right: 0;    padding-left: 0;}
	.next-to-content-image .title-box {    margin-left: 0;    width: 100%;}
	
	
	
	.opsomming-container:before {display:none}
	.opsomming-container {
    padding: 50px 30px 10px;
    position: relative;
    border-radius: 0 50px 50px 50px;
    background: #fff;
    width: calc(100% + 60px);
    margin-left: -30px;
}
	.opsomming-container:after {    content: "";
    position: absolute;
    right: -30px;
    top: -60px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #49BEAA;
    z-index: -1;}
	.opsomming-container > div {width:100%;padding-right:0;}
	
	
	
	.call-to-action {border-radius:50px;padding:60px 0}
	.call-to-action:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #4D6AB3;
    left: -60px;
    top: auto;
    bottom: -40px;
}
	
	.actualiteiten-container {margin-top:0;}
	
}

@media screen and (max-width:767px){
	.wrapper {width:calc(100% - 50px)}
	body {font-size:16px;}
	.banner h1, .banner h2 {font-size:40px;}
	
	.title-box h2 {font-size:36px}
	.title-box {
    margin-bottom: 15px;
}
	
	.teamleden-container:before {display:none}
	.banner {min-height:350px}
	.banner-icon {display:none}
	.banner .btn {margin-bottom:20px;margin-left:10px;margin-right:10px;}
	.slick-slide .banner {text-align:center;min-height:100vh}
	.scroll-down {display:none}
	
	ul.slick-dots li {    display: inline-block;    margin: 0 5px;}
	ul.slick-dots {
    right: 0;
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 70px;
    height: auto;
}
	
	.slick-slide .banner .wrapper {    padding: 0 0 80px;}
	.touch-box {display:block}
	
	.onderdelen-container {padding:0 10px}
	.onderdelen-box {width:50%;margin-bottom:10px;padding:0 5px;}
	.onderdelen-container + .marginfix {margin-top:30px}
	
.actualiteit-box {    width: 50%;}
	.next-to-content-image {margin-top:0;}
	.content-image {margin-bottom:40px;}
	
	
	.content-image:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #4D6AB3;
}
	.content-image:last-child:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #4D6AB3;
}
	
}
@media screen and (max-width:550px){
	.actualiteit-box {    width: 100%;}

	.onderdelen-box  {width:100%}
	.onderdeel-basis img {max-width:200px}
	
	.title-box h2 {
    font-size: 32px;
}
	
}

@media screen and (max-width:370px){
	
	.onderdelen-box  {width:100%}

	
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/


header {    height: 120px;position:fixed;width:100%;z-index:9999;top:0;left:0;border-bottom:2px solid #3C4C7C;}
.fixed-header {height:100px;background:#202D4C;border-color:#202D4C}
 

header ul, header li {padding:0;margin:0;list-style:none}
.desktopnav a {display:block;font-size:18px;line-height:1;padding:30px 0;position:relative;color:#fff;font-weight:500}

header .sub-menu {
    display: none;
    background: #4D6AB3;
    padding: 5px 15px;
    border-radius: 30px;
    position: absolute;
    top: 100%;
    left: calc(50% - 90px);
    width: 180px;
    text-align: center;
}
header li:hover .sub-menu {display:block}
header .sub-menu li {display:block;margin:0;}
header .sub-menu li:last-child a {border:none}
header .sub-menu a {font-size:16px;text-align:center;padding:15px 0;border-bottom:2px solid #374C80;}
header .sub-menu li:hover > a, header .sub-menu li.current-menu-item > a {color:#49BEAA;}

.header-whatsapp {width:60px;padding-left:0;}
.header-logo {width:160px;}
.desktopnav {width:calc(100% - 220px);text-align:right;margin-top: 21px;}
.fixed-header .desktopnav {margin-top:11px;}
.desktopnav li {position:relative;margin-right:45px;display:inline-block}
.desktopnav li:last-child {margin-right:0;}
.desktopnav .sub-menu li {margin:0;}

.desktopnav > ul > li > a:before {
    width: 26px;
    content: "";
    height: 26px;
    border-radius: 110% 0 55% 50% / 55% 0 110% 50%;
    border: 2px solid #4D6AB3;
    transform: rotate(-45deg);
    margin-top: 0;
    position: absolute;
    left: calc(50% - 13px);
    top:0;opacity:0;
    z-index: -1;
}

.desktopnav > ul > li:hover > a:before,.desktopnav > ul > li.current-menu-item > a:before, .desktopnav > ul > li.current-menu-ancestor > a:before{top: calc(50% - 11px);opacity:1;}

.menu-btn > a:before {display:none!important}
.menu-btn > a {    padding: 10px 25px;    border: 2px solid #4D6AB3;    border-radius: 21px;}
.menu-btn:hover > a, .menu-btn.current-menu-item > a {border-color:#49BEAA;background:#49BEAA}
.fixed-header .header-whatsapp a {margin-top:28px}
.header-whatsapp a {
    font-size: 20px;
    color: #fff;
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #49BEAA;
    border-radius: 50% 50% 0;
    text-align: center;
    line-height: 1;
    padding-top: 10px;
    padding-left: 3px;
    margin-top: 38px;
}
.header-whatsapp a:hover {background:#49BEAA} 

.header-logo a {
    display: block;
    width: 120px;
    padding-top: 35px;
    position: relative;
}

.header-logo a:before, .header-logo a:after {content:"";position:absolute;width:calc(100% + 80px);left:-40px;top:0;background:#374C80;height:50%;z-index:-1}

.header-logo a:after {
    height: 190px;
    top: 0%;
    border-radius: 0 0 50% 50%;
}


.mobbtn-holder {display:none;padding-left:0;width:45px;}

.mobbtn {display:block;cursor:pointer; margin-bottom: 15px;width:100%;height:21px;position:relative;cursor:pointer;    float: none;margin:31px auto 0}
.mobbtn span {width:100%;height:3px;border-radius:0;background-color:#fff;position:absolute;content:"";left:0;}
.mobbtn span:nth-child(1) {top:0;}
.mobbtn span:nth-child(2) {top:9px;}
.mobbtn span:nth-child(3) {top:18px;}

.mobbtn.active-menu span:nth-child(2){width:0;left:50%;}
.mobbtn.active-menu span:nth-child(1){	top: 9px;  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);   transform: rotate(45deg); 	}
.mobbtn.active-menu span:nth-child(3){	top: 9px;  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);   transform: rotate(-45deg); 	}




.sidenav {overflow:auto;padding:140px 40px 25px;position:fixed;top:calc(-100% - 150px);right:0;background-color:#202D4C;height:100%;width:100%;left:0;z-index:9998;opacity:0;}


.sidenav-holder ul, .sidenav-holder li {padding:0;margin:0;list-style:none}

.sidenav-holder a {
    width: 100%;
    display: inline-block;
    padding: 10px 40px 10px 0;
    text-transform: none;
   
    font-weight: 700;
    font-size: 26px;color:#fff
}
.sidenav li { border-bottom: 1px solid #4D6AB3;position:relative}
.sidenav .sub-menu {padding-bottom:5px;display:none}
.sidenav .sub-menu li {border:none}
.sidenav .sub-menu li a {padding-bottom:10px}


.sidenav .current-menu-item > a, .sidenav .current-menu-ancestor > a, .sidenav li:hover > a {  color:#49BEAA}
.sidenav .active > a, header .active > a {color:#49BEAA}
.sidenav-holder .sub-menu a {font-weight:400;border:none;padding:0;}
.sidenav .menu-btn {position:absolute;}

.sidenav-socials {text-align:center;    position: absolute;
    bottom: 0;
    left: 0;}
.sidenav-socials li {padding:0;display:inline-block;margin:0 5px;border:none!important}
.sidenav-socials .socials a {padding:0;}

.sidenav .menu-btn {display:none}
.sidenav .menu-item-has-children > span {
    width: 40px;
    height: 40px;
    font-family: 'icomoon';
    color: #49BEAA;
    position: absolute;
    right: 0;
    top: 8px;
    text-align: right;
    font-size: 22px;
    padding-top: 5px;
}
.sidenav .menu-item-has-children > span:before {content: "\e903";}
.sidenav .menu-item-has-children > span.open { transform: rotate(90deg);text-align:center;padding-top:0}

.sidenav-holder {position:relative;    height: calc(100% - 110px);
    overflow: auto;    padding-bottom: 0;}
.sidenav-socials {
    text-align: center;
    position: absolute;
    bottom: -0;
    left: 0;
}
.sidenav ul.socials {margin:20px 0 30px;padding:0}


header, .desktopnav, .desktopnav > ul > li > a:before, .header-logo a, .header-logo a:before, .header-logo a:after, .mobbtn span, .sidenav{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


@media screen and (min-width:1201px){
.fixed-header .header-logo a:after {
    height: 130px;
    top: 0%;
    border-radius: 0 0 50% 50%;
    width: calc(100% + 50px);
    left: -25px;
}
	.fixed-header .header-logo a {width:90px}
.fixed-header .header-logo a:before {width:calc(100% + 50px);left:-25px;}

.fixed-header .header-logo a {padding-top:20px;}
}

@media screen and (max-width:1200px){
.desktopnav li {margin-right:25px;}
.header-logo a {width:72px}
.header-logo a {padding-top:25px;}

.header-logo a:after {
    height: 120px;
    top: 0%;
    border-radius: 0 0 50% 50%;
    width: calc(100% + 50px);
    left: -25px;
}
.header-logo a:before {width:calc(100% + 50px);left:-25px;}
	header,.fixed-header {height:80px;}
	.desktopnav {margin-top:11px!important}
	.header-whatsapp a {margin-top:18px!important}
	.desktopnav a {padding:20px 0 20px}
	.menu-btn > a {		padding: 10px 25px;}
}

@media screen and (max-width:1050px){
	.desktopnav {display:none}
	.header-whatsapp {width:calc(100% - 165px);}
	.header-whatsapp a {float:right}
.header-logo {    width: 120px;}	
	.mobbtn-holder {display:block}
	.header-logo a {    margin-left: 25px;}
	
	.hide-overflow{overflow:hidden}
	.sidenav.active-menu {top:0;opacity:1;}
	header.active-menu {background:#202D4C;border-color:#202D4C}

}



/*------------------------------------*\
    FOOTER
\*------------------------------------*/


footer {margin-top:22px;position:relative;}
footer .wrapper {position:relative;z-index:100;}
footer:before, footer:after {top:145px;width:100%;content:"";position:absolute;left:0;height:calc(100% - 145px);background:#202D4C}
footer:after {    height: 260px;    top: 0;    border-radius: 50% 50% 0 0;}

footer, footer a {color:#fff;font-weight:400}


.footer-logo {padding-top:60px;
    width: 175px;position:relative;
}
.footer-logo a, .footer-logo img {width:100%;display:block;position:relative;z-index:10;}

.footer-logo:before, .footer-logo:after {top:200px;width:calc(100% + 60px);content:"";position:absolute;left:0;height:calc(100% - 200px);background:#374C80;left:-30px;}
.footer-logo:after {    height: 200px;    top: 0;    border-radius: 50% 50% 0 0;}


.footer-content {width:calc(100% - 175px);float:right;padding-left:15px;padding-top:85px}
.footer-widget {margin-bottom:45px;}
footer h4 {font-size:18px;color:#49BEAA;margin-bottom:4px;}

.footer-newsletter{
    width: calc(100% - 465px);
    padding-left: 28%;
    padding-right: 8%;
}
.footer-contact {    width: 245px;}
.footer-contact ul, .footer-contact li {padding:0;margin:0;list-style:none;}
.footer-contact ul {margin-bottom:20px;}
.footer-contact ul:last-child {margin-bottom:0}
.footer-contact ul.socials li {display:inline-block;margin-right:10px;}
.socials a {font-size:24px;color:#4D6AB3;line-height:1;}


.footer-certificaat {    width: 220px;    text-align: center;}
.footer-certificaat a, .footer-certificaat img {display:block;width:100%;margin:0 auto;max-width:110px}

.footer-bottom {margin-top:15px;}
.copyright-menu {padding-left:30px;width:calc(100% - 200px);border-top:1px solid #374C80;padding-top:25px;padding-bottom:25px;}
.copyright-dink {width:200px;text-align:center;border-top:1px solid #374C80;padding-top:25px;padding-bottom:25px;}

.copyright-dink a {color:#4D6AB3;font-size:15px;}
.copyright-menu ul, .copyright-menu li {padding:0;margin:0;list-style:none}
.copyright-menu li {display:inline-block;margin:0 30px}
.copyright-dink a:hover, footer a:hover {color:#49BEAA}

.responsive-row  {display:none}


@media screen and (max-width:1300px){
	.footer-newsletter {    width: calc(55% - 100px);    padding-left: 75px;    padding-right: 0;}
	.footer-contact {    width: calc(45% - 170px);}
}

@media screen and (max-width:991px){
	.footer-bottom {display:none}
	.footer-content {
    width: 100%;
    float: right;
    padding-left: 0;
    padding-top: 80px;
}
	.footer-newsletter {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
	.footer-certificaat {    width: 115px;    text-align: center;}
	 .footer-contact {    width: calc(100% - 115px);}
	footer .wrapper {max-width:480px}
	.footer-logo {
    padding: 35px 30px 65px;
    width: 150px;
    position: relative;
    margin-left: calc(50% - 75px);
}
	.footer-logo:before, .footer-logo:after {
    top: 120px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: calc(100% - 120px);
    background: #374C80;
    left: 0;
}
	.footer-logo:after {
    height: 120px;
    top: 0;
    border-radius: 50% 50% 0 0;
}
	
	footer {overflow:hidden}
	.responsive-row  {font-size:14px;display:block;    position: relative;    z-index: 100;}
	.copyright-dink {padding:20px;text-align:center;background:#49BEAA;width:100%;border:none}
	.copyright-dink a {color:#fff}
	.copyright-menu {width:100%;border:none;background:#fff;text-align:center;}
	.copyright-menu a {color:#000000}
	.copyright-menu, .copyright-dink {padding:15px;}
	.copyright-menu li {margin:0 20px}
}
@media screen and (max-width:767px){
	footer:after {
    height: 1120px;width:1120px;left:calc(50% - 560px);
    top: 0;
    border-radius: 50% 50% 0 0;
}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#006DB6;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#006DB6;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#006DB6;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
