/* Hero & Page Header Styles */

.head-wrap {
    display: block;
    height: 107px;
    bottom: -17px;
    position: relative;
}

.mensch,
.animation {
    position: absolute;
    height: 130px;
    overflow: hidden;
}

.animation {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.mensch {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}

.animation-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.mensch-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.head-image {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 120px var(--weyel-gutter);
    color: var(--weyel-color-white);
    text-align: left;
    min-height: 750px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}

.head-image__overlay {
    position: absolute;
    inset: 0;
    background: var(--weyel-color-black-alpha-50);
    z-index: 1;
}

.head-image__overlay.rot {
    background: linear-gradient(0deg, var(--weyel-color-red) 0%, rgba(255, 255, 255, 0) 60%);
}

.head-image__overlay.gruen {
    background: linear-gradient(0deg, var(--weyel-color-green) 0%, rgba(255, 255, 255, 0) 50%);
}

.head-image__overlay.blau {
    background: linear-gradient(0deg, var(--weyel-color-blue) 0%, rgba(255, 255, 255, 0) 50%);
}

.head-image__overlay.grau {
    background: linear-gradient(0deg, var(--weyel-color-text) 0%, rgba(255, 255, 255, 0) 50%);
}

.head-image__overlay.nichts {
    background: none;
}

.overlay-dark,
.overlay-dark p,
.overlay-dark h2,
.overlay-red,
.overlay-red p,
.overlay-red h2,
.overlay-green,
.overlay-green p,
.overlay-green h2,
.overlay-blue,
.overlay-blue p,
.overlay-blue h2{
    color: var(--weyel-color-white);
}

.head-image h1 {
    position: relative;
    z-index: 2;
    font-family: var(--weyel-font-family-base);
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(54, 54, 54, 0.5);
}

.head-image h1 span.subheadline {
    font-size: var(--weyel-font-size-hero);
    text-transform: none;
}

.head-image.no-image {
    background: var(--weyel-color-white);
    height: auto;
    min-height: inherit;
    padding: var(--weyel-space-8) 0;
}

.head-image.no-image .head-image__overlay {
    background: var(--weyel-color-white) !important;
}

.head-image.no-image h1 {
    color: var(--weyel-color-text);
    text-shadow: none;
}

.h1-border-rot h1 {
    border-left: 6px solid var(--weyel-color-red);
    padding: 10px 10px 10px 25px;
}

.h1-border-gruen h1 {
    border-left: 6px solid var(--weyel-color-green);
    padding: 10px 10px 10px 25px;
}

.h1-border-blau h1 {
    border-left: 6px solid var(--weyel-color-blue);
    padding: 10px 10px 10px 25px;
}

.h1-border-grau h1 {
    border-left: 6px solid var(--weyel-color-text);
    padding: 10px 10px 10px 25px;
}

.home-head {
    background-image: url(assets/img/head-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 128px 0;
}

.home-head h1 {
    font-size: 90px;
    color: var(--weyel-color-white);
    font-family: var(--weyel-font-family-base);
    font-weight: 900;
    text-shadow: 0 0 12px rgba(64, 64, 64, 0.5);
}

.home-head h2 {
    font-size: var(--weyel-font-size-xl);
    color: var(--weyel-color-white);
    font-family: var(--weyel-font-family-base);
    font-weight: 500;
    text-shadow: 0 0 12px rgba(64, 64, 64, 0.5);
}

@media screen and (max-width: 1399px) {
    .head-image {
        min-height: 600px;
    }
}

@media screen and (max-width: 991px) {
    .head-wrap {
        display: none;
    }
    .head-image h1 {
        font-size: var(--weyel-font-size-2xl);
    }
    .head-image h1 span.subheadline {
        font-size: 45px;
    }
}

/* Category Specific Header (Editorial Split) */
.category-header {
    background-color: var(--weyel-color-white);
    padding: 80px 0 64px;
    border-bottom: 1px solid var(--weyel-border-color-light);
    margin-bottom: var(--weyel-space-8);
}

.category-header__pre {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--weyel-color-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 10px;
    margin-bottom: var(--weyel-space-3);
}

.category-header__pre::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--weyel-color-blue);
}

.category-header__title-wrap {
    border-left: 12px solid var(--weyel-color-blue);
    padding-left: var(--weyel-space-6);
}

.category-header__title {
    font-size: 84px;
    font-weight: 900;
    color: var(--weyel-color-text);
    line-height: 0.82;
    letter-spacing: -3px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.category-header__description {
    font-size: var(--weyel-font-size-md-plus);
    line-height: 1.8;
    color: var(--weyel-color-text-muted);
    padding-left: var(--weyel-space-8);
    position: relative;
    padding-top: 15px; /* Alignment with title first line */
}

.category-header__description h2 {
    font-size: var(--weyel-font-size-xl);
    font-weight: 700;
    color: var(--weyel-color-text);
    margin-top: var(--weyel-space-6);
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.category-header__description h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--weyel-color-blue);
}

/* Subtle line to connect description to title on desktop */
@media screen and (min-width: 992px) {
    .category-header__description::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 10px;
        width: 1px;
        background-color: var(--weyel-border-color-light);
    }
}

.category-header__description p {
    margin-bottom: 1.2em;
}

.category-header__description ul {
    list-style-type: none;
    padding-left: 0;
}

.category-header__description li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.category-header__description li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--weyel-color-green);
    position: absolute;
    left: 0;
}

@media screen and (max-width: 1399px) {
    .category-header__title { font-size: 64px; }
}

@media screen and (max-width: 991px) {
    .category-header { padding: 64px 0; }
    .category-header__title-wrap { border-left-width: 8px; margin-bottom: var(--weyel-space-6); }
    .category-header__title { font-size: 48px; }
    .category-header__description { padding-left: 0; border-top: 1px solid var(--weyel-border-color-light); padding-top: var(--weyel-space-5); }
}
 
 / *   H o m e   P a g e   S p e c i f i c   L a y o u t   A d j u s t m e n t s   * /  
 . h o m e - b o x e s   {  
         m a r g i n - t o p :   - 7 5 p x ;  
 }  
 