#touch-villa {
    display: none;
}
#touch-peeschi {
    display: none;
}
#touch-troeppschi {
    display: none;
}
#touch-waeinbitt {
    display: none;
}
#touch-greensche {
    display: none;
}
#touch-kaemmerschi {
    display: none;
}

.mieten-main-img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.mieten-second-img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.rounded-right-both {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.rounded-left-both {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#touch-slider-overlay {
    overflow: auto; /* Enable scroll if needed */
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    z-index: 2000;
    cursor: pointer;
    box-sizing: border-box; /* for image gallery */
}

.mieten-main-btn {
    display: block;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .mieten-second-img {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
    }
}

/* SM Size Mobile */
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}

/* MD Size */
@media (min-width: 768px) {
    .mieten-main-btn {
        display: none;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .mieten-main-img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}

/* MD Size */
@media (max-width: 767px) {
    .sm-text-center {
        text-align: center;
    }
}

/* ### Navigation  ------------------------------------------------------------------------------ */
/* Overide Navigation */
#cnav .nav-link {
    padding-right: 20px;
    color: #805f59;
    font-weight: 600;
    border-bottom: #805f59;
}

.nav-bg-scroll .nav-link {
    padding-right: 20px;
    color: #fbfbfb !important;
    font-weight: 600;
    border-bottom: #805f59;
}

.nav-bg-scroll .navbar-brand {
    color: #fbfbfb !important;
}

/* ### Hero Section  ------------------------------------------------------------------------------ */
.trust-icons-mobile {
    display: block;
}

.trust-icons {
    display: none;
}

/* ----- MIN Size Section  ------------------------------------------------------------------------------ */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
    .trust-icons-mobile {
        display: none;
    }
    .trust-icons {
        display: block;
    }
}

@media (min-width: 1800px) {
    .trust-icons {
        padding-bottom: 80px;
    }
}

@media (min-width: 2000px) {
    .trust-icons {
        padding-bottom: 100px;
    }
}

@media (min-width: 2200px) {
    .trust-icons {
        padding-bottom: 180px;
    }

    .hero-padding {
        padding-right: 10%;
    }
}

/* ----- MAX Size Section  ------------------------------------------------------------------------------ */
