
html, body {
    height: 100%;
    margin: 0;
}

.nav-link  text-dark {
    letter-spacing: -0rem;
    font-size: 1.1em !important;
}

/* Aktive Seite */
.navbar a.active {
    color: #c17700;
    font-weight: bold;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
}

.full-height-image {
    flex: 1;
    background: url('../images/index-background.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100vh;
}

.full-height-image h1 {
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: clamp(1.5rem, 5vw, 4rem);
    font-family: sans-serif;
    margin: 0 0 0 40px;
}

.footer {

    height: 20px;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: fixed;
    bottom: 0;
    left: 0;

}
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse .nav-link, .navbar-expand-lg .navbar-collapse .nav-link.active, .navbar-expand-lg .navbar-collapse .nav-link:focus, .navbar-expand-lg .navbar-collapse .nav-link:hover, .navbar-expand-lg .navbar-collapse .show>.nav-link {
        color: #000 !important;
    }
}