.b-featured-image-cover {
  min-height: 100vh;
  width: 100%;
  display: block;
}
.b-featured-image-cover {
  display: block;
  width: 100%;
  min-height: 400px;
}






.work-hours-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Two grid items per row */
    gap: 10px; /* Adjust as needed */
}

.work-hours-item {
    display: grid;
	grid-template-columns: 40% 60%;
    /*grid-template-columns: repeat(2, 1fr); *//* Two grid items per row */
    gap: 5px; /* Adjust as needed */
}


.work-hours {

}
.work-days
 {

}


.menu-toggle-wrapper { display: flex; align-items: center; gap: 10px; cursor: pointer; transition: all 0.3s ease; position: absolute; z-index: 999999999 !important; } .menu-label { color: white; font-weight: 500; } .menu-toggle-btn { width: 60px; height: 60px; border-radius: 50%; background: #ded7cb; position: relative; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; } .menu-toggle-btn .bar { position: absolute; height: 3px; background: white; border-radius: 3px; transition: all 0.3s ease; } .menu-toggle-btn .bar.short { width: 16px; transform: translateY(-6px); } .menu-toggle-btn .bar.long { width: 26px; transform: translateY(6px); } .menu-toggle-btn.active .bar.short { transform: rotate(45deg); width: 24px; } .menu-toggle-btn.active .bar.long { transform: rotate(-45deg); width: 24px; } .close-toggle-wrapper { display: flex; align-items: center; gap: 10px; cursor: pointer; transition: all 0.3s ease; position: absolute; top: 20px; right: 20px; z-index: 999999 !important; } .close-toggle-wrapper .menu-label { color: white; font-weight: 500; } .menu-toggle-btn { width: 60px; height: 60px; border-radius: 50%; background: #ded7cb; position: relative; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; } .menu-toggle-btn .bar { position: absolute; height: 3px; background: white; border-radius: 3px; transition: all 0.3s ease; } .menu-toggle-btn .bar.short { width: 16px; transform: translateY(-6px); } .menu-toggle-btn .bar.long { width: 26px; transform: translateY(6px); } .menu-toggle-btn.active .bar.short { transform: rotate(45deg); width: 24px; } .menu-toggle-btn.active .bar.long { transform: rotate(-45deg); width: 24px; }
















.b-menu-logo-image {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.b-menu-logo-image.hide-logo {
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
}

.menu-label {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.menu-label.hide-label {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}








.immo-section-block {
    margin-bottom: 40px;
}

.immo-section-title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #13394f;
    font-weight: 700;
	    border-bottom: 2px solid #ded7cb;
}

.immo-section-content {
    font-size: 20px;
    line-height: 1.8;
    color: #13394f;
}























/* Wrapper */
.immo-details-section {
    margin-bottom: 40px;
}

/* Title */
.immo-details-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #13394f;
	    border-bottom: 2px solid #ded7cb;
}

/* Grid */
.immo-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 25px;
}

/* Mobile: 1 column */
@media (max-width: 600px) {
    .immo-details-grid {
        grid-template-columns: 1fr;
    }
}





/* Each item row */
.immo-detail-item {
    display: flex;
    justify-content: space-between; /* LEFT label + RIGHT value */
    align-items: center;
    gap: 10px;
    width: 100%;
	font-size: 16px;
}

/* Label always left */
.immo-detail-label {
    font-weight: 600;
    color: #222;
    text-align: left;
}

/* Value always right */
.immo-detail-value {
    color: #444;
    text-align: right;
    margin-left: auto; /* this forces right alignment */
}







.price-badge-single { 
display:inline-block;
    padding: 10px 18px;
    background-image: linear-gradient(132deg, #0b2b41 0%, #0b2b41 100%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 0px;
    z-index: 10;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}




.status-badge-single { 
    display: inline-block;
    padding: 10px 18px;
    background-image: linear-gradient(132deg, #ded7cb 0%, #ded7cb 100%);
    color: #13394f;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 0px;
    z-index: 10;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}


.immo-standort { 
display:inline-block;
	color: #13394f;
	 font-size: 1.5rem;
    font-weight: 700;
}


























.immo-featured-header {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* ---------- TITLE CENTER ---------- */
.immo-featured-center {
    position: absolute;
    text-align: center;
    width: 100%;
}

.immo-featured-title {
    font-size: 60px;
    font-weight: 700;
   
    padding: 0 20px;
	color:#fff;
}

/* ---------- STATUS TOP RIGHT ---------- */
.immo-status-top-right {
    position: absolute;
    top: 30px;
    right: 30px;
}

.status-badge-single {
    background: #ffffff;
    padding: 8px 18px;
    color: #000;
    border-radius: 0px;
    font-weight: 600;
    font-size: 15px;
}

/* ---------- PRICE BOTTOM RIGHT ---------- */
.immo-price-bottom-right {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.price-badge-single {
    background: #001f3f;
    padding: 12px 26px;
    color: #fff;
    border-radius: 0px;
    font-weight: 700;
    font-size: 20px;
}

/* Tablet (≤ 991px) */
@media (max-width: 991px) {
    .immo-featured-title {
        font-size: 50px;
    }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
    .immo-featured-title {
        font-size: 32px;
    }
}

