/* 2022-03-24 14:45, HM: Zusätzliche Styles */
img.an-logo {
    width: 60%;
    margin-bottom: 2rem;
}

img.an-logo--navbar {
    width: 30%;
}
@media (min-width: 768px) {
    img.an-logo--navbar {
        width: 20%;
    }
}

.an-section {
    background-image: url("../assets/img/obersendling.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.an-section--impressum {
    background-image: url("../assets/img/hasenbergl-2.jpg");
}
.an-section--kunden {
    background-image: url("../assets/img/westfriedhof-3.jpg");
}

.an-section--datenschutz {
    background-image: url("../assets/img/marienplatz-3.jpg");
    background-position: top;
    background-repeat: repeat-y;
    background-size: contain;
}


p, ol, ul {
    padding: 2%;
    background-color: rgba(0,0,0, 0.7);
}
/* Backgrung ul nicht iin der navbar */
ul.navbar-nav {
    padding-top: inherit;
    padding-bottom: inherit;
    background-color: inherit;
}
