a{
    text-decoration: none;
    color: black;
}
nav{
    width: 100%;
    position: sticky;
    top: 0;
    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;
    align-items: baseline;
    list-style-type: none;
    background-color: rgb(255, 255, 255);
    justify-content: center;
}
nav ul.menu li{
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    padding: 0.3rem 0.7rem 0.3rem 0.7rem;
}
nav ul.menu li a{
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav ul.menu li.active{
    background-color: rgb(166,3,44);
    margin-top: 0.2rem;
    padding: 0.3rem 0.7rem 0.3rem 0.7rem;
}
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;
}
nav ul.menu li.active a{
    color: white;
    font-weight: 500;
}

nav ul.menu li.active:hover{
    background-color: rgb(166,3,44);
}

.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);
}
.addresse{
    margin: 0;
}

body{
    overflow-x: hidden;
    overscroll-behavior: none;
}
#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*/
@keyframes detailsimg {
    0%{
        border-radius: 0rem;
        background-color: transparent;
        background-image: url(frank_e.jpg);
    }
    100%{
        background-color: rgb(166, 3, 44);
        background-image: none;
        border-radius: 0rem;
        
    }
}
@keyframes detailstext {
    0%{
        color: rgba(0, 0, 0, 0)
    }
    100%{
        color: rgb(255, 255, 255)
    }
}

.team{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 2rem;
    width: 100%;
    gap: 2rem;
}

.person-description{
    gap: 1rem;
    width: 100%;
    /*personenbeschreibung*/
}







.profilbild{
    min-height: 16rem;
    border-radius: 0rem;
    display: flex;
    background-color: rgb(166,3,44);
    align-items: center;
    justify-content: center;
    
    overflow: scroll;
    width: 100%;
}
#arztprofil:hover{
    transition: all 1s 0.5s;
    animation: detailsimg 0.1s ease forwards;
}
.profilbild ol{
    font-size: 0.9rem;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: none;
    list-style-type:disclosure-closed;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0 1.5rem;

}
#arztprofil:hover ol{
    
    animation: detailstext 0.1s ease forwards;
    display: block;
    color: white;
}
.profilbild ol li{
    margin-top: 1rem;
}
.person-description h4.name{
    color: rgb(166,3,44);
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 0.8rem;
    margin-top: 0rem;
}

.person-description h5{
    margin-top: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/*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;
}






/*leistungen*/
.aufzaehlungleistungen ul{
    list-style-type: none;
    padding: 0.4rem;
}

#praxismainimg h1{
    width: inherit;
    text-align: center;
    background-color: rgb(166,3,44);
}







#titl{
    font-family: sans-serif;
    margin: 0;
    color: white;
    width: fit-content;
    padding: 2rem;
    margin-left: 0rem;
    margin-bottom: 0rem;
    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;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

#logo{
    padding: 1rem 1.5rem 0rem 1.5rem;
    width: auto;
    max-height: 70px;
    margin: 0;
}

#praxis{
    display: flex;
    gap: 0rem;
    align-items: center;
    flex-direction: column;
    width: 100%;
}


#praxismain{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    min-width:100%;
    gap: 1.5rem;
    background-color: rgba(248, 239, 239, 0.864);
}





/*Startseite*/
#arztpart1, .part1{
    height: 20rem;
}

