html {
	background-image: url(https://www.medirooms.at/medi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin-top: 100px;
    display: block;
    margin: 0 auto;
    max-width: 1400px;
	padding-bottom: 15px;
    background: rgba(0,0,0,0.8);
}

.dBlock {
    min-height: 30px;
    max-height: 60px;
    position: absolute;
    padding: 16px;
}

.booking-fields-box .container-fluid > .row div.col-xl-3 {
	display:none;
}

.booking-fields-box .container-fluid > .row div.col-xl-9 {
	width: 100%;
}

.rate_name {
    margin-left: 12px;
}

.homeBanner .overH {
    background: rgba(0,0,0,0.6);
}