body .Titelbild {
    background: url(/assets/images/Titelbilder/Sonnenaufgangshimmel_v3.webp) no-repeat center bottom;
    height: 100vh;
    background-size: cover;
    padding-top: 10vh;
}
body .Einfuehrungstext p {
    font-size: 1.6em;
    margin-top: 15px;
}
body [box][sichtbar="nein"] { display: none; }
body [box][sichtbar="ja"] { display: revert; }
body #Preise, body #contact {
    background: url(/assets/images/Titelbilder/Sonnenaufgangshimmel_v3.webp) no-repeat center bottom;
    background-size: cover;
}

body [sichtbar="teils"] {
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.text-blau { color: blue;}

@media (min-width: 200px) and (max-width: 1100px) {
    .navbar-custom .logo .logo-dark {
        display: inline-block;
    }

    .navbar-custom .logo .logo-light {
        display: none;
    }
}

.navbar-toggler {
    font-size: 24px;
    color: #28282e;
}

.navbar-custom .navbar-nav .nav-item .nav-link { color: white; }
.navbar-custom .navbar-nav .nav-item .nav-link:hover { color: gold; }
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover { color: goldenrod; }
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active { color: gold; }
.home-desc-center {
    vertical-align: initial;
    position: relative;
    top: 16vh;
}

.home-title h1 { font-size: 42px; }
@media (max-width: 987px) {
    .Fussmenues { margin-top: 0px; }
    .home-title h1 { font-size: 35px; }
    .home-desc-center {
        vertical-align: initial;
        position: relative;
        top: 19vh;
    }

    .carousel-control-prev, .carousel-control-next {
        width:10px;
    }
}
@media (max-width: 425px) {
    .home-title h1 { font-size: 32px; }
}

.Fussmenues { margin-top: 90px; }

.Silbentrennung, .silbentrennung {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4; }

.demo-box, .testi-desc {
    border-radius: 10px;
}

.offcanvas {
    --ct-offcanvas-height: 80vh;
}

