a{
    text-decoration: none;
    color: black;
}


.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*/
@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)
    }
}




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

::-webkit-scrollbar{
    width: 13px;
}
::-webkit-scrollbar-track{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(182, 189, 194);
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover{
    background-color: rgba(180, 187, 190, 0.553);
}
::-webkit-scrollbar-corner{
    color: rgba(255, 255, 255, 0);
}



/*startseite*/
.partcontainer{
    max-width: 50%;
}

.person-description{
    gap: 2rem;
}


/*impressum*/
#impressummain{
    display: flex; justify-content: center;
}

#impressumseite{
    display: flex; align-items: center; flex-direction: column; gap: 2rem;flex-wrap: wrap; width: 98%;
}
#impressumseite h1{
    font-family: Arial, Helvetica, sans-serif;color: rgb(166,3,44);
}
#impressumcont{
    width: 70%;
    
    display: flex; align-items: center; flex-direction: row; gap: 2rem;flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; padding: 0rem;
}

.impressumsect{
    font-family: Arial, Helvetica, sans-serif; height: fit-content;
}
.impressumsect h3{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.impressumsect ul li{
    overflow-wrap: anywhere;
}

#praxisheadcon{
	height: 70vh;
}