body {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

.all {
    font-family: 'Roboto', sans-serif;
    max-width: 960px; 
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}

/*Navigation*/

.NavContainer {
    padding-bottom: 30px;
    font-weight: 300; 
/*    left: 160;
    right: 160;
    position: fixed;*/
}

#logo img{
  width: 210px;
}

header nav {
    float: right;
    padding-top: 5px;
}

nav ul {
    list-style: none;
}

header ul {
    display: inline-block;
    height: 25px;

}

header li {
    font-weight: 400;
    display: inline-block;
    padding-top: 10px;
    margin-left: 40px;
    height: 25px;
}

header li:hover {
    text-decoration: underline;
}

.impressum li: hover {
    color: #2E2E2E;
}

.about{
    color: #2E2E2E;
}

.about02{
    color: #2E2E2E;
    opacity: 0.3;
}

.about03{
    color: #2E2E2E;
    opacity: 0.3;
}

.Leistungen{
    color: #2E2E2E;
    opacity: 0.3;
}

.Leistungen02{
    color: #2E2E2E;
}

.Leistungen03{
    color: #2E2E2E;
    opacity: 0.3;
}

.impressum{
    color: #2E2E2E;
    opacity: 0.3;
}

.impressum02{
    color: #2E2E2E;
    opacity: 0.3;
}

.impressum03{
    color: #2E2E2E;
}

/*Content*/

h1{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #2E2E2E;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}

h2{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #2E2E2E;
    opacity: 0.3; 
}

h3{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.7; 
}

a {
    text-decoration: none;
    font-size: 19px;
    color: #2E2E2E;
}

.adresse{
    float: left;
    display: inline-block;
}

.adresse2{
    float: left;
    display: inline-block;
    opacity: 1.0;
}

.textAbout {
    padding-bottom: 60px;
    font-weight: 600;
    width: 680px;
    margin-left: 280px;
}


.ContentContainer {
    font-size: 16px;
    padding-top: auto;
    padding-bottom: auto;
    display: inline-block;
}

.cvContainer {
    padding-top: 40px;
    line-height: 1.4;
 /*   margin-right: auto;
    margin-left: auto;*/
}

.team{
    padding-top: 5px;
}

.dasteam{
    padding-bottom: 30px;
}

.praxisImg {
    width: 680px;
    float: right;
    padding-bottom: 30px;
    }

.personbox1{
    float: right;
    position: absolute;
}

.personbox2{
    float: right;
    margin-left: 223px;
    position: absolute;
}

.personbox3{
    float: right;
    margin-left: 446px;
    position: absolute;
}

.personbox4{
    float: right;
    margin-left: 669px;
    position: absolute;
}
.personbox5{
    float: right;
    margin-left: 892px;
    position: absolute;
}

.praxisImg2 {
    width: 200px;
}

.unterueberschrift{
    padding-top: 8px;
    font-size: 14px;
}

.unterueberschrift2{
    font-size: 14px;
    opacity: 0.3;
}


/*leistungen*/

.ueberschrift3{
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}

.fuerkinder{
    width: 480px;
    display: inline-block;
    float: left;
}

.fuererwachsene{
    width: 390px;
    padding-left: 570px;
}

.infotext{
    width: 370px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.infotext1{
    width: 370px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8;

}

.liste{
    width: 365px;
    margin-top: 70px;
}

.liste2{
    width: 365px;
    margin-top: 45px;
}

.box{
    padding-top: 20px;
    height: 250px;
}

.box2{
    padding-top: 20px;
    height: 170px;
}

.box3{
    padding-top: 20px;
    height: 150px;
}

.box4{
    padding-top: 20px;
    height: 50px;
}

hr{
    display: block;
    margin-top: 596ß0px;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0.5px;
    opacity: 0.1;
}


ul li{
    list-style-type: disc;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 10px;
}

/*Project overview*/


.projectContainer {
    width: 500px;
    float: left;
    margin-bottom: 40px;
}


/*Footer*/

.ImpressumContainer {
    margin-top: 400px;
}

.ImpressumContainer2 {
    margin-top: 50px;
}

.copyright {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 12px;
    opacity: 0.3;
    padding-top: 90px;
    padding-bottom: 30px;
    font-weight: 400;
}

footer {
    font-weight: 600;
    opacity: 1;
}

