.hide-xs, .search-label {
	display: none !important;
}

.fs-64 {
	font-size: 18px !important;
}

.height50 {
	height: 25px;
}

.swiper-button-prev, .swiper-button-next { 
	display: none; 
}

#pills-tab li.nav-item button {
	font-size: 15px;
}

.mt-minus-200 {
	
}

.navbar-brand img {
	height: 40px;
}

.vastgoed-single-header button, .object-navigation .btn {
	font-size: 13px;
}

.zakelijk_vastgoed-template-default .image-container {
	height: auto;
}

.header-content {
	background-color: rgba(39, 33, 79, 0.8);
}

.vastgoed-single {
	padding-top: 80px;
}

body {
	font-size: 16px;
}

.ptb-100 {
	padding-top: 50px; 
	padding-bottom: 50px;
}

.h-80 {
	height: 80px;
}

.vastgoed-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 kolommen op mobiel */
    gap: 15px;
}

.vastgoed-detail-value, .vastgoed-detail-value.large {
	font-size: 16px;
}

/* Tablet */
@media (min-width: 768px) {
    .vastgoed-details-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 kolommen op tablet */
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .vastgoed-details-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 kolommen op desktop */
    }
}