/**
 * Error page styling 
 * @author PM PK 
 * @since 18.02.2021
 * @link https://trello.com/c/brn5JEKG/214-404-error-page-error-handling
 **/

body.error_page .box a {
    color: #005680;
}

body.error_page .box{
    background-image: url(../../images/traurig.png); 
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 95% bottom; 
}

body.error_page div[itemprop="articleBody"] {
    max-width: 70%;
}