@charset "UTF-8";
/* CSS Document */

header {
	max-width:none;
}

#booking-form {
	height:550px;
	background: url(https://www.dc-rent.de/files/dcrent/images/header-big-background.jpg) center bottom / cover;
	margin-bottom:30px;
}

#rental-data {
	background:#fff;
	padding:50px 50px 40px;
	margin-top:50px;
	max-width:1200px;
}

footer {
	max-width:none;
}
@media only screen and (max-width: 991px) {
	
}
@media only screen and (max-width:767px) {
	#booking-form {
		height:550px;
	}
	#rental-data {
		width:80%;
		padding-bottom:20px;
		margin-top: 25px;
	}
}