/*
-----------------------------------
Magnific Popup Content
-----------------------------------
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042 !important;
  overflow: hidden;
  position: fixed;
  background: #04131f;
}
@media (max-width:768px) {
	.mfp-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.mfp-wrap {
	-webkit-overflow-scrolling: touch;	
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 0px 0px 0px 0px;
  width: auto;
  max-width: 840px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 80px;
	border-radius: 0px;
	-webkit-box-shadow: 0 14px 80px rgba(0, 0, 0, 0.2);
    			box-shadow: 0 14px 80px rgba(0, 0, 0, 0.2);
}

button.mfp-close {
	width: 55px;
	height: 50px;
	top: 0px;
	right: 0px;
	border-radius: 0;
	color: rgba(31, 55, 69, 1) !important;
	font-size: 2rem;
	font-weight: 400;
	background: transparent;
		
	opacity: 1;
	
		-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mfp-close:active {
	top: 0px;	
}
.mfp-close:hover {
	color: rgba(4, 19, 31, 1) !important;
}

.mfp-iframe-holder .mfp-content {
	max-width: 90%;
}
.mfp-iframe-holder .mfp-close {
	text-align: center;
	width: 50px;
	height: 50px;
	top: 0px;
	right: -50px;
	border-radius: 0px;
	color: #00abc7 !important;
	font-size: 2rem;
	font-weight: 300;
	background-color: #04131f !important;
	opacity: 1;
}


.mfp-close i {
	position: relative;
	top:3px;	
}
.mfp-arrow {
			position: fixed;
}
.mfp-arrow-left {
  left: 5%;
}
.mfp-arrow-right {
  right: 5%;
}
	@media (max-width:1130px) {
		
		.mfp-arrow {
			position: fixed;
			background: #302580 !important;

			width: 60px;
			height: 60px;
			border-radius: 0 !important;
			opacity: 1;
		}
		.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
			margin-top: 0;
			margin-left:0;
			position: absolute;
			top: 50%;
			left:50%;
			transform: translate(-50%, -50%);
		}
		.mfp-arrow-left {
		  left: 0px;
		}
		.mfp-arrow-right {
		  right: 0;
			
		}
		.mfp-arrow-left:before,
		.mfp-arrow-right:before {
			display: none;
		}
	}
	
	
.white-popup.medium {
	max-width: 900px;
}

.white-popup.wide {
	margin-top: 60px;
	padding: 0px;
	max-width: 940px;
}
.white-popup.extrawide {
	margin-top: 30px;
	padding: 0px;
	max-width: 1140px;
}

.white-popup.full {
  width: 100%;
  max-width: 100%;
  background: none;
}
.white-popup.object-popup {
  max-width: 1024px;
}


	@media (max-width:1130px) {
		.white-popup {
			margin-top: 20px;
			padding: 0px;
		}
		.white-popup.object-popup {
		  max-width: 970px;
		}
	}
	@media (max-width:970px) {
		.white-popup {
			margin-top: 20px;
			padding: 0px;
		}
	}
	@media (max-width: 500px) {
		.white-popup {

			padding: 0px;
		}
	.mfp-search button.mfp-close {
			top: 100px;
			right: 10px;
		}

	}




/* Popup Header */
.modal-header {
	position: relative;
	width:100%;
	line-height: 1;
	height: 50px;
	padding: 1rem 2rem 0.4rem;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	border-radius:  0 0;
	color: rgba(4, 19, 31, 0.3);
	background-color: rgba(4, 19, 31, 0) !important;

}
.modal-header.opac {
	background-color: rgba(255, 255, 255, 0.72) !important;
}
	@media (max-width: 767px) {
		.modal-header {
			padding: 1rem 1rem 0.4rem;
		}
	}

.modal-header .modal-header-title {
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		font-weight: 700;
		font-size:0.66rem;
		line-height:1;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow:hidden;
  text-align: center;
  margin-top: -50px;
  margin-left: -50px;
  left: 50%;
  right: 8px;
  z-index: 1044;
  background: url('../images/three-dots.svg') no-repeat center;
	background-size: 64px auto; }

/* Popup Footer */
.modal-footer {
	display: block;
	width: 100%;
	min-height: 42px;
	line-height: 42px;
	padding-left: 0em;
	text-align: center;
	background: rgba(0, 0, 0, 0.07);
	font-size: 0.7em;
	font-weight: 900;
	color: #232226;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.modal-body {
	display: block;
	padding:2.5rem 3rem 3rem;
	position: relative;
}
	@media (max-width: 1130px) {
		.modal-body {
			padding:2rem 1.5rem 3rem;
		}
	}
	@media (max-width: 970px) {
		.modal-body {
			padding:2rem 1rem 3rem;
		}
	}
	@media (max-width: 640px) {
		.modal-body {
			padding:0rem 0rem 3rem;
		}
	}

.form-wrap  {
	padding-top: 2rem;
}

/* Text Devider */

.devider-w-text{
    color:#d1d1d1;
    width:100%;
    margin:30px auto;
    overflow:hidden;
    text-align:center;   
    line-height:1.2em;
    font-size: 1.4em;
    font-weight: 400;
    color: rgba(63, 63, 62, 0.43);
}

.devider-w-text:before, .devider-w-text:after{
    content:"";
    vertical-align:top;
    display:inline-block;
    width:50%;
    height:0.65em;
    border-bottom:1px solid rgba(63, 63, 62, 0.1);
    margin:0 2% 0 -55%;
}
.devider-w-text:after{
    margin:0 -55% 0 2%;
}

/* Languages */
.language-wrap  {
	display: block;
	padding: 2rem 2rem 4rem;
}
.language-wrap a {
	position: relative;
	display: inline-block !important;

	width: 100px !important;
	height: 60px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 35px 24px;
	background-position: center;
	padding: 0 !important;
	margin: 0 20px;
	outline: 0;
	border: 1px solid rgba(55, 64, 94, 0.25);
	border-radius: 0px;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.language-wrap a:hover {
	border-color: #009fe3;
	}
.language-wrap a.current {
	border: 1px solid #009fe3;
	}

.language-wrap a.nl {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABuklEQVRoQ+2bTUsCURSG32MtahMEmquW/gdr1cpUaFFobZI+NFq3i/5AtmodVAi6iamEFmF/oPwPI7S1VKJFCUFzwgnBhYPcWV7eWQ3M3AvvM88588Edwcj2ni+mI4gcApoURRwiMnrcun1VVcEbIE0P3sWCc9UYZvSDv67szszFpiuAbFkX3iiQ3nzjc2/Rcfo+mG6uVBWRbaM5LD1ZVWvR28uC9HL7KcjUk6U5w8XS31Xp5kp3IrIRbgY7Rym0Lr38QQdA1M6I4VIptD0Ao+GGWz3KI5iA60swBGNW+jSGxtAYMwI0xowXewyNMTTmq//DJ98xzIRgxptEMEE9hsbQGKPuy1JiKRkJAxpDY2iMGQEaY8aLPYbG0BgzAjTGjJdkz1r87DDuswPBBLxEEgzBGDUZ9piguxJLiaXEUjIiwFIyw8XmG2yM2wGEa/BGAKlqTzLl1r0I1s1Es/tsVdQlc+qmJCJc5ztyrT3VtL8yPFt2q+DK8H80qrXH40TBB7N09Dw7H49VILJpd5FMSqfOR7uz83K+/P8vwXDLlN01AYqAJCGIT5rGiuM6+PtEm56H68ZJ4mGY6Q/sgs6OzrF6dQAAAABJRU5ErkJggg==');
}
.language-wrap a.du {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABsUlEQVRoQ+2bTUsCURSG3zNttDaBgav+h62aJhhtoIVptkkiIvpNbSLQTYUJLSIVrJ3+jyASEVyk7uaEQ4KBQ9xZ3t5ZDcy9A+8zzz3zwRnB0ubmiwXHca4gkoNqVkRk+bht+6qqEBlAtR+G4fVbq/myyBgFd103tZbO3ELkxLbwRnlU76bjj/NerzeLwHhBqSaQU6OTWDpYofXuc6Mq3kHZF0HL0pyJYqkiL15QagjkKNEZLJ2kiqZ4QXkowJalGRPFUuBT9oOyJppt96SQYGIuMMEQjNnapzE0hsaYEaAxZrxYY2iMoTGj40s++a5gJgSz2iSCiasxNIbGGFVfLiUuJSNhQGNoDI0xI0BjzHixxtAYGmNGgMaY8WKNiTNm2vH4PWbV9xiCiXm7JhiCMaq+QmNoDI0xIsDbtRku1pg4YyadvaFA2IO3BEiBkUza3qMIimai2T066tr8anu+wz7fX1c6hBaizvBp26tBwM7wOQxFfd3vViMw7/c76cxmav4vQcXuRfJHOsXDaDw72678/EuwGD5p7R7CcS4AyQmQ/Q+QFBgA2ofiZsN/fVpk/gaSkrL94ouaMgAAAABJRU5ErkJggg==');
}
.language-wrap a.uk {
	background-image: url('data:image/png;base64,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');
}

.language-wrap a.current i {
	position: absolute !important;
	top: -12px;
	right: -12px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 1.1em;
	text-align: center;
	background: rgba(0, 207, 8, 1);
	color: #fff;
	border: 0px solid #fff;
	border-radius: 30px;
}

.language-wrap span {
	position: absolute;
	bottom: -30px;
	text-align: center;
	display: block;
	width: 100%;
	color: 	#a19e9c;
	font-size: .86rem;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.language-wrap a:hover span,
.language-wrap a.current span {
	color: 	#1a3d78;
}

	@media (max-width: 640px) {
		.language-wrap a {
			margin-bottom: 40px;
		}

	}


/* Search */
.search-wrap {
	display: block;
	padding: 1rem 3rem 0;
}
.search-wrap .searchform {
	display: block;
}
.search-wrap .searchform input[type="text"] {
	
	font-size: 1.125rem;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	height: 2.9125rem;
	line-height: 2rem;
	box-shadow: none;
	background: #fff;
	color: #000 !important;
	border: 1px solid rgba(4, 19, 31, 0.15) !important;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	padding-left: 1em;

}
.search-wrap .searchform input[type="text"]:hover,
.search-wrap .searchform input[type="text"]:focus {
	background: #fff;
	border: 1px solid #00abc7 !important;
}
.search-wrap .searchform .postfix.button {
	font-size: 0.86em;
	height: 2.9125rem;

	border-radius: 0 3px 3px 0;
	color: #fff;
	font-family: 'Montserrat';
	position: relative;
	left: -2px;
	
	}
.search-wrap .searchform .postfix.button i{
	margin-right: 5px;
	font-size: 0.9em;
	top: -2px;
	position: relative;
}

.search-wrap .contactform button {
	margin-top: 10px;
}

/* Contact */
.white-popup .columns {

}
.search-wrap .contactform input[type="text"],
.search-wrap .contactform textarea {
	margin-bottom: 25px;
	font-size: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	height: 2.9125rem !important;
	box-shadow: none;
	color: #272e32 !important;
	border: 1px solid rgba(4, 19, 31, 0.15) !important;
	border-radius: 3px;
	padding-left: 1em;
	width: 100% !important;
}
.search-wrap .contactform input[type="text"]:hover,
.search-wrap .contactform input[type="text"]:focus {
	background: #fff;
	border: 1px solid #00abc7 !important;
}
.search-wrap .contactform input#telefoon[type="text"] {
 	text-align: center;
 	letter-spacing: 2px;
 	font-weight: 700;
 	font-size: 1.2em;

 }


.search-wrap .contactform textarea {
	min-height: 100px;
}
.search-wrap .contactform textarea:hover,
.search-wrap .contactform textarea:focus {
	background: #fff;
	border: 1px solid #00abc7 !important;
}

.search-wrap .contactform .postfix.button {
	margin-top: 20px;
	font-size: 1.3em;
	height: 2.9125rem;
	line-height: 2.9125rem;
	-webkit-border-top-right-radius: 3px !important;
-webkit-border-bottom-right-radius: 3px !important;
-moz-border-radius-topright: 3px !important;
-moz-border-radius-bottomright: 3px !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important;
}
.search-wrap .contactform .postfix.button i{
	margin-right: 5px;
	font-size: 0.9em;
	top: -2px;
	position: relative;
}
.search-wrap label {
	font-size: 0.86em;
	padding-left: 5px;
	line-height: 1.2;
	margin-bottom: 10px;
}


/* Errorsss */

.search-wrap .contactform span.error,
.search-wrap .contactform small.error {
	position: absolute;
	bottom: 8px;
	display: block;
	padding: 0 10px;

	text-align: left;
	margin-top: 0px;
	margin-bottom: 0em;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	background: #e30613;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.search-wrap .contactform .wrong input[type="text"] {
	border-color: #e30613 !important;
	border-bottom-left-radius: 0;
}


.checkbox-wrap {
	padding-top: 5px;
}
.checkbox-wrap label{
	font-weight: 700;
	padding-top: 6px;
}
/* Base for label styling */
.checkbox-wrap [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  outline: 0;
}
.checkbox-wrap [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:before,
.checkbox-wrap [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:-7px; top: 2px;
  width: 25px; height: 25px;
  border: 1px solid rgba(223, 223, 223, 0.82);
  background: #fff;
  border-radius: 100px;
  outline: 0;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.3);
  transition: all .2s;
}
/* checked mark aspect */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrap [type="checkbox"]:checked + label:after {
  content: '\e934';
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: -2px; left: -3px;
  font-size: 22px;
  color: #00abc7;
  transition: all .2s;
}
/* checked mark aspect changes */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox-wrap [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-wrap [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrap [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrap [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.checkbox-wrap [type="checkbox"]:checked:focus + label:before,
.checkbox-wrap [type="checkbox"]:not(:checked):focus + label:before {
 
}

/* hover style just for information */
.checkbox-wrap label:hover:before {
  border: 1px solid rgba(223, 223, 223,1);
}


/* Call Modal */
.call-wrap {
	display: block;
	text-align: center;
}
.call-wrap .big-phone {
	line-height: 1;
	font-size: 3.2rem;
	letter-spacing: 3px;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
	font-family: 'Quicksand';
}
.call-wrap p {
font-size: 1rem;
}



/* Shares */
.share-wrap {
	display: block;
	padding: 20px 25px;
}

.share-wrap.smallshare {
	display: block;
	padding: 20px 0px 20px 0px;;
}

.share-wrap > a {
	position: relative;
	display: inline-block !important;
	width: 80px !important;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 0 !important;
	padding-top: 5px;
	margin: 0 10px;
	outline: 0;
	border: 0px solid rgba(0, 0, 0, 0.16);
	border-radius: 0px;
	font-size: 1.3em;
	color: 	#04131f;
	text-align: center;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.share-wrap.smallshare > a {
	position: relative;
	display: inline-block !important;
	width: 45px !important;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 !important;
	padding-top: 5px;
	margin: 0px 8px 8px 0px;
	outline: 0;
	border: 0px solid rgba(0, 0, 0, 0.16);
	border-radius: 0px;
	font-size: 1.3em;
	color: 	#04131f;
	text-align: center;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.share-wrap a:hover  {
	color: 	#000;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1);
}
.share-wrap a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.4rem;
	color: #fff;
}

.share-wrap span {
	position: absolute;
	bottom: -30px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0px;
}
.share-wrap a:hover span  {
	
}

	@media (max-width: 640px) {
		.share-wrap {
			padding: 20px 0px;
		}
		.share-wrap > a {
			margin-bottom: 30px;
		}
		.share-wrap span {
			font-size: 0.86rem;
			bottom: -25px;
		}
	}
	@media (max-width: 320px) {
		.share-wrap > a {
			font-size: 1.5em;
			width: 50px !important;
			height: 50px !important;
			line-height: 50px !important;
			
		}
		.share-wrap a.email i {
			color: #fff;
			line-height: 50px;
		}
	}		


/* overlay at start */
.mfp-search.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-search.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-search.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-search.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-search.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-search.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}





/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
