a{
    text-decoration: none;
    color: black;
}
nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 10px 14px rgba(0,0,0,0.144);
    background-color: rgb(255, 255, 255);
}
nav ul.menu{
    padding: 0.2rem 0rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 3rem;
    align-items: baseline;
    list-style-type: none;
    background-color: rgb(255, 255, 255);
    justify-content: right;
}
nav ul.menu li{
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
nav ul.menu li a{
    color: black;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav ul.menu li.active{
    background-color: transparent;
    margin: 0;
    margin-right: 0.2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
nav ul.menu li.active a{
    color: rgb(166,3,44);
    font-weight: 500;
}

nav ul.menu li:hover{
    background-color: transparent;
    transform: scale(1.05);
    transition: all 0.25s 0.2s;
}
nav ul.menu li:hover a{
    color: rgb(166,3,44);
    transition: all 0.25s 0.2s;
}

.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%;
    
}


#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;
}
/*startseite*/
.partcontainer{
    max-width: none;
}
.part1{
    height: 20rem;
}

@media screen and (max-width:774px) {
    .part1{
        height: 25rem;
    }
}

/*allgemein*/
body{
    overscroll-behavior: none;
    overflow-x: hidden;
}



/*Team-Stylesheet-speziell*/
@keyframes detailsimg {
    0%{
        border-radius: 10rem;
        background-color: transparent;
        background-image: url(frank_e.jpg);
    }
    100%{
        border-radius: 1rem;
        background-color: rgb(166, 3, 44);
        background-image: none;
        
    }
}
@keyframes detailstext {
    0%{
        color: rgba(0, 0, 0, 0)
    }
    100%{
        color: rgb(255, 255, 255)
    }
}

.person-description{
    flex-direction: column;
    width: fit-content;
    gap: 3rem;

}

.profilbild{
    min-height: 16rem;
}

.team{
    overflow: hidden;
    gap: 8rem;
}

/*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;
}



/*images-praxis*/

.image{
    background-position: center;
    background-size: cover;
}

.image:hover{
    transform: scale(1.1);
    transition: 1s 0s ease;
}

.row{
    display: flex;
    gap: 1rem;

    flex-direction: column;
    background-color: rgb(243, 238, 238);
    min-height: 45rem;
}

.surdiv{
    display: table;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    flex: 1;
    border: solid;
    border-width: 1px;
    height: 100%;
    border-color: rgb(182, 189, 194);
}



#titl{
    font-family: sans-serif;
    margin: 0;
    color: white;
    width: fit-content;
    padding: 2rem;
    margin-left: 0rem;
    margin-bottom: -2rem;
    background-color: rgb(166, 3, 44);
    font-size: 1.4rem;}



/*head*/
#text h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.8rem;
    color: rgb(255, 255, 255);
    
}
#text{
    width: fit-content;
    padding: 1rem 2rem;
    margin-top: -4rem;
    margin-right: 60rem;
    background-color: rgba(166, 3, 44, 0.864);
}

#praxisheadcon{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 25rem;
}

#logo{
    padding: 1rem 1.5rem 0.2rem 1.5rem;
    width: auto;
    max-height: 70px;
    margin: 0;
}

#praxis{
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-direction: column;
}


#praxismain{
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    min-width:100%;
    gap: 1.5rem;
    background-color: rgba(248, 239, 239, 0.864);
}






