#header .header-navbar.header-navbar-sticky .navbar-nav>.nav-item>.lang-form>.nav-link:not(.active,:active,:hover,:focus) {
    color: var(--bs-body) !important;
}

.max-w-30 {
    max-width: 30rem;
}

.image-wrapper.bg-overlay-500:before {
    background: rgb(155, 124, 100, .9) !important;
}

@media (max-width: 1200px) {
    .lang-form .nav-link {
        color: var(--bs-nav-link-color) !important;
    }
}

.height-25vh {
    height: 25vh; /* A viewport magasságának 50%-a */
}

@media (min-width: 768px) {
    .facilities-list {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .facilities-list {
        column-count: 3;
    }
}

.facilities-list {
    column-count: 1; /* alap: mobil */
    column-gap: 2rem;
    padding-left: 1.2rem; /* hogy legyen hely a pöttynek */
    list-style-position: inside;
}

.facilities-list li {
    margin-bottom: .5rem;
    list-style-type: disc; /* pötty */
}