.infoBox{
	min-height:250px;
	margin-bottom:30px;
}

.paddingBox{
	padding:30px;
}

.contactTitlePadding{
	padding:20px 0;
}

.border-left-contact {
	border-left: 1px solid rgb(237 237 237);
    height: 500px;
    padding-left: 35px;
}
.border-left-contact p,
.border-right-contact p  {
	padding: 0!important;
}
.border-right-contact {
	padding-right: 35px;
}

div.jumbotron.form_jumbo{
	padding-top: 170px;
	background-color:#ddeafb;
}

input.wrong,
textarea.wrong{
	background-color: rgb(213 119 121) !important;
	color: white !important;
}
input.wrong::placeholder,
input.wrong:-ms-input-placeholder,
input.wrong::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
label {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 16px !important;
    font-weight: 300;
}

@media screen and (min-width: 1024px){
	label input:not([type=radio]):not([type=checkbox]), 
	label textarea, 
	label select{
		float:right;
	}
}

.windowContact{
	padding-bottom:0;
}
.windowContact h2{	
    text-align: left;
}

.gegevens{
	padding:30px;
}
.gegevens div{
	padding:0;
	margin-bottom:20px;
}
.gegevens table{
	float:left;
	width:calc(50% - 10px);
	padding: 0 5px;
}
.gegevens table i{
	color: #709840;
	width: 30px;
	text-align:center;
}
.gegevens h2 > font{
	font-size:17px;
	color:#1c1a19;
}
.gegevens table tr td:first-of-type{
	width:40px;
}
.gegevens table font{
    font-size: 11px;
    color: #709840;
    font-weight: bold;
    text-align: center;
    width: 30px;
    display: inline-block;
}

.contactMap{
	width: 100%;
	margin-left:0;
	margin-top:30px;
	padding:0;	
	height:530px;
    overflow: hidden;	
}
.contactMap .map-container{
	height:530px;	
}
.contactMap .map-container p,
.contactMap .map-container .htmlblok{
	margin:0;
	height:100%;
}

.contactBoxen .box{
	overflow:hidden;
}
.contactBoxen .box:after{
	position:absolute;	
	width:50%;
	height:50%;
	font-size:210px;
	text-align:center;
	color:rgba(255, 255, 255, 0.25);
	font-family: "Font Awesome 5 Free"; font-weight: 600;
	z-index:0;
}

.boxRight:after{
	content: "\f14e";
	right:-90px;
    bottom: 50px;
}
.boxLeft:after{
	content: "\f7b6";	
	left:-60px;
    bottom: 50px;
}
.contactBoxen .box .htmlblok {
	z-index:1;
}
.contactBoxen .box .htmlblok table{
	border:0;
    max-width: 300px;
}
.contactBoxen .box .htmlblok table td{
	padding:0;
    border: 0;
    vertical-align: top;
}
	
.contactBoxen .box .htmlblok table i{	
	padding-top:26px;
	width:38px;
}
.contactBoxen .box .htmlblok i{	
    font-size: 27px;
	margin-right:5px;
	color:#4e5f70;
}
.contactBoxen .box.boxRight .htmlblok i{
	color:white;
}	
.contactBoxen .box .htmlblok a{
    padding: 17px 0;
    font-size: 24px;
    display: inline-block;
}
.contactBoxen .box .htmlblok p{
	line-height:1.5em;
    padding: 12px 0;
	font-size:24px;	
}
.contactBoxen .box.boxRight p {
    line-height: 1.95em;
}

@media (max-width: 1024px){
	.contactMap {
		width: calc(100% - 30px);
		margin-left: 15px !important;
		margin-bottom: 15px !important;
		border-radius: 0;
	}
}
@media screen and (max-width: 1024px){
	.jumbo_overons .box {
		padding: 20px 30px !important;
	}
	.contactBoxen .box .htmlblok a,
	.contactBoxen .box .htmlblok p{
		font-size: 18px;
	}
}
@media (max-width: 768px){
	.border-left-contact {
		border-left: 0;
	    height: auto;
	}
	.htmlblok h3 {
		margin-top: 15px;
	}
	.map-container{
		margin-bottom: 0px;
	}
	.g-recaptcha.button{
		width:100%;
	}
	
	div.infoBox{	
		padding: 20px;
		min-height: 100px;
		height: auto;
		margin-bottom: 10px;
		font-size: 10px;
	} 
}
@media (min-width:2000px){

}