body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(233, 233, 233);

strong {
    color: rgba(20, 84, 99);
}

#container {

    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.carts_desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#burger_menu {
    display: none;
    text-align: center;
}

#mitte {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.header__1 {
    display: flex;
    justify-content: space-between;
}

.desktop_menu {
    margin: auto 0px;
}


.foot {
    display: flex;
    justify-content: center;
    align-items: center; 
}



#Kontakt{
    text-align: center;
}


@media screen and (min-width: 1034px) {
    #teaser {
        height: 600px;
    }
}

.Leistungen{
    display: flex;
    flex-direction: column;
}

#meine_leistungen {
    scroll-margin-top: 150px;
}

#ueber_mich {
    scroll-margin-top: 200px;    
}

footer ul, nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li a {
    font-weight: 400;
    font-size: 25px;
    padding: 10px;
    color:rgba(20, 84, 99);
    text-decoration: none;
}

footer ul li a {
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    color:rgba(20, 84, 99);
    text-decoration: none;
}

section {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

#disclaimer {
    width: 320px;
    font-size: 29px;
    color:rgba(20, 84, 99);
    font-weight: 450;
}

h1, h2, h3, h4 {
    color:rgba(20, 84, 99);
}

#logo_disclaimer {
    display: flex;
    align-items: center;
}

header {
    display: block;
    position: sticky;
    top: 0px;
    background-color: rgba(233, 233, 233, 0.5);
    backdrop-filter: blur(8px);
}

#toggle_button {
    display: none;
}

#toggle_button {
    width: 30px;
    height: 23px;

    position: initial;
    top: 25px;
    right: 25px;
    cursor: pointer;
    margin-right: 18px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.bar {
    height: 4px;
    width: 100%;
    border-radius: 100px;
    background-color:rgba(20, 84, 99);
}

@media screen and (max-width: 1034px) {

    #toggle_button {
        display: flex;
    }

    nav ul li {
        margin: 5px 0px;
    }

    header {
        display: block;
        background-color: rgba(233, 233, 233, 0.5);
        backdrop-filter: blur(8px);
    }

    #mitte{
        display: none;
    }

    #logo_disclaimer{
        display: flex;
        align-items: center;
    }

    section {
        max-width: 750px;
    }

}

@media screen and (max-width: 635px) {
    #logo_disclaimer {
        display: flex;
    }

    #disclaimer {
        font-size: 15px;
        width: 110px;
    }

    #logo{
        width: 150px;
    }
    #mitte{
        top: 20px;
    }


    .carts_desktop {
        justify-content: center;
    }

    #meine_leistungen {
    scroll-margin-top: 120px;
    }

    #ueber_mich {
        scroll-margin-top: 120px;    
    }

}
}