#map {
    width: 100%;
    height: 70vh;
}

.swiper {
    width: 100vw;
    max-width: 100%;
    height: 640px;
}

.swiper-thumbs {
    padding: 0 80px;
    width: 100%;
    position: relative;
}

.qm::after {
    content: " m\00B2";
}

.kosten::after {
    content: " €";
}

.hl::after {
    content: " HL p.A.";
}

a.box {
    min-height: 175px;
    width: 95%;
    display: inline-block;
    text-align: center;
    padding: 25px;
    border: 1px solid white;
    height: fit-content;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 1px black;
}

a.box:hover {
    color: #f3d83a;
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 5px black;
}

a.box h4 {
    color: #f3d83a;
    letter-spacing: 1px;
}

#bewerbung .row {
    margin-bottom: 10px;
}

form label {
    vertical-align: sub;
}

#immo-title {
    padding: 0px 15px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}

#immo-title h2 small,
#immo-title h2 {
    margin-top: 10px;
    color: white;
}

#immo-title h2 small {
    font-weight: 500;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#bewerbung,
#kontakt {
    display: none;
    width: 100%;
}

.table tbody tr td {
    border: none;
}

.table tbody tr {
    border-bottom: 1px solid lightgray;
}

.table-info {
    font-size: 16px;
}

.table-info tbody tr td {
    padding: 6px 12px;
}

.table-info tbody tr td:first-child {
    width: 35%;
}

#kosten-width {
    display: inline-block;
}

.display-kosten {
    display: inline-block;
}

a.box p,
a.box h4 {
    color: #424242 !important;
}

.gallery-row {
    width: fit-content;
    position: relative;
    height: 150px;
}

.gallery-index-image-row {
    position: absolute;
    display: inline-block;
    height: 120px;
    width: 100vw;
    overflow: hidden;
}

.gallery-index-image {
    height: 100px;
    width: 150px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
    width: 40px;
    height: 40px;
}

.swiper-button-prev-2 {
    left: 5%;
}

.swiper-button-next-2 {
    right: 5%;
}

.swiper-thumbs .swiper-wrapper .swiper-slide {
    background-position: center;
}

.swiper-thumbs .swiper-wrapper {
    overflow: hidden;
}

.button-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #f3d83a;
    color: #424242;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
}

.button-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #f3d83a;
    color: #424242;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
}

.button-prev::after {
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 30px;
    margin-right: 2px;
}

.button-next::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 30px;
    margin-left: 2px;
}

#success-fixed {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(50, 129, 26, 0.9);
    border-radius: 15px;
    border: 1px solid #229c24ff;
    padding: 20px;
    padding-right: 25px;
    margin: 0;
    color: white;
}

.close {
    color: white;
    opacity: 1;
}

form#contact-form {
    color: #555;
}

@media(max-width: 1650px) {
    .swiper {
        width: 100vw;
        max-width: 100%;
        height: 670px !important;
    }
}

@media(max-width: 1440px) {
    .swiper {
        width: 100vw;
        max-width: 100%;
        height: 560px !important;
    }
}

@media(max-width: 1280px) {
    .swiper {
        width: 100vw;
        max-width: 100%;
        height: 400px !important;
    }

    #immo-title h2 {
        font-size: 16px;
    }
}

@media(max-width: 1152px) {
    .swiper {
        width: 100vw;
        max-width: 100%;
        height: 340px !important;
    }

    #immo-title h2 {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .swiper {
        width: 100vw;
        max-width: 100%;
        height: 280px !important;
    }

    #immo-title h2 {
        font-size: 16px;
    }
}

@media(min-width: 300px) {
    .swiper-button-prev {
        left: 50%;
        transform: translateX(-50px);
    }
    .swiper-button-next {
        right: 50%;
        transform: translateX(50px);
    }
}

@media(min-width: 1600px) {
    .swiper {
        width: 100vw;
        max-width: 100%;
        height: 470px !important;
    }
}

@media(min-width: 1920px) {
    .swiper {
        width: 100vw;
        max-width: 100%;
        height: 610px !important;
    }
}