/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2024 | 06:59:19 */
.gold-bg-right,
.gold-bg-left {
	z-index: 20;
}
.lichtplan-video {
	position: relative;
	z-index: 30;
}
.gold-bg-right::before {
	background-color: var(--customGoud);
    content: '';
    position: absolute;
    left: calc(30vw - calc( var(--wd-container-w) / 2));
    top: -100px;
    width: var(--wd-container-w);
    height: 300px;
    z-index: -1;
}
.gold-bg-left::before {
	background-color: var(--customGoud);
    content: '';
    position: absolute;
    right: calc(30vw - calc( var(--wd-container-w) / 2));
    top: -100px;
    width: var(--wd-container-w);
    height: 300px;
    z-index: -1;
}

.center-buttons {
	margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.lichtplan-offerte .wpcf7-file {
	margin-bottom: 15px;
}
.lichtplan-offerte .wpcf7-form-control {
	margin-bottom: 15px;
}
.lichtplan-offerte label {
	font-weight: 400;
	text-transform: capitalize;
}

.codedropz-upload-inner h3 {
	color: var(--wit);
}