.block-ueber-uns{
    background-color: #011C33;
    color:#EAF205;
}

.ueber-uns-container{
    padding:150px 0;
}

.ueber-uns-container > div > h1 {
    color:white;
    font-size: 32px;
    font-weight: 700;
    /* margin-top:100px; */
    max-width: 90ch;
    word-wrap: break-word;
}

.ueberschrift {
    font-size:64px;
    font-weight: 300;
    margin-top:-10px;
}

.ueber-uns-container > div > p {
    font-size: 20px;
    font-weight: 400;
    color:white;
    margin-top:30px;
}

.ueber-uns-logo{
    width:60%;
    margin: 20px 0 30px 0;
}

.unser-team-h2 {
    margin-top:90px;
    margin-bottom:30px;
    font-size: 85px;
    font-weight: 300;
}

.unser-team-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 150px; */
}

.unser-team-container > div {
    display: flex;
    align-items: center;
    gap:10px;
}

.unser-team-container h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}

.unser-team-container img {
    height:60px;
    width: 60px;
}

@media (max-width: 1400px){
.unser-team-container img {
    height:40px;
    width: 40px;
}
}

@media (max-width: 1250px){
.unser-team-container{
    flex-wrap: wrap;
    gap:15px;
}
.ueber-uns-logo{
    width:70%;
}
}


@media (max-width: 768px){
.ueberschrift{
    font-size: 54px;
}
.unser-team-h2 {
    font-size: 70px;
}
.ueber-uns-logo{
    width:90%;
}
}



@media (max-width:425px){
.ueberschrift{
    font-size: 40px;
}
.unser-team-container  h2{
    font-size: 22px;
}.unser-team-h2 {
    font-size: 45px;
}
}


