﻿ 
.error {
    background-color: white;
    background-image: url(../assets/images/bikepark_bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top;
} 

.errorcode {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: calc(4.975rem) ;
    color: var(--bs-dark-green-color);
}

@media (min-width: 1200px) {
    .errorcode {
        font-size: 8.1rem;
    }
}

.errordescription {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: calc(2.475rem + 1.5vw);
    color: var(--bs-dark-green-color);
}

@media (min-width: 1200px) {
    .errordescription {
        font-size: 4.81rem;
    }
}
