h1,h2,h3,h4,h5,
p,span,a{
    hyphens: auto;
}

p{
    margin: 0;
}


/*rounded images*/
body:not(.page_startseite) .container-component img{
    border-radius: 20px;
    border: 1px solid #ececec;
}
