.opulent-section-layout-two,
.opulent-section-layout-two-right .bg-beige {
	position: relative;
}

.opulent-section-layout-two-left {
	margin-bottom: 1rem;
}

.opulent-section-layout-two-right .bg-beige {
	height: 315px;
	width: 90%;
	left: 10%;
}
.opulent-section-layout-two-right {
	margin-top: 2rem;
}
.opulent-section-layout-two-right img {
	position: absolute;
	right: 30px;
	top: -30px;
	border: 5px solid #fff;
	width: 315px;
}

.opulent-section-layout-two-deko {
	position: absolute;
	color: var(--body-font-color);
	font-size: 40px;
	bottom: -27px;
}

@media(min-width:768px) {
	.opulent-section-layout-two-wrap {
		padding: 80px 0; /* wg position absolute elementen */
	}
	.opulent-section-layout-two .opulent-section-layout-two-deko {
		bottom: -35px;
		right: 40px;
		font-size: 50px;
		
	}
	.opulent-section-layout-two-right {
		display: flex;
		justify-content: flex-end;
		margin-top: 0;
	}
	.opulent-section-layout-two-right .bg-beige {
		height: 320px;
		width: 320px;
		margin-left: 40px;
	}
	.opulent-section-layout-two-right img {
		right: 40px;
		top: -40px;
		width: auto;
		max-width: 302px;
	}
	
	.opulent-section-layout-two-left {
		margin-bottom: 0rem;
	}
	.opulent-section-layout-two-wrap {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media(min-width:992px) {

	.opulent-section-layout-two-right .bg-beige {
		height: 460px;
		width: 460px;
		left: 0;
	}
	.opulent-section-layout-two-right img {
		right: 40px;
		top: -40px;
		max-width: 460px;
	}
	.opulent-section-layout-two .opulent-section-layout-two-deko {
		font-size: 50px;
		bottom: -35px;
	}
	.opulent-section-layout-two-left .opulent-section-textbox {
		padding-right: 100px;
	}
}

@media(min-width:1300px) {
	.opulent-section-layout-two-wrap {
		max-width: 80%;
	}
	
	.opulent-section-layout-two-right .bg-beige {
		height: 590px;
		width: 590px;
	}
	.opulent-section-layout-two-right img {
		right: 80px;
		top: -80px;
		max-width: 590px;
	}
	.opulent-section-layout-two .opulent-section-layout-two-deko {
		font-size: 90px;
		bottom: -60px;
	}
	.opulent-section-layout-two-left .opulent-section-textbox {
		padding-right: 100px;
	}
}

@media(min-width:1700px) {
	.opulent-section-layout-two-left .opulent-section-textbox {
		padding-right: 0px;
	}
	.opulent-section-layout-two .opulent-section-textbox {
		margin-left: 100px;
	}
	.opulent-section-layout-two-right .bg-beige {
		height: 690px;
		width: 690px;
	}
	.opulent-section-layout-two-right img {
		right: 80px;
		top: -80px;
		max-width: none;
	}
}