/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2026 | 18:59:07 */
.exampp-hints {
    margin: 1.5rem;
    line-height: 2;
    font-size: .75rem;
	display:block !important;
}
.exampp-hints a{
	text-decoration:underline;
}

.exampp-hints a:hover{
	color:rgb(219, 14, 24);
}


.exggmap-caption {
    display: none;
}

#exggmap-btn {
	border-color: #000000 !important;
	    text-transform: none;

}


#exggmap-btn:hover {
	color: white !important;
	background-color:#000000 !important;
	border:1px solid white !important;
}

@media (max-width: 500px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 1024 !important;
    }
}

@media (max-width: 992px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 600 !important;
    }
}

@media (max-width: 650px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 1024 !important;
    }
}

#qodef-content-bottom.qodef-skin--light {
	background-color:#aba5a3 !important;
}




.studio-galerie .gallery  img{
	height:20rem !important;	
	    object-fit: cover;
    object-position: center;
}