:root{
	--dienstenHeight: 300px;
	--sliderHeight: calc(100dvh);
}

#Content{
	margin-top: 0;
}

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

.kledingSection p{
	color:var(--themeSecondaryDark);
}
.kledingSection .colLeft {
    position: relative;
    /* height: 500px; */
    padding: 2rem;
}
.kledingSection .colLeft > div{
	border-radius: 9%;
	border-top-right-radius: 90%;
	height: 290px;
	aspect-ratio: 1;
	background:linear-gradient(125deg,#F7961E,transparent);
	position: absolute;
	top: 0;
	left: 0;
}
.kledingSection .colLeft > .imageHolder{
    border-radius: 9%;
    border-top-left-radius: 50%;
    height: auto;
    width: 96%;
    bottom: 0;
    right: 0;
    left: 4%;
    top: auto;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
}

@media screen and (max-width:769px){
    .fotoalbumLinks {
        gap: 10px;
        display: flex;
        justify-content: space-evenly;
    }
    .referentieSection .carouselSliderHolder .carousel .carouselSlideHolder,
    .fotoalbumSection .carouselSliderHolder .carousel .carouselSlideHolder {
        transform: translateX(0);
    }
	.kledingSection p{
        text-align:center;
	}
	body *{
        text-align:center;
	}
	div.fslider {
        min-height: 90dvh;
        height:auto;
    }
}
@media screen and (min-width:2000px){
    /* .fotoalbumSection .container-fluid{
        max-width:1600px;
    } */
}