
#immo_promo {
	margin: 20px 0;
	width: 100%;
	max-width: 1250px;
	-webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
	box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#immo_promo .img {
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#immo_promo .img button {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 55px;
	height: 45px;
	cursor: pointer;
	display: inline-block;
	display:flex;
	justify-content:center; 
	align-items:center;
	background: transparent;
	border: none;
	cursor: pointer;
}

#immo_promo .img button img {
	height: 100%;	
}	

#immo_promo .cnt .overlay {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
//	right: 5px;
	bottom: 5px;
	z-index: 2;
	display:flex;
	justify-content:space-between; /* links & rechts */
}

#immo_promo .overlay .promo_btn {
	display: inline-block;
	height: 36px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #e3000b;
	cursor: pointer;
	color: #e3000b;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	line-height: 32px;
	font-size: 13px;
}	

#immo_promo .overlay .promo_btn.btn_1 {
	width: 120px;
}


// ----- mobile -----

#immo_promo {
	height: auto;
}

#immo_promo .img,
#immo_promo .cnt {
	flex: 0 0 100%;
	width: 100%;
}

#immo_promo .img {
	order: 1;
	aspect-ratio: 16 / 9;
}

#immo_promo .img img {
	width: 100%;
	height: 100%;
	max-height: 375px;
	object-fit: cover;
	display: block;
}

#immo_promo .cnt {
	position: relative;
	order: 2;
	padding: 15px 15px 65px 15px;
}

#immo_promo .cnt h3 {
	font-size: 20px;
	padding: 0;
	margin-bottom: 10px;
}

#immo_promo .cnt p {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	font-size: 16px;
}

@media only screen and (min-width: 768px ) {
	
	#immo_promo {
		flex-direction: row;
	}	
	
	#immo_promo .img,
	#immo_promo .cnt {
		flex: 0 0 50%;
		width: 50%;
	}
	
	#immo_promo .img {
		order: 2;
		aspect-ratio: 5 / 4;
		height: auto;
	}
	
	#immo_promo .cnt {
		order: 1;
	}	
}

@media only screen and (min-width: 960px ) {
	
	#immo_promo .cnt {
		padding: 30px 30px 65px 30px
	}	
	
	#immo_promo .img {
		max-height: 290px;
	}		
}

@media only screen and (min-width: 1200px ) {
	
	#immo_promo {
		margin: 40px 0;
	}
	
	#immo_promo .cnt h3 {
		font-size: 24px;
		padding: 0;
		margin-bottom: 25px;
	}
	
	#immo_promo .cnt p {
		padding: 0;
		margin: 0;
		margin-bottom: 8px;
		font-size: 16px;
	}	
	
	#immo_promo .img {
		max-height: 365px;
	}	

}
