/* ===================================
ACTIVATE PAGE BACKGROUND
=================================== */

body {

    background-image: url("../../images/unfallpiloten_kanzlei.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}


/* ===================================
GLASS OVERLAY
=================================== */

.portal-wrapper {

    background: rgba(255, 255, 255, 0.35);

}


/* ===================================
MOBILE BACKGROUND POSITION
=================================== */

@media (max-width:768px) {

    body {
        background-position: 92% center;
    }

}