
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    margin: -8px;
    width: 100%;
    overflow-x: hidden;

}

.Balken{
    background-color: rgb(0, 0, 154);
}

#header{
    display: flex;
    justify-content: space-between;
    background-color: rgb(0, 8, 228);
    color: white;
    padding-left: 100px;

}
.navigation{
    font-size: larger;
    margin: 30px;
    padding-bottom: 40px;
}

.navigation a{
    position: relative;
    padding-left: 20px;
    padding-right: 100px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.864);
    font-weight: bold;
}

.navigation a::after{
    content: "";
    position: absolute;
    background-color: white;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}

.navigation a:hover{
    color: white;
}

.navigation a:hover::after{
    width: 70%;
}


.Slogan{
    padding-top: 50px;
    text-align: center;
    font-size: larger;
    margin-top: -28px;
    color: white;
    background-image: url(BildKursverläufe.jpg);
    padding-bottom: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom-right-radius: 700px;
}

.Slogan-button a{
    text-decoration: none;
}

#Philosophie{
    font-size: smaller;
    display: flex;
    justify-content: space-evenly;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

#Philosophie h1{
    color: rgb(0, 0, 154);
    padding-bottom: 20px;
}

.Anlageberatung{
    max-width: 25%;
}
.Berater{
    max-width: 25%;
}
.Sicherheit{
    max-width: 25%;
}

.Werte{
    font-size: smaller;
    display: flex;
    justify-content: space-evenly;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    background-color: rgb(0, 8, 228);
    color: white;
    padding-top: 10px;
}

.Werte h1{
    padding-bottom: 20px;
}

.Effizienz{
    max-width: 25%;
}
.Diskretion{
    max-width: 25%;
}
.Seriösität{
    max-width: 25%;
}

#angebot{
    padding-left: 130px;
    padding-top: 40px;
    background-color: rgb(10, 10, 69);
    color: white;
    margin-bottom: -22px;
    padding-bottom: 20px;
}

#angebot h1{
    padding-bottom: 20px;
}

.überunsContainer{
    display: flex;
    justify-content: space-between;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 50px;
    background-color: rgb(10, 10, 69);
    color: white;
}

.überunsContainer h1{
    padding-bottom: 20px;
}

.Service{
    max-width: 37%;
}
.Beratung{
    max-width: 37%;
}

#unserTeam{
    margin-left: 130px;
    margin-right: 130px;
    margin-bottom: 40px;
    padding-top: 10px;
}

#unserTeam h1{
    color: rgb(0, 0, 154);
    padding-bottom: 20px;
}

.TeamContainer{
    display: flex;
    justify-content: space-between;
}
.TeamContainer img{
    width: 250px;
    height: 350px;
    object-fit: cover;
    object-position: 50% 0%;
}

#Kontakt{
    padding-top: 20px;
    padding-left: 130px;
    padding-right: 130px;
    background-color: rgb(0, 8, 228);
    color: white;
    padding-bottom: 30px;
}

#Kontakt img{
    width: 700px;
    border-bottom-right-radius: 400px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.inputtext{
    background-color: white;
    width: 450px;
    padding: 15px 15px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 75%;
    margin-top: -260px;
    border-radius: 8px;
    box-shadow: 0 20px 25px black;
    color: black;
}
.inputtext *{
    font-family: "poppins", sans-serif;
    font-size: 16px;
}
textarea{
    display: block;
    width: 97%;
    resize: none;
    padding: 5px;
    color: black;
    border: 1.5px solid grey;
    border-radius: 5px;
    outline: none;
}
p{
    width: 100%;
    text-align: right;
    margin-top: 15px;
    color: #737373;
}

.legal-content{
    background-color: rgb(0, 0, 154);
    margin-top: -15px;
    padding-left: 50px;
    padding-right: 50px;
}
.legal-content p{
    color: white;
}
.legal-content a{
    color: white;
}