/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/

/*******************************************************************************************/
/*
/*        ExpoTalents Website
/*        Template: AS 002091
/*        Custom CSS
/*
/*        ST001 HERO – FINAL MASTER
/*        Desktop / Tablet / Mobile
/*
/*******************************************************************************************/


/* =============================================================================
   ST001 – BASIS / DESKTOP
   ============================================================================= */


/* -------------------------------------------------------------------------
   Textblock
   ------------------------------------------------------------------------- */

.sequence-slider > .sequence-canvas li > .info
{
    top: 24% !important;
    right: 48% !important;
    left: auto !important;

    width: 43% !important;
    max-width: 690px !important;

    padding: 30px 35px 30px 55px !important;

    background: transparent !important;

    text-align: left !important;
    vertical-align: middle;

    z-index: 10 !important;
}


/* -------------------------------------------------------------------------
   Dunkle Lesbarkeitszone

   Beginnt ganz links am Slider.
   Sie ist unabhängig vom Textblock und läuft weich ins Bild aus.
   ------------------------------------------------------------------------- */

.sequence-slider > .sequence-canvas > li::after
{
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 58%;
    height: 100%;

    z-index: 5;

    pointer-events: none;

    background: linear-gradient(
        90deg,
        rgba(8, 18, 27, 0.82) 0%,
        rgba(8, 18, 27, 0.68) 42%,
        rgba(8, 18, 27, 0.32) 70%,
        rgba(8, 18, 27, 0.00) 100%
    );
}


/* -------------------------------------------------------------------------
   Headline
   ------------------------------------------------------------------------- */

.sequence-slider > .sequence-canvas .info .slide-title
{
    position: relative;

    max-width: 650px !important;

    margin: 0 0 22px 0 !important;

    padding-left: 18px !important;

    font-size: 46px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;

    letter-spacing: -0.5px !important;

    color: #ffffff !important;

    text-transform: none !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.55),
        0 1px 2px rgba(0, 0, 0, 0.35);
}


.sequence-slider > .sequence-canvas .info .slide-title .caption_part0
{
    color: #ffffff !important;
}


/* -------------------------------------------------------------------------
   ExpoTalents Cyan-Linie
   bewusst sehr fein: 1 px
   ------------------------------------------------------------------------- */

.sequence-slider > .sequence-canvas .info .slide-title::before
{
    content: "";

    position: absolute;

    left: 0;
    top: 7%;

    width: 1px;
    height: 86%;

    background: #27b8d1;

    border-radius: 0;
}


/* -------------------------------------------------------------------------
   Subheadline / Beschreibung
   ------------------------------------------------------------------------- */

.sequence-slider > .sequence-canvas .info p
{
    max-width: 590px !important;

    margin: 0 !important;

    padding: 0 0 25px 0 !important;

    font-size: 19px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;

    color: #ffffff !important;

    text-transform: none !important;

    text-shadow:
        0 1px 5px rgba(0, 0, 0, 0.55);
}


/* -------------------------------------------------------------------------
   CTA
   ------------------------------------------------------------------------- */

.sequence-slider > .sequence-canvas .info .btn-info
{
    height: 52px !important;
    line-height: 52px !important;

    padding: 0 32px !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    text-transform: none !important;
}


/* =============================================================================
   LARGE TABLET / SMALL DESKTOP
   ca. 980 – 1200 px
   ============================================================================= */

@media (max-width: 1200px)
{
    .sequence-slider > .sequence-canvas li > .info
    {
        top: 21% !important;

        right: 43% !important;
        left: auto !important;

        width: 52% !important;
        max-width: 650px !important;

        padding: 26px 32px 26px 48px !important;
    }


    .sequence-slider > .sequence-canvas > li::after
    {
        width: 64% !important;

        background: linear-gradient(
            90deg,
            rgba(8, 18, 27, 0.84) 0%,
            rgba(8, 18, 27, 0.70) 45%,
            rgba(8, 18, 27, 0.34) 72%,
            rgba(8, 18, 27, 0.00) 100%
        ) !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title
    {
        max-width: 590px !important;

        font-size: 40px !important;
        line-height: 1.12 !important;

        letter-spacing: -0.35px !important;

        padding-left: 17px !important;

        margin-bottom: 19px !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title::before
    {
        width: 1px !important;
    }


    .sequence-slider > .sequence-canvas .info p
    {
        max-width: 540px !important;

        font-size: 18px !important;
        line-height: 1.42 !important;

        padding-bottom: 23px !important;
    }


    .sequence-slider > .sequence-canvas .info .btn-info
    {
        height: 48px !important;
        line-height: 48px !important;

        padding: 0 27px !important;

        font-size: 15px !important;
    }
}


/* =============================================================================
   TABLET
   ca. 768 – 979 px
   ============================================================================= */

@media (max-width: 979px)
{
    .sequence-slider > .sequence-canvas li > .info
    {
        top: 17% !important;

        right: 31% !important;
        left: auto !important;

        width: 64% !important;
        max-width: 610px !important;

        padding: 23px 28px 23px 42px !important;
    }


    .sequence-slider > .sequence-canvas > li::after
    {
        width: 74% !important;

        background: linear-gradient(
            90deg,
            rgba(8, 18, 27, 0.86) 0%,
            rgba(8, 18, 27, 0.72) 50%,
            rgba(8, 18, 27, 0.34) 76%,
            rgba(8, 18, 27, 0.00) 100%
        ) !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title
    {
        max-width: 540px !important;

        font-size: 34px !important;
        line-height: 1.12 !important;

        letter-spacing: -0.2px !important;

        padding-left: 16px !important;

        margin-bottom: 17px !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title::before
    {
        width: 1px !important;
    }


    .sequence-slider > .sequence-canvas .info p
    {
        max-width: 500px !important;

        font-size: 16px !important;
        line-height: 1.4 !important;

        padding-bottom: 20px !important;
    }


    .sequence-slider > .sequence-canvas .info .btn-info
    {
        height: 46px !important;
        line-height: 46px !important;

        padding: 0 23px !important;

        font-size: 14px !important;
    }


    .sequence-prev,
    .sequence-next
    {
        display: none !important;
    }
}


/* =============================================================================
   MOBILE
   bis 767 px
   ============================================================================= */

@media (max-width: 767px)
{
    .sequence-slider > .sequence-canvas li > .info
    {
        top: 14% !important;

        right: auto !important;
        left: 0 !important;

        width: 91% !important;
        max-width: none !important;

        padding: 20px 22px 20px 38px !important;
    }


    /*
       Auf Smartphones liegt die Schrift über einem deutlich kleineren Bild.
       Daher wird die Lesbarkeitszone breiter.
    */

    .sequence-slider > .sequence-canvas > li::after
    {
        width: 100% !important;

        background: linear-gradient(
            90deg,
            rgba(8, 18, 27, 0.90) 0%,
            rgba(8, 18, 27, 0.76) 48%,
            rgba(8, 18, 27, 0.42) 75%,
            rgba(8, 18, 27, 0.06) 100%
        ) !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title
    {
        max-width: 100% !important;

        font-size: 29px !important;
        line-height: 1.12 !important;

        font-weight: 700 !important;

        letter-spacing: -0.1px !important;

        padding-left: 15px !important;

        margin-bottom: 15px !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title::before
    {
        width: 1px !important;

        top: 6% !important;
        height: 88% !important;
    }


    .sequence-slider > .sequence-canvas .info p
    {
        max-width: 95% !important;

        font-size: 15px !important;
        line-height: 1.4 !important;

        padding-bottom: 18px !important;
    }


    .sequence-slider > .sequence-canvas .info .btn-info
    {
        height: 44px !important;
        line-height: 44px !important;

        padding: 0 19px !important;

        font-size: 14px !important;
    }


    .sequence-prev,
    .sequence-next
    {
        display: none !important;
    }


    .sequence-pagination-wrapper
    {
        display: none !important;
    }
}


/* =============================================================================
   SMALL MOBILE
   bis 480 px
   ============================================================================= */

@media (max-width: 480px)
{
    .sequence-slider > .sequence-canvas li > .info
    {
        top: 11% !important;

        left: 0 !important;

        width: 94% !important;

        padding: 16px 16px 16px 30px !important;
    }


    .sequence-slider > .sequence-canvas > li::after
    {
        width: 100% !important;

        background: linear-gradient(
            90deg,
            rgba(8, 18, 27, 0.92) 0%,
            rgba(8, 18, 27, 0.80) 55%,
            rgba(8, 18, 27, 0.46) 80%,
            rgba(8, 18, 27, 0.10) 100%
        ) !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title
    {
        font-size: 24px !important;
        line-height: 1.13 !important;

        padding-left: 13px !important;

        margin-bottom: 12px !important;
    }


    .sequence-slider > .sequence-canvas .info .slide-title::before
    {
        width: 1px !important;
    }


    .sequence-slider > .sequence-canvas .info p
    {
        font-size: 13px !important;
        line-height: 1.38 !important;

        max-width: 96% !important;

        padding-bottom: 14px !important;
    }


    .sequence-slider > .sequence-canvas .info .btn-info
    {
        height: 40px !important;
        line-height: 40px !important;

        padding: 0 15px !important;

        font-size: 13px !important;
    }
}

/* =========================================================
   EXPOTALENTS – ST002
   Icons zentrieren und vergrößern
   ========================================================= */

/* Bereich des Einleitungsbildes */
#bottom-header-row .mod-newsflash-adv .item_img
{
    width: 100% !important;
    text-align: center !important;

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


/* Verlinkung um das Icon */
#bottom-header-row .mod-newsflash-adv .item_img a
{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}


/* Icon selbst */
#bottom-header-row .mod-newsflash-adv .item_img img
{
    display: block !important;

    width: 170px !important;
    height: 170px !important;

    max-width: 170px !important;
    max-height: 170px !important;

    object-fit: contain !important;

    margin: 0 auto !important;
}

/* =========================================================
   EXPOTALENTS – ST002
   Einheitlicher Beginn der Kartentexte
   ========================================================= */

/* Überschriftenbereich bekommt bei allen 3 Karten
   dieselbe reservierte Höhe */
#bottom-header-row .mod-newsflash-adv .item_title
{
    min-height: 135px !important;
    margin-bottom: 25px !important;
}

/* Fließtext beginnt dadurch in allen Karten
   exakt auf derselben Höhe */
#bottom-header-row .mod-newsflash-adv .item_introtext
{
    margin-top: 0 !important;
}

@media (max-width: 767px)
{
    #bottom-header-row .mod-newsflash-adv .item_title
    {
        min-height: 0 !important;
    }
}

/* =========================================================
   EXPOTALENTS – ST002
   Gleiche Kartenhöhe + Buttons unten
   ========================================================= */


/* Die drei Spalten auf gleiche Höhe bringen */
#bottom-header-row .mod-newsflash-adv .row-fluid
{
    display: flex !important;
    align-items: stretch !important;
}


/* Jede der drei Joomla-Spalten wird ebenfalls gestreckt */
#bottom-header-row .mod-newsflash-adv article.item
{
    display: flex !important;
    flex-direction: column !important;
}


/* Türkise Karte füllt die komplette verfügbare Höhe */
#bottom-header-row .mod-newsflash-adv .item_container
{
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    box-sizing: border-box !important;
}


/* Der komplette Inhaltsbereich wird flexibel */
#bottom-header-row .mod-newsflash-adv .item_content
{
    display: flex !important;
    flex-direction: column !important;

    flex: 1 1 auto !important;
    width: 100% !important;
}


/* Der Text darf den verfügbaren Raum ausfüllen */
#bottom-header-row .mod-newsflash-adv .item_introtext
{
    flex: 1 1 auto !important;
}


/* ---------------------------------------------------------
   BUTTON
   immer unten + vollständiger Text
   --------------------------------------------------------- */

#bottom-header-row .mod-newsflash-adv a.readmore
{
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 58px !important;

    box-sizing: border-box !important;

    margin-top: auto !important;

    padding: 12px 18px !important;

    white-space: normal !important;

    text-align: center !important;

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

@media (max-width: 767px)
{
    #bottom-header-row .mod-newsflash-adv .row-fluid
    {
        display: block !important;
    }

    #bottom-header-row .mod-newsflash-adv article.item
    {
        display: block !important;
        width: 100% !important;
    }

    #bottom-header-row .mod-newsflash-adv .item_container
    {
        height: auto !important;
    }
}

/* =========================================================
   EXPOTALENTS – ST002
   Bereichsüberschrift + Einleitung
   ========================================================= */


/* Hauptüberschrift */
#bottom-header-row h2.moduleTitle
{
    margin-bottom: 28px !important;

    font-size: 52px !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;

    text-align: center !important;
}


/* Einleitung */
#bottom-header-row .mod-custom.text-center p
{
    max-width: 1180px !important;

    margin: 0 auto !important;

    font-size: 21px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    text-align: center !important;

    color: #555555 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1200px)
{
    #bottom-header-row h2.moduleTitle
    {
        font-size: 44px !important;
        margin-bottom: 24px !important;
    }

    #bottom-header-row .mod-custom.text-center p
    {
        max-width: 900px !important;

        font-size: 19px !important;
        line-height: 1.5 !important;
    }
}


/* =========================================================
   TABLET HOCHKANT
   ========================================================= */

@media (max-width: 979px)
{
    #bottom-header-row h2.moduleTitle
    {
        font-size: 38px !important;
        line-height: 1.15 !important;
    }

    #bottom-header-row .mod-custom.text-center p
    {
        max-width: 720px !important;

        font-size: 18px !important;
        line-height: 1.5 !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px)
{
    #bottom-header-row h2.moduleTitle
    {
        font-size: 32px !important;
        line-height: 1.15 !important;

        margin-bottom: 20px !important;
    }

    #bottom-header-row .mod-custom.text-center p
    {
        max-width: 92% !important;

        font-size: 17px !important;
        line-height: 1.5 !important;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px)
{
    #bottom-header-row h2.moduleTitle
    {
        font-size: 28px !important;
    }

    #bottom-header-row .mod-custom.text-center p
    {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
}

/* =========================================================
   ST003 – Originaloptik beibehalten
   nur Bildgröße + gleiche Texthöhen + Buttonlinie
   ========================================================= */


/* 1. Bilder auf max. 450px begrenzen */
.page-category__home .item_img img
{
    width: auto !important;
    height: auto !important;

    max-width: 380px !important;
    max-height: 380px !important;

    position: relative;
    left: -32px;

    margin: 0 auto !important;
}


/* 2. Die vier Karten/Beiträge gleich hoch aufbauen */
.page-category__home .items-row
{
    display: flex !important;
    align-items: stretch !important;
}

.page-category__home .items-row > [class*="span"]
{
    display: flex !important;
}

.page-category__home .items-row > [class*="span"] > .item
{
    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;
}


/* 3. Überschriften PLANEN / ORGANISIEREN usw.
      auf identische Mindesthöhe setzen */
.page-category__home .item_header
{
    min-height: 48px;
}


/* 4. Türkise Zwischenüberschrift auf gleiche Start-/Blockhöhe */
.page-category__home .item_introtext h4
{
    min-height: 86px;

    margin-bottom: 22px !important;
}

/* 5. Textbereich flexibel wachsen lassen */
.page-category__home .item_introtext
{
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}


/* Fließtext nimmt den verfügbaren Raum ein */
.page-category__home .item_introtext p
{
    flex: 1 1 auto !important;
}


/* 6. Buttons auf eine gemeinsame Linie setzen */
.page-category__home .item > a.btn,
.page-category__home .item > a.btn.btn-info
{
    margin-top: auto !important;
}


/* Tablet etwas kleiner */
@media (max-width: 979px)
{
    .page-category__home .item_img img
    {
        max-width: 360px !important;
        max-height: 360px !important;
    }

    .page-category__home .item_header
    {
        min-height: 72px;
    }

    .page-category__home .item_introtext h4
    {
        min-height: 82px;
    }
}


/* Mobile wieder natürliche Höhen */
@media (max-width: 767px)
{
    .page-category__home .items-row
    {
        display: block !important;
    }

    .page-category__home .items-row > [class*="span"]
    {
        display: block !important;
    }

    .page-category__home .item_header,
    .page-category__home .item_introtext h4
    {
        min-height: 0;
    }

    .page-category__home .item_img img
    {
        max-width: 300px !important;
        max-height: 300px !important;
    }
}

/* =========================================================
   ST005 – leeren/falschen Joomla Page-Header ausblenden
   ========================================================= */

.page-item > .page-header {
    display: none !important;
}

/* =========================================================
   ST005 – KORREKTUR DETAILSEITE
   Hauptbild + 4 Detailbilder LINKS
   Projekttext / Projektfakten RECHTS
   ========================================================= */


/* Hauptbild bleibt links */
.page-item .item_img.img-full__left {
    float: left;
    width: 48%;
    margin: 0 4% 12px 0;
}


/* =========================================================
   4 Detailbilder DIREKT UNTER dem Hauptbild
   ========================================================= */

.page-item .st005-detail-gallery {
    float: left !important;
    clear: left !important;

    width: 48% !important;

    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;

    margin: 0 4% 30px 0 !important;
    padding: 0;
}


/* einzelne Bilder */
.page-item .st005-detail-gallery a {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.page-item .st005-detail-gallery img {
    display: block;

    width: 100%;
    height: 105px;

    object-fit: cover;

    margin: 0;
    padding: 0;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}


.page-item .st005-detail-gallery a:hover img {
    transform: scale(1.04);
    opacity: 0.85;
}


/* =========================================================
   Projekttext darf RECHTS neben Bild + Galerie stehen
   ========================================================= */

.page-item .item_fulltext {
    clear: none !important;
}


/* verhindert unnötige Verschiebungen */
.page-item .item_fulltext::after {
    content: "";
    display: block;
    clear: both;
}


/* =========================================================
   TABLET / SMARTPHONE
   ========================================================= */

@media (max-width: 767px) {

    .page-item .item_img.img-full__left {
        float: none !important;
        width: 100% !important;
        margin: 0 0 12px 0 !important;
    }


    .page-item .st005-detail-gallery {
        float: none !important;
        clear: both !important;

        width: 100% !important;

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

        margin: 0 0 25px 0 !important;
    }


    .page-item .st005-detail-gallery img {
        height: 130px;
    }


    .page-item .item_fulltext {
        clear: both !important;
    }

}

/* =========================================================
   ST005 – Magnific Popup Navigation
   ========================================================= */

/* Schließen-Button oben rechts */
.mfp-close {
    width: auto !important;
    height: 44px !important;
    line-height: 44px !important;

    top: 18px !important;
    right: 22px !important;

    padding: 0 18px !important;

    background: rgba(0, 0, 0, 0.65) !important;
    color: #fff !important;

    font-size: 0 !important;
    font-weight: 600 !important;

    border-radius: 3px !important;

    opacity: 1 !important;
}

/* Text statt nur X */
.mfp-close::before {
    content: "← Zurück zum Projekt";
    font-size: 16px;
    line-height: 44px;
}

/* Hover */
.mfp-close:hover {
    background: #29b6c8 !important;
}


/* =========================================================
   Vor / Zurück Pfeile
   ========================================================= */

.mfp-arrow {
    opacity: 0.9 !important;
}

.mfp-arrow:hover {
    opacity: 1 !important;
}


/* Pfeile etwas besser sichtbar */
.mfp-arrow-left {
    left: 10px !important;
}

.mfp-arrow-right {
    right: 10px !important;
}


/* =========================================================
   Bildzähler
   ========================================================= */

.mfp-counter {
    font-size: 15px !important;
    color: #fff !important;
}

/* =========================================================
   ST005 – GROSSE REFERENZ-BILDERSHOW
   Einheitliche maximale Bildfläche 800 × 600 px
   ========================================================= */


/* Popup-Bild */
.mfp-image-holder .mfp-content img.mfp-img
{
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 800px !important;
    max-height: 600px !important;

    object-fit: contain !important;

    margin: 0 auto !important;
}


/* Popup-Inhalt ebenfalls auf 800 px begrenzen */
.mfp-image-holder .mfp-content
{
    max-width: 800px !important;
}


/* Bildcontainer */
.mfp-image-holder .mfp-figure
{
    max-width: 800px !important;
    margin: 0 auto !important;
}


/* =========================================================
   Kleinere Bildschirme
   ========================================================= */

@media (max-width: 860px)
{
    .mfp-image-holder .mfp-content,
    .mfp-image-holder .mfp-figure
    {
        max-width: 94vw !important;
    }

    .mfp-image-holder .mfp-content img.mfp-img
    {
        max-width: 94vw !important;
        max-height: 80vh !important;
    }
}

/* =========================================================
   ST006 – ELEGANTE VARIANTE
   ========================================================= */

.st006-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;

    max-width: 1250px;
    margin: 0 auto;
}


/* Karten */
.st006-option {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 390px;

    padding: 48px 48px 42px;

    background:
        linear-gradient(
            145deg,
            #f7f8f8 0%,
            #eef2f3 55%,
            #e5ecee 100%
        );

    border: 1px solid rgba(0, 0, 0, 0.06);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.08);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* Türkise Akzentlinie oben */
.st006-option::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: #30b6c8;
}


/* leichter Glanz / Flächenverlauf */
.st006-option::after {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 45%;
    height: 100%;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.42),
            rgba(255,255,255,0)
        );

    pointer-events: none;
}


/* Hover */
.st006-option:hover {
    transform: translateY(-4px);

    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.11);
}


/* =========================================================
   TEXTE
   ========================================================= */

.st006-option h3 {
    position: relative;
    z-index: 1;

    margin: 0 0 28px;

    font-size: 31px;
    line-height: 1.18;
    font-weight: 700;

    color: #30363a;
}


.st006-option p {
    position: relative;
    z-index: 1;

    margin: 0 0 38px;

    font-size: 19px;
    line-height: 1.6;

    color: #596267;
}


/* =========================================================
   BUTTON
   ========================================================= */

.st006-button {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;

    align-self: flex-start;

    margin-top: auto;

    padding: 14px 24px;

    background: transparent;

    color: #27afc1 !important;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;

    border: 1px solid rgba(39,175,193,.55);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


/* kleiner Pfeil */
.st006-button::after {
    content: "→";

    margin-left: 11px;

    font-size: 20px;

    transition: transform .25s ease;
}


.st006-button:hover,
.st006-button:focus {
    background: #30b6c8;

    color: #fff !important;

    text-decoration: none !important;
}


.st006-button:hover::after {
    transform: translateX(4px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .st006-options {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .st006-option {
        min-height: 0;
        padding: 36px 30px;
    }

    .st006-option h3 {
        font-size: 26px;
    }

    .st006-option p {
        font-size: 18px;
    }

    .st006-button {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

/* =========================================================
   ExpoTalents Detailseiten CTA
   passend zu den 3 Säulen der Startseite
   ========================================================= */

.exp-detail-cta {
    margin: 38px 0 20px;
}

.exp-detail-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 330px;
    min-height: 64px;
    padding: 12px 32px;

    box-sizing: border-box;

    background: #2fb4c7;
    border: 2px solid #2fb4c7;

    color: #ffffff !important;

    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;

    text-decoration: none !important;

    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.10);

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* Mouseover */
.exp-detail-button:hover,
.exp-detail-button:focus {
    background: #ffffff;

    color: #2fb4c7 !important;

    border-color: #2fb4c7;

    transform: translateY(-3px);

    box-shadow: 0 11px 25px rgba(0, 0, 0, 0.14);

    text-decoration: none !important;
}


/* Smartphone */
@media (max-width: 767px) {

    .exp-detail-button {
        width: 100%;
        min-width: 0;

        padding: 16px 20px;

        font-size: 17px;
    }
}

/* =========================================================
   as-content-top – Hauptüberschrift schwarz
   ========================================================= */

#content-top h2.moduleTitle,
#content-top h2.moduleTitle span
{
    color: #32383c !important;
}

/* =========================================================
   DETAILSEITE PLANEN
   Sketch → Rendering → fertiger Messestand
   450 × 253 px Crossfade
   ========================================================= */

.et-plan-fader {
    position: relative;

    width: 450px;
    max-width: 100%;

    aspect-ratio: 450 / 253;

    margin: 25px auto 35px;

    overflow: hidden;

    background: #f5f5f5;

    box-shadow:
        0 10px 28px rgba(25, 38, 48, 0.10);
}


/* Alle drei Bilder exakt übereinander */

.et-plan-fader-img {
    position: absolute;

    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 0;

    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


/* Bild 1 – Skizze */

.et-plan-fader-1 {
    animation-name: etPlanFade1;
}


/* Bild 2 – Rendering */

.et-plan-fader-2 {
    animation-name: etPlanFade2;
}


/* Bild 3 – fertiger Stand */

.et-plan-fader-3 {
    animation-name: etPlanFade3;
}


/* =========================================================
   FADE-ABLAUF
   ========================================================= */

@keyframes etPlanFade1 {

    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes etPlanFade2 {

    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    58% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@keyframes etPlanFade3 {

    0% {
        opacity: 0;
    }

    58% {
        opacity: 0;
    }

    66% {
        opacity: 1;
    }

    92% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* Smartphone */

@media (max-width: 520px) {

    .et-plan-fader {
        width: 100%;
        margin: 20px auto 30px;
    }

}

/* Kontaktseite – Kontaktname "ExpoTalents" ausblenden */
.com-contact.contact > .page-header {
    display: none !important;
}

/* Kontaktseite – kleine Überschrift "Kontakt" über dem Logo entfernen */
.com-contact__container > h3 {
    display: none !important;
}

/* =========================================================
   KONTAKT – Logo + Kontaktdaten
   Desktop nebeneinander / Mobile untereinander
   ========================================================= */


/* gemeinsamer Bereich */
.com-contact__container {
    display: flex !important;
    align-items: center !important;

    gap: 70px !important;

    width: 100% !important;

    margin-bottom: 55px !important;
}


/* ---------------------------------------------------------
   LOGO LINKS
   --------------------------------------------------------- */

.com-contact__thumbnail.thumbnail {
    flex: 0 0 42% !important;

    width: 42% !important;

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

    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;

    text-align: right !important;
}


.com-contact__thumbnail.thumbnail img {
    display: inline-block !important;

    width: 300px !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 !important;
}


/* ---------------------------------------------------------
   KONTAKTDATEN RECHTS
   --------------------------------------------------------- */

.com-contact__info {
    flex: 1 1 auto !important;

    width: auto !important;

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

    text-align: left !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .com-contact__container {
        display: block !important;

        margin-bottom: 40px !important;
    }


    .com-contact__thumbnail.thumbnail {
        width: 100% !important;

        margin: 0 0 25px 0 !important;

        text-align: left !important;
    }


    .com-contact__thumbnail.thumbnail img {
        width: 260px !important;
        max-width: 100% !important;
    }


    .com-contact__info {
        width: 100% !important;

        text-align: left !important;
    }
}

/* =========================================================
   KONTAKT – Adressblock kräftiger
   ========================================================= */

.com-contact__info {
    font-size: 22px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    color: #3f4447 !important;
}

/* einzelne Texte im Adressbereich */
.com-contact__info address,
.com-contact__info p,
.com-contact__info span {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

/* E-Mail etwas hervorheben */
.com-contact__info a {
    font-weight: 500 !important;
}

/* Telefonbereich */
.com-contact__info .contact_details {
    font-weight: 400 !important;
}

/* =========================================================
   EXPOTALENTS – KONTAKTSEITE
   Bereich: Kontaktformular + F00 + Karte
   ========================================================= */


/* ---------------------------------------------------------
   1. Bereich "Weitere Informationen" auf volle Breite
   --------------------------------------------------------- */

.com-contact__miscinfo.contact-miscinfo
{
    width: 100% !important;
    max-width: none !important;

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

    box-sizing: border-box !important;
}


/* ---------------------------------------------------------
   2. Altes Joomla-DL-Layout neutralisieren
   --------------------------------------------------------- */

.com-contact__miscinfo .dl-horizontal
{
    display: block !important;

    width: 100% !important;
    max-width: none !important;

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


/* linke, unsichtbare Bootstrap-Spalte entfernen */
.com-contact__miscinfo .dl-horizontal > dt
{
    display: none !important;

    width: 0 !important;

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


/* eigentlicher Inhaltsbereich */
.com-contact__miscinfo .dl-horizontal > dd
{
    display: block !important;

    width: 100% !important;
    max-width: none !important;

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

    box-sizing: border-box !important;
}


/* zusätzlicher Joomla-Wrapper */
.com-contact__miscinfo .contact-misc
{
    display: block !important;

    width: 100% !important;
    max-width: none !important;

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

    box-sizing: border-box !important;
}


/* ---------------------------------------------------------
   3. Überschrift "Weitere Informationen"
      durch "Kontaktformular" ersetzen
   --------------------------------------------------------- */


/* ---------------------------------------------------------
   4. F00 auf volle Breite
   --------------------------------------------------------- */

.com-contact__miscinfo .creative_form_12,
.com-contact__miscinfo .creativecontactform_wrapper,
.com-contact__miscinfo .creativecontactform_wrapper_inner,
.com-contact__miscinfo .creativecontactform_form,
.com-contact__miscinfo .creativecontactform_body,
.com-contact__miscinfo .ccf_pages_wrapper,
.com-contact__miscinfo .ccf_pages_inner,
.com-contact__miscinfo .ccf_page_item
{
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    box-sizing: border-box !important;
}


/* ---------------------------------------------------------
   5. Karte auf volle Breite
   --------------------------------------------------------- */

.com-contact__miscinfo .phocamaps,
.com-contact__miscinfo .phocamaps-map,
.com-contact__miscinfo .leaflet-container
{
    width: 100% !important;
    max-width: none !important;

    box-sizing: border-box !important;
}


/* ---------------------------------------------------------
   6. Mobile
   --------------------------------------------------------- */

@media (max-width: 767px)
{
    .com-contact h3:has(+ .com-contact__miscinfo)
    {
        margin-top: 40px !important;
        margin-bottom: 22px !important;
    }

    .com-contact h3:has(+ .com-contact__miscinfo)::after
    {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .com-contact__miscinfo,
    .com-contact__miscinfo .contact-misc,
    .com-contact__miscinfo .creative_form_12,
    .com-contact__miscinfo .creativecontactform_wrapper,
    .com-contact__miscinfo .creativecontactform_wrapper_inner
    {
        width: 100% !important;
        max-width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        box-sizing: border-box !important;
    }
}

/* =========================================================
   F00 – Schriftgrößen
   ========================================================= */

/* Überschrift Kontaktformular kräftiger */
.com-contact h3:has(+ .com-contact__miscinfo)::after
{
    font-weight: 700 !important;
}


/* Beschriftungen der Formularfelder */
.creative_form_12 label,
.creative_form_12 .creativecontactform_field_name,
.creative_form_12 .creative_field_box_wrapper label
{
    font-size: 16px !important;
    line-height: 1.4 !important;
}


/* Texte in Eingabefeldern */
.creative_form_12 input,
.creative_form_12 textarea,
.creative_form_12 select
{
    font-size: 16px !important;
    line-height: 1.4 !important;
}


/* Platzhalter */
.creative_form_12 input::placeholder,
.creative_form_12 textarea::placeholder
{
    font-size: 16px !important;
}


/* erklärende Texte / Datenschutz */
.creative_form_12 .creativecontactform_body,
.creative_form_12 .creativecontactform_body p,
.creative_form_12 .creativecontactform_body span
{
    font-size: 16px;
    line-height: 1.5;
}

.creative_form_12 .creativecontactform_pre_text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;

    margin-bottom: 18px !important;

    color: #444444 !important;
}
/* =========================================================
   KONTAKT – Joomla Originalformular vollständig ausblenden
   ========================================================= */

.com-contact .com-contact__form.contact-form {
    display: none !important;
}

.com-contact h3:has(+ .com-contact__form.contact-form) {
    display: none !important;
}


/* =========================================================
   REFERENZGALERIE – einheitliches Bildformat 4:3
   Zielformat der Bilder: 800 × 600 px
   ========================================================= */

.gallery-item.gallery-grid .img-intro img {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    aspect-ratio: 4 / 3 !important;

    object-fit: cover !important;
    object-position: center center !important;
}

/* =========================================================
   EXPOTALENTS – WEISSER FOOTER
   ========================================================= */

.exp-footer-main {
    display: grid;
    grid-template-columns: 1.15fr 1.35fr 1fr 1fr;
    gap: 55px;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 55px 30px 35px;

    box-sizing: border-box;
}

.exp-footer-col {
    min-width: 0;
}

.exp-footer-logo {
    display: block;

    width: 230px;
    max-width: 100%;
    height: auto;

    margin: 0;
}

.exp-footer-main h4 {
    margin: 0 0 20px;

    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;

    color: #32383c;
}

.exp-footer-location {
    margin-bottom: 18px;

    font-size: 15px;
    line-height: 1.5;

    color: #555d61;
}

.exp-footer-location strong {
    color: #28b8cf;
    font-weight: 600;
}

.exp-footer-contact {
    margin-top: 20px;

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

.exp-footer-contact a,
.exp-footer-links a {
    color: #555d61;
    text-decoration: none;

    transition: color 0.2s ease;
}

.exp-footer-contact a:hover,
.exp-footer-links a:hover {
    color: #28b8cf;
}

.exp-footer-links {
    list-style: none;

    margin: 0;
    padding: 0;
}

.exp-footer-links li {
    margin: 0 0 10px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 979px) {

    .exp-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px 50px;

        padding: 45px 28px 30px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .exp-footer-main {
        display: block;

        padding: 38px 24px 25px;
    }

    .exp-footer-col {
        margin-bottom: 32px;
    }

    .exp-footer-logo {
        width: 210px;
    }

    .exp-footer-main h4 {
        margin-bottom: 14px;
    }
}

/* =========================================================
   EXPOTALENTS – FOOTER ROW 3
   Neuer Unternehmensfooter + Socials
   ========================================================= */

#footer-row-3 {
    padding: 0 !important;
}

#footer-row-3 .row-wrapper,
#footer-row-3 .row-container,
#footer-row-3 .container-fluid {
    min-height: 0 !important;
}

#footer-row-3 .row-fluid {
    display: block !important;

    min-height: 0 !important;

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


/* Social-Modul */
#footer-row-3 .moduletable.social,
#footer-row-3 .moduletable.socials {
    width: 100% !important;

    margin: 20px auto 35px !important;

    text-align: center !important;
}

/* =========================================================
   REFERENZEN – Filter Desktop nebeneinander
   ========================================================= */

@media (min-width: 768px) {

    .exp-project-filters {
        display: flex !important;
        align-items: flex-start !important;
        gap: 40px !important;

        margin-bottom: 30px !important;
    }

    .exp-filter-group {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .exp-filter-buttons {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;

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

    .exp-filter-buttons li {
        display: inline-block !important;
        margin: 0 !important;
    }

    .exp-filter-buttons .btn {
        margin: 0 !important;
        white-space: nowrap !important;
    }
}

/* =========================================================
   ST005 – Projektfilterdaten unsichtbar
   Daten bleiben im HTML für die Galerie-Filterlogik erhalten
   ========================================================= */

/* komplette Feldgruppe ausblenden */
ul.fields-container:has(.field-entry.standtyp) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* zusätzliche Absicherung */
.field-entry.standtyp,
.field-entry.standflaeche,
.field-entry.messe,
.field-entry.ort {
    display: none !important;
}

/* =========================================================
   EXPOTALENTS – UNTERNEHMEN / TEAM
   ========================================================= */


/* ---------------------------------------------------------
   SEITENÜBERSCHRIFT
   --------------------------------------------------------- */

.exp-team-page .page_header h1 {
    font-size: 50px !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    margin: 0 0 38px 0 !important;
}


/* ---------------------------------------------------------
   EINLEITUNG
   --------------------------------------------------------- */

.exp-team-page .team-intro {
    margin: 0 0 62px 0 !important;
    max-width: 1200px;
}

.exp-team-page .team-intro p {
    margin: 0 !important;
    line-height: 1.5;
}


/* ---------------------------------------------------------
   5 TEAMSPALTEN
   --------------------------------------------------------- */

.exp-team-page .items-row.cols-5 {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 34px !important;
    width: 100% !important;
}

.exp-team-page .items-row.cols-5 > div {
    float: none !important;
    width: calc(20% - 28px) !important;
    margin-left: 0 !important;
}


/* ---------------------------------------------------------
   EINZELNE TEAMKARTE
   --------------------------------------------------------- */

.exp-team-page .item {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
}


/* ---------------------------------------------------------
   PROFILBILD
   --------------------------------------------------------- */

.exp-team-page .item_img {
    float: none !important;
    width: 100% !important;
    margin: 0 0 24px 0 !important;
}

.exp-team-page .item_img .img-shadow-wrapper,
.exp-team-page .item_img .img-inner-wrapper {
    width: 100% !important;
}

.exp-team-page .item_img img {
    display: block !important;
    width: 175px !important;
    height: 175px !important;
    max-width: none !important;

    object-fit: cover;
    border-radius: 50%;

    margin: 0 !important;
}


/* ---------------------------------------------------------
   NAME
   Feste Höhe sorgt dafür, dass alle Striche gleich stehen.
   --------------------------------------------------------- */

.exp-team-page .item_header {
    position: relative;

    height: 76px !important;
    min-height: 76px !important;

    margin: 0 0 12px 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
}


/* Name */

.exp-team-page .item_title {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 25px !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
}

.exp-team-page .item_title a {
    color: #333 !important;
    text-decoration: none !important;
}


/* kurzer türkiser Strich

   Durch margin-top:auto sitzt er bei allen Personen
   exakt auf derselben Höhe – egal ob der Name eine
   oder zwei Zeilen hat.
*/

.exp-team-page .item_header::after {
    content: "";

    display: block;

    width: 27px;
    height: 3px;

    background: #2bb3c7;

    margin-top: auto;
}


/* ---------------------------------------------------------
   INTROTEXT
   --------------------------------------------------------- */

.exp-team-page .item_introtext {
    margin: 0 !important;

    font-size: 15px !important;
    line-height: 1.42 !important;
    color: #555 !important;
}


/* ---------------------------------------------------------
   FUNKTION
   Ebenfalls feste Höhe für eine gemeinsame Grundlinie
   --------------------------------------------------------- */

.exp-team-page .item_introtext strong:first-child {
    display: block !important;

    min-height: 48px !important;

    margin: 0 0 10px 0 !important;
    padding: 0 !important;

    color: #2bb3c7 !important;

    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}


/* alter Strich unter Funktion sicher entfernen */

.exp-team-page .item_introtext strong:first-child::after {
    display: none !important;
    content: none !important;
}


/* Joomla/Editor erzeugt häufig direkt hinter strong ein BR.
   Das erzeugt sonst den großen Abstand vor den Aufgaben.
*/

.exp-team-page .item_introtext strong:first-child + br {
    display: none !important;
}


/* ---------------------------------------------------------
   AUFGABENGEBIETE
   --------------------------------------------------------- */

.exp-team-page .item_introtext {
    padding-top: 0 !important;
}


/* ---------------------------------------------------------
   NICHT BENÖTIGTE BEITRAGSINFOS
   --------------------------------------------------------- */

.exp-team-page .item_info,
.exp-team-page .fields-container {
    display: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .exp-team-page .page_header h1 {
        font-size: 44px !important;
    }

    .exp-team-page .items-row.cols-5 {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
    }

    .exp-team-page .items-row.cols-5 > div {
        width: calc(33.333% - 24px) !important;
        margin-bottom: 50px !important;
    }
}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 767px) {

    .exp-team-page .page_header h1 {
        font-size: 34px !important;
        line-height: 1.1 !important;
        margin-bottom: 25px !important;
    }

    .exp-team-page .team-intro {
        margin-bottom: 45px !important;
    }

    .exp-team-page .items-row.cols-5 {
        display: block !important;
    }

    .exp-team-page .items-row.cols-5 > div {
        width: 100% !important;
        margin: 0 0 55px 0 !important;
    }

    .exp-team-page .item_img img {
        width: 180px !important;
        height: 180px !important;
    }

    .exp-team-page .item_header {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 13px !important;
    }

    .exp-team-page .item_header::after {
        margin-top: 12px !important;
    }

    .exp-team-page .item_introtext strong:first-child {
        min-height: 0 !important;
        margin-bottom: 8px !important;
    }

    .exp-team-page .item_title {
        font-size: 24px !important;
    }
}

/* =========================================================
   EXPOTALENTS – TEAM FEINSCHLIFF
   ========================================================= */


/* Team-Striche länger + etwas dicker */

.exp-team-page .item_header::after {
    width: 42px !important;   /* vorher ca. 27px */
    height: 4px !important;   /* vorher 3px */
}


/* Trennstrich unter "Wir sind für Sie da" */

.exp-team-page .page_header::after {
    content: "";
    display: block;

    width: 95px;
    height: 4px;

    background: #2bb3c7;

    margin-top: 18px;
}


/* Abstand zwischen Überschrift/Strich und Einleitung */

.exp-team-page .page_header {
    margin-bottom: 28px !important;
}

.exp-team-page .team-intro {
    margin-top: 0 !important;
}

/* =========================================================
   EXPOTALENTS – KENNZAHLEN FINAL
   ========================================================= */

.exp-facts .exp-fact {
    text-align: center !important;
    color: #ffffff !important;
}

.exp-facts .exp-counter {
    display: block !important;

    font-size: 40px !important;
    line-height: 1 !important;
    font-weight: 500 !important;

    color: #ffffff !important;

    margin-bottom: 9px !important;
}

.exp-facts .exp-fact-label {
    display: block !important;

    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;

    color: #ffffff !important;
}


/* Tablet */

@media (max-width: 900px) {

    .exp-facts {
        grid-template-columns: repeat(2, 1fr) !important;
        row-gap: 30px !important;
    }

}


/* Smartphone */

@media (max-width: 520px) {

    .exp-facts {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 25px 12px !important;
        gap: 25px 10px !important;
    }

    .exp-facts .exp-counter {
        font-size: 32px !important;
    }

    .exp-facts .exp-fact-label {
        font-size: 13px !important;
    }

}

/* =========================================================
   UNTERNEHMEN – Abstand Team → Kennzahlen reduzieren
   ========================================================= */

.exp-team-page {
    padding-bottom: 40px !important;
    margin-bottom: 0 !important;
}

.exp-team-page .items-row.cols-5 {
    margin-bottom: 0 !important;
}

.exp-team-page .item {
    margin-bottom: 0 !important;
}

/* =========================================================
   UNTERNEHMEN – Leerraum nach Team reduzieren
   ========================================================= */

#main-content-row:has(.exp-team-page) {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#main-content-row:has(.exp-team-page) .row-wrapper,
#main-content-row:has(.exp-team-page) .row-container,
#main-content-row:has(.exp-team-page) .container-fluid,
#main-content-row:has(.exp-team-page) .row-fluid {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#main-content-row:has(.exp-team-page) #component {
    padding-bottom: 35px !important;
    margin-bottom: 0 !important;
}

.exp-team-page {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.exp-team-page .items-row.cols-5 {
    margin-bottom: 0 !important;
}

/* =========================================================
   UNTERNEHMEN – Kennzahlenblock kompakter
   ========================================================= */

#content-row-8 {
    min-height: 0 !important;
    height: auto !important;

    padding-top:20px !important;
    padding-bottom: 40px !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#content-row-8 .row-wrapper,
#content-row-8 .row-container,
#content-row-8 .container-fluid,
#content-row-8 .row-fluid,
#content-row-8 .moduletable,
#content-row-8 .moduletable-wrapper,
#content-row-8 .mod-custom {
    min-height: 0 !important;
    height: auto !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* =========================================================
   EXPOTALENTS – UNSERE STÄRKEN
   ========================================================= */

.exp-strengths {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 70px 30px 80px;

    box-sizing: border-box;
}


/* =========================================================
   ÜBERSCHRIFT
   ========================================================= */

.exp-strengths-header {
    margin: 0 0 48px 0;
}

.exp-strengths-header h2 {
    margin: 0 !important;

    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;

    color: #333333 !important;
}


/* türkiser Strich unter Überschrift */

.exp-strengths-line {
    display: block;

    width: 90px;
    height: 4px;

    margin-top: 18px;

    background: #2bb3c7;
}


/* =========================================================
   OBERER BEREICH
   Einleitung links / Highlight rechts
   ========================================================= */

.exp-strengths-intro {
    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    gap: 70px;

    align-items: start;

    margin-bottom: 65px;
}


/* ---------------------------------------------------------
   EINLEITUNG LINKS
   --------------------------------------------------------- */

.exp-strengths-intro-text {
    padding-right: 20px;
}

.exp-strengths-intro-text p {
    margin: 0 0 22px 0 !important;

    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 400;

    color: #555d61 !important;
}

.exp-strengths-intro-text p:last-child {
    margin-bottom: 0 !important;
}


/* =========================================================
   HIGHLIGHT RECHTS
   ========================================================= */

.exp-strength-highlight {
    width: 100%;
}


/* Bild */

.exp-strength-highlight .exp-strength-image {
    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    margin-bottom: 24px;
}

.exp-strength-highlight .exp-strength-image img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
    object-position: center;

    transition: transform 0.4s ease;
}


/* dezenter Hover */

.exp-strength-highlight:hover .exp-strength-image img {
    transform: scale(1.025);
}


/* Highlight Titel */

.exp-strength-highlight h3 {
    margin: 0 !important;

    font-size: 27px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    color: #333333 !important;
}


/* türkiser Strich */

.exp-strength-card-line {
    display: block;

    width: 45px;
    height: 4px;

    margin: 14px 0 18px;

    background: #2bb3c7;
}


/* Highlight Text */

.exp-strength-highlight p {
    margin: 0 !important;

    font-size: 16px !important;
    line-height: 1.55 !important;

    color: #555d61 !important;
}


/* =========================================================
   STÄRKENRASTER
   Desktop = 3 × 2
   ========================================================= */

.exp-strength-grid {
    display: grid;

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

    gap: 58px 45px;

    width: 100%;
}


/* =========================================================
   EINZELNE STÄRKE
   ========================================================= */

.exp-strength-card {
    min-width: 0;
}


/* Bild */

.exp-strength-card > img {
    display: block;

    width: 100% !important;
    height: auto !important;

    aspect-ratio: 16 / 9;

    object-fit: cover;
    object-position: center;

    margin: 0 0 23px 0 !important;

    transition: transform 0.4s ease;
}

.exp-strength-card {
    overflow: hidden;
}


/* ---------------------------------------------------------
   TITEL
   --------------------------------------------------------- */

.exp-strength-card h3 {
    margin: 0 !important;

    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    color: #333333 !important;
}


/* ---------------------------------------------------------
   TEXT
   --------------------------------------------------------- */

.exp-strength-card p {
    margin: 0 !important;

    font-size: 15px !important;
    line-height: 1.55 !important;

    color: #555d61 !important;
}


/* =========================================================
   DESKTOP HOVER
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

    .exp-strength-card > img:hover {
        transform: scale(1.025);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 979px) {

    .exp-strengths {
        padding:
            60px
            28px
            70px;
    }


    .exp-strengths-header h2 {
        font-size: 38px !important;
    }


    /* Einleitung und Highlight untereinander */

    .exp-strengths-intro {
        grid-template-columns: 1fr;

        gap: 42px;

        margin-bottom: 55px;
    }


    .exp-strengths-intro-text {
        padding-right: 0;
    }


    /* Stärken = 2 Spalten */

    .exp-strength-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 48px 35px;
    }

}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 767px) {

    .exp-strengths {
        padding:
            48px
            24px
            55px;
    }


    .exp-strengths-header {
        margin-bottom: 34px;
    }


    .exp-strengths-header h2 {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }


    .exp-strengths-line {
        width: 70px;
        height: 4px;

        margin-top: 14px;
    }


    /* Einleitung */

    .exp-strengths-intro {
        display: block;

        margin-bottom: 48px;
    }


    .exp-strengths-intro-text {
        margin-bottom: 38px;
    }


    .exp-strengths-intro-text p {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }


    /* Highlight */

    .exp-strength-highlight h3 {
        font-size: 24px !important;
    }


    /* Stärken = 1 Spalte */

    .exp-strength-grid {
        display: block;
    }


    .exp-strength-card {
        margin-bottom: 45px;
    }


    .exp-strength-card:last-child {
        margin-bottom: 0;
    }


    .exp-strength-card h3 {
        font-size: 22px !important;
    }


    .exp-strength-card p {
        font-size: 15px !important;
    }

}