/*
 Theme Name: Divi Child
 Theme URI: https://hotelamhafen-leverkusen.de
 Description: Hotel am Hafen Leverkusen Theme
 Author: CruxDesign
 Author URI: https://cruxdesign.de
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.preheading {
	font-family: georgia;
	display: block;
	color: white;
	font-size: 32px !important;
}

@media only screen and (max-width: 980px) {
	.preheading {
	font-size: 26px !important;
		}
}

.preheading-dark {
	color: #333333 !important;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background-color: #a5c4a3 !important;
}

.zimmer-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
@media (max-width: 700px) {
	.zimmer-features {
	grid-template-columns: 1fr;
}
}