.page-header {
    background-color: rgba(255, 255, 255, 0.95) !important;
}
.page-content {
    padding-bottom: 50px;
}
.navbar-brand img {
    max-height: 6rem !important;
}

.d-lg-flex {
    justify-content: flex-end;
}

.nav-main .nav-link {
    font-size: 1.2rem;
    color: #8B8682;
    font-weight: bold;
}

.nav-main .nav-link:hover {
    color: #d65c00;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0e0e0e;
}

a.nav-link {
    color: #a85a1a;
}

a.nav-link:hover {
    color: #6e2d01;
}

a.nav-link.active, a.nav-link.show {
    color: #d65c00;
}

h1 {
    color: #d65c00;
    font-weight: 600;
}

h2 {
    font-size: 1.35em;
    font-weight: 600;
}

.row {
    align-items: flex-start;
}

.bg-orange {
    background-color: #FFF4EC;
}
.bg-orange h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #d65c00;
}
.page-footer__row2 .nav a.nav-link {
    color: #a85a1a;
}

.page-footer__row2 .nav a.nav-link:hover {
    color: #6e2d01;
}


.hero .carousel-caption .title, .hero .carousel-caption .description {
    text-transform: none;
}


.hero .carousel-caption {
    justify-content: flex-start;
    align-items: flex-start !important;
    right: 0;
    text-align: right;
    background-color: #d65c00db;
    padding: 0 0 0 0;
    left: 10%
}

.hero .carousel-caption .title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1em;
    margin-top: 1rem;
    font-size: 1.5rem !important;
    margin-bottom: -0.5rem !important;
}
.hero .carousel-caption .description {
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1rem !important;
}

@media (min-width: 520px) and  (max-width: 769px) {
    .hero .carousel-caption {
        padding: 0 0 0 10px !important;
        left: 40% !important;
    }
    .hero .carousel-caption .title {
        font-size: 1.8rem !important;
        margin-bottom: -0.5rem !important;
    }
    .hero .carousel-caption .description {
        font-size: 1.2rem !important;
    }
}
 @media (min-width: 770px) and (max-width: 1300px) {
     .hero .carousel-caption {
         padding: 0 10px 0 2px !important;
         left: 45% !important;
     }
    .hero .carousel-caption .title {
        font-size: 2.5rem !important;
    }
    .hero .carousel-caption .description {
        font-size: 1.5rem !important;
    }
}
@media (min-width: 1301px) {
    .hero .carousel-caption {
        padding: 0 50px 0 10px !important;
        left: 60% !important;
    }
    .hero .carousel-caption .title {
        font-size: 3em !important;
    }
    .hero .carousel-caption .description {
        font-size: 2em !important;
    }
}
.card-body a {
    color: #d65c00;
    font-weight: 600;
    text-decoration: none;
}
.card-body a:hover {
    color: #b34802;
    text-decoration: underline;
}
.page-footer__row1 a {
    color: #b34802;
    text-decoration: none;
}
.page-footer__row1 a:hover {
    color: #6e2d01;
    text-decoration: underline;
}
@media (min-width: 1400px) {
    .page-footer__row1 .row .image {
        width: 2.5rem !important;
        height: 2.5rem !important;
        margin: 0 !important;
    }

    .page-footer__row1 .row {
        flex-wrap: nowrap !important;
        gap: 0 !important;
        align-items: flex-start !important;
    }
    .page-footer__row1 .image-orientation-top-left .ce-gallery>div>div{
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: -17rem !important;
    }

}
/*
body {
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;
    background-color: #fff;
}*/

#c1789 .cndkbeforeafter-theme-light .cndkbeforeafter-item-before-text, .cndkbeforeafter-theme-light .cndkbeforeafter-item-after-text {
    display: none;
}

a[href^="tel:+41817381464"], a[href^="tel:+41796009540"], a[href^="#"] {
    color: #8a3c01;
    text-decoration: none;
}

a[href^="tel:+41817381464"]:hover, a[href^="tel:+41796009540"]:hover, a[href^="#"]:hover {
    color: #6e2d01;
    text-decoration: underline;
}

#c1767, #c1774 {
    background-color: #FFFFFF !important;
}

#c1767 p, #c1774 p {
    text-align: center;
}

.btn {
    background-color: #d65c00;
    color: #ffffff !important;
}