

.footerc{
    display: flex;
    flex-wrap: wrap;
    line-height: 100%;
    font-size: 0.9rem;
    align-items: flex-start;
    justify-content: space-around;
}
.spalte1,.spalte2,.spalte3{
    color: white;
    padding: 2rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;;
}
.footercg{
    font-size: 1.5rem;
    margin: 0;
    font-weight: normal;
    line-height: 250%;
    
}
footer{
    background: rgb(166,3,44);
}


body{
    overscroll-behavior: none;
    overflow-x: hidden;
}
#name{
    text-align: left;
    font-family: sans-serif;

}
#bottomline{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
    padding: 1rem;
    text-decoration: underline;
    align-items: center;
    justify-content: center;
}
#bottomline a, #bottomline p{
    color: white;
    margin-right: 1rem;
}

header{
    width: 100%;
    display: contents;
}




/*Team-Stylesheet-speziell*/
.teamsection{
    flex-direction: column;
}
.description{
    max-width: 100%;
}
ol{
    max-width: 100%;
}


/*Kontakt-Stylesheet-speziell*/
#kontakt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#kontakt table{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

main{
    margin: 2.5rem 1rem;
    overflow: hidden;
}








/*startseite*/
.partcontainer{
    min-width: 20rem;
}
.container-fullwidth{
    height: 22rem;
}