body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}

#ueberschrift {
    color: #839c80;
    font-weight: bold;
    font-size: xx-large;
}

#ueberschrift2 {
    color: #839c80;
    font-size: xx-large;
}

.material-icons.md-48 {
    font-size: 48px;
}

#pfeil {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 90%;
    transition: 80ms;
}

#pfeil:hover {
    font-size: 30px;
}

.start {
    background-image: url("../img/background-bloom-blooming-1920x1280px.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

a {
    font-size: large;
    color: white;
}

html {
    scroll-behavior: smooth;
}

#toggler {
    background-color: rgba(131, 156, 128, 0.3);
}

#navbar {
    position: fixed;
    transition: top 0.3s;
}

#map {
    height: 100vh;
    width: 90vh;
}

.full {
    height: 100vh;
}

.fixed-top.scrolled {
    background-color: #424242 !important;
    opacity: 0.9;
    transition: background-color 200ms linear;
}

.fixed-top.scrolled .nav-link {
    color: #ffffff;
}

.Leistungen {
    background-color: #c0e48e;
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    transition: background-color 0.5s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}
.Leistungen:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(66, 66, 66, 0.8);
}

.Leistungen-collapse {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 0 1px 0;
}
.smalltext {
    font-size: xx-small;
}

#Termin {
    position: fixed;
    top: 86%;
    left: 85%;
}

#Kontakt {
    background-image: url("../img/cable-call-communication-33999 grün.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    color: #ffffff;
}

.card-footer a {
    color: #007bff;
}

#Aktuelles {
    background-image: url("../img/blade-of-grass-blur-bright-432786.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    color: #ffffff;
    content: "";
    clear: both;
    display: table;
}

.Meldungen {
    color: #424242;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    opacity: 0.7;
    margin-bottom: 10px;
}

.Meldungen a {
    color: #007bff;
    font-size: medium;
}

.Datum {
    margin: 10px 10px 10px 10px;
}