section{
    padding_:  .2rem 1rem 1rem 1rem;
}

section p{
    margin:  0 1rem .8rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

section p strong{
    font-size: 1.3rem;
    line-height: 1.5rem;
}

section .gross{
    padding: .8rem 0 0 0;
    font-weight: 700;
}

.unten{
    clear: both;
    height: 40px;
}

h2, section h2{
    font-size: 2rem;
    padding: 1rem;
    color: var(--schrift-farbe);
}

section h3{
    font-size: 1.5rem;
    padding: 1rem;
    color: var(--schrift-farbe);
}

section img{
    float: left;
    border-radius: 20px;
    margin: 0 1.5rem 1rem 0;
}

.rechts img{
    float: right;
    margin: 0 1rem 1.5rem;
}

section ul li{
    margin-left: 35px;
    font-size: 1.3rem;
    line-height: 2rem;
}

section ul li:last-child{
    padding-bottom: .2rem;
}

section a{
    color: var(--link);
    font-size: 1.3rem;
    text-decoration: none;
    position: relative;
}

section a:hover{
   text-decoration: underline;
}


blockquote{
    padding: .1rem 1rem 1rem 1rem;
}


#coaching h2, #coaching h3{
    display: inline-block;  
}

@media (max-width:1050px){
    section h2{
        font-size: 1.8rem; 
        padding: .8rem;  
    }

}

@media (max-width:900px){
    section h2{
        padding: .8rem;  
    }

}

@media (max-width:800px){
    section h2{
        padding: .8rem;  
    }

    section img{
        display: block;
        float: right;
        width: 90%;
        
    }

   
}
