/* 404 Seite */
#error-start.error-bg {
    background: url('../media/s24_404.png') center no-repeat;
    height: 600px;
    background-size: cover;
    padding-top:220px;
}
#error-start h1 {
    font-size: 9.0em;
    line-height: 0.9em;
    margin: 0;
    font-style: italic;
    font-weight: 500;
}
#error-start h2 {
    margin: 0 0 30px;
}

/*Mobile*/
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #error-start.error-bg {height:480px; padding-top: 150px;}
    #error-start h1 {font-size: 7.0em;}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    #error-start.error-bg {height:auto; padding-bottom:50px;}
}
