.elementor-333 .elementor-element.elementor-element-e730716{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-825d467 *//* ==========================================================
   WÖHRLE KONTAKTSEITE
========================================================== */

.woehrle-contact-page,
.woehrle-contact-page * {
    box-sizing: border-box;
}


.woehrle-contact-page {
    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;

    color-scheme: dark;
}


.woehrle-contact-page h1,
.woehrle-contact-page h2,
.woehrle-contact-page h3,
.woehrle-contact-page p {
    padding: 0;
}


.woehrle-contact-page a {
    text-decoration: none;
}


.woehrle-contact-page svg {
    display: block;

    fill: none;
    stroke: currentColor;

    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.woehrle-contact-page input,
.woehrle-contact-page textarea,
.woehrle-contact-page select,
.woehrle-contact-page button {
    font: inherit;
}


/* ==========================================================
   CONTAINER
========================================================== */

.woehrle-contact-page__container {
    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    padding-left: 32px;
    padding-right: 32px;
}


/* ==========================================================
   HERO
========================================================== */

.woehrle-contact-hero {
    position: relative;

    padding: 138px 0 82px;

    overflow: hidden;

    background: #1c1b1b;

    border-bottom: 1px solid #2d2d2d;
}


.woehrle-contact-hero__glow {
    position: absolute;

    width: 820px;
    height: 520px;

    left: 50%;
    top: 58%;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(
            circle,
            rgba(179, 0, 0, 0.16) 0%,
            rgba(179, 0, 0, 0.06) 32%,
            transparent 70%
        );

    pointer-events: none;
}


.woehrle-contact-hero__content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 950px;

    margin: 0 auto;

    text-align: center;
}


.woehrle-contact-hero__eyebrow {
    min-height: 30px;

    margin-bottom: 22px;
    padding: 6px 12px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: #131313;

    border: 1px solid #343434;
    border-radius: 999px;

    color: #b9b9b9;

    font-size: 11px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


.woehrle-contact-hero h1 {
    max-width: 940px;

    margin: 0 auto 22px;

    color: #ffffff;

    font-size: clamp(44px, 5vw, 66px);
    font-weight: 700;

    line-height: 1.06;

    letter-spacing: -0.04em;
}


.woehrle-contact-hero h1 span {
    color: #b30000;
}


.woehrle-contact-hero p {
    max-width: 720px;

    margin: 0 auto;

    color: #a0a0a0;

    font-size: 18px;

    line-height: 1.7;
}


/* ==========================================================
   CONTENT
========================================================== */

.woehrle-contact-content {
    padding: 80px 0 96px;

    background: #131313;
}


.woehrle-contact-content__grid {
    display: grid;

    grid-template-columns:
        minmax(290px, 0.8fr)
        minmax(0, 1.7fr);

    gap: 32px;

    align-items: start;
}


/* ==========================================================
   SIDEBAR
========================================================== */

.woehrle-contact-sidebar {
    display: flex;

    flex-direction: column;

    gap: 18px;
}


/* ==========================================================
   INFO CARD
========================================================== */

.woehrle-contact-info-card {
    padding: 24px;

    background: #1c1b1b;

    border: 1px solid #2d2d2d;
    border-radius: 3px;

    box-shadow:
        0 12px 32px
        rgba(0, 0, 0, 0.12);
}


.woehrle-contact-info-card__header {
    margin-bottom: 22px;
    padding-bottom: 18px;

    display: flex;

    align-items: center;

    gap: 13px;

    border-bottom: 1px solid #2d2d2d;
}


.woehrle-contact-info-card__header-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #131313;

    border: 1px solid #343434;
    border-radius: 3px;

    color: #d00000;
}


.woehrle-contact-info-card__header-icon svg {
    width: 20px;
    height: 20px;
}


.woehrle-contact-info-card__label {
    display: block;

    margin-bottom: 4px;

    color: #626262;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 9px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


.woehrle-contact-info-card h2 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.25;
}


/* ==========================================================
   ADDRESS
========================================================== */

.woehrle-contact-address {
    padding-left: 2px;
}


.woehrle-contact-address strong {
    display: block;

    margin-bottom: 9px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.5;
}


.woehrle-contact-address address {
    margin: 0;

    color: #a0a0a0;

    font-size: 14px;
    font-style: normal;

    line-height: 1.7;
}


/* ==========================================================
   DIREKTKONTAKT
========================================================== */

.woehrle-contact-direct {
    min-width: 0;
    min-height: 68px;

    padding: 12px 4px;

    display: grid;

    grid-template-columns:
        36px minmax(0, 1fr) 18px;

    align-items: center;

    gap: 12px;

    border-bottom: 1px solid #292929;

    color: #ffffff;

    transition:
        padding-left 0.2s ease;
}


.woehrle-contact-direct:last-child {
    border-bottom: 0;
}


.woehrle-contact-direct:hover {
    padding-left: 8px;
}


.woehrle-contact-direct__icon {
    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #131313;

    border: 1px solid #343434;
    border-radius: 3px;

    color: #d00000;
}


.woehrle-contact-direct__icon svg {
    width: 17px;
    height: 17px;
}


.woehrle-contact-direct__text {
    min-width: 0;
}


.woehrle-contact-direct__text small {
    display: block;

    margin-bottom: 3px;

    color: #646464;

    font-size: 9px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}


.woehrle-contact-direct__text strong {
    display: block;

    color: #d5d5d5;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;

    overflow-wrap: anywhere;

    transition: color 0.2s ease;
}


.woehrle-contact-direct:hover
.woehrle-contact-direct__text strong {
    color: #ffffff;
}


.woehrle-contact-direct__arrow {
    width: 16px;
    height: 16px;

    color: #555555;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.woehrle-contact-direct:hover
.woehrle-contact-direct__arrow {
    color: #b30000;

    transform: translateX(3px);
}


/* ==========================================================
   VERTRIEB / ROBERT LUNGU
========================================================== */

.woehrle-contact-sales {
    overflow: hidden;

    background: #1c1b1b;

    border: 1px solid #2d2d2d;
    border-radius: 3px;

    box-shadow:
        0 14px 34px
        rgba(0, 0, 0, 0.14);
}


.woehrle-contact-sales__top {
    position: relative;

    padding: 30px 24px 24px;

    text-align: center;
}


/* Avatar */

.woehrle-contact-sales__avatar {
    width: 138px;
    height: 138px;

    margin: 0 auto 18px;

    overflow: hidden;

    border-radius: 50%;

    background: #111111;

    border: 3px solid #252525;

    box-shadow:
        0 0 0 1px #3a3a3a,
        0 16px 32px
        rgba(0, 0, 0, 0.28);
}


.woehrle-contact-sales__avatar img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center 18%;
}


/* Badge */

.woehrle-contact-sales__badge {
    min-height: 27px;

    margin-bottom: 18px;
    padding: 0 11px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: #b30000;

    border: 1px solid #b30000;
    border-radius: 2px;

    color: #ffffff;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 8px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}


.woehrle-contact-sales__eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #686868;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 8px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}


.woehrle-contact-sales__name {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -0.025em;
}


.woehrle-contact-sales__text {
    max-width: 320px;

    margin: 0 auto;

    color: #969696;

    font-size: 13px;

    line-height: 1.65;
}


/* ==========================================================
   VERTRIEB KONTAKTE
========================================================== */

.woehrle-contact-sales__contacts {
    padding: 0 24px;

    border-top: 1px solid #2d2d2d;
}


.woehrle-contact-sales__contact {
    min-width: 0;
    min-height: 72px;

    padding: 15px 0;

    display: grid;

    grid-template-columns:
        40px minmax(0, 1fr);

    align-items: center;

    gap: 13px;

    border-bottom: 1px solid #292929;

    color: #ffffff;

    transition:
        padding-left 0.2s ease;
}


.woehrle-contact-sales__contact:last-child {
    border-bottom: 0;
}


.woehrle-contact-sales__contact:hover {
    padding-left: 4px;
}


.woehrle-contact-sales__icon {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #131313;

    border: 1px solid #343434;
    border-radius: 3px;

    color: #d00000;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}


.woehrle-contact-sales__icon svg {
    width: 18px;
    height: 18px;
}


.woehrle-contact-sales__contact:hover
.woehrle-contact-sales__icon {
    background: #181818;

    border-color: #b30000;
}


.woehrle-contact-sales__contact-text {
    min-width: 0;
}


.woehrle-contact-sales__contact-text small {
    display: block;

    margin-bottom: 4px;

    color: #666666;

    font-size: 8px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


.woehrle-contact-sales__contact-text strong {
    display: block;

    color: #ffffff;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.45;

    overflow-wrap: anywhere;
}


/* ==========================================================
   FORM CARD
========================================================== */

.woehrle-contact-form-card {
    min-width: 0;

    padding: 42px;

    background: #1c1b1b;

    border: 1px solid #2d2d2d;
    border-radius: 3px;

    box-shadow:
        0 18px 45px
        rgba(0, 0, 0, 0.14);
}


.woehrle-contact-form-card__head {
    max-width: 700px;

    margin-bottom: 34px;
}


.woehrle-contact-form-card__eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #b30000;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


.woehrle-contact-form-card h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 30px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -0.025em;
}


.woehrle-contact-form-card__head p {
    max-width: 650px;

    margin: 0;

    color: #898989;

    font-size: 15px;

    line-height: 1.7;
}


/* ==========================================================
   WPFORMS EMBED
========================================================== */

.woehrle-contact-form-embed {
    width: 100%;
    min-width: 0;
}


/* ==========================================================
   WPFORMS 556 RESET
========================================================== */

#wpforms-556 {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    color: #ffffff !important;
}


#wpforms-556,
#wpforms-556 *,
#wpforms-556 *::before,
#wpforms-556 *::after {
    box-sizing: border-box;
}


#wpforms-556 form,
#wpforms-556 .wpforms-form {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


/*
   WPForms Container besitzt ebenfalls
   die Klasse woehrle-contact-form.
*/

#wpforms-556.woehrle-contact-form {
    display: block !important;

    gap: 0 !important;
}


/* ==========================================================
   FIELD CONTAINER
========================================================== */

#wpforms-556 .wpforms-field-container {
    width: 100% !important;

    display: flex !important;

    flex-direction: column !important;

    gap: 22px !important;
}


#wpforms-556 .wpforms-field {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ==========================================================
   LAYOUT-FELDER
========================================================== */

#wpforms-556 .wpforms-field-layout {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


#wpforms-556 .wpforms-field-layout-rows {
    width: 100% !important;

    margin: 0 !important;
}


#wpforms-556 .wpforms-layout-row {
    width: 100% !important;

    margin: 0 !important;

    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    gap: 20px !important;
}


#wpforms-556 .wpforms-layout-column {
    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
}


/* ==========================================================
   LABELS
========================================================== */

#wpforms-556 .wpforms-field-label {
    display: block !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #8c8c8c !important;

    font-family: inherit !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    line-height: 1.4 !important;

    letter-spacing: 0.1em !important;

    text-transform: uppercase !important;
}


#wpforms-556 .wpforms-required-label {
    color: #b30000 !important;
}


/* ==========================================================
   INPUTS
========================================================== */

#wpforms-556 input[type="text"],
#wpforms-556 input[type="email"],
#wpforms-556 input[type="tel"],
#wpforms-556 select,
#wpforms-556 textarea {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    background: #131313 !important;

    border: 1px solid #343434 !important;
    border-radius: 2px !important;

    color: #ffffff !important;

    outline: 0 !important;

    box-shadow: none !important;

    font-family: inherit !important;

    font-size: 14px !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease !important;
}


#wpforms-556 input[type="text"],
#wpforms-556 input[type="email"],
#wpforms-556 input[type="tel"],
#wpforms-556 select {
    height: 52px !important;
}


#wpforms-556 input[type="text"],
#wpforms-556 input[type="email"] {
    padding: 0 15px !important;
}


#wpforms-556 input::placeholder,
#wpforms-556 textarea::placeholder {
    color: #555555 !important;

    opacity: 1 !important;
}


/* Focus */

#wpforms-556 input[type="text"]:focus,
#wpforms-556 input[type="email"]:focus,
#wpforms-556 input[type="tel"]:focus,
#wpforms-556 select:focus,
#wpforms-556 textarea:focus {
    background: #151515 !important;

    border-color: #b30000 !important;

    box-shadow:
        0 0 0 2px
        rgba(179, 0, 0, 0.12) !important;
}


/* ==========================================================
   PHONE / INTL TEL INPUT
========================================================== */

#wpforms-556 .iti {
    width: 100% !important;
}


#wpforms-556 .iti input[type="tel"] {
    width: 100% !important;

    padding-right: 15px !important;

    color: #ffffff !important;
}


#wpforms-556 .iti__country-container {
    height: 100% !important;
}


#wpforms-556 .iti__selected-country {
    height: 50px !important;

    padding-left: 12px !important;
    padding-right: 10px !important;

    background: #171717 !important;

    border: 0 !important;
    border-right: 1px solid #343434 !important;

    border-radius: 2px 0 0 2px !important;

    color: #ffffff !important;
}


#wpforms-556 .iti__arrow {
    border-top-color: #888888 !important;
}


/* Dropdown */

#wpforms-556 .iti__dropdown-content {
    z-index: 99999 !important;

    background: #171717 !important;

    border: 1px solid #343434 !important;

    color: #d0d0d0 !important;

    box-shadow:
        0 16px 38px
        rgba(0, 0, 0, 0.4) !important;
}


#wpforms-556 .iti__country-list {
    background: #171717 !important;

    color: #d0d0d0 !important;
}


#wpforms-556 .iti__country {
    color: #c8c8c8 !important;
}


#wpforms-556 .iti__country:hover,
#wpforms-556 .iti__country.iti__highlight {
    background: #242424 !important;

    color: #ffffff !important;
}


#wpforms-556 .iti__dial-code {
    color: #777777 !important;
}


/* ==========================================================
   SELECT
========================================================== */

#wpforms-556
.woehrle-contact-form__select {
    position: relative !important;

    width: 100% !important;
    height: auto !important;

    background: transparent !important;

    border: 0 !important;
}


#wpforms-556
.woehrle-contact-form__select select {
    padding: 0 45px 0 15px !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    cursor: pointer !important;
}


#wpforms-556
.woehrle-contact-form__select::after {
    content: "";

    position: absolute;

    right: 18px;
    bottom: 21px;

    width: 7px;
    height: 7px;

    border-right: 1px solid #777777;
    border-bottom: 1px solid #777777;

    transform: rotate(45deg);

    pointer-events: none;
}


#wpforms-556 select option {
    background: #171717 !important;

    color: #ffffff !important;
}


/* ==========================================================
   TEXTAREA
========================================================== */

#wpforms-556 textarea {
    min-height: 160px !important;

    padding: 14px 15px !important;

    resize: vertical !important;

    line-height: 1.6 !important;
}


/* ==========================================================
   DATENSCHUTZ CHECKBOX
========================================================== */

/*
   Achtung:
   Die Klasse liegt bei WPForms am kompletten Feld.
*/

#wpforms-556
.woehrle-contact-form__checkbox {
    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    color: inherit !important;
}


#wpforms-556
.woehrle-contact-form__checkbox fieldset {
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}


#wpforms-556
.woehrle-contact-form__checkbox legend {
    display: none !important;
}


#wpforms-556
.woehrle-contact-form__checkbox ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


#wpforms-556
.woehrle-contact-form__checkbox li {
    margin: 0 !important;
    padding: 0 !important;

    display: grid !important;

    grid-template-columns:
        19px minmax(0, 1fr) !important;

    align-items: start !important;

    gap: 11px !important;
}


#wpforms-556
.woehrle-contact-form__checkbox
input[type="checkbox"] {
    width: 19px !important;
    height: 19px !important;

    min-width: 19px !important;

    margin: 2px 0 0 !important;

    appearance: auto !important;

    accent-color: #b30000 !important;

    cursor: pointer !important;
}


#wpforms-556
.woehrle-contact-form__checkbox
.wpforms-field-label-inline {
    margin: 0 !important;
    padding: 0 !important;

    color: #777777 !important;

    font-family: inherit !important;

    font-size: 12px !important;
    font-weight: 400 !important;

    line-height: 1.6 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;

    cursor: pointer !important;
}


#wpforms-556
.woehrle-contact-form__checkbox
a {
    color: #b8b8b8 !important;

    text-decoration: underline !important;

    text-decoration-color: #555555 !important;

    text-underline-offset: 3px !important;
}


#wpforms-556
.woehrle-contact-form__checkbox
a:hover {
    color: #ffffff !important;
}


/* ==========================================================
   INTERNES / VERSTECKTES FELD
========================================================== */

#wpforms-556-field_9-container {
    display: none !important;
}


/* ==========================================================
   SUBMIT CONTAINER
========================================================== */

#wpforms-556 .wpforms-submit-container {
    position: relative;

    width: 100% !important;

    margin: 24px 0 0 !important;
    padding: 22px 0 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 20px !important;

    border-top: 1px solid #292929 !important;
}


/* Pflichtfelder-Hinweis */

#wpforms-556 .wpforms-submit-container::before {
    content: "* Pflichtfelder";

    color: #5f5f5f;

    font-size: 10px;

    line-height: 1.4;
}


#wpforms-556 .wpforms-submit-container::first-letter {
    color: #b30000;
}


/* ==========================================================
   SUBMIT BUTTON
========================================================== */

#wpforms-556 #wpforms-submit-556 {
    min-height: 50px !important;

    margin: 0 !important;

    padding: 0 22px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 10px !important;

    background: #b30000 !important;

    border: 1px solid #b30000 !important;
    border-radius: 2px !important;

    color: #ffffff !important;

    box-shadow: none !important;

    font-family: inherit !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    cursor: pointer !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}


#wpforms-556 #wpforms-submit-556::after {
    content: "→";

    display: inline-block;

    margin-left: 9px;

    font-size: 16px;

    line-height: 1;

    transition:
        transform 0.2s ease;
}


#wpforms-556 #wpforms-submit-556:hover {
    background: #ca0000 !important;

    border-color: #ca0000 !important;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 26px
        rgba(179, 0, 0, 0.22) !important;
}


#wpforms-556 #wpforms-submit-556:hover::after {
    transform: translateX(3px);
}


#wpforms-556 #wpforms-submit-556:focus {
    outline: 0 !important;

    box-shadow:
        0 0 0 3px
        rgba(179, 0, 0, 0.18) !important;
}


/* Spinner */

#wpforms-556 .wpforms-submit-spinner {
    margin-left: 8px !important;

    filter: brightness(2);
}


/* ==========================================================
   VALIDATION
========================================================== */

#wpforms-556 em.wpforms-error,
#wpforms-556 label.wpforms-error,
#wpforms-556 .wpforms-error {
    color: #d85b5b !important;

    font-size: 11px !important;

    line-height: 1.45 !important;
}


#wpforms-556 input.wpforms-error,
#wpforms-556 select.wpforms-error,
#wpforms-556 textarea.wpforms-error {
    border-color: #b30000 !important;
}


/* ==========================================================
   CONFIRMATION
========================================================== */

#wpforms-confirmation-556 {
    margin: 0 !important;

    padding: 20px 22px !important;

    background: #181818 !important;

    border: 1px solid #303030 !important;
    border-left: 3px solid #b30000 !important;

    border-radius: 2px !important;

    color: #d0d0d0 !important;
}


#wpforms-confirmation-556 p {
    margin: 0 !important;

    color: #d0d0d0 !important;

    font-size: 14px !important;

    line-height: 1.6 !important;
}


/* ==========================================================
   SERVICE HINWEIS
========================================================== */

.woehrle-contact-service {
    padding: 0 0 88px;

    background: #131313;
}


.woehrle-contact-service__inner {
    padding: 26px 30px;

    display: flex;

    align-items: flex-start;

    gap: 20px;

    background: #181818;

    border: 1px solid #2d2d2d;
    border-left: 3px solid #b30000;

    border-radius: 3px;
}


.woehrle-contact-service__icon {
    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #111111;

    border: 1px solid #303030;
    border-radius: 3px;

    color: #d00000;
}


.woehrle-contact-service__icon svg {
    width: 21px;
    height: 21px;
}


.woehrle-contact-service__content > span {
    display: block;

    margin: 1px 0 5px;

    color: #6c6c6c;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


.woehrle-contact-service h2 {
    margin: 0 0 6px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;

    line-height: 1.3;
}


.woehrle-contact-service p {
    max-width: 850px;

    margin: 0;

    color: #858585;

    font-size: 13px;

    line-height: 1.65;
}


/* ==========================================================
   LAPTOP
========================================================== */

@media (max-width: 1100px) {

    .woehrle-contact-page__container {
        padding-left: 28px;
        padding-right: 28px;
    }


    .woehrle-contact-content__grid {
        grid-template-columns:
            minmax(270px, 0.75fr)
            minmax(0, 1.45fr);

        gap: 24px;
    }


    .woehrle-contact-form-card {
        padding: 34px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 850px) {

    .woehrle-contact-page__container {
        padding-left: 24px;
        padding-right: 24px;
    }


    /* Hero */

    .woehrle-contact-hero {
        padding: 105px 0 70px;
    }


    .woehrle-contact-hero h1 {
        max-width: 700px;

        font-size: 50px;
    }


    .woehrle-contact-hero p {
        font-size: 17px;
    }


    /* Layout */

    .woehrle-contact-content {
        padding: 64px 0 80px;
    }


    .woehrle-contact-content__grid {
        grid-template-columns: 1fr;

        gap: 26px;
    }


    /* Sidebar */

    .woehrle-contact-sidebar {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;
    }


    /* Robert volle Breite */

    .woehrle-contact-sales {
        grid-column: 1 / -1;

        display: grid;

        grid-template-columns:
            260px minmax(0, 1fr);
    }


    .woehrle-contact-sales__top {
        padding: 28px 22px;

        display: flex;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        border-right: 1px solid #2d2d2d;
    }


    .woehrle-contact-sales__avatar {
        width: 120px;
        height: 120px;
    }


    .woehrle-contact-sales__text {
        font-size: 12px;
    }


    .woehrle-contact-sales__contacts {
        padding: 0 24px;

        display: flex;

        flex-direction: column;

        justify-content: center;

        border-top: 0;
    }


    /* Form */

    .woehrle-contact-form-card {
        padding: 36px;
    }


    #wpforms-556 .wpforms-field-container {
        gap: 20px !important;
    }


    #wpforms-556 .wpforms-layout-row {
        gap: 18px !important;
    }


    /* Service */

    .woehrle-contact-service {
        padding-bottom: 72px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .woehrle-contact-page__container {
        padding-left: 18px;
        padding-right: 18px;
    }


    /* Hero */

    .woehrle-contact-hero {
        padding: 78px 0 58px;
    }


    .woehrle-contact-hero__eyebrow {
        margin-bottom: 17px;

        font-size: 10px;
    }


    .woehrle-contact-hero h1 {
        margin-bottom: 18px;

        font-size: 38px;

        line-height: 1.07;
    }


    .woehrle-contact-hero h1 span {
        display: block;

        margin-top: 2px;
    }


    .woehrle-contact-hero p {
        font-size: 16px;

        line-height: 1.65;
    }


    /* Content */

    .woehrle-contact-content {
        padding: 48px 0 60px;
    }


    .woehrle-contact-sidebar {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    /* Info Cards */

    .woehrle-contact-info-card {
        padding: 20px;
    }


    .woehrle-contact-info-card__header {
        margin-bottom: 17px;

        padding-bottom: 15px;
    }


    /* Robert wieder vertikal */

    .woehrle-contact-sales {
        grid-column: auto;

        display: block;
    }


    .woehrle-contact-sales__top {
        padding: 26px 20px 22px;

        display: block;

        border-right: 0;

        text-align: center;
    }


    .woehrle-contact-sales__avatar {
        width: 120px;
        height: 120px;

        margin-bottom: 17px;
    }


    .woehrle-contact-sales__contacts {
        padding: 0 20px;

        display: block;

        border-top: 1px solid #2d2d2d;
    }


    /* Form Card */

    .woehrle-contact-form-card {
        padding: 28px 20px;
    }


    .woehrle-contact-form-card__head {
        margin-bottom: 28px;
    }


    .woehrle-contact-form-card h2 {
        font-size: 26px;

        line-height: 1.18;
    }


    .woehrle-contact-form-card__head p {
        font-size: 14px;
    }


    /* WPForms Layout */

    #wpforms-556 .wpforms-layout-row {
        grid-template-columns: 1fr !important;

        gap: 20px !important;
    }


    #wpforms-556 .wpforms-field-container {
        gap: 20px !important;
    }


    /* iPhone Zoom vermeiden */

    #wpforms-556 input[type="text"],
    #wpforms-556 input[type="email"],
    #wpforms-556 input[type="tel"],
    #wpforms-556 select,
    #wpforms-556 textarea {
        font-size: 16px !important;
    }


    #wpforms-556 input[type="text"],
    #wpforms-556 input[type="email"],
    #wpforms-556 input[type="tel"],
    #wpforms-556 select {
        height: 54px !important;
    }


    #wpforms-556 textarea {
        min-height: 150px !important;
    }


    #wpforms-556 .iti__selected-country {
        height: 52px !important;
    }


    /* Datenschutz */

    #wpforms-556
    .woehrle-contact-form__checkbox
    .wpforms-field-label-inline {
        font-size: 11.5px !important;
    }


    /* Submit */

    #wpforms-556 .wpforms-submit-container {
        flex-direction: column !important;

        align-items: stretch !important;

        gap: 15px !important;
    }


    #wpforms-556 #wpforms-submit-556 {
        width: 100% !important;

        min-height: 54px !important;
    }


    /* Service */

    .woehrle-contact-service {
        padding-bottom: 58px;
    }


    .woehrle-contact-service__inner {
        padding: 22px;

        gap: 15px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .woehrle-contact-page__container {
        padding-left: 16px;
        padding-right: 16px;
    }


    .woehrle-contact-hero {
        padding: 68px 0 52px;
    }


    .woehrle-contact-hero h1 {
        font-size: 34px;
    }


    .woehrle-contact-hero p {
        font-size: 15.5px;
    }


    .woehrle-contact-info-card {
        padding: 18px;
    }


    /* Robert */

    .woehrle-contact-sales__top {
        padding: 24px 17px 20px;
    }


    .woehrle-contact-sales__avatar {
        width: 112px;
        height: 112px;
    }


    .woehrle-contact-sales__name {
        font-size: 20px;
    }


    .woehrle-contact-sales__text {
        font-size: 13px;
    }


    .woehrle-contact-sales__contacts {
        padding-left: 17px;
        padding-right: 17px;
    }


    .woehrle-contact-sales__contact-text strong {
        font-size: 11.5px;
    }


    .woehrle-contact-direct__text strong {
        font-size: 11.5px;
    }


    /* Form */

    .woehrle-contact-form-card {
        padding: 25px 17px;
    }


    .woehrle-contact-form-card h2 {
        font-size: 24px;
    }


    #wpforms-556
    .woehrle-contact-form__checkbox
    .wpforms-field-label-inline {
        font-size: 11px !important;
    }


    /* Service */

    .woehrle-contact-service__inner {
        padding: 19px;

        flex-direction: column;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 360px) {

    .woehrle-contact-page__container {
        padding-left: 14px;
        padding-right: 14px;
    }


    .woehrle-contact-hero h1 {
        font-size: 31px;
    }


    .woehrle-contact-form-card {
        padding-left: 15px;
        padding-right: 15px;
    }


    .woehrle-contact-direct {
        grid-template-columns:
            34px minmax(0, 1fr);

        gap: 10px;
    }


    .woehrle-contact-direct__arrow {
        display: none;
    }


    .woehrle-contact-sales__avatar {
        width: 104px;
        height: 104px;
    }


    .woehrle-contact-sales__contacts {
        padding-left: 15px;
        padding-right: 15px;
    }

}/* End custom CSS */