.elementor-36 .elementor-element.elementor-element-2e4a4aab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-2e4a4aab.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-36 .elementor-element.elementor-element-4c230c67{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-18cc80bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-1b9edd36{--display:flex;}.elementor-36 .elementor-element.elementor-element-1b9edd36:not(.elementor-motion-effects-element-type-background), .elementor-36 .elementor-element.elementor-element-1b9edd36 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://taxialex.at/wp-content/uploads/2026/08/Taxiunternehmen-Taxi-Alex-in-Gols-e1787650412807.png");}.elementor-36 .elementor-element.elementor-element-5c638d0c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-482129ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-30d69ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-f69fab7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-cdac8ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-78baa2ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-36 .elementor-element.elementor-element-02a2dc4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-36 .elementor-element.elementor-element-d16f19a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-36 .elementor-element.elementor-element-e1b83d0 .elementor-heading-title{font-family:"Poppins", Sans-serif;}.elementor-36 .elementor-element.elementor-element-a4efeb8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-36 .elementor-element.elementor-element-45b39c2 .elementor-button-content-wrapper{flex-direction:row;}.elementor-36 .elementor-element.elementor-element-5cb12f1 .elementor-button-content-wrapper{flex-direction:row;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-2e4a4aab{--width:142.634%;}}/* Start custom CSS for container, class: .elementor-element-2e4a4aab *//* WARUM TAXI ALEX?
   Полный актуальный CSS
   Desktop + Notebook + Tablet + Mobile */


/* Фирменные переменные */

:root {
    --taxi-gruen: #87BA64; /* фирменный зелёный Taxi Alex */
    --taxi-orange: #FCA311; /* фирменный оранжевый для Hover */
    --taxi-schwarz: #111111; /* основной чёрный цвет */
    --taxi-weiss: #ffffff; /* белый цвет */
    --taxi-beige: #f7f2ec; /* светлый тёплый фон */
    --taxi-button-hell: #f7f2ec; /* светлый фон второй CTA-кнопки */
}


/* Основная страница */

.service-seite {
    width: 100%;
    max-width: none;

    --content-width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    display: flex;
    flex-direction: column;
    align-items: stretch;

    box-sizing: border-box;
}


/* HERO */

.service-hero {
    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
    padding: 0;

    min-height: 250px;

    display: grid;
    grid-template-columns: 53% 47%;
    gap: 0;
    align-items: stretch;

    background: var(--taxi-beige);

    overflow: hidden;

    box-sizing: border-box;
}


/* Внутренние контейнеры Hero */

.service-hero > .e-con {
    min-width: 0;
}


/* Левая текстовая часть Hero */

.service-hero > .e-con:first-child {
    padding: 24px 34px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    box-sizing: border-box;
}


/* H1 */

.hero-titel {
    margin-top: -20px;
    margin-bottom: 0;
}


.hero-titel h1,
.service-hero h1 {
    margin: 0;

    font-size: 70px !important;
    font-weight: 700 !important;
    line-height: 0.92;
}


/* Вторая строка H1 */

.hero-titel h1 span,
.service-hero h1 span {
    display: block;

    margin-top: -6px;

    color: var(--taxi-gruen) !important;

    font-size: 70px !important;
    font-weight: 700 !important;
    line-height: 0.92;
}


/* Untertitel */

.hero-untertitel {
    margin-top: 25px;
    margin-bottom: 0;
}


.hero-untertitel h2 {
    margin: 0;

    max-width: 620px;

    font-size: clamp(21px, 1.65vw, 25px);
    line-height: 1.3;
}


/* Hero Beschreibung */

.hero-beschreibung {
    margin-top: 0;
    margin-bottom: 0;

    padding-top: 10px;

    font-size: 13px !important;
    font-weight: 400 !important;
}


.hero-beschreibung,
.hero-beschreibung .elementor-widget-container,
.hero-beschreibung p,
.hero-beschreibung span,
.hero-beschreibung strong,
.hero-beschreibung b {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.7em;
}


.hero-beschreibung p {
    margin: 0;

    max-width: 650px;
}


/* Hero – изображение */

.service-hero > .e-con:last-child {
    min-height: 250px;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    border-radius: 0;

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    box-sizing: border-box;
}


/* ПРЕИМУЩЕСТВА 01–04 */

.service-karten {
    width: calc(100% - 180px);
    max-width: 1080px;

    margin: 10px auto 0;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;

    box-sizing: border-box;
}


/* Одна карточка */

.service-karte {
    min-width: 0;

    padding: 10px 18px 12px;

    background: transparent;

    border: 0;
    border-radius: 0;

    box-shadow: none;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    box-sizing: border-box;
}


/* Разделители */

.service-karte:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}


/* Номер */

.service-karte > .elementor-element:first-child {
    margin-bottom: 2px;
}


.service-karte > .elementor-element:first-child .elementor-heading-title {
    color: var(--taxi-gruen);

    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}


/* Название преимущества */

.service-karte h3 {
    margin: 0 0 4px;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}


/* Описание преимущества */

.service-karte p {
    margin: 0;

    font-size: 12px;
    font-weight: 400;
}


/* STATEMENT */

.warum-statement {
    width: calc(100% - 210px);
    max-width: 1020px;

    margin: 10px auto 0;

    padding: 7px 20px 8px;

    background: var(--taxi-beige);

    border-radius: 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    box-sizing: border-box;
}


.warum-statement h2 {
    margin: 0 0 2px;

    max-width: 1000px;

    font-size: clamp(19px, 1.55vw, 22px);
    line-height: 1.25;
}


.warum-statement p {
    margin: 0;

    max-width: 950px;

    font-size: 12px;
    font-weight: 400;
}


/* CTA */

.cta-box {
    width: 100%;
    max-width: 1280px;

    margin: 15px auto 12px;
    padding: 1px 20px;

    background: var(--taxi-beige);

    border-radius: 10px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;

    box-sizing: border-box;
}


/* CTA Text */

.cta-text {
    min-width: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.cta-text h2 {
    margin: 0 0 2px;

    font-size: 16px;
    line-height: 1.3;
}


.cta-text p {
    margin: 0;

    font-size: 12px;
    font-weight: 400;
}


/* CTA Buttons */

.cta-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

    gap: 24px;

    flex-wrap: nowrap;
}


/* Общие настройки кнопок */

.cta-button .elementor-button {
    min-width: 205px;
    min-height: 42px;

    padding: 10px 22px;

    border-radius: 9px !important;

    justify-content: center;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* Jetzt anrufen */

.cta-button > .elementor-element:first-child .elementor-button {
    background: var(--taxi-gruen) !important;

    border: 1px solid var(--taxi-gruen) !important;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}


.cta-button > .elementor-element:first-child .elementor-button,
.cta-button > .elementor-element:first-child .elementor-button-text,
.cta-button > .elementor-element:first-child .elementor-button-icon {
    color: var(--taxi-weiss) !important;
}


/* Hover первой кнопки */

.cta-button > .elementor-element:first-child .elementor-button:hover,
.cta-button > .elementor-element:first-child .elementor-button:hover .elementor-button-text,
.cta-button > .elementor-element:first-child .elementor-button:hover .elementor-button-icon {
    color: var(--taxi-orange) !important;
}


/* Fahrt anfragen */

.cta-button > .elementor-element:last-child .elementor-button {
    background: var(--taxi-button-hell) !important;

    border: 1px solid rgba(0, 0, 0, 0.16) !important;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
}


.cta-button > .elementor-element:last-child .elementor-button,
.cta-button > .elementor-element:last-child .elementor-button-text,
.cta-button > .elementor-element:last-child .elementor-button-icon {
    color: var(--taxi-schwarz) !important;
}


/* Hover второй кнопки */

.cta-button > .elementor-element:last-child .elementor-button:hover {
    background: var(--taxi-button-hell) !important;

    border-color: var(--taxi-orange) !important;
}


.cta-button > .elementor-element:last-child .elementor-button:hover,
.cta-button > .elementor-element:last-child .elementor-button:hover .elementor-button-text,
.cta-button > .elementor-element:last-child .elementor-button:hover .elementor-button-icon {
    color: var(--taxi-orange) !important;
}


/* =========================================================
   NOTEBOOK 1025–1280 PX
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1280px) {

    .service-hero {
        width: 100%;

        margin: 0 auto;
        padding: 0;

        grid-template-columns: 55% 45%;

        min-height: 235px;
    }


    .service-hero > .e-con:first-child {
        padding: 20px 28px;
    }


    .service-hero > .e-con:last-child {
        min-height: 235px;

        margin: 0 !important;
        padding: 0 !important;
    }


    .hero-titel h1,
    .service-hero h1 {
        font-size: 70px !important;
        font-weight: 700 !important;
    }


    .hero-titel h1 span,
    .service-hero h1 span {
        font-size: 70px !important;
        font-weight: 700 !important;
    }


    .hero-untertitel {
        margin-top: 32px;
    }


    .hero-untertitel h2 {
        font-size: 21px;
    }


    .hero-beschreibung {
        margin-top: 9px;
    }


    .hero-beschreibung p {
        font-size: 13px;
    }


    .service-karten {
        width: calc(100% - 120px);
    }


    .service-karte {
        padding: 9px 14px 11px;
    }


    .service-karte > .elementor-element:first-child .elementor-heading-title {
        font-size: 28px;
    }


    .service-karte h3 {
        font-size: 19px;
        font-weight: 700;
    }


    .warum-statement {
        width: calc(100% - 150px);
    }


    .cta-box {
        width: 100%;

        margin: 15px auto 12px;
        padding: 1px 20px;

        gap: 20px;
    }


    .cta-button {
        gap: 18px;
    }


    .cta-button .elementor-button {
        min-width: 180px;
    }
}


/* =========================================================
   TABLET 768–1024 PX
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .service-hero {
        width: 100%;
        max-width: none;

        margin: 0;
        padding: 0;

        min-height: 300px;

        grid-template-columns: 54% 46%;
    }


    .service-hero > .e-con:first-child {
        padding: 26px;
    }


    .service-hero > .e-con:last-child {
        min-height: 300px;

        margin: 0 !important;
        padding: 0 !important;

        background-position: center right;
    }


    .hero-titel {
        margin-top: 0;
        margin-bottom: 0;
    }


    .hero-titel h1,
    .service-hero h1 {
        font-size: 48px !important;
        font-weight: 700 !important;
        line-height: 0.98;
    }


    .hero-titel h1 span,
    .service-hero h1 span {
        margin-top: -3px;

        font-size: 48px !important;
        font-weight: 700 !important;
        line-height: 0.98;
    }


    .hero-untertitel {
        margin-top: 20px;
        margin-bottom: 0;
    }


    .hero-untertitel h2 {
        max-width: 100%;

        font-size: 19px;
        line-height: 1.3;
    }


    .hero-beschreibung {
        margin-top: 0;

        padding-top: 10px;
    }


    .hero-beschreibung,
    .hero-beschreibung .elementor-widget-container,
    .hero-beschreibung p,
    .hero-beschreibung span,
    .hero-beschreibung strong,
    .hero-beschreibung b {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.65em;
    }


    .hero-beschreibung p {
        max-width: 100%;
    }


    .service-karten {
        width: calc(100% - 48px);
        max-width: none;

        margin-top: 14px;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        row-gap: 0;
    }


    .service-karte {
        padding: 14px 20px 16px;
    }


    .service-karte:not(:last-child) {
        border-right: 0;
    }


    .service-karte:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }


    .service-karte:nth-child(-n+2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }


    .service-karte > .elementor-element:first-child .elementor-heading-title {
        font-size: 27px;
    }


    .service-karte h3 {
        font-size: 18px;
        line-height: 1.25;
    }


    .service-karte p {
        font-size: 12px;
        line-height: 1.6;
    }


    .warum-statement {
        width: calc(100% - 48px);
        max-width: none;

        margin-top: 14px;

        padding: 12px 20px 13px;
    }


    .warum-statement h2 {
        max-width: 100%;

        font-size: 19px;
        line-height: 1.3;
    }


    .warum-statement p {
        max-width: 100%;

        font-size: 12px;
        line-height: 1.6;
    }


    /* CTA TABLET */

    .cta-box {
        width: 100%;
        max-width: none;

        margin: 15px 0 12px;
        padding: 1px 20px;

        grid-template-columns: 1fr;

        /* Уменьшено расстояние между CTA-текстом и кнопками */
        gap: 0px;
    }


    .cta-text {
        align-items: center;

        text-align: center;
    }


    .cta-text h2 {
        font-size: 17px;
    }


    .cta-text p {
        font-size: 12px;
        line-height: 1.5;
    }


    .cta-button {
        width: 100%;

        justify-content: center;

        gap: 14px;

        flex-wrap: nowrap;
    }


    .cta-button .elementor-button {
        min-width: 180px;
        min-height: 42px;

        padding: 10px 18px;
    }
}


/* =========================================================
   MOBILE ≤ 767 PX
   ========================================================= */

@media (max-width: 767px) {

    /* HERO */

    .service-hero {
        width: 100%;
        max-width: none;

        margin: 0;
        padding: 0;

        min-height: 0;

        display: flex;
        flex-direction: column;

        overflow: hidden;
    }


    .service-hero > .e-con:first-child {
        width: 100%;

        padding: 28px 22px 26px;

        justify-content: flex-start;
        align-items: flex-start;
    }


    .service-hero > .e-con:last-child {
        width: 100%;

        min-height: 240px;

        margin: 0 !important;
        padding: 0 !important;

        background-position: center right;
        background-size: cover;
    }


    .hero-titel {
        margin-top: 0;
        margin-bottom: 0;
    }


    .hero-titel h1,
    .service-hero h1 {
        font-size: 42px !important;
        font-weight: 700 !important;
        line-height: 0.98;
    }


    .hero-titel h1 span,
    .service-hero h1 span {
        margin-top: -2px;

        font-size: 42px !important;
        font-weight: 700 !important;
        line-height: 0.98;
    }


    .hero-untertitel {
        margin-top: 18px;
        margin-bottom: 0;
    }


    .hero-untertitel h2 {
        max-width: 100%;

        font-size: 18px;
        line-height: 1.3;
    }


    .hero-beschreibung {
        margin-top: 0;

        padding-top: 10px;
    }


    .hero-beschreibung,
    .hero-beschreibung .elementor-widget-container,
    .hero-beschreibung p,
    .hero-beschreibung span,
    .hero-beschreibung strong,
    .hero-beschreibung b {
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 1.7em;
    }


    .hero-beschreibung p {
        max-width: 100%;
    }


    /* ПРЕИМУЩЕСТВА */

    .service-karten {
        width: calc(100% - 32px);
        max-width: none;

        margin-top: 14px;

        display: grid;
        grid-template-columns: 1fr;

        gap: 0;
    }


    .service-karte {
        width: 100%;

        padding: 16px 8px;

        align-items: center;

        text-align: center;
    }


    .service-karte:not(:last-child),
    .service-karte:nth-child(odd),
    .service-karte:nth-child(-n+2) {
        border-right: 0;

        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }


    .service-karte:last-child {
        border-bottom: 0;
    }


    .service-karte > .elementor-element:first-child {
        margin-bottom: 3px;
    }


    .service-karte > .elementor-element:first-child .elementor-heading-title {
        font-size: 28px;
    }


    .service-karte h3 {
        margin-bottom: 5px;

        font-size: 18px;
        line-height: 1.25;
    }


    .service-karte p {
        max-width: 330px;

        margin-left: auto;
        margin-right: auto;

        font-size: 12px;
        line-height: 1.6;
    }


    /* STATEMENT MOBILE */

    .warum-statement {
        width: calc(100% - 32px);
        max-width: none;

        margin-top: 12px;

        padding: 12px 14px 13px;
    }


    .warum-statement h2 {
        max-width: 330px;

        margin: 0 auto 4px;

        font-size: 17px;
        line-height: 1.25;
    }


    .warum-statement p {
        max-width: 320px;

        margin: 0 auto;

        font-size: 11px;
        line-height: 1.45;
    }


    /* CTA MOBILE */

    .cta-box {
        width: 100%;
        max-width: none;

        margin: 15px 0 12px;
        padding: 1px 20px;

        grid-template-columns: 1fr;

        /* Уменьшено расстояние между CTA-текстом и кнопками */
        gap: 0px;
    }


    .cta-text {
        width: 100%;

        align-items: center;

        text-align: center;
    }


    .cta-text h2 {
        margin: 0 0 3px;

        font-size: 16px;
        line-height: 1.25;
    }


    .cta-text p {
        max-width: 320px;

        margin: 0 auto;

        font-size: 11px;
        line-height: 1.4;
    }


    /* КНОПКИ ДРУГ ПОД ДРУГОМ */

    .cta-button {
        width: 100%;

        flex-direction: column;
        align-items: stretch;
        justify-content: center;

        gap: 6px;

        flex-wrap: nowrap;
    }


    .cta-button > .elementor-element {
        width: 100%;
    }


    .cta-button .elementor-button {
        width: 100%;

        min-width: 0;
        min-height: 2px;

        padding: 9px 16px;

        font-size: 14px;

        white-space: nowrap;
    }
}/* End custom CSS */