.pageheader-slides {
    width: 80%;
}
#contact-info {
	padding-left: 60px;
	font-size: 1.3em;
    line-height: 1.3em;	
}

#contact-info h3:last-of-type {
    margin: 10px 0;
}

#praktische-info-content-container {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}
#content-form {
	width: 70%;
	padding-right: 60px;
	border-right: 1px solid #000;
}

#contact-info address a {
	color: #000;
}

.wpcf7 p, .wpcf7 textarea {
	/*color: #4461aa;*/
	margin: 0;
}

.wpcf7 form {
	margin: 0;
}

.wpcf7 input, .wpcf7 textarea {
	margin: 10px 0;
	padding: 10px 20px;
	width: calc(100% - 44px);
	border: none;
	/*border-radius: 10px;*/
	font-size: 16px;
	background-color: #fff;
	-webkit-appearance: none;
	outline: none;
}

.wpcf7 input, .wpcf7 textarea {
	/*border: 2px solid grey;*/
	border: 1px solid grey;
	resize: none;
}

.wpcf7 input[type=submit] {
	width: auto;
	color: #fff;
    background-color: #7DC9DE;
    border-radius: 0;
    border: none;
    /*padding: 10px 30px;*/
    padding: 10px;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	
	    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.4em;
}

.wpcf7 input[type=submit]:hover{
	background-color: #fff;	
	color: #7DC9DE;
	/*padding: 9px 29px;*/
	padding: 9px;
	border: #7DC9DE 1px solid;
	

}

#maps {
	height: 500px;
    margin-bottom: 120px;
}

.vanaf-datum, .tot-datum {
    /*display: flex;*/
    max-width: 400px;
}

.vanaf-datum input, .tot-datum input, .time-label {
    display: inline-block;
    /*width: calc(200px - 50px);*/
    max-width: calc(200px - 50px);
    height: 18px;
}

.vanaf-datum input#time-from, .tot-datum input#time-to {
    margin-left: 15px;
}

input.time-close {
    display: none;
}

.time-label {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    margin-right: 15px;
    margin-top: 20px;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

@media screen and (max-width: 1024px) {
	

}

@media screen and (max-width: 768px) {
	
	
	#praktische-info-container {
		padding-top: 0;
	}
	
	#praktische-info-container {
		flex-wrap: wrap;
	}
	
	#praktische-info, #praktische-info-img{
		margin: 0;
		width: 100%;
	}
	
	#praktische-info h1 {
	    font-size: 3em;
	}
	
	#praktische-info-content-container {
	    flex-wrap: wrap;
	}
	
	#content-form {
	    border: none;
	    width: 100%;
	    padding: 0;
	}
	
	#contact-info {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	
	#praktische-info-img {
		height: 300px;
	}
	
	#praktische-info-content-container {
		padding: 30px 0;
	}
	
	#maps {
	    height: 300px;
	    margin: 0;
	}
}

@media screen and (max-width: 480px) {
    
    .vanaf-datum, .tot-datum {
        flex-wrap: wrap;
    }
    
    .vanaf-datum input#time-from, .tot-datum input#time-to {
        margin-left: 0;
    }
} 
