@import "style_zimmer.css?v=1.0";


.room {
	background: radial-gradient(closest-side at center, rgba(var(--white), 0.75) 0%, rgba(var(--white), 0) 100%);
	background-size: 100% 80%;
	background-position: center center;
	background-repeat: no-repeat;
}
/**/
.elementor-divider-separator {
	border: solid 1px rgba(var(--darkred),0.25) !important;
}
@media(max-width: 1024px) and (min-width: 768px){
	.grid .item:not(.full){
		width: 50%
	}
}

@media(max-width: 767px){
	#intro .desc {
		order: -1 !important;
	}
	.room .desc {
		order: -1 !important;
		padding-bottom:0;
	}
}