
/*main-bereich*/
main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 4%;
}
/*navigation bar*/
nav a{
    text-decoration: none;
    color: black;
}
nav{
    display: flex;
    flex-direction: row;
    z-index: 1;
    width: 100%;
    position: sticky;
    top: -1px;
    box-shadow: 0px 10px 14px rgba(0,0,0,0.144);
    background-color: rgb(255, 255, 255);
}
nav ul{
    padding: 0;
    min-height: 6rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    list-style-type: none;
    background-color: rgb(255, 255, 255);
    justify-content: right;
    margin: 0;
}
nav ul.menu li{
    margin-right: 15px;
    border-radius: 0.2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
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(255, 255, 255);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
nav ul.menu li:hover{
    background-color: rgb(255, 255, 255);
    transform: scale(1.05);
    
    transition: all 0.15s 0.1s;
}
nav ul.menu li:hover a{
    color: rgb(184, 2, 48);
    transition: all 0.25s 0.1s;
}
nav ul.menu li.active a{
    color: rgba(166, 3, 44);
    font-weight: 500;
}

.footerc{
    display: flex;
    line-height: 100%;
    font-size: 0.9rem;
    align-items: flex-start;
    justify-content: space-around;
}
.spalte1,.spalte2,.spalte3{
    color: white;
    padding: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
}
.footercg{
    font-size: 1.5rem;
    margin: 0;
    font-weight: normal;
    line-height: 250%;
    
}
footer{
    background: rgba(166, 3, 44);
}


body{
    background-color: rgb(249, 249, 249);
    margin: 0;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
    
}
#name{
    text-align: left;
    font-family: sans-serif;

}
#bottomline{
    margin-top: 2rem;
    display: flex;
    color: white;
    flex-wrap: wrap;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

#bottomline a, #bottomline p{
    color: white;
    margin-right: 1rem;
}
#bottomline a:hover{
    text-decoration: underline;
}

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








/*Team-Stylesheet-speziell*/
.description{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 1px 1px 9px -4px black;
    max-width: 50%;
  	background-color: white;
}

.description ul{
    min-width: fit-content;
  	padding-left: 1rem;
    list-style-type: none;
}

ol{
    margin: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 1px 1px 9px -4px black;
    padding: 2rem;
    box-sizing: border-box;
  	background-color: white;
}

.profilbild{
    height: 20rem;
    width: 20rem;
    background-size: cover;
    min-width: 15rem;
}

.teamsection{
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/*Kontakt-Stylesheet-speziell*/
#kontakt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#kontakt table{
    color: black;
}

table{
    font-family: sans-serif;
    font-size: 1.0rem;
}

td{
    vertical-align: top;
	font-family: sans-serif;
}


/*scrollbar*/
::-webkit-scrollbar{
    width: 18px;
}
::-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);
}

nav ul.menu li.namegross{
    display: none;
    margin-right:auto;
}



/*leistungen*/
.aufzaehlungleistungen{
    
	box-shadow: 1px 1px 9px -4px black;
    height: 30rem;
    overflow: scroll;
    border-radius: 0.0rem 0.0rem 0.4rem 0.4rem;
}
.aufzaehlungleistungen ul{
    list-style-type: square;
}
.aufzaehlungleistungen ul li{
    margin-bottom: 0.1rem;
    border-radius: 0.3rem;
    margin-bottom: 0.2rem;
    background-color: white;
    color: rgb(0, 0, 0);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0.5rem;
}
.aufzaehlungleistungen ul li ul{
    overflow: scroll;
}
.leistungenteil h4{
    padding: 1rem;
    margin:0;
    background-color: rgb(228, 231, 233);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#leistungen h2{
    padding: 0.5rem;
    margin: 0;
    background-color: rgb(166, 3, 44);
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 0.4rem 0.4rem 0.0rem 0.0rem;
}
#leistungen{
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-direction: column;
    align-content: center;
    width: 100%;
    justify-content: space-around;
}
.leistungenteil{
    background-color: white;
}


#details
{
    margin: 0rem 1rem;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.contactelement{
    padding: 1rem;
    width: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.contactelement h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.contactelement h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.9rem;
}
.contactelement a{
    color: blue;
    text-decoration: underline;
}
.contactelement a:hover{
    cursor: pointer;
    color: rgb(15, 42, 160);
}

#praxishead{
    display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: center;
}



#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: 70vh;
}

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

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


#praxismain{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
}



.image{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: table;
}

.image:hover{
    transform: scale(1.1);
    transition: 1s 0s ease;
}

.row{
    display: flex;
    gap: 1rem;
    flex-direction: row;
    min-height: 20rem;
}

.surdiv{
    overflow: hidden;
    flex: 1;
    box-shadow: 1px 1px 9px -4px black;
}




#titl{
    font-family: sans-serif;
    margin: 0;
    color: white;
    width: fit-content;
    padding: 3rem;
    margin-left: 0rem;
    margin-bottom: -3rem;
    background-color: rgb(166, 3, 44);
    font-size: 1.4rem;}



#praxismainimg{
    background-position: center;display: flex;background-size: cover;background-image: url(arztpraxisdesign1.png);height: 100%;width: 100%;justify-content: center;align-items: flex-end; background-position: center"
}




/*startseite*/

#mainindex{
    display: flex; justify-content: center; flex-direction: column;font-family: Arial, Helvetica, sans-serif; align-items: center; gap: 1rem; margin: 0; margin-bottom: 3rem;
}

.partcontainer{
    flex: 1;box-shadow: 1px 1px 9px -4px black; padding: 1rem; display: flex; flex-direction: column; height: fit-content; min-width: 19rem; background-color: white; border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.part1{
    background-position: center; background-size: cover; width: 100%; height: 20rem;
}
.part2{
    height: fit-content;
}

.linkbtn{
    text-align: center;background-color: rgb(166,3,44);padding: 1rem;color: white; text-decoration: none; margin-top: 0rem; display: block;
}

.indextopflexitem{
    flex: 1; height: fit-content; background-color: rgba(255, 255, 255, 0.971); padding: 1rem; box-sizing: border-box; border-radius: 0.4rem 0.4rem 0.4rem 0.4rem; box-shadow: 1px 1px 9px -4px black;
}

.indextopflexitem h1{
    margin-bottom: 0rem;
}
.darkredbg{
  background-color: rgb(166,3,44);
  color: white;
}
.indexflex{
    width: 95%; display: flex; gap: 2rem; padding: 1rem; flex-wrap: wrap;justify-content: center;
}

.item1{
    min-width: 22rem;
}

.container-fullwidth{
    width: 100%; background-image: url(arztpraxiseingang.JPG); height: 28rem; background-size: cover; background-position: center;
}
h1{
    font-size: 1.8rem; color: rgb(166,3,44);
}

.part2 p{
    padding: 1rem 0rem;
}
p{
    color: rgb(84, 89, 89);
}
.linkbtn:hover{
  background-color: rgb(196,19,63);
}

#arztpart1{
  height: 26rem;}
/*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: 46%;
    display: flex; align-items: center; flex-direction: row; gap: 2rem;flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; padding: 3rem;
}

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

/*datenschutz*/
#datenschutzmain p{
    width: 80%;
}
#datenschutzseite{
    font-family: Arial, Helvetica, sans-serif; display: flex; align-items: center; flex-direction: column;
}
#datenschutzseite h2{
    color: rgb(166,3,44);
}
