/*   */
html.error {
    background-image: url("/media/Website/strukturbild_unscharf.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #e1d6c3;
    text-decoration: none;
}

html.error h2 {
    font-size: 180px;
}

html.error a {
    text-decoration: none;
    color: white;
}

.cc_btn,
.cc_btn a {
    background-color: #3f3f41 !important;
}

.cc_container a, .cc_container a:visited {
    color: #b661b4 !important;
}

p.copy {
    color: white;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    html.error {
        background-image: url("/media/Website/strukturbild_mobil_unscharf.jpg");
    }

    html.error h1,
    html.error h2 {
        font-size: 50px;
    }
}
