:root{
	--dienstenHeight: 300px;
	/* --sliderHeight: calc(100dvh - (var(--dienstenHeight)/2) + 7px - var(--headerHeight)); */
	--sliderHeight: calc(100dvh);
}

.smallContent{
	max-width:600px;
}
.mediumContent{
	max-width:800px;
}


.imageHolder.overons{
	height:auto;
	width:100%;
	max-width: 800px;
	border-radius: 0;
	margin-left: -12px;
}

.projectSection h2{
	margin-bottom:0;
}
.projectSection h2 font{	
	color: var(--themeBlue);
}


@media screen and (max-width:769px){
	.imageHolder.overons{
		position: relative !important;
		width:100%;
		margin: auto;
		max-width: 100%;
	}
	.huge {
        margin: 0 0 0em;
	}
}