.elementor-283 .elementor-element.elementor-element-d52e5cf{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-4734c71 *//* ==================================================
   WÖHRLE SCHALTSCHRANKBAU
   KOMPLETTES CSS
================================================== */

.woehrle-switchgear,
.woehrle-switchgear * {
    box-sizing: border-box;
}

.woehrle-switchgear {
    position: relative;

    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background: #131313;
    color: #ffffff;

    font-family: inherit;

    overflow: hidden;
}


/* Elementor / WordPress mögliche Standard-Abstände neutralisieren */

.woehrle-switchgear h1,
.woehrle-switchgear h2,
.woehrle-switchgear h3,
.woehrle-switchgear h4,
.woehrle-switchgear p {
    padding: 0;
}

.woehrle-switchgear a {
    text-decoration: none;
}

.woehrle-switchgear svg {
    display: block;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   GLOBAL CONTAINER
================================================== */

.woehrle-switchgear__container {
    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    padding-left: 32px;
    padding-right: 32px;
}


/* ==================================================
   SECTION HEADLINES
================================================== */

.woehrle-switchgear-section-head {
    max-width: 820px;

    margin-bottom: 48px;
}

.woehrle-switchgear-section-head h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 36px;
    font-weight: 700;

    line-height: 1.15;

    letter-spacing: -0.025em;
}

.woehrle-switchgear-section-head p {
    margin: 0;

    color: #a0a0a0;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.7;
}


/* ==================================================
   HERO
================================================== */

.woehrle-switchgear-hero {
    width: 100%;

    padding: 96px 0;

    background: #131313;

    border-bottom: 1px solid #2d2d2d;
}


.woehrle-switchgear-hero__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(360px, 0.85fr);

    gap: 64px;

    align-items: center;
}


/* ==================================================
   HERO CONTENT
================================================== */

.woehrle-switchgear-hero__content {
    min-width: 0;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 26px;
}


/* ==================================================
   BADGES
================================================== */

.woehrle-switchgear-hero__badges {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    max-width: 100%;
}


.woehrle-tech-badge {
    min-height: 31px;

    padding: 6px 11px;

    display: inline-flex;

    align-items: center;

    gap: 6px;

    background: #1c1b1b;

    border: 1px solid #3a302f;

    border-radius: 999px;

    color: #aaa3a2;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        "Liberation Mono",
        monospace;

    font-size: 12px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 0.03em;

    white-space: nowrap;
}


.woehrle-tech-badge--accent {
    color: #e3aaa4;
}


.woehrle-tech-badge svg {
    width: 15px;
    height: 15px;

    flex-shrink: 0;

    color: #d00000;
}


/* ==================================================
   HERO HEADLINE
================================================== */

.woehrle-switchgear-hero__title {
    width: 100%;
    max-width: 790px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(44px, 4.5vw, 64px);
    font-weight: 700;

    line-height: 1.06;

    letter-spacing: -0.035em;

    overflow-wrap: break-word;
    word-break: normal;
}


.woehrle-switchgear-hero__title span {
    color: #b30000;
}


/* ==================================================
   HERO TEXT
================================================== */

.woehrle-switchgear-hero__text {
    width: 100%;
    max-width: 680px;

    margin: 0;

    color: #a0a0a0;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.7;
}


/* ==================================================
   HERO ACTIONS
================================================== */

.woehrle-switchgear-hero__actions {
    display: flex;

    align-items: center;

    gap: 12px;
}


/* ==================================================
   GLOBAL BUTTON
================================================== */

.woehrle-switchgear-button {
    min-height: 50px;

    padding: 0 24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    background: transparent;

    border: 1px solid #343434;

    border-radius: 2px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    line-height: 1;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}


.woehr-switchgear-button:hover,
.woehrle-switchgear-button:hover {
    color: #ffffff;
}


.woehrle-switchgear-button--primary {
    background: #b30000;

    border-color: #b30000;

    color: #ffffff;
}


.woehrle-switchgear-button--primary:hover {
    background: #ca0000;

    border-color: #ca0000;

    transform: translateY(-2px);

    box-shadow:
        0 10px 28px
        rgba(179, 0, 0, 0.22);
}


.woehrle-switchgear-button svg {
    width: 18px;
    height: 18px;

    flex-shrink: 0;

    transition: transform 0.2s ease;
}


.woehrle-switchgear-button:hover svg {
    transform: translateX(3px);
}


/* ==================================================
   HERO VISUAL
================================================== */

.woehrle-switchgear-hero__visual {
    position: relative;

    width: 100%;

    min-width: 0;
}


.woehrle-switchgear-hero__visual::before {
    content: "";

    position: absolute;

    width: 80%;
    aspect-ratio: 1;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    background:
        rgba(179, 0, 0, 0.07);

    border-radius: 50%;

    filter: blur(80px);

    pointer-events: none;
}


/* ==================================================
   HERO IMAGE / PLACEHOLDER
================================================== */

.woehrle-switchgear-image-placeholder {
    position: relative;

    width: 100%;

    min-height: 450px;

    padding: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #1c1b1b;

    border: 1px solid #2d2d2d;

    border-radius: 4px;

    color: #616161;

    font-size: 13px;

    text-align: center;
}


.woehrle-switchgear-image-placeholder img {
    position: relative;

    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 450px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 20px 25px
            rgba(0, 0, 0, 0.45)
        );

    transition:
        transform 0.45s ease;
}


.woehrle-switchgear-image-placeholder:hover img {
    transform: scale(1.035);
}


/* ==================================================
   SYSTEM SECTION
================================================== */

.woehrle-switchgear-systems {
    padding: 88px 0;

    background: #0e0e0e;

    border-bottom:
        1px solid #2d2d2d;
}


.woehrle-switchgear-systems__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;
}


/* ==================================================
   SYSTEM CARD
================================================== */

.woehrle-system-card {
    position: relative;

    min-width: 0;
    min-height: 290px;

    padding: 28px;

    display: flex;

    flex-direction: column;

    background: #1c1b1b;

    border: 1px solid #2d2d2d;

    border-radius: 3px;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.woehrle-system-card:hover {
    background: #222222;

    border-color: #b30000;

    transform: translateY(-3px);

    box-shadow:
        0 16px 32px
        rgba(0, 0, 0, 0.16);
}


/* Icon */

.woehrle-system-card__icon {
    width: 48px;
    height: 48px;

    margin-bottom: 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #131313;

    border: 1px solid #343434;

    border-radius: 3px;

    color: #d00000;

    transition:
        border-color 0.25s ease;
}


.woehrle-system-card:hover
.woehrle-system-card__icon {
    border-color: #b30000;
}


.woehrle-system-card__icon svg {
    width: 24px;
    height: 24px;
}


/* Card text */

.woehrle-system-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 23px;
    font-weight: 700;

    line-height: 1.25;

    letter-spacing: -0.015em;
}


.woehrle-system-card p {
    margin: 0;

    color: #a0a0a0;

    font-size: 15px;

    line-height: 1.7;
}


/* ==================================================
   PRODUCTION CARD
================================================== */

.woehrle-production-card {
    grid-column: 1 / -1;

    padding: 28px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;

    background: #222222;

    border: 1px solid #343434;

    border-radius: 3px;
}


.woehrle-production-card__content {
    max-width: 720px;
}


.woehrle-production-card h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 23px;
    font-weight: 700;

    line-height: 1.3;
}


.woehrle-production-card p {
    margin: 0;

    color: #a0a0a0;

    font-size: 15px;

    line-height: 1.7;
}


.woehrle-production-card__tags {
    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

    gap: 8px;
}


.woehrle-production-card__tags span {
    padding: 7px 10px;

    background: #1a1a1a;

    border: 1px solid #343434;

    border-radius: 3px;

    color: #cfcfcf;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 11px;

    line-height: 1.2;
}


/* ==================================================
   TECHNOLOGY SECTION
================================================== */

.woehrle-switchgear-technology {
    padding: 88px 0;

    background: #131313;
}


.woehrle-switchgear-technology__grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 24px;
}


/* ==================================================
   TECHNOLOGY CARD
================================================== */

.woehrle-technology-card {
    min-width: 0;

    overflow: hidden;

    background: #1c1b1b;

    border: 1px solid #2d2d2d;

    border-radius: 3px;
}


.woehrle-technology-card__header {
    min-height: 58px;

    padding: 16px 22px;

    display: flex;

    align-items: center;

    gap: 11px;

    background: #252525;

    border-bottom:
        1px solid #2d2d2d;
}


.woehrle-technology-card__header svg {
    width: 22px;
    height: 22px;

    flex-shrink: 0;

    color: #d00000;
}


.woehrle-technology-card__header h3 {
    margin: 0;

    color: #ffffff;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}


.woehrle-technology-card__content {
    padding: 10px 24px;
}


.woehrle-technology-card ul {
    list-style: none;

    margin: 0;
    padding: 0;
}


.woehrle-technology-card li {
    padding: 16px 0;

    display: flex;

    align-items: flex-start;

    gap: 12px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.07);

    color: #a0a0a0;

    font-size: 15px;

    line-height: 1.6;
}


.woehrle-technology-card li:last-child {
    border-bottom: 0;
}


/* Check Icon */

.woehrle-check {
    width: 20px;
    height: 20px;

    margin-top: 2px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #d00000;
}


.woehrle-check svg {
    width: 18px;
    height: 18px;

    stroke-width: 2.5;
}


/* ==================================================
   DESIGNS / BAUFORMEN
================================================== */

.woehrle-switchgear-designs {
    padding: 88px 0;

    background: #1c1b1b;

    border-top:
        1px solid #2d2d2d;

    border-bottom:
        1px solid #2d2d2d;
}


.woehrle-designs-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;
}


/* ==================================================
   DESIGN CARD
================================================== */

.woehrle-design-card {
    min-width: 0;
}


.woehrle-design-card__image {
    width: 100%;

    aspect-ratio: 16 / 9;

    margin-bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #131313;

    border: 1px solid #2d2d2d;

    border-radius: 3px;

    color: #626262;

    font-size: 12px;

    transition:
        border-color 0.25s ease;
}


.woehrle-design-card:hover
.woehrle-design-card__image {
    border-color: #b30000;
}


.woehrle-design-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.45s ease;
}


.woehrle-design-card:hover
.woehrle-design-card__image img {
    transform: scale(1.04);
}


.woehrle-design-card h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 700;

    line-height: 1.25;
}


.woehrle-design-card p {
    margin: 0;

    color: #a0a0a0;

    font-size: 15px;

    line-height: 1.65;
}


/* ==================================================
   INDUSTRIES
================================================== */

.woehrle-industries {
    margin-top: 56px;

    padding-top: 28px;

    border-top:
        1px solid #2d2d2d;
}


.woehrle-industries h3 {
    margin: 0 0 17px;

    color: #ffffff;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}


.woehrle-industries__tags {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;
}


.woehrle-industries__tags span {
    padding: 7px 10px;

    background: #131313;

    border: 1px solid #343434;

    border-radius: 3px;

    color: #b0b0b0;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 11px;

    line-height: 1.2;
}


/* ==================================================
   CONTACT SECTION
================================================== */

.woehrle-switchgear-contact {
    padding: 72px 0;

    background: #131313;
}


.woehrle-switchgear-contact__box {
    position: relative;

    overflow: hidden;

    padding: 58px 48px;

    display: flex;

    flex-direction: column;

    align-items: center;

    background: #222222;

    border: 1px solid #343434;

    border-radius: 5px;

    text-align: center;
}


/* rote obere Linie */

.woehrle-switchgear-contact__box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: #b30000;
}


/* Contact icon */

.woehrle-switchgear-contact__icon {
    width: 52px;
    height: 52px;

    margin-bottom: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #d00000;
}


.woehrle-switchgear-contact__icon svg {
    width: 42px;
    height: 42px;
}


/* Contact headline */

.woehrle-switchgear-contact h2 {
    max-width: 760px;

    margin: 0 0 16px;

    color: #ffffff;

    font-size: 34px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -0.025em;
}


.woehrle-switchgear-contact__box > p {
    max-width: 760px;

    margin: 0 0 28px;

    color: #a0a0a0;

    font-size: 17px;

    line-height: 1.7;
}


/* ==================================================
   CONTACT ACTIONS
================================================== */

.woehrle-switchgear-contact__actions {
    display: flex;

    align-items: stretch;
    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;
}


.woehrle-switchgear-contact__button {
    min-height: 52px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    background: #1c1b1b;

    border: 1px solid #343434;

    border-radius: 3px;

    color: #ffffff;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.3;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        color 0.2s ease;
}


.woehrle-switchgear-contact__button svg {
    width: 18px;
    height: 18px;

    flex-shrink: 0;
}


.woehrle-switchgear-contact__button:hover {
    background: #262626;

    border-color: #555555;

    color: #ffffff;

    transform: translateY(-2px);
}


.woehrle-switchgear-contact__button--primary {
    background: #b30000;

    border-color: #b30000;
}


.woehrle-switchgear-contact__button--primary:hover {
    background: #ca0000;

    border-color: #ca0000;
}


/* ==================================================
   FLYER
================================================== */

.woehrle-switchgear-contact__flyer {
    margin-top: 28px;
}


.woehrle-switchgear-contact__flyer a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #d24a43;

    font-family:
        "JetBrains Mono",
        ui-monospace,
        monospace;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;

    text-decoration: none;

    transition:
        color 0.2s ease;
}


.woehrle-switchgear-contact__flyer a:hover {
    color: #ffffff;
}


.woehrle-switchgear-contact__flyer svg {
    width: 18px;
    height: 18px;

    flex-shrink: 0;
}


/* ==================================================
   LAPTOP / SMALL DESKTOP
================================================== */

@media (max-width: 1100px) {

    .woehrle-switchgear-hero__grid {
        grid-template-columns:
            minmax(0, 1.15fr)
            minmax(320px, 0.85fr);

        gap: 42px;
    }


    .woehrle-switchgear-image-placeholder {
        min-height: 390px;
    }

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {

    .woehrle-switchgear__container {
        padding-left: 24px;
        padding-right: 24px;
    }


    /* ----------------------------------------------
       HERO
    ---------------------------------------------- */

    .woehrle-switchgear-hero {
        padding: 68px 0;
    }


    .woehrle-switchgear-hero__grid {
        grid-template-columns: 1fr;

        gap: 42px;
    }


    .woehrle-switchgear-hero__content {
        width: 100%;

        max-width: 720px;
    }


    .woehrle-switchgear-hero__title {
        max-width: 700px;

        font-size: 50px;

        line-height: 1.07;
    }


    .woehrle-switchgear-hero__text {
        max-width: 680px;

        font-size: 17px;
    }


    .woehrle-switchgear-hero__visual {
        width: 100%;

        max-width: 700px;
    }


    .woehrle-switchgear-image-placeholder {
        min-height: 400px;
    }


    /* ----------------------------------------------
       SYSTEME
    ---------------------------------------------- */

    .woehrle-switchgear-systems__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .woehrle-system-card:nth-child(3) {
        grid-column: 1 / -1;
    }


    .woehrle-production-card {
        flex-direction: column;

        align-items: flex-start;

        gap: 22px;
    }


    .woehrle-production-card__tags {
        justify-content: flex-start;
    }


    /* ----------------------------------------------
       BAUFORMEN
    ---------------------------------------------- */

    .woehrle-designs-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .woehrle-design-card:last-child {
        grid-column: 1 / -1;

        max-width: calc(50% - 12px);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 700px) {

    /* ==================================================
       GLOBAL
    ================================================== */

    .woehrle-switchgear__container {
        width: 100%;

        padding-left: 18px;
        padding-right: 18px;
    }


    .woehrle-switchgear-section-head {
        margin-bottom: 32px;
    }


    .woehrle-switchgear-section-head h2 {
        margin-bottom: 11px;

        font-size: 30px;

        line-height: 1.15;

        letter-spacing: -0.025em;
    }


    .woehrle-switchgear-section-head p {
        font-size: 16px;

        line-height: 1.65;
    }


    /* ==================================================
       HERO
    ================================================== */

    .woehrle-switchgear-hero {
        padding: 44px 0 54px;
    }


    .woehrle-switchgear-hero__grid {
        grid-template-columns: 1fr;

        gap: 34px;
    }


    .woehrle-switchgear-hero__content {
        width: 100%;
        max-width: none;

        gap: 20px;
    }


    /* ==================================================
       BADGES MOBILE
    ================================================== */

    .woehrle-switchgear-hero__badges {
        width: 100%;

        gap: 7px;
    }


    .woehrle-tech-badge {
        min-height: 28px;

        padding: 6px 10px;

        border-color: #343434;

        font-size: 10px;

        letter-spacing: 0.025em;

        white-space: nowrap;
    }


    .woehrle-tech-badge svg {
        width: 13px;
        height: 13px;
    }


    /* ==================================================
       HERO HEADLINE MOBILE
    ================================================== */

    .woehrle-switchgear-hero__title {
        width: 100%;
        max-width: 100%;

        margin: 2px 0 0;

        font-size:
            clamp(34px, 9vw, 42px);

        line-height: 1.06;

        letter-spacing: -0.035em;

        overflow-wrap: break-word;
        word-break: normal;

        hyphens: auto;
    }


    .woehrle-switchgear-hero__title span {
        display: block;

        margin-top: 2px;

        color: #b30000;
    }


    /* ==================================================
       HERO TEXT MOBILE
    ================================================== */

    .woehrle-switchgear-hero__text {
        width: 100%;
        max-width: none;

        font-size: 16px;

        line-height: 1.65;
    }


    /* ==================================================
       HERO BUTTON MOBILE
    ================================================== */

    .woehrle-switchgear-hero__actions {
        width: 100%;

        margin-top: 2px;
    }


    .woehrle-switchgear-button {
        width: 100%;

        min-height: 52px;

        padding: 0 20px;

        font-size: 13px;
    }


    /* ==================================================
       HERO IMAGE MOBILE
    ================================================== */

    .woehrle-switchgear-hero__visual {
        width: 100%;
        max-width: none;

        margin: 0;
    }


    .woehrle-switchgear-image-placeholder {
        width: 100%;

        min-height: 300px;

        padding: 20px;

        background: #1c1b1b;

        border-color: #2d2d2d;

        border-radius: 3px;
    }


    .woehrle-switchgear-image-placeholder img {
        max-height: 290px;
    }


    /* ==================================================
       SYSTEM SECTION MOBILE
    ================================================== */

    .woehrle-switchgear-systems {
        padding: 60px 0;
    }


    .woehrle-switchgear-systems__grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .woehrle-system-card,
    .woehrle-system-card:nth-child(3) {
        grid-column: auto;

        min-height: 0;

        padding: 22px;

        border-color: #2d2d2d;
    }


    .woehrle-system-card__icon {
        width: 44px;
        height: 44px;

        margin-bottom: 18px;

        border-color: #343434;
    }


    .woehrle-system-card h3 {
        font-size: 21px;
    }


    .woehrle-system-card p {
        font-size: 15px;

        line-height: 1.65;
    }


    /* ==================================================
       PRODUCTION MOBILE
    ================================================== */

    .woehrle-production-card {
        grid-column: auto;

        padding: 22px;

        gap: 20px;

        border-color: #343434;
    }


    .woehrle-production-card h3 {
        font-size: 21px;
    }


    .woehrle-production-card__tags {
        width: 100%;

        justify-content: flex-start;
    }


    /* ==================================================
       TECHNOLOGY MOBILE
    ================================================== */

    .woehrle-switchgear-technology {
        padding: 60px 0;
    }


    .woehrle-switchgear-technology__grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }


    .woehrle-technology-card {
        border-color: #2d2d2d;
    }


    .woehrle-technology-card__header {
        padding: 15px 18px;

        border-color: #2d2d2d;
    }


    .woehrle-technology-card__content {
        padding: 6px 18px;
    }


    .woehrle-technology-card li {
        padding: 15px 0;

        font-size: 14px;

        line-height: 1.6;
    }


    /* ==================================================
       BAUFORMEN MOBILE
    ================================================== */

    .woehrle-switchgear-designs {
        padding: 60px 0;
    }


    .woehrle-designs-grid {
        grid-template-columns: 1fr;

        gap: 32px;
    }


    .woehrle-design-card,
    .woehrle-design-card:last-child {
        grid-column: auto;

        max-width: none;
    }


    .woehrle-design-card__image {
        margin-bottom: 17px;

        border-color: #2d2d2d;
    }


    .woehrle-design-card h3 {
        font-size: 21px;
    }


    .woehrle-design-card p {
        font-size: 15px;
    }


    /* ==================================================
       INDUSTRIES MOBILE
    ================================================== */

    .woehrle-industries {
        margin-top: 44px;

        padding-top: 24px;

        border-color: #2d2d2d;
    }


    .woehrle-industries__tags {
        gap: 7px;
    }


    .woehrle-industries__tags span {
        font-size: 10px;

        border-color: #343434;
    }


    /* ==================================================
       CTA MOBILE
    ================================================== */

    .woehrle-switchgear-contact {
        padding: 48px 0;
    }


    .woehrle-switchgear-contact__box {
        padding: 38px 20px;

        border-color: #2d2d2d;

        border-radius: 3px;
    }


    .woehrle-switchgear-contact__icon {
        width: 46px;
        height: 46px;

        margin-bottom: 15px;
    }


    .woehrle-switchgear-contact__icon svg {
        width: 36px;
        height: 36px;
    }


    .woehrle-switchgear-contact h2 {
        font-size: 28px;

        line-height: 1.18;
    }


    .woehrle-switchgear-contact__box > p {
        margin-bottom: 24px;

        font-size: 15px;

        line-height: 1.65;
    }


    .woehrle-switchgear-contact__actions {
        width: 100%;

        flex-direction: column;

        gap: 10px;
    }


    .woehrle-switchgear-contact__button {
        width: 100%;

        min-height: 52px;

        padding-left: 14px;
        padding-right: 14px;

        font-size: 11px;

        overflow-wrap: anywhere;
    }


    .woehrle-switchgear-contact__flyer {
        margin-top: 24px;
    }


    .woehrle-switchgear-contact__flyer a {
        justify-content: center;

        text-align: center;
    }

}


/* ==================================================
   KLEINE SMARTPHONES
================================================== */

@media (max-width: 430px) {

    .woehrle-switchgear__container {
        padding-left: 16px;
        padding-right: 16px;
    }


    /* ==================================================
       HERO SMALL MOBILE
    ================================================== */

    .woehrle-switchgear-hero {
        padding-top: 38px;
        padding-bottom: 48px;
    }


    .woehrle-switchgear-hero__badges {
        gap: 6px;
    }


    .woehrle-tech-badge {
        padding: 6px 9px;

        font-size: 9.5px;
    }


    .woehrle-switchgear-hero__title {
        font-size: 34px;

        line-height: 1.07;

        letter-spacing: -0.03em;
    }


    .woehrle-switchgear-hero__text {
        font-size: 15.5px;
    }


    .woehrle-switchgear-image-placeholder {
        min-height: 270px;
    }


    /* ==================================================
       SECTION HEADLINES
    ================================================== */

    .woehrle-switchgear-section-head h2 {
        font-size: 27px;
    }


    /* ==================================================
       CTA
    ================================================== */

    .woehrle-switchgear-contact__box {
        padding: 34px 17px;
    }


    .woehrle-switchgear-contact h2 {
        font-size: 25px;
    }

}


/* ==================================================
   SEHR KLEINE SMARTPHONES
================================================== */

@media (max-width: 360px) {

    .woehrle-switchgear__container {
        padding-left: 14px;
        padding-right: 14px;
    }


    .woehrle-switchgear-hero__title {
        font-size: 31px;
    }


    .woehrle-tech-badge {
        padding-left: 8px;
        padding-right: 8px;

        font-size: 9px;
    }


    .woehrle-switchgear-contact h2 {
        font-size: 23px;
    }

}
/* ==================================================
   SCHALTSCHRANKBAU – BAUFORM SVG-SYMBOLE
================================================== */

.woehrle-design-card__symbol {
    display: flex;
    align-items: center;
    justify-content: center;
}


.woehrle-design-card__symbol svg {
    width: 92px;
    height: 92px;

    fill: none;
    stroke: #9a9a9a;

    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke 0.25s ease,
        transform 0.25s ease;
}


.woehrle-design-card:hover
.woehrle-design-card__symbol svg {
    stroke: #b30000;

    transform: scale(1.04);
}


@media (max-width: 650px) {

    .woehrle-design-card__symbol svg {
        width: 78px;
        height: 78px;
    }

}/* End custom CSS */