/*
Theme Name: Limoon
Theme URI: https://limoon.nl
Description: Child theme ontwikkeld door Dappr
Author: Dappr
Author URI: https://dappr.nl
Template: hello-elementor
Version: 1.0.0
Text Domain: limoon
*/

/* ==========================================================================
   MAIN
========================================================================== */

/* --e-global-color-primary: #E96647;
--e-global-color-secondary: #F5F4F0;
--e-global-color-text: #282828;
--e-global-color-accent: #E96647;
--e-global-color-01c2f38: #6F9EC4;
--e-global-color-cb97818: #F1A789;
--e-global-color-a8540e6: #31AD74;
--e-global-color-9872b36: #F4D45D;
--e-global-color-0f48a63: #292926;
--e-global-color-785791f: #B5D05A; */

@media (max-width: 1024px) { .desktop-cases { display: none; } }
@media (min-width: 1025px) { .cases-swiper  { display: none !important; } }

/* ==========================================================================
   MENU / POPUPS
========================================================================== */
.circle-overlay {
    position: fixed;
    background: var(--e-global-color-secondary);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.6s ease;
    z-index: 1000;
    pointer-events: none;
    will-change: transform;
}

.circle-overlay.active {
    transform: scale(1);
}

#elementor-popup-modal-436 li {
    text-align: center !important;
}
@media only screen and (min-width: 767px) {
    #elementor-popup-modal-436 li a {
        line-height: .8 !important;
        padding: 0;
    }
}
#elementor-popup-modal-436 .dialog-lightbox-close-button,
#elementor-popup-modal-714 .dialog-lightbox-close-button {
    outline: 0 !important;
}
#elementor-popup-modal-436 .dialog-lightbox-close-button:hover,
#elementor-popup-modal-714 .dialog-lightbox-close-button:hover {
    animation: spin-once 0.5s ease forwards;
}
#elementor-popup-modal-436 img,
#elementor-popup-modal-714 .case-close {
    width: 48px !important;
    height: auto !important;
    transform: rotate(130deg);
}

/* ==========================================================================
   ANIMATIES  
========================================================================== */
@keyframes spin-once {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ==========================================================================
   FIT TEXT
========================================================================== */
.desktop-only,
.mobile-only { display: block; }

@media (max-width: 1024px) { .desktop-only { display: none; } }
@media (min-width: 1025px) { .mobile-only  { display: none; } }

/* Tekst: CSS clamp vanaf 1025px */
@media only screen and (min-width: 1025px) {
    .limoon-fit-text p {
        font-size: clamp(0.875rem, 1vw, 9999px) !important;
    }
    .limoon-fit-text strong {
        font-size: clamp(1rem, 1.17vw, 9999px) !important;
    }
}
.limoon-fit-center span {
    margin-left: auto;
    margin-right: auto;
}
/* ==========================================================================
   HEADER / STICKY NAV
========================================================================== */

.header-2 {
    transform: translateY(-190px);
    transition: all 0.3s ease !important;
    width: 100% !important;
    background-color: transparent !important;
    background-image: none !important;
}

.elementor-sticky--effects.header-2 {
    height: auto !important;
    transform: translateY(0) !important;
}

.elementor-sticky--effects.header-1 {
    display: none !important;
}

.color-invert {
    color: #ffffff;
    mix-blend-mode: difference;
}

.color-invert-img {
    filter: brightness(0) invert(1);
    mix-blend-mode: difference;
}


/* ==========================================================================
   LIMOON RAGGED — Container
========================================================================== */

.limoon-ragged {
    position: relative !important;
    overflow: visible !important;
}

.limoon-ragged::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: inherit !important;
    border-radius: inherit !important;
    filter: url(#ragged-section) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.limoon-ragged > *:not(.elementor-background-video-container):not(.ragged-absolute) {
    position: relative !important;
    z-index: 1 !important;
}

.limoon-ragged > .ragged-absolute {
    position: absolute !important;
    z-index: 1 !important;
}
.limoon-ragged > .elementor-background-video-container {
    z-index: 0 !important;
}


/* ==========================================================================
   LIMOON RAGGED — Button
========================================================================== */

.limoon-ragged-btn .elementor-button-wrapper {
    overflow: visible !important;
}

.limoon-ragged-btn .elementor-button {
    position: relative !important;
    isolation: isolate !important;
}

.limoon-ragged-btn .elementor-button::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        url('https://limoon.dapprgemaakt.nl/wp-content/uploads/2026/05/RUIS.svg') center / cover no-repeat,
        var(--button-bg, #F4D45D) !important;
    filter: url(#ragged-btn) !important;
    z-index: -1 !important;
    transition: background 0.3s ease !important;
}
.limoon-ragged-btn.btn-popup .elementor-button::before {
    background:
        url('https://limoon.dapprgemaakt.nl/wp-content/uploads/2026/05/RUIS.svg') center / cover no-repeat,
        var(--e-global-color-primary) !important;
}
.limoon-ragged-btn:hover .elementor-button::before {
    background:
        url('https://limoon.dapprgemaakt.nl/wp-content/uploads/2026/05/RUIS.svg') center / cover no-repeat,
        var(--button-hover-bg, #282828) !important;
}

.limoon-ragged-btn .elementor-button span {
    position: relative !important;
    z-index: 1 !important;
}

@media (max-width: 767px) {
    .limoon-ragged-btn .elementor-button {
        font-size: 18px !important;
        padding: 10px 24px !important;
    }
}
/* ==========================================================================
   LIMOON RAGGED — Images
========================================================================== */

/* Specifiek: case-block */
.case-block {
    position: relative !important;
    overflow: hidden !important;
}

.case-block .image-mask {
    position: absolute !important;
    inset: 0 !important;
    -webkit-mask-image: var(--image-mask) !important;
    mask-image: var(--image-mask) !important;
    -webkit-mask-size: 100% 100% !important;
    mask-size: 100% 100% !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
}

.case-block .case-bg {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Globaal: ragged-block (vrij te gebruiken in Elementor via CSS class) */
.ragged-block {
    position: relative !important;
    overflow: hidden !important;
}

.ragged-block .image-mask {
    position: absolute !important;
    inset: 0 !important;
    -webkit-mask-image: var(--image-mask) !important;
    mask-image: var(--image-mask) !important;
    -webkit-mask-size: 100% 100% !important;
    mask-size: 100% 100% !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
}

.ragged-block .img-bg {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/* ==========================================================================
   LIMOON RAGGED — Cursor
========================================================================== */

/* ── Ragged cursor ── */
.limoon-ragged-cursor {
    position: fixed;
    overflow: visible !important;
    background: transparent !important;
}

.limoon-ragged-cursor::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-color: var(--cursor-bg, #333333) !important; /* ← variabele met fallback */
    border-radius: 50% !important;
    filter: url(#ragged-btn) !important;
    z-index: -1 !important;
    transition: inherit !important;
}

.limoon-ragged-cursor span {
    position: relative !important;
    z-index: 1 !important;
}

/* ==========================================================================
   HOME CARDS
========================================================================== */

.limoon-slides-wrapper {
    margin-top: 0;
    overflow: clip;
}

.limoon-section {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    overflow: clip;
    isolation: isolate;
    will-change: transform;
    transform: translateZ(0);
}

@media only screen and (min-width: 1025px) {
    .limoon-section {
        height: 100vh;
    }
}

.limoon-section-inner {
    height: 100%;
}


/* ==========================================================================
   SECTION 1
========================================================================== */

.limoon-section-1 {
    background: var(--e-global-color-secondary);
    z-index: 1;
    overflow: visible;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-1 {
        height: 100vh;
    }
}
.limoon-section-1 .limoon-section-inner {
    display: grid;
    height: auto;
    grid-column: 1 / -1;
    overflow: visible;
    gap: 20px;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .limoon-section-1 .limoon-section-inner {
        gap: 30px;
        padding: 30px;
    }
}
@media only screen and (min-width: 1025px) {
    .limoon-section-1 .limoon-section-inner {
        grid-template-columns: 3fr 2fr;
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "Top Top Top"
            "bottom-left bottom-left bottom-right";
        min-height: calc(100vh - 60px);
    }
}

/* ── Block 1 ── */
.limoon-section-1 .block-1 {
    grid-column: 1 / -1;
    background-color: var(--e-global-color-text);
    background-image: url('https://limoon.dapprgemaakt.nl/wp-content/uploads/2026/05/RUIS.svg');
    background-repeat: repeat;
    background-size: auto;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .limoon-section-1 .block-1 {
        padding: 30px;
    }
}

.limoon-section-1 .block-1 h1 {
    color: var(--e-global-color-secondary);
    font-family: "Bungee", Sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.limoon-section-1 .block-1 .block-1-content {
    max-width: 100%;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-1 .block-1 .block-1-content {
        max-width: 70%;
    }
}
.limoon-section-1 .block-1 p {
    color: var(--e-global-color-secondary);
    font-family: "Ubuntu", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.667;
}

@media only screen and (min-width: 768px) {
    .limoon-section-1 .block-1 p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1025px) {
    .limoon-section-1 .block-1 p {
        max-width: 70%;
    }
}

.limoon-section-1 .block-1 p strong {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .limoon-section-1 .block-1 p strong {
        font-size: 16px;
    }
}
.limoon-section-1 .block-1 figure {
    position: absolute !important;
    right: 30px;
    bottom: 30px;
    width: 140px;
    height: auto;
    display: none;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-1 .block-1 figure {
        display: block;
    }
}
.limoon-section-1 .block-1 img {
    width: 100%;
    height: 100%;
}
/* ── Block 2 ── */
.limoon-section-1 .block-2 {
    position: relative;
    grid-column: 1 / -1;
    grid-row: auto;
    min-width: 0;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-1 .block-2 {
        grid-column: 1 / 2;
        grid-row: 2;
    }
}

.limoon-section-1 .block-2 figure {
    width: 100%;
    height: 100%;
    margin: 0;
}

.limoon-section-1 .block-2 .filosofie-titel {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.limoon-section-1 .block-2 .filosofie-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 110px;
}

@media only screen and (min-width: 768px) {
    .limoon-section-1 .block-2 .filosofie-img {
        max-width: 175px;
    }
}

@media only screen and (min-width: 1025px) {
    .limoon-section-1 .block-2 .filosofie-img {
        max-width: 240px;
    }
}

/* ── Block 3 ── */
.limoon-section-1 .block-3 {
    grid-column: 1 / -1;
    grid-row: auto;
    min-width: 0;
    background-color: var(--e-global-color-primary);
    background-image: url('https://limoon.dapprgemaakt.nl/wp-content/uploads/2026/05/RUIS.svg');
    background-repeat: repeat;
    background-size: auto;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-1 .block-3 {
        grid-column: 2 / 3;
        grid-row: 2;
        padding: 30px;
    }
}

.limoon-section-1 .block-3 h2 {
    color: var(--e-global-color-secondary);
    font-family: "Bungee", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    .limoon-section-1 .block-3 h2 {
        font-size: 50px;
    }
}
.limoon-section-1 .block-3 p {
    color: var(--e-global-color-secondary);
    font-family: "Ubuntu", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.667;
}

@media only screen and (min-width: 768px) {
    .limoon-section-1 .block-3 p {
        font-size: 15px;
    }
}


/* ==========================================================================
   SECTION 2
========================================================================== */

.limoon-section-2 {
    background-color: var(--e-global-color-text);
    background-image: url('https://limoon.dapprgemaakt.nl/wp-content/uploads/2026/05/RUIS.svg');
    background-repeat: repeat;
    background-size: auto;
    overflow: visible;
    z-index: 2;
}

.limoon-section-2 .limoon-section-inner {
    display: grid;
    grid-column: 1 / -1;
    gap: 20px;
    padding: 20px;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-2 .limoon-section-inner {
        grid-template-columns: 3fr 2fr;
        grid-template-rows: auto 1fr;
        height: calc(100vh - 60px);
        gap: 30px;
        padding: 30px;
    }
}


/* ── Block 1 ── */
.limoon-section-2 .block-1 {
    grid-column: 1 / 2;
    grid-row: 1;
}

.limoon-section-2 .block-1 h2 {
    color: var(--e-global-color-secondary);
    font-family: "Bungee", Sans-serif;
    font-size: 53px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    word-break: normal;
    hyphens: auto;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-2 .block-1 h2 {
        font-size: 62px;
        hyphens: none;
    }
}

/* ── Block 2 ── */
.limoon-section-2 .block-2 {
    grid-column: 2 / 3;
    grid-row: 1;
    display: none;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-2 .block-2 {
        display: block;
    }
}

.limoon-section-2 .block-2 p {
    color: var(--e-global-color-secondary);
    font-family: "Ubuntu", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.667;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-2 .block-2 p {
        font-size: 15px;
    }
}

.limoon-section-2 .block-2 p strong {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-2 .block-2 p strong {
        font-size: 16px;
    }
}

/* ── Block 3 — horizontale cases ── */
.limoon-section-2 .block-3 {
    grid-column: 1 / -1;
    grid-row: 2;
    overflow: clip;
    min-width: 0;
    contain: paint;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-2 .block-3 {
        height: 100%;
    }
}

/* ── Desktop: horizontale scroll ── */
.limoon-horizontal-wrapper {
    display: none;
    gap: 20px;
    width: max-content;
    will-change: transform;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .limoon-horizontal-wrapper {
        gap: 30px;
    }
}

@media only screen and (min-width: 1025px) {
    .limoon-horizontal-wrapper {
        display: flex;
    }
}

.limoon-horizontal-section {
    flex: 0 0 30vw;
    height: 100%;
}

/* ── Mobiel: Swiper ── */
.cases-swiper {
    width: 100%;
    /* padding-bottom: 40px !important; */
}

.cases-swiper .swiper-slide {
    height: auto;
    min-height: 464px;
}

/* ── Case blocks ── */
.limoon-section-2 .block-3 .case-block {
    position: relative;
    height: 100%;
    min-height: 464px;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-2 .block-3 .case-block {
        min-height: unset;
    }
}

.limoon-section-2 .block-3 .image-mask {
    position: absolute;
    inset: 0;
    -webkit-mask-image: var(--image-mask);
    mask-image: var(--image-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.limoon-section-2 .block-3 .case-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--e-global-color-01c2f38);
}

.limoon-section-2 .block-3 .case-item {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .limoon-section-2 .block-3 .case-item {
        padding: 35px;
    }
}

.limoon-section-2 .block-3 .case-item h3 {
    color: var(--e-global-color-secondary);
    font-family: "Bungee", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 1024px) {
    .limoon-section-2 .block-3 .case-item h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1367px) {
    .limoon-section-2 .block-3 .case-item h3 {
        font-size: 30px;
    }
}

.limoon-section-2 .block-3 .case-item p {
    color: var(--e-global-color-secondary);
    font-family: "Ubuntu", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.667;
    margin: 0;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) {
    .limoon-section-2 .block-3 .case-item p {
        font-size: 15px;
    }
}
.limoon-section-2 .limoon-section-inner .more-cases {
    position: relative;
    padding: 20px;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-2 .limoon-section-inner .more-cases {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
    }
}
.limoon-section-2 .limoon-section-inner .more-cases a {
    font-family: "Bungee", Sans-serif;
    font-size: 19px;
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 15px;
    padding: 16px 22px;
    text-transform: uppercase;
}
.limoon-section-2 .more-cases .swiper-button-next {
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    width: 28px;
    height: 28px;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 50%;
}
.limoon-section-2 .more-cases .swiper-button-prev {
    position: absolute;
    bottom: 20px;
    right: 56px;
    top: auto;
    left: auto;
    width: 28px;
    height: 28px;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-2 .more-cases .swiper-button-next,
    .limoon-section-2 .more-cases .swiper-button-prev {
        display: none;
    }
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 15px !important;
    font-weight: 700;
    color: var(--e-global-color-secondary) !important;
}

.swiper-button-next:after {
    content: '\f0da' !important;
}
.swiper-button-prev:after {
    content: '\f0d9' !important;
}
/* ==========================================================================
   SECTION 3
========================================================================== */

.limoon-section-3 {
    background-color: var(--e-global-color-9872b36);
    background-image: url('https://limoon.dapprgemaakt.nl/wp-content/uploads/2026/05/RUIS.svg');
    background-repeat: repeat;
    background-size: auto;
    z-index: 3;
    /* display: none; */

}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 {
        margin-top: -100vh;
        min-height: 100vh;
    }
}
.limoon-section-3 .limoon-section-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    align-items: center;
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .limoon-section-3 .limoon-section-inner {
        grid-template-columns: 40fr 60fr;
        gap: 30px;
        padding: 30px;
    }
}

.limoon-section-3 .limoon-section-inner img.diensten-img {
    width: auto;
    height: 300px;
    position: absolute;
    right: 50px;
    bottom: 30px;
    display: none;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 .limoon-section-inner img.diensten-img {
        display: block;
    }
}
/* ── Block 1 — grote heading ── */
.limoon-section-3 .block-1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.limoon-section-3 .block-1 h2 {
    color: var(--e-global-color-text);
    font-family: "Bungee", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    line-height: 0.9;
    white-space: nowrap; 
}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 .block-1 h2 {
        font-size: 50px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: clamp(50px, 14vh, 200px);
    }
}

/* ── Block 2 — 3x2 diensten grid ── */
.limoon-section-3 .block-2 {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 20px; */
    width: 100%;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 .block-2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ── Dienst item ── */
.limoon-section-3 .dienst-item {
    padding-top: 15px;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid var(--e-global-color-text);
}
.limoon-section-3 .dienst-item:nth-last-child(-n+2) {
    border-bottom: none;
}
.limoon-section-3 .dienst-item:last-child {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 .dienst-item {
        padding: 50px;
        border: 0;
    }
    .limoon-section-3 .dienst-item::before {
        position: absolute;
        content: '';
        top: 20px;
        left: 0;
        width: 1px;
        height: calc(100% - 40px);
        background-color: var(--e-global-color-text);
    }
    .limoon-section-3 .dienst-item:nth-child(-n+3)::after {
        width: calc(100% - 40px);
        left: 20px;
    }
    .limoon-section-3 .dienst-item:nth-child(-n+3)::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background-color: var(--e-global-color-text);
    }
    .limoon-section-3 .dienst-item:last-child {
        display: block;
    }
}

.limoon-section-3 .dienst-item h3 {
    color: var(--e-global-color-text);
    font-family: "Bungee", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 .dienst-item h3 {
        font-size: 16px;
    }
}
.limoon-section-3 .dienst-item p {
    color: var(--e-global-color-text);
    font-family: "Ubuntu", Sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 12px;
    width: 80%;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 .dienst-item p {
        width: 100%;
    }
}
.limoon-section-3 .dienst-item img.cross {
    width: 48px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.limoon-section-3 .dienst-item img.cross:hover {
    animation: spin-once 0.5s ease forwards;
}
@media only screen and (min-width: 1025px) {
    .limoon-section-3 .dienst-item img.cross {
        width: 64px;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }
}
@media only screen and (min-width: 768px) {
    .limoon-section-3 .dienst-item h3 {
        font-size: clamp(14px, 1.2vw, 24px);
    }
    .limoon-section-3 .dienst-item p {
        font-size: clamp(0.75rem, 0.9vw, 16px);
    }
}

/* ==========================================================================
   CONTACT
========================================================================== */
/* .contact h2 span {
    width: fit-content !important;
} */

/* ==========================================================================
   FOOTER
========================================================================== */
.footer-2 {
    background-color: unset !important;
}
@media only screen and (min-width: 1025px) {
    .footer-2 {
        background-color: var(--e-global-color-secondary) !important;
    }
}
.footer-2 .hart,
.contact .hart {
    position: absolute !important;
    left: 0;
    bottom: 0;
}
@media only screen and (min-width: 1025px) {
    .footer-2 .hart,
    .contact .hart {
        position: relative !important;
    }
}