/* =====================================
   Henry Hauck Website
   Cassiopeia Henry_2
   ===================================== */

/* Globaler Standard-Hintergrund */
body {
    background: #ffffff;
}

body.home-bg {
    background: #28345a;
}

/* Menüleiste */
.container-header {
    background: rgba(36, 52, 90, 0.85);
}


/* Menüleiste */
.container-header {
    background: rgba(36, 52, 90, 0.85);
}

/* Menü zentrieren und Abstand */
.container-header .mod-menu {
    justify-content: center;
    gap: 2rem;
}

/* Links im Menü etwas tiefer */
.container-header .mod-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Video */
video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    margin-left: -2.5%;
}

/* Desktop / Mobile Videos */
.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}
@media screen and (max-width: 768px) {
    .desktop-video {
        display: none !important;
    }

    .mobile-video {
        display: block !important;
        width: 100%;
        height: auto;
    }
}
body.truecrime {
    background: url("/images/true%20crime/beige.jpg") no-repeat center center fixed !important;
    background-size: cover !important;
}
body.truecrime .page-header {
    display: none !important;
}
.itemid-104 .page-header {
    display: none !important;
}
div.page-header {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}
.container-footer ul.mod-menu {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-footer ul.mod-menu li {
    display: inline-block !important;
    width: auto !important;
}

.container-footer ul.mod-menu li a {
    display: inline !important;
}