hr {
    margin: 2rem 0;
}
b, strong {
    font-weight: 600;
}
[data-bs-theme="dark"] {
    --bs-navbar-color: #ffffff8c;
    --bs-navbar-hover-color: #ffffffb2;
    --bs-navbar-active-color: #ffffffe5;
}
@media (min-width: 2560px) {
    .wrapper-max {
        margin: 0 auto;
        max-width: 1320px;
    }
}
.gallery .card-img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}
.img-banner {
    width: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.25rem;
    }
    .h2, h2 {
        font-size: 1.75rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 1rem;
        font-weight: 600;
    }
}
.gslide-image img {
    background-color: rgba(255,255,255,.25);
}
.glightbox-clean .gslide-description {
    text-align: justify;
    background: transparent;
    min-width: 300px;
}
.glightbox-mobile .glightbox-clean .gslide-description {
    min-width: initial;
}
.glightbox-clean .gdesc-inner {
    padding: 1rem;
}
.glightbox-clean .gslide-title {
    font-family: inherit;
    color: #fff;
}
.bg-contact {
    position: relative;
    overflow: hidden;
}
.bg-contact::before {
    content: "\f2bb";
    font-family: "Font Awesome 6 Free";
    font-size: 13rem;
    font-style: normal;
    font-variant: normal;
    color: rgb(var(--bs-tertiary-bg-rgb));
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    top: -45px;
    right: 30px;
    transform: rotateZ(-5deg);
}
.bg-contact > div {
    position: relative;
}

.divider {
    height: 47px;
    opacity: 0.1;
}
.divider-bg {
    background-image: url('../images/noten.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* Template */
body {
    --bs-dark-rgb: 3,30,56;
}
.heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
header {
    --bs-nav-link-font-size: 1.2rem;
}
@media (min-width: 768px) {
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    main {
        flex-grow: 1;
    }
}
footer {
    --bs-link-color-rgb: 1, 1, 1;
    --fa-li-margin: 1.5rem;
}
footer a {
    text-decoration: none;
}
footer ul,
footer ol {
    padding-left: 1rem;
}
footer .h4,
footer h4 {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}