.popbutton{
	color: #ffffff !important;
	text-decoration: none !important;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 0px 0px 0px 0px;
  width: auto;
  max-width: 640px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 80px;
	border-radius: 50px;
	-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: #271d67 !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-close {
	text-align: center;
	width: 50px;
	height: 50px;
	top: 0px;
	right: -50px;
	border-radius: 0px;
	color: #07306d !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;
}



	@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;
		}

	}



	@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;
}



.popimage{
	position: relative;
}

.popimage img{
	position: relative;
	border-radius: 40px 40px 0 0 ;
}
.popimage .popup-heading {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding: 25px 45px 45px 45px;
	z-index: 3;
}
.popimage h2{
	color: #ffffff;

	font-variation-settings: "wght" 700;
	font-size: 32px;

	margin: 0px;
	


}

.attentietekst p{
	color: #07306d;
	font-size: 18px;
	line-height: 24px;
}

#attentie .modal-body p a:link, #attentie .modal-body p a:visited{
	color: #f0582b;
	text-decoration: underline;
}

#attentie .attekst a:hover, #attentie .attekst a:active{
	text-decoration: underline;
}


#attentie .modal-body{
	padding: 30px 45px 40px 45px !important;
	border-radius: 0 0 50px 50px;
}
.popup-footer {
	padding-top: 20px;
}



a.poplink img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 60px;
}

@media (max-width: 900px) {
	.popimage h2{
		font-size: 20px;
		padding: 25px;
	}
}

#attentie .mfp-close{
	top: -30px !important;
	right: -30px !important;
	color: #f0582b !important;
	background: white !important;
	border-radius: 40px !important;
	height: 40px !important;
	width: 40px !important;	
	line-height: 40px !important;
	opacity: 1 !important;
	font-size: 24p !important;
}