.elementor-328 .elementor-element.elementor-element-7967e85{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-bd7dd27 *//* ==================================================
   WÖHRLE ÜBER UNS
   Elementor / Desktop / Tablet / Mobile
================================================== */

.woehrle-about,
.woehrle-about * {
    box-sizing: border-box;
}


.woehrle-about {
    position: relative;

    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background: #131313;
    color: #ffffff;

    font-family: inherit;
}


.woehrle-about h1,
.woehrle-about h2,
.woehrle-about h3,
.woehrle-about p {
    padding: 0;
}


.woehrle-about a {
    text-decoration: none;
}


.woehrle-about svg {
    display: block;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   GLOBAL CONTAINER
================================================== */

.woehrle-about__container {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    padding-left: 32px;
    padding-right: 32px;
}


/* ==================================================
   GLOBAL SECTION HEAD
================================================== */

.woehrle-about-section-head {
    max-width: 820px;

    margin-bottom: 48px;
}


.woehrle-about-section-label {
    display: block;

    margin-bottom: 10px;

    color: #d00000;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


.woehrle-about-section-head h2 {
    margin: 0;

    color: #ffffff;

    font-size: 38px;
    font-weight: 700;

    line-height: 1.15;

    letter-spacing: -0.025em;
}


.woehrle-about-section-head > p {
    max-width: 700px;

    margin: 14px 0 0;

    color: #a0a0a0;

    font-size: 16px;

    line-height: 1.7;
}


.woehrle-about-section-head--center {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}


.woehrle-about-section-head--center > p {
    margin-left: auto;
    margin-right: auto;
}


/* ==================================================
   HERO
================================================== */

.woehrle-about-hero {
    position: relative;

    width: 100%;

    min-height: 650px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #0e0e0e;
}


/* Hero background */

.woehrle-about-hero__background {
    position: absolute;

    inset: 0;

    background-image:
        url("https://woehrle-powersystems.de/wp-content/uploads/2026/08/Hero-MainSite.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    opacity: 0.42;

    filter:
        saturate(0.65)
        contrast(1.08);
}


/* Hero overlay */

.woehrle-about-hero__overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(14, 14, 14, 0.97) 0%,
            rgba(14, 14, 14, 0.82) 42%,
            rgba(14, 14, 14, 0.44) 72%,
            rgba(14, 14, 14, 0.22) 100%
        ),
        linear-gradient(
            to top,
            #131313 0%,
            rgba(19, 19, 19, 0.2) 38%,
            transparent 75%
        );
}


/* Hero content */

.woehrle-about-hero__content {
    max-width: 780px;

    padding: 96px 0;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


/* ==================================================
   HERO BADGE
================================================== */

.woehrle-about-badge {
    min-height: 34px;

    margin-bottom: 28px;

    padding: 7px 13px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    background:
        rgba(28, 27, 27, 0.88);

    border:
        1px solid #3a3a3a;

    border-radius: 999px;

    color: #c4c4c4;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 11px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.woehrle-about-badge svg {
    width: 15px;
    height: 15px;

    color: #d00000;
}


/* ==================================================
   HERO HEADLINE
================================================== */

.woehrle-about-hero__title {
    max-width: 780px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(52px, 5vw, 72px);
    font-weight: 700;

    line-height: 1.02;

    letter-spacing: -0.04em;
}


.woehrle-about-hero__title span {
    display: block;

    margin-top: 5px;

    color: #b30000;
}


/* ==================================================
   HERO TEXT
================================================== */

.woehrle-about-hero__text {
    max-width: 680px;

    margin: 28px 0 0;

    color: #adadad;

    font-size: 18px;

    line-height: 1.75;
}


/* ==================================================
   HERO BUTTON
================================================== */

.woehrle-about-hero__actions {
    margin-top: 34px;
}


.woehrle-about-button {
    min-height: 52px;

    padding: 0 26px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border-radius: 2px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    line-height: 1;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.woehrle-about-button--primary {
    background: #b30000;

    border: 1px solid #b30000;
}


.woehrle-about-button--primary:hover {
    background: #cc0000;

    border-color: #cc0000;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 28px
        rgba(179, 0, 0, 0.25);
}


.woehrle-about-button svg {
    width: 18px;
    height: 18px;

    transition:
        transform 0.2s ease;
}


.woehrle-about-button:hover svg {
    transform:
        translateX(4px);
}


/* ==================================================
   VISION SECTION
================================================== */

.woehrle-about-vision {
    padding: 88px 0;

    background: #131313;
}


/* ==================================================
   BENTO GRID
================================================== */

.woehrle-about-bento {
    display: grid;

    grid-template-columns:
        repeat(12, minmax(0, 1fr));

    gap: 24px;
}


/* ==================================================
   STORY CARD
================================================== */

.woehrle-about-story {
    position: relative;

    grid-column: span 8;

    min-height: 350px;

    overflow: hidden;

    padding: 34px;

    background: #1c1b1b;

    border:
        1px solid #2d2d2d;

    border-radius: 4px;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease;
}


.woehrle-about-story:hover {
    background: #202020;

    border-color: #3c3c3c;
}


.woehrle-about-story__content {
    position: relative;

    z-index: 2;

    max-width: 720px;
}


.woehrle-about-story__year {
    display: block;

    margin-bottom: 17px;

    color: #b9b9b9;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.07em;

    text-transform: uppercase;
}


.woehrle-about-story h3 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 27px;
    font-weight: 700;

    line-height: 1.25;
}


.woehrle-about-story p {
    margin: 0 0 14px;

    color: #a0a0a0;

    font-size: 15px;

    line-height: 1.72;
}


.woehrle-about-story p:last-child {
    margin-bottom: 0;
}


/* Decorative icon */

.woehrle-about-story__background-icon {
    position: absolute;

    top: 24px;
    right: 28px;

    color: #ffffff;

    opacity: 0.035;
}


.woehrle-about-story__background-icon svg {
    width: 150px;
    height: 150px;

    stroke-width: 1;
}


/* ==================================================
   PHILOSOPHY
================================================== */

.woehrle-about-philosophy {
    grid-column: span 4;

    min-height: 350px;

    padding: 32px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            rgba(179, 0, 0, 0.12),
            rgba(28, 27, 27, 1)
        );

    border:
        1px solid #472929;

    border-radius: 4px;

    text-align: center;
}


.woehrle-about-philosophy__icon {
    width: 60px;
    height: 60px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        rgba(179, 0, 0, 0.08);

    border:
        1px solid rgba(179, 0, 0, 0.35);

    border-radius: 50%;

    color: #d00000;
}


.woehrle-about-philosophy__icon svg {
    width: 30px;
    height: 30px;
}


.woehrle-about-philosophy h3 {
    margin: 0 0 8px;

    color: #d00000;

    font-size: 30px;
    font-weight: 700;

    line-height: 1.2;
}


.woehrle-about-philosophy p {
    margin: 0;

    color: #9f9f9f;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 11px;

    letter-spacing: 0.05em;
}


/* ==================================================
   VALUE CARDS
================================================== */

.woehrle-about-value {
    grid-column: span 4;

    min-height: 235px;

    padding: 28px;

    background: #0e0e0e;

    border:
        1px solid #2d2d2d;

    border-radius: 4px;

    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        background-color 0.25s ease;
}


.woehrle-about-value:hover {
    background: #151515;

    border-color: #b30000;

    transform:
        translateY(-3px);
}


.woehrle-about-value__icon {
    width: 42px;
    height: 42px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #1c1b1b;

    border:
        1px solid #303030;

    border-radius: 3px;

    color: #b30000;
}


.woehrle-about-value__icon svg {
    width: 22px;
    height: 22px;
}


.woehrle-about-value h3 {
    margin: 0 0 11px;

    color: #ffffff;

    font-size: 21px;
    font-weight: 700;

    line-height: 1.25;
}


.woehrle-about-value p {
    margin: 0;

    color: #929292;

    font-size: 14px;

    line-height: 1.7;
}


/* ==================================================
   ENGINEERING
================================================== */

.woehrle-about-engineering {
    padding: 88px 0;

    background: #0e0e0e;

    border-top:
        1px solid #2d2d2d;

    border-bottom:
        1px solid #2d2d2d;
}


.woehrle-about-engineering__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(420px, 0.9fr);

    gap: 80px;

    align-items: center;
}


.woehrle-about-engineering__content {
    max-width: 650px;
}


.woehrle-about-engineering__content h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 38px;
    font-weight: 700;

    line-height: 1.15;

    letter-spacing: -0.025em;
}


.woehrle-about-engineering__content p {
    margin: 0 0 16px;

    color: #a0a0a0;

    font-size: 16px;

    line-height: 1.75;
}


.woehrle-about-engineering__content p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   FACT GRID
================================================== */

.woehrle-about-engineering__facts {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}


.woehrle-about-fact {
    min-height: 150px;

    padding: 24px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: #1c1b1b;

    border:
        1px solid #2d2d2d;

    border-radius: 3px;
}


.woehrle-about-fact__number {
    display: block;

    margin-bottom: 7px;

    color: #ffffff;

    font-size: 26px;
    font-weight: 700;

    line-height: 1.1;
}


.woehrle-about-fact__label {
    color: #777777;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


/* ==================================================
   DISCOVER
================================================== */

.woehrle-about-discover {
    padding: 88px 0 96px;

    background: #131313;
}


.woehrle-about-discover__grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 24px;
}


/* ==================================================
   DISCOVER CARD
================================================== */

.woehrle-about-discover-card {
    position: relative;

    min-width: 0;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    background: #1c1b1b;

    border:
        1px solid #2d2d2d;

    border-radius: 3px;

    color: #ffffff;

    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.woehrle-about-discover-card::before {
    content: "";

    position: absolute;

    z-index: 5;

    top: 0;
    left: 0;

    width: 0;
    height: 2px;

    background: #b30000;

    transition:
        width 0.35s ease;
}


.woehrle-about-discover-card:hover {
    border-color: #b30000;

    transform:
        translateY(-4px);

    box-shadow:
        0 18px 42px
        rgba(0, 0, 0, 0.24);
}


.woehrle-about-discover-card:hover::before {
    width: 100%;
}


/* ==================================================
   DISCOVER IMAGE
================================================== */

.woehrle-about-discover-card__image {
    position: relative;

    width: 100%;
    height: 330px;

    overflow: hidden;

    background: #111111;
}


.woehrle-about-discover-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}


.woehrle-about-discover-card:hover
.woehrle-about-discover-card__image img {
    transform:
        scale(1.045);
}


/* Product image gets contained */

.woehrle-about-discover-card__image--product {
    padding: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at center,
            rgba(179, 0, 0, 0.055),
            transparent 60%
        ),
        #111111;
}


.woehrle-about-discover-card__image--product img {
    max-width: 500px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 20px 22px
            rgba(0, 0, 0, 0.45)
        );
}


/* ==================================================
   DISCOVER CONTENT
================================================== */

.woehrle-about-discover-card__content {
    padding: 30px;

    display: flex;

    flex-direction: column;

    flex: 1;
}


.woehrle-about-discover-card__label {
    display: block;

    margin-bottom: 10px;

    color: #b30000;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;
}


.woehrle-about-discover-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 27px;
    font-weight: 700;

    line-height: 1.2;
}


.woehrle-about-discover-card p {
    margin: 0 0 25px;

    color: #999999;

    font-size: 15px;

    line-height: 1.7;
}


.woehrle-about-discover-card__link {
    margin-top: auto;

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
}


.woehrle-about-discover-card__link svg {
    width: 17px;
    height: 17px;

    color: #b30000;

    transition:
        transform 0.2s ease;
}


.woehrle-about-discover-card:hover
.woehrle-about-discover-card__link svg {
    transform:
        translateX(4px);
}


/* ==================================================
   SMALL DESKTOP / LAPTOP
================================================== */

@media (max-width: 1100px) {

    .woehrle-about-engineering__grid {
        gap: 48px;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, 0.85fr);
    }


    .woehrle-about-hero__title {
        font-size: 58px;
    }

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {

    .woehrle-about__container {
        padding-left: 24px;
        padding-right: 24px;
    }


    /* Hero */

    .woehrle-about-hero {
        min-height: 600px;
    }


    .woehrle-about-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(14,14,14,0.95) 0%,
                rgba(14,14,14,0.8) 65%,
                rgba(14,14,14,0.5) 100%
            ),
            linear-gradient(
                to top,
                #131313 0%,
                transparent 65%
            );
    }


    .woehrle-about-hero__title {
        font-size: 52px;
    }


    /* Bento */

    .woehrle-about-story {
        grid-column: span 12;
    }


    .woehrle-about-philosophy {
        grid-column: span 12;

        min-height: 260px;
    }


    .woehrle-about-value {
        grid-column: span 4;
    }


    /* Engineering */

    .woehrle-about-engineering__grid {
        grid-template-columns: 1fr;

        gap: 42px;
    }


    .woehrle-about-engineering__content {
        max-width: 760px;
    }


    .woehrle-about-engineering__facts {
        max-width: 760px;
    }


    /* Discover */

    .woehrle-about-discover-card__image {
        height: 280px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 700px) {

    /* Global */

    .woehrle-about__container {
        padding-left: 18px;
        padding-right: 18px;
    }


    .woehrle-about-section-head {
        margin-bottom: 32px;
    }


    .woehrle-about-section-label {
        font-size: 10px;
    }


    .woehrle-about-section-head h2 {
        font-size: 30px;

        line-height: 1.15;
    }


    .woehrle-about-section-head > p {
        font-size: 15px;

        line-height: 1.65;
    }


    /* ==================================================
       HERO MOBILE
    ================================================== */

    .woehrle-about-hero {
        min-height: 590px;

        align-items: flex-end;
    }


    .woehrle-about-hero__background {
        background-position:
            58% center;

        opacity: 0.36;
    }


    .woehrle-about-hero__overlay {
        background:
            linear-gradient(
                to top,
                rgba(14,14,14,1) 0%,
                rgba(14,14,14,0.94) 35%,
                rgba(14,14,14,0.60) 70%,
                rgba(14,14,14,0.42) 100%
            );
    }


    .woehrle-about-hero__content {
        width: 100%;

        padding: 72px 0 56px;

        align-items: flex-start;
    }


    .woehrle-about-badge {
        margin-bottom: 22px;

        font-size: 9.5px;
    }


    .woehrle-about-hero__title {
        width: 100%;

        font-size:
            clamp(39px, 11vw, 48px);

        line-height: 1.04;
    }


    .woehrle-about-hero__text {
        margin-top: 22px;

        font-size: 16px;

        line-height: 1.65;
    }


    .woehrle-about-hero__actions {
        width: 100%;

        margin-top: 26px;
    }


    .woehrle-about-button {
        width: 100%;

        min-height: 52px;
    }


    /* ==================================================
       VISION
    ================================================== */

    .woehrle-about-vision {
        padding: 60px 0;
    }


    .woehrle-about-bento {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .woehrle-about-story,
    .woehrle-about-philosophy,
    .woehrle-about-value {
        grid-column: auto;
    }


    .woehrle-about-story {
        min-height: 0;

        padding: 24px;
    }


    .woehrle-about-story h3 {
        font-size: 23px;
    }


    .woehrle-about-story p {
        font-size: 14.5px;
    }


    .woehrle-about-story__background-icon {
        display: none;
    }


    .woehrle-about-philosophy {
        min-height: 220px;

        padding: 28px 22px;
    }


    .woehrle-about-philosophy h3 {
        font-size: 27px;
    }


    .woehrle-about-value {
        min-height: 0;

        padding: 22px;
    }


    .woehrle-about-value h3 {
        font-size: 20px;
    }


    /* ==================================================
       ENGINEERING
    ================================================== */

    .woehrle-about-engineering {
        padding: 60px 0;
    }


    .woehrle-about-engineering__grid {
        gap: 34px;
    }


    .woehrle-about-engineering__content h2 {
        font-size: 30px;
    }


    .woehrle-about-engineering__content p {
        font-size: 15px;

        line-height: 1.68;
    }


    .woehrle-about-engineering__facts {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 9px;
    }


    .woehrle-about-fact {
        min-height: 125px;

        padding: 18px;
    }


    .woehrle-about-fact__number {
        font-size: 22px;
    }


    .woehrle-about-fact__label {
        font-size: 8.5px;
    }


    /* ==================================================
       DISCOVER
    ================================================== */

    .woehrle-about-discover {
        padding: 60px 0 68px;
    }


    .woehrle-about-discover__grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .woehrle-about-discover-card:hover {
        transform: none;
    }


    .woehrle-about-discover-card__image {
        height: 260px;
    }


    .woehrle-about-discover-card__image--product {
        padding: 24px;
    }


    .woehrle-about-discover-card__content {
        padding: 24px;
    }


    .woehrle-about-discover-card h3 {
        font-size: 24px;
    }


    .woehrle-about-discover-card p {
        font-size: 14.5px;

        line-height: 1.65;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .woehrle-about__container {
        padding-left: 16px;
        padding-right: 16px;
    }


    /* Hero */

    .woehrle-about-hero {
        min-height: 570px;
    }


    .woehrle-about-hero__content {
        padding-bottom: 48px;
    }


    .woehrle-about-hero__title {
        font-size: 40px;
    }


    .woehrle-about-hero__text {
        font-size: 15.5px;
    }


    /* Facts */

    .woehrle-about-engineering__facts {
        grid-template-columns: 1fr 1fr;
    }


    .woehrle-about-fact {
        padding: 16px;
    }


    /* Discover */

    .woehrle-about-discover-card__image {
        height: 230px;
    }


    .woehrle-about-discover-card__content {
        padding: 21px;
    }

}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 360px) {

    .woehrle-about__container {
        padding-left: 14px;
        padding-right: 14px;
    }


    .woehrle-about-hero__title {
        font-size: 36px;
    }


    .woehrle-about-badge {
        font-size: 8.5px;
    }


    .woehrle-about-engineering__facts {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */