Bibliothek
/
eva-blumen-clean.css


/* =========================
   EVA BLUMEN – CLEAN STYLE
========================= */

:root {
    --eva-bg: #fbf7f0;
    --eva-soft: #f3ede6;
    --eva-text: #2f2a25;
    --eva-muted: #6d6258;
    --eva-accent: #a28368;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Jost', sans-serif;
    background: var(--eva-bg);
    color: var(--eva-text);
    line-height: 1.6;
    font-size: 15px;
}

h1, h2, h3, h4, h5,
.h2-title,
.h2-md,
.sbox-txt h5 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

p {
    color: var(--eva-muted);
}

/* LOGO */

.eva-logo {
    font-family: 'Alex Brush', cursive;
    font-size: 28px;
    color: var(--eva-text) !important;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
}

.eva-logo span {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--eva-accent);
    font-weight: 400;
}
/* =========================================================
   DESKTOP MENÜ
   Nur Desktop – Mobile wird von menu.css gesteuert
========================================================= */

@media (min-width: 992px) {

    .wsmenu-list {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap !important;
        gap: 18px !important;
    }

    .wsmenu-list > li {
        display: inline-flex !important;
        align-items: center;
        flex: 0 0 auto;

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

    .wsmenu-list > li > a {
        display: block;

        padding: 10px 0 !important;

        font-family: "Jost", sans-serif;
        font-size: 14px !important;
        font-weight: 400;

        line-height: 1;

        letter-spacing: 0.04em;

        color: #6d6258 !important;

        white-space: nowrap;

        transition: color 0.3s ease;
    }

    .wsmenu-list > li > a:hover {
        color: #a28368 !important;
    }

}
/* Hero */

.hero {
    position: relative;
    height: 82vh;
    overflow: hidden;
}

.hero img,
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.32), rgba(0,0,0,0.04));
}

.eva-hero-text,
.hero-content {
    position: relative;
    max-width: 620px;
    margin: 46px auto 0;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.eva-hero-text h1,
.hero-content h1 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.18;
    margin-bottom: 14px;
}

.eva-hero-text p,
.hero-content p {
    font-size: 15px;
    color: var(--eva-muted);
    margin-bottom: 24px;
}

.section-id,
.eyebrow {
    display: block;
    color: var(--eva-accent);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 10px;
}

/* Buttons */

.button,
.btn,
.btn--tra-black {
    display: inline-block;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 0.8px;
    text-decoration: none;
    border: 1px solid var(--eva-text);
    color: var(--eva-text);
    background: transparent;
    transition: 0.3s ease;
}

.button:hover,
.btn:hover,
.btn--tra-black:hover {
    background: var(--eva-text);
    color: #fff !important;
}

/* Intro */

.eva-intro,
.intro {
    padding: 80px 20px;
    max-width: 680px;
    margin: auto;
    text-align: center;
}

.eva-intro h1,
.intro h2,
.h2-title {
    font-size: 28px !important;
    line-height: 1.2;
    font-weight: 500;
}
.eva-intro .lead,
.intro p,
.txt-block p {
    font-size: 15px;
    line-height: 1.7;
}

/* Services */

.services,
.intro-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding: 70px 7%;
    text-align: center;
}

.service-card,
.intro-item,
.sbox-2 {
    padding: 26px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.55);
    transition: 0.3s ease;
}

.service-card:hover,
.intro-item:hover,
.sbox-2:hover {
    background: #fffaf4;
    box-shadow: 0 12px 30px rgba(47,42,37,0.06);
}

.service-card span,
.icon,
.sbox-ico span {
    display: block;
    font-size: 28px;
    color: var(--eva-accent);
    margin-bottom: 8px;
}

.service-card h3,
.intro-item h3,
.sbox-txt h5 {
    font-size: 17px;
    margin-bottom: 8px;
}

.service-card p,
.intro-item p,
.sbox-txt p {
    font-size: 14px;
}

/* Split Sections */

.split-section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 80px 7%;
}

.split-section.reverse {
    flex-direction: row-reverse;
}

.split-image img,
.img-block img {
    width: 100%;
    border-radius: 10px;
}

.split-text {
    max-width: 480px;
}

.split-text h2,
.h2-md {
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.2;
    margin-bottom: 14px;
}

.split-text p {
    font-size: 15px;
    line-height: 1.7;
}

.bg-soft,
.bg--poudre {
    background: var(--eva-soft) !important;
}

.bg--salmon {
    background: #f7f2ec !important;
}

/* Gallery */

.gallery-section {
    padding: 80px 7%;
    text-align: center;
}

.gallery-section h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin-bottom: 30px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.gallery-grid img,
.gallery-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.gallery-image {
    overflow: hidden;
    border-radius: 10px;
    line-height: 0;
    background: transparent;
}

/* Contact */

.contact-section,
.contacts-section {
    text-align: center;
    padding: 80px 20px;
    background: var(--eva-soft);
}

.contact-section h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin-bottom: 14px;
}

.contact-actions a,
.contact-buttons a {
    margin: 5px;
}

.contact-info,
.contact-details {
    margin-top: 20px;
    font-size: 14px;
}

/* Footer */

.site-footer,
.footer {
    text-align: center;
    padding: 22px;
    font-size: 12px;
    color: var(--eva-muted);
}

/* Responsive */

@media (max-width: 900px) {
    .services,
    .intro-services,
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .split-section,
    .split-section.reverse {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 650px) {
    .hero {
        height: 70vh;
    }

    .services,
    .intro-services,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid img,
    .gallery-image img {
        height: 260px;
    }

    .eva-logo {
        font-size: 25px;
    }

    .eva-logo span {
        font-size: 9px;
        letter-spacing: 2px;
    }

}
/* Dropdown-Menü */

.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 220px;
    padding: 15px 0;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
}

.sub-menu li {
    display: block !important;
    width: 100%;
}

.sub-menu li a {
    display: block;
    padding: 8px 20px;
    font-size: 13px;
    text-transform: none;
}

.wsmenu-list li:hover .sub-menu {
    display: block;
}
.season-image {
    width: 100%;
    height: 280px;       /* Höhe des Containers */
    overflow: hidden;
    border-radius: 10px;
}

.season-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* Füllt den Container komplett */
    object-position: center; /* Bild mittig ausrichten */
    display: block;
}

#jahreszeiten .season-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    background: transparent !important;
}

#jahreszeiten .season-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.occasion-list{
    list-style:none;
    padding:0;
    margin:25px 0 35px;
}

.occasion-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
    font-size:17px;
}

.list-icon{
    width:18px;
    height:18px;
    flex-shrink:0;
    opacity:.75;
}
.contact-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 36px;
}

.contact-details {
    max-width: 620px;
    margin: 0 auto;
}

.contact-details a {
    color: var(--eva-text);
    text-decoration: none;
}

.contact-details a:hover {
    color: var(--eva-accent);
}

.opening-hours {
    max-width: 540px;
    margin: 34px auto 0;
    text-align: left;
}

.opening-hours h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.hours-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(47, 42, 37, 0.12);
    font-size: 14px;
}

.hours-row span:last-child {
    text-align: right;
    color: var(--eva-muted);
}

.hours-note {
    margin-top: 18px;
    font-size: 13px;
    font-style: italic;
}

@media (max-width: 600px) {
    .hours-row {
        grid-template-columns: 1fr;
        gap: 2px;
        text-align: center;
    }

    .hours-row span:last-child {
        text-align: center;
    }
}

.gallery-preview-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    transition: transform .45s ease, box-shadow .45s ease;
}

/* Handy */
@media (max-width: 767px) {
    .gallery-preview {
        padding: 70px 0;
    }

    .gallery-text {
        margin: 20px auto 40px;
    }

    .gallery-preview-card img {
        width: 100%;
        height: 250px;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .gallery-info {
        margin-top: 12px;
    }

    .gallery-info h3 {
        font-size: 26px;
    }

    .gallery-button {
        margin-top: 45px;
    }
}
/* =========================================================
   GALERIE.HTML – ELEGANTE BILDGALERIE
========================================================= */
.gallery-page-header {
    padding: 150px 0 80px;
    background: #fbf7f1;
}

.gallery-page-header h1 {
    margin-bottom: 24px;
    font-size: 58px;
    font-weight: 400;
}

.gallery-page-header p {
    max-width: 850px;
    margin: 0 auto;
}

.gallery-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    margin-bottom: 55px;
}

.gallery-filter-btn {
    position: relative;
    padding: 8px 0 12px;
    border: 0;
    background: transparent;
    color: #70675e;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
}

.gallery-filter-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2f2a25;
    transition: width .3s ease;
}

.gallery-filter-btn:hover::after,
.gallery-filter-btn.active::after {
    width: 100%;
}

.gallery-filter-btn.active {
    color: #2f2a25;
}

.gallery-page-grid {
    row-gap: 65px;
}

.gallery-page-item {
    margin-bottom: 0;
    transition: opacity .3s ease;
}

.gallery-page-item.is-hidden {
    display: none;
}

.gallery-page-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.gallery-page-link:hover {
    color: inherit;
}

.gallery-page-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #f3ede6;
}

.gallery-page-card img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
    transition: transform .55s ease, filter .4s ease;
}

.gallery-page-info {
    margin-top: 18px;
    text-align: center;
}

.gallery-page-info span {
    display: block;
    margin-bottom: 7px;
    color: #ad8a6d;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.gallery-page-info h3 {
    margin: 0;
    color: #61564e;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.gallery-page-link:hover .gallery-page-card img {
    transform: scale(1.025);
    filter: brightness(.97);
}

.gallery-page-link:hover .gallery-page-info h3 {
    color: #a28368;
}

.gallery-contact p {
    max-width: 700px;
    margin: 0 auto 30px;
}

/* =========================================================
   RESPONSIVE – GALERIEN
========================================================= */
@media (max-width: 991px) {
    .gallery-page-header {
        padding: 125px 0 65px;
    }

    .gallery-page-header h1 {
        font-size: 48px;
    }

    .gallery-filter {
        gap: 26px;
    }

    .gallery-page-grid {
        row-gap: 50px;
    }

    .gallery-page-card img {
        height: 420px;
    }

    .gallery-page-info h3 {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .gallery-preview {
        padding: 90px 0;
    }

    .gallery-info {
        margin-top: 13px;
    }

    .gallery-info p {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .gallery-info h3 {
        font-size: 24px;
    }

    .gallery-button {
        margin-top: 55px;
    }

    .gallery-page-header {
        padding: 105px 0 50px;
    }

    .gallery-page-header h1 {
        font-size: 37px;
    }

    .gallery-page-header p {
        font-size: 16px;
    }

    .gallery-filter {
        gap: 14px 24px;
        margin-bottom: 35px;
    }

    .gallery-filter-btn {
        font-size: 11px;
    }

    .gallery-page-grid {
        row-gap: 38px;
    }

    .gallery-page-card {
        border-radius: 14px;
    }

    .gallery-page-card img {
        height: 390px;
    }

    .gallery-page-info {
        margin-top: 14px;
    }

    .gallery-page-info span {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .gallery-page-info h3 {
        font-size: 24px;
    }
}
/* =========================================
   EVA BLUMEN – SOCIAL MEDIA ICONS
========================================= */

.eva-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 25px;
}

.eva-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border: 1px solid #a28368;
    border-radius: 50%;

    color: #a28368;
    text-decoration: none;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.eva-social-icon {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eva-social-link:hover {
    background-color: #a28368;
    border-color: #a28368;
    color: #ffffff;
    transform: translateY(-3px);
}

.eva-social-link:focus-visible {
    outline: 2px solid #2f2a25;
    outline-offset: 4px;
}
/* ==========================
        FOOTER
========================== */

.footer{

    padding:90px 0 40px;

    background:#f8f4ee;

}

.footer-title{

    margin-bottom:22px;

    font-size:24px;

}

.footer p{

    color:#6d6258;

    line-height:1.8;

}

.footer a{

    color:#2f2a25;

    text-decoration:none;

    transition:.3s;

}

.footer a:hover{

    color:#a28368;

}

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin:10px 0;

}

.footer-line{

    margin:60px 0 30px;

    border-color:#ddd4ca;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

}

.footer-legal{

    display:flex;

    gap:25px;

}

.footer-bottom p{

    margin:0;

}

@media(max-width:991px){

.footer-bottom{

flex-direction:column;

text-align:center;

}

}
.contact-intro {
    max-width: 720px;
    margin: 0 auto 30px;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.contact-email {
    display: inline-block;
    margin-top: 22px;
    color: #6d6258;
    text-decoration: none;
    border-bottom: 1px solid #c9b8a4;
}

.contact-email:hover {
    color: #a28368;
}

.eva-footer {
    padding: 75px 0 30px;
    background: #f8f4ee;
}

.eva-footer h4 {
    margin-bottom: 18px;
    font-size: 24px;
}

.eva-footer p {
    margin-bottom: 14px;
    color: #6d6258;
    line-height: 1.7;
}

.eva-footer a {
    color: #2f2a25;
    text-decoration: none;
}

.eva-footer a:hover {
    color: #a28368;
}

.footer-bottom {
    margin-top: 45px;
    padding-top: 24px;
    border-top: 1px solid #ddd4ca;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}
/* ===========================
   LEGAL PAGES
=========================== */

.legal-card{

    background:#fff;
    
    padding:40px;
    
    margin-bottom:30px;
    
    border:1px solid #ece7df;
    
    border-radius:12px;
    
    }
    
    .legal-card h3{
    
    margin-bottom:20px;
    
    font-size:28px;
    
    }
    
    .legal-card p{
    
    margin-bottom:0;
    
    line-height:1.9;
    
    }
    
    .legal-card a{
    
    color:#2f2a25;
    
    text-decoration:none;
    
    }
    
    .legal-card a:hover{
    
    color:#a28368;
    
    }
    /* ===================================
        LEGAL PAGES
=================================== */

.legal-section{

    padding:120px 0;
    
    }
    
    .legal-intro{
    
    margin-bottom:60px;
    
    font-size:18px;
    
    }
    
    .legal-box{
    
    padding:35px 0;
    
    border-bottom:1px solid #e9e3dc;
    
    }
    
    .legal-box:last-child{
    
    border-bottom:none;
    
    }
    
    .legal-box h3{
    
    margin-bottom:18px;
    
    font-size:28px;
    
    }
    
    .legal-box p{
    
    margin-bottom:12px;
    
    line-height:1.9;
    
    }
    
    .legal-box a{
    
    color:#2f2a25;
    
    text-decoration:none;
    
    transition:.3s;
    
    }
    
    .legal-box a:hover{
    
    color:#a28368;
    
    }
    .route-link{
        display:inline-block;
        margin-top:10px;
        color:#a28368;
        text-decoration:none;
        font-weight:500;
        transition:.3s;
    }
    
    .route-link:hover{
        color:#2f2a25;
    }
    .season-title {
        margin-top: 10px;
        text-align: center;
    
        font-family: 'Cormorant Garamond', serif;
        font-size: 21px;
        font-weight: 400;
        line-height: 1.2;
    
        color: #2f2a25;
    }
    @media (max-width: 576px) {

        .season-title{
    
            font-size:18px;
    
            line-height:1.25;
    
            min-height:45px;
    
            display:flex;
    
            align-items:center;
    
            justify-content:center;
    
            text-align:center;
    
            padding:0 6px;
    
        }
    
    }
    .gallery-filter-btn{
        border:none !important;
        background:transparent !important;
        box-shadow:none !important;
    
        font-family:'Jost',sans-serif !important;
        color:#8d7b6c !important;
        font-size:13px !important;
        letter-spacing:1px !important;
    }
    
    .gallery-filter-btn::after{
        content:"";
        display:block;
        width:0;
        height:1px;
        background:#2f2a25;
        margin-top:8px;
        transition:.3s;
    }
    
    .gallery-filter-btn.active::after,
    .gallery-filter-btn:hover::after{
        width:100%;
    }
    .season-title {
        margin-top: 12px;
        font-family: "Cormorant Garamond", serif;
        font-size: 21px;
        font-weight: 400;
        line-height: 1.2;
        color: #5f554d;
        text-align: center;
        white-space: normal;
    }
    
    @media (max-width: 575px) {
    
        #jahreszeiten .season-image {
            height: 300px;
        }
    
        #jahreszeiten .season-title {
            min-height: auto;
            margin-top: 10px;
            font-size: 20px;
            line-height: 1.2;
        }
    }
    .social-icons {
        display: flex;
        gap: 14px;
        align-items: center;
      }
      
      .social-icons a {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      
      .social-icons i {
        font-size: 22px;
      }
      
      .social-icons svg {
        width: 22px;
        height: 22px;
      }
      @media (max-width: 768px) {
        .social-icons a {
          width: 38px;
          height: 38px;
        }
      
        .social-icons i {
          font-size: 20px;
        }
      
        .social-icons svg {
          width: 20px;
          height: 20px;
        }
      }
      .gallery-item img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        display: block;
      }
      @media (max-width: 576px) {
        .gallery-item img {
          height: 300px;
        }
      }
      @media (max-width: 768px) {
        .season-card h5 {
          font-size: 22px;
          line-height: 1.15;
          overflow-wrap: anywhere;
        }
      }
      @media (max-width: 768px) {
        .gallery-heading h1 {
          font-size: 36px;
          line-height: 1.12;
        }
      
        .gallery-heading p {
          font-size: 19px;
          line-height: 1.55;
        }
      }
      @media (max-width: 768px) {
        .header-wrapper {
          min-height: 105px;
        }
      
        main {
          padding-top: 0;
        }
      
        .gallery-hero {
          padding-top: 55px;
          padding-bottom: 40px;
        }
      }
      /* ABOUT */

#ueber-uns{
    padding:120px 0;
}

#ueber-uns .section-id{
    display:block;
    margin-bottom:18px;

    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;

    color:#a58d77;
}

#ueber-uns .h2-md{
    margin-bottom:35px;

    font-size:62px;
    line-height:1.15;
    font-weight:400;
}

#ueber-uns p{
    margin-bottom:24px;

    font-size:20px;
    line-height:1.9;
    color:#666;
}

.eva-quote{
    margin-top:55px;
    padding-top:35px;

    border-top:1px solid #ddd;

    font-family:'Cormorant Garamond', serif;
    font-size:34px;
    line-height:1.45;
    font-style:italic;

    color:#6d5a4d;
    text-align:center;
}

.eva-signature{
    margin-top:18px;

    text-align:center;

    letter-spacing:4px;
    text-transform:uppercase;

    font-size:13px;
    color:#a28d7c;
}

#ueber-uns img{
    border-radius:18px;
}

/* Mobile */

@media (max-width:991px){

    #ueber-uns{
        padding:80px 0;
    }

    #ueber-uns .img-block{
        margin-bottom:50px;
    }

    #ueber-uns .h2-md{
        font-size:42px;
    }

    #ueber-uns p{
        font-size:18px;
    }

    .eva-quote{
        font-size:28px;
    }

}
.h2-md{
    margin-top:20px;
}
/* Galerie auf dem Handy kompakter */
@media only screen and (max-width: 767px) {

    #gallery-preview .gallery-preview-card img {
        width: 100%;
        height: 230px !important;
        aspect-ratio: auto !important;
        object-fit: cover;
    }

    #gallery-preview .gallery-preview-card {
        max-width: 420px;
        margin: 0 auto;
    }

    #gallery-preview .gallery-info {
        margin-top: 12px;
        margin-bottom: 28px;
    }

    #gallery-preview .gallery-info h3 {
        font-size: 26px;
    }

    #gallery-preview .row {
        --bs-gutter-y: 1.5rem;
    }
}
/* Social Icons – feste Größe */
#contacts-2 .eva-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

#contacts-2 .eva-social-link {
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
}

#contacts-2 .eva-social-icon {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    display: block;
}

/* =========================================================
   EVA BLUMEN – MOBILE MENU CLEAN FIX
========================================================= */

@media only screen and (max-width: 991px) {

    /* Header */
    .wsmobileheader {
        height: 76px !important;
        min-height: 76px !important;
        background: #ffffff !important;
        z-index: 10002 !important;
    }

    /* Menü selbst */
    .wsmenu {
        background: #ffffff !important;
    }

    /* Liste */
    .wsmenu-list {
        background: #ffffff !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .wsmenu-list > li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
    }

    /* Menülinks */
    .wsmenu-list > li > a {
        display: block !important;
        width: 100% !important;

        padding: 17px 20px !important;

        font-family: "Jost", sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        letter-spacing: 0.04em !important;

        color: #4f4842 !important;
        background: #ffffff !important;

        border-bottom: 1px solid #eee7df !important;
    }

    .wsmenu-list > li > a:hover {
        color: #a28368 !important;
        background: #fbf7f0 !important;
    }
}
/* =========================================================
   EVA BLUMEN – MOBILE MENU FULL WIDTH
========================================================= */

@media only screen and (max-width: 991px) {

    /* Graues Overlay komplett aus */
    .overlapblackbg,
    .wsactive .wsmenu .overlapblackbg {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* Header darf sich beim Öffnen nicht verschieben */
    .wsactive .wsmobileheader {
        margin-right: 0 !important;
    }

    /* Seite darf sich ebenfalls nicht verschieben */
    .wsactive .wsmenucontainer {
        margin-right: 0 !important;
    }

    /* Menü über volle Breite */
    .wsmenu {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;

        background: #ffffff !important;
    }

    /* ursprüngliche 350px Breite entfernen */
    .wsmenu > .wsmenu-list {
        width: 100% !important;

        margin-right: -100% !important;

        background: #ffffff !important;
    }

    /* geöffnet */
    .wsactive .wsmenu > .wsmenu-list {
        margin-right: 0 !important;
    }

    /* Menüpunkte */
    .wsmenu > .wsmenu-list > li {
        width: 100% !important;
        background: #ffffff !important;
    }

    .wsmenu > .wsmenu-list > li > a {
        width: 100% !important;

        padding: 17px 24px !important;

        color: #4f4842 !important;
        background: #ffffff !important;

        font-family: "Jost", sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;

        border-bottom: 1px solid #eee7df !important;
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        color: #a28368 !important;
        background: #fbf7f0 !important;
    }
}
/* =========================================================
   KUNDENSTIMMEN
========================================================= */

.eva-reviews {
    background: #fbf7f0;
}

.reviews-intro {
    max-width: 560px;
    margin: 18px auto 0;
    color: #6d6258;
    font-size: 16px;
    line-height: 1.7;
}

.reviews-row {
    margin-top: 50px;
}


/* KARTE */

.review-card {
    display: flex;
    height: 100%;
    min-height: 280px;
    flex-direction: column;

    padding: 35px 32px;

    border: 1px solid rgba(47, 42, 37, 0.08);
    border-radius: 16px;

    background: #ffffff;

    box-shadow: 0 12px 35px rgba(47, 42, 37, 0.05);
}


/* STERNE */

.review-stars {
    margin-bottom: 22px;

    color: #a28368;

    font-size: 17px;
    letter-spacing: 3px;
}


/* TEXT */

.review-card blockquote {
    margin: 0 0 28px;
    padding: 0;

    border: 0;

    color: #4f4740;

    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}


/* NAME */

.review-author {
    margin-top: auto;
}

.review-author strong {
    display: block;

    color: #2f2a25;

    font-size: 14px;
    font-weight: 500;
}

.review-author span {
    display: block;

    margin-top: 3px;

    color: #8a8179;

    font-size: 12px;
}


/* GOOGLE LINK */

.reviews-google {
    margin-top: 42px;
}

.reviews-google a {
    color: #2f2a25;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    transition: color 0.3s ease;
}

.reviews-google a span {
    margin-left: 7px;
}

.reviews-google a:hover {
    color: #a28368;
}


/* =========================================================
   HANDY
========================================================= */

@media (max-width: 767px) {

    .reviews-row {
        margin-top: 35px;
    }

    .review-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .review-card blockquote {
        font-size: 20px;
    }

    .reviews-google {
        margin-top: 32px;
    }

}
/* =========================================================
   EVA VIDEO – FLORISTIK MIT HERZ
========================================================= */

.eva-video-section {
    padding: 100px 0;
    background: #fbf7f0;
}

.eva-video-heading {
    max-width: 720px;
    margin: 0 auto 45px;
}

.eva-video-heading .section-id {
    color: #a28368;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.eva-video-heading h2 {
    margin: 12px 0 16px;

    color: #2f2a25;

    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
}

.eva-video-heading p {
    color: #6d6258;
    font-size: 15px;
    line-height: 1.7;
}


/* VIDEO */

.eva-video-wrapper {
    position: relative;

    max-width: 1200px;
    margin: 0 auto;

    overflow: hidden;
    border-radius: 4px;
}

.eva-video {
    display: block;

    width: 100%;
    height: auto;
}


/* TON BUTTON */

.eva-sound-button {
    position: absolute;
    right: 22px;
    bottom: 22px;

    padding: 11px 18px;

    border: 0;
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.92);
    color: #342e29;

    font-size: 12px;
    letter-spacing: 1px;

    cursor: pointer;
}

.eva-sound-button:hover {
    background: #ffffff;
}


/* =========================================================
   HANDY
========================================================= */

@media (max-width: 767px) {

    .eva-video-section {
        padding: 65px 0;
    }

    .eva-video-heading {
        margin-bottom: 28px;
        padding: 0 15px;
    }

    .eva-video-heading h2 {
        font-size: 34px;
    }

    .eva-video-wrapper {
        border-radius: 0;
    }

    .eva-sound-button {
        right: 12px;
        bottom: 12px;

        padding: 9px 13px;

        font-size: 10px;
    }

}
/* =========================================================
   EVA VIDEO – MOBILE FINAL FIX
========================================================= */

@media only screen and (max-width: 767px) {

    #eva-video .eva-video-wrapper {
        position: relative;
        width: 100%;
        height: 230px !important;
        overflow: hidden;
        border-radius: 0;
    }

    #eva-video .eva-video {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    #eva-video .eva-sound-button {
        position: absolute !important;
        right: 12px !important;
        bottom: 12px !important;

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

        padding: 9px 14px !important;

        background: rgba(255,255,255,0.92) !important;
        color: #342e29 !important;

        border: none !important;
        border-radius: 30px !important;

        font-family: "Jost", sans-serif !important;
        font-size: 10px !important;
        letter-spacing: 0.5px;

        z-index: 10;
    }

}