
/* Burgermenü */
#menu {
    z-index: 200;
}

div.sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
}

.fixed {
    position: fixed;
    top:0;
    left:0;
}

#menu-bar {
    width: 45px;
    height: 40px;
    margin: 40px 0px 0px 20px;
    padding: 25px 10px 0px 10px;
    cursor: pointer;
    background-color: #929e9c;
}

.bar {
    height: 4px;
    width: 100%;
    background-color: white;
    display: block;
    border-radius: 5px;
    transition: 0.2s ease;
}

#bar1 {
    transform: translateY(-6px);
}

#bar3 {
    transform: translateY(6px);
}

.nav {
    transition: 0.3s ease;
    display: none;
}

.nav ul {
    padding: 0 22px;
    margin: 0;
}

.nav li {
    list-style: none;
    padding: 8px 0;
}

.nav li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.nav li a:hover {
    font-weight: bold;
}

.menu-bg, #menu {
    top: 0px;
    left: 0px;
    position: fixed;
}

.menu-bg {
    z-index: 1;
    width: 0;
    height: 0;
    margin: 40px 0 30px 20px;
    background: -webkit-radial-gradient(circle, #929e9c, #929e9c);
    border-radius: 50%;
    transition: 0.2s ease;
}

.change {
    display: block;
}

.change .bar {
    background-color: white;
}

.change #bar1 {
    transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
    opacity: 0;
}

.change #bar3 {
    transform: translateY(-6px) rotateZ(45deg);
}

.change-bg {
    width: 520px;
    height: 520px;
    translate: -60% -30%;
}

/* Header-Bild */
.headerimg{
    width: 100%;
    height: auto;
    display: block;
}

/* Menü unter Bild */
.horizontal-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Hier verwenden wir Flexbox */
    width: 100%; /* Menü über die volle Breite */
    background-color: #c6cbcc; /* Hintergrundfarbe des Menüs */
}

.horizontal-menu li {
    flex: 1; /* Teilt den verfügbaren Platz gleichmäßig auf die Menüpunkte auf */
    text-align: center; /* Zentriert den Text horizontal */
}

.horizontal-menu li a {
    text-decoration: none;
    color: #ffffff; /* Farbe für die Menüpunkt-Links */
    padding: 20px 20px; /* Innenabstand für die Links */
    display: block; /* Füllt den gesamten Platz des Listenelements */
    font-size: x-large;
    font-family: Futura;
    font-weight: 400;
}

/* Hintergrund */
.fixed-bg {
    background-image: url("../hintergrund.jpg");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 500px;

    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;

    /* Center the background image */
    background-position: center;

    /* Set the background image to no repeat */
    background-repeat: no-repeat;

    /* Scale the background image to be as large as possible */
    background-size: cover;
}

/* Fließtext */
body {
    margin: 0;
    padding: 0;
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;

}

.content {
    background-color: white;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px;
}

.headline {
    display: flex;
    align-items: top;
    margin-bottom: 20px;
    color: #37615e;
}
.padding-section{
    padding-top: 50px;
}
.padding-section2{
    padding-top: 150px;
}

.headline h2 {
    margin: 0;
    font-size: 30px;
    font-family: Futura;
    padding-top: 13px;
}

.headline b {
    color: #a97255;
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 700;
    font-style: normal;

}
.headline p {
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.headline em {
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #a97255;
}

.headline ul {
    padding: 0px 0px 0px 18px;
}


.single-line {
    white-space: nowrap; /* Verhindert Zeilenumbruch */
}

.separator {
    width: 4px;
    height: 150px;
    background-color: #a97255; /* Farbe der vertikalen Linie */
    margin-right: 20px;
    margin-left: 20px;
}

.separator2 {
    width: 15px;
    height: 150px;
    background-color: #a97255; /* Farbe der vertikalen Linie */
    margin-right: 20px;
    margin-left: 20px;
}

.separator3 {
    width: 40px;
    height: 150px;
    background-color: #a97255; /* Farbe der vertikalen Linie */
    margin-right: 20px;
}

.text-container {
    display: block;
    align-items: flex-start;
}

.text-container{
    margin: 0;
    margin-left: 10px; /* Abstand zwischen Überschrift und Fließtext */
}

.img-content{
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.profile {
    width: 40%;
    justify-content: center;
    align-self: flex-start;
    display: block;
}

.kreisimg{
    width: 200px;
    height: 200px;
}

.text-container-kreis {
    padding-top: 210px;
    padding-left: 20px;
}

.kreis-headline {
    margin-right: 20px;
}

.storer-box {
    width: 500px;
    padding: 20px;
    background-color: #37615e;
    margin-top: 50px; /* Abstand von oben */
    margin-left: 240px; /* Abstand von der Sektion */
    box-sizing: border-box;
    color: white;
    text-underline: #37615e;
}

.storer-box p {
    margin: 0;
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.invisible{
    color: #c6cbcc;
}

.kontakt{
    display: block;
    background-color: #929e9c;
    color: white;
}
.kontakt h2 {
    font-family: Futura;
    font-weight: 800;
    font-size: xx-large;
}
.kontakt h3{
    margin: 0;
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.kontakt ul{
    list-style-type: none;
    padding: 0px;
}

.kontakt li::before{
    padding: 10px 10px 10px 0px;
    display: inline-block;
    vertical-align: middle;
}
.kontakt li{
    padding-bot: 15px;
    font-size: 22px;
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.kontakt li:nth-child(1)::before {content: url("../icon_tel.png");}
.kontakt li:nth-child(2)::before {content: url("../icon_mail.png");}
.kontakt li:nth-child(3)::before {content: url("../icon_ort.png");}

.green-box {
    background-color: #37615e;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 90px 20px 90px;
}

.green-box ul{
    list-style-type: none;
    padding: 0px;
}

.green-box li::before{
    padding: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: middle;
}
.green-box li{
    padding-bot: 15px;
    font-size: 22px;
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
}

.green-box li:nth-child(1)::before {content: url("../icon_uhr.png");}
.green-box li:nth-child(2) {text-indent: 55px;
                            padding-top: -20px;}

.nostyle {
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 768px) {
    .horizontal-menu li a {
        text-decoration: none;
        color: #ffffff; /* Farbe für die Menüpunkt-Links */
        padding: 20px 20px; /* Innenabstand für die Links */
        display: block; /* Füllt den gesamten Platz des Listenelements */
        font-size: large;
        font-family: Futura;
        font-weight: 400;
    }

    .text-container {
        display: block;
        align-items: flex-start;
    }
    .headline {
        display: block;
        align-items: top;
        margin-bottom: 20px;
        color: #37615e;
    }
    .separator {
        width: 150px;
        height: 4px;
        background-color: #a97255; /* Farbe der vertikalen Linie */
        margin-right: 20px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .separator2 {
        width: 150px;
        height: 4px;
        background-color: #a97255; /* Farbe der vertikalen Linie */
        margin-right: 20px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .separator3 {
        width: 150px;
        height: 4px;
        background-color: #a97255; /* Farbe der vertikalen Linie */
        margin-right: 20px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .profile {
        width: 80%;
        justify-content: center;
    }

    .text-container{
        margin: 0;
        margin-left: 0px; /* Abstand zwischen Überschrift und Fließtext */
    }
    .text-container-kreis {
        padding-top: 50px;
        padding-left: 0px;
    }
    .storer-box {
        width: 400px;
        padding: 20px;
        background-color: #37615e;
        margin-top: 50px; /* Abstand von oben */
        margin-left: 0px; /* Abstand von der Sektion */
        box-sizing: border-box;
        color: white;
    }

    .storer-box p {
        margin: 0;
        font-family: "ff-meta-web-pro", sans-serif;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        text-underline: none;
        text-underline-mode: none;
        font-size: medium;
    }
    .kreisimg{
        width: 200px;
        padding-top: 60px;
     }
}







