/*
Theme Name: variamorepager
Theme URI: https://ivaria.art
Author: Kevin Sulzmann
Author URI: https://ivaria.art
Description: Morepager by ivaria.art. Works perfekt with the Gutenberg or Block Editor in Wordpress. You can also use other WYSIWYG Editors to create your website. 
Tags: Theme for the Gutenberg / Block Editor in WP.
Requires at least: 1.0
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://ivaria.art
Text Domain: For more information, visit my website: ivaria.art
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Google Fonts Import */
html, body{
  scroll-behavior: smooth !important;
  position: relative !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/* Main Body Wrapper - Ersatz für body bei mobilen Geräten */
.body-wrapper { 
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden !important;
}
/* Steuert Container Inhalt, Footer */
.content-wrapper {
  position: relative;
  top: 0px;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
p {
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 1.6875rem; /* 27px */
    font-weight: 600; /* SemiBold */
    color: #1A1B1E;
}
.gray{
    color: #1A1B1E;
}
.gold{
    color: #9A7A42;
}
.white{
    color: #ffffff;
}
.small{
    font-size: 1.1rem;
}

/*a-Link und Buttons */
a{
    color: #A88A4D;
    text-decoration: none;
}

a:hover:not(.wp-block-button__link),
a:focus:not(.wp-block-button__link) {
    color: #9A7A42;
    transition: color 0.3s ease;
}
/* WordPress Button Hover Animation */
.wp-block-button__link {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(168, 138, 77, 0.2);
}

.wp-block-button__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    transition: left 0.6s ease;
}

.wp-block-button__link:hover {
    transform: translateX(-5px);
    transform-origin: center;
    box-shadow: 0 8px 25px rgba(168, 138, 77, 0.4);
    background-color: #9A7A42;
    color: #ffffff !important;
}

.wp-block-button__link:hover::before {
    left: 100%;
}

.wp-block-button__link:active {
    transform: translateY(0);
    transition-duration: 0.5s;
}
/*Hero Section*/
.hero-section {
    height: 120vh;
    width: 100%;
    background-image: url("assets/img/hero-home.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top{
    padding: 12% 0 0 0;
    z-index: 50;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    z-index: 1;
}

/* Header & Navigation */
/* Header Container */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 1000;
    padding: 20px 0;
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

/* Header Inner Container */
.header-container {
    margin: 0 auto;
    padding: 0 40px;
    gap: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* Logo/Brand im Header*/
.site-branding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

/* WordPress Navigation */
.wp-navigation {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}
.wp-block-navigation .wp-block-navigation-item{
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 1rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    position: relative;
}
.wp-navigation-link:hover,
.wp-navigation-link:focus {
    color: #A88A4D !important;
}
.wp-navigation-link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #A88A4D;
    transition: width 0.3s ease;
}

.wp-navigation-link:hover::after {
    width: 100%;
}

/* Current/Active Navigation Item */
.current-menu-item .wp-navigation-link,
.wp-navigation-link[aria-current="page"] {
    color: #A88A4D;
}
.wp-block-navigation ul, .wp-block-navigation ul li{
    padding: 0px 6px !important;
}

.current-menu-item .wp-navigation-link::after,
.wp-navigation-link[aria-current="page"]::after {
    width: 100%;
}

/* Horizontale Linie Header */
.header-divider {
    max-width: 800px;
    width: 500px;
    height: 2px;
    background-color: #A88A4D;
    margin: 0;
}

/* WordPress Navigation Container */
.wp-block-group:has(.wp-navigation) {
    flex-grow: 1;
}

/* WordPress Block Container - Bild + Text Layout */

/* Haupt-Container für Bild-Text-Block */
.image-text-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 3% 0%;
}
.travel{
    margin: 7% 0%;
}
/* Linker Container - Bild */
.image-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* Rechter Container - Text Content */
.text-content {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
}

/* Grid Layout für 2x2 Content-Bereiche */
.content-grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Grid-Items */
.grid-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border-radius: 12px;
}
.grid-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}

.grid-item-image img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.grid-item-image:hover img {
    transform: scale(1.05);
}

/* Hover-Effekt für einzelne Bilder */
.hover-zoom {
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.hover-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}

/* Alternative: Hover-Effekt nur auf Bild anwenden */
.image-hover img {
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.image-hover:hover img {
    transform: scale(1.05);
}

/* Grid-Layout Positionen */
.grid-top-left {
    grid-column: 1;
    grid-row: 1;
}

.grid-top-right {
    position: relative;
    top: +330px;
    grid-column: 2;
    grid-row: 1;
}

.grid-bottom-left {
    position: relative;
    top: -150px;
    grid-column: 1;
    grid-row: 2;
}

.grid-bottom-right {
    grid-column: 2;
    grid-row: 2;
}

/* Partner & Logo Section */
.partner {
    padding: 80px 0;
}
.logos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin: 0 0 0 0;
}

.logos-row .wp-block-image {
    flex: 0 0 auto;
    width: 200px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-row .wp-block-image:hover {
    opacity: 1;
    transform: translateY(-5px);
}

.logos-row img {
    max-width: 200px;
    max-height: auto;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.logos-row .wp-block-image:hover img {
    filter: grayscale(0%);
}

/* Inspiration Section - Complex Layout */
.inspiration-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url(assets/img/bride-background-home.jpg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15% 0;
}

.inspiration-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 27, 30, 0.85);
    z-index: 1;
}

/* Left Image Stack - Inspiration Section */
.left-images {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 290px;
    height: 360px;
    z-index: 5;
}

.left-image-1 {
    position: absolute;
    top: -262px;
    left: 0;
    width: 290px;
    height: 360px;
    z-index: 3;
    border-radius: 12px;
    overflow: hidden;
}

.left-image-1-center {
    position: absolute;
    top: 150px;
    left: 0;
    width: 290px;
    height: 360px;
    z-index: 3;
    border-radius: 12px;
    overflow: hidden;
}

.left-image-2 {
    position: absolute;
    top: 0px;
    left: 140px;
    width: 290px;
    height: 360px;
    z-index: 4;
    border-radius: 12px;
    overflow: hidden;
}

.left-image-3 {
    position: absolute;
    bottom: -328px;
    left: 0;
    width: 290px;
    height: 360px;
    z-index: 3;
    border-radius: 12px;
    overflow: hidden;
}

/* Center Text Box */
.center-text-box {
    position: relative;
    z-index: 10;
    max-width: 806px;
    text-align: center;
}

.center-text-box h2 {
    font-size: 5rem;
    line-height: 1.1;
    letter-spacing: 1px;
}

.center-text-box p {
    font-size: 1.68rem;
    margin-bottom: 50px;
    line-height: 1.5;
    opacity: 0.9;
}

.button-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Sticky Scrolling Element */
.scrolling {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    z-index: 10;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Right Image Stack - Inspiration Section */
.right-images {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 290px;
    height: 360px;
    z-index: 5;
}

.right-image-1 {
    position: absolute;
    top: -114px;
    right: 0;
    width: 290px;
    height: 360px;
    z-index: 4;
    border-radius: 12px;
    overflow: hidden;
}
.rezensionen{
    padding: 0% 0% 7% 0%;
}

.right-image-2 {
    position: absolute;
    bottom: -245px;
    right: 105px;
    width: 290px;
    height: 360px;
    z-index: 3;
    border-radius: 12px;
    overflow: hidden;
}

.ready-section {
    position: relative;
    width: 100%;
    height: 150vh !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    z-index: 2;
}

/* Ready Section - Left Image Stack */
.ready-left-images {
    position: absolute;
    left: 80px;
    top: 20%;
    width: 290px;
    height: 360px;
    z-index: 5;
}

.ready-left-image-1 {
    position: absolute;
    top: 150px;
    left: 0;
    width: 290px;
    height: 360px;
    z-index: 3;
    border-radius: 12px;
    overflow: hidden;
}

/* Ready Section - Right Image Stack */
.ready-right-images {
    position: absolute;
    right: 80px;
    top: 20%;
    width: 290px;
    height: 360px;
    z-index: 5;
}

.ready-right-image-1 {
    position: absolute;
    top: -40px;
    right: 0;
    width: 290px;
    height: 360px;
    z-index: 4;
    border-radius: 12px;
    overflow: hidden;
}

.ready-right-image-2 {
    position: absolute;
    bottom: -245px;
    right: 105px;
    width: 290px;
    height: 360px;
    z-index: 3;
    border-radius: 12px;
    overflow: hidden;
}
.inst-section{
    height: auto;
    width: 100%;
    margin-top: 100px;
    background-image: url("assets/img/insta-background.jpg");
    background-size: cover  ;
    background-position: 85% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    z-index: 3;
}
.inst-inherit{
    padding: 7% 0;
}
.stil-section{
    height: auto;
    width: 100%;
    position: relative;
}
.stil-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #A88A4D;
    transform: translateY(-50%);
    z-index: 1;
}
.stil-inherit{
    width: 50% !important;
    padding: 7% 0;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.cta-footer{
    height: auto;
    width: 100%;
    background-image: url("assets/img/cta-background.jpg");
    background-size: cover  ;
    background-position: 0% 34%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.cta-inherit{
    padding: 15% 0 3% 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.textwith-50{
    width: 50%;
}
/* Termin Section */ 
.termin-section{
    position: relative;
    width: 100%;
    background-image: url("assets/img/contact_background_gradient.jpg");
    background-size: cover;
    background-position: 0% 34%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.termin-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 27, 30, 0.85);
    z-index: 1;
}

.termin-section-inherit{
    padding: 15% 0 3% 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.termin-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 5%;
}

.termin-flex-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
    width: calc(50% - 10px);
    max-width: 400px;
    min-width: 300px;
    gap: 15px;
}

.item-space{
    text-align: left;
    align-items: flex-start;
}

.termin-icon{
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
}

/*Footer Elemente*/ 

/* Footer Container */
#Footer-Container {
    background: #FFFFFF;
    padding: 60px 0 20px 0;
    margin: 7% 0;
    border-top: 2px solid #A88A4D;
    border-bottom: 2px solid #A88A4D;
}

/* Footer Under Section */
.footer-under{  
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.footer-under a,
.footer-under p{
    font-size: 0.9rem !important;
    color: #A88A4D !important;
    text-decoration: none !important;
}

/* Golden Section - 4 Spalten Grid */
.golden-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: start;
}

/* Logo Section */
.logo-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logo-section .site-title {
    font-family: var(--wp--preset--font-family--instrument-serif);
    font-size: 2.5rem;
    font-weight: 400;
    color: #A88A4D;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.logo-section .site-tagline {
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 1.2rem;
    color: #A88A4D;
    font-style: italic;
    margin: -5px 0 0 0;
}

.logo-section .subtitle {
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 1rem;
    color: #A88A4D;
    font-weight: 400;
    margin: 0;
}

/* Social Icons Container */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-icons a:hover {
    background: #9A7A42;
}

/* Footer Sections */
.adresse-section,
.opening-section,
.links-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.adresse-section h4,
.opening-section h4,
.links-section h4 {
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 1.3rem;
    font-weight: 600;
    color: #A88A4D;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.adresse-section p,
.opening-section p,
.links-section p {
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 1rem;
    color: #1A1B1E;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.links-section a {
    font-family: var(--wp--preset--font-family--cormorant-garamond);
    font-size: 1rem;
    color: #1A1B1E;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 8px;
}

.links-section a:hover {
    color: #A88A4D !important;
}


/* Ende Footer Elemente*/

/* Footer Navigation Styling */
#Footer-Container .wp-block-navigation .wp-block-navigation-item {
    color: #1A1B1E !important;
}

#Footer-Container .wp-navigation-link {
    color: #1A1B1E !important;
}

#Footer-Container .wp-navigation-link:hover,
#Footer-Container .wp-navigation-link:focus {
    color: #A88A4D !important;
}

/* Mobile Navigation Styling - WordPress Block Editor */
/* Hamburger Menu Button - weiße Icons für dunklen Hintergrund */
.wp-block-navigation__responsive-container-open {
    color: white !important;
}

.wp-block-navigation__responsive-container-open svg {
    fill: white !important;
}

/* Nur das geöffnete Mobile-Menü Overlay */
.wp-block-navigation__responsive-container.is-menu-open {
    background-color: white !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a {
    color: #A88A4D !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-navigation-link {
    color: #A88A4D !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item a:hover,
.wp-block-navigation__responsive-container.is-menu-open .wp-navigation-link:hover {
    color: #9A7A42 !important;
}

/* Close Button im geöffneten Menü */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    color: #A88A4D !important;
}

/* Sticky Animation Variablen */
:root {
  --stick-items: 300vh;
}

.no-transitions * {
  transition: none !important;
}



 /*MediaQuerie  4k Monitor*/
 @media screen and (min-width: 2500px) and (max-width: 4000px) {
    /* Header Layout für 4K */
    .site-header {
        height: 350px; /* von 130px vergrößert */
        padding: 30px 0; /* von 20px vergrößert */
    }
    
    /* Logo für 4K */
    .wp-block-site-logo.is-default-size img {
        width: 320px;
    }
    
    /* Header Divider für 4K */
    .header-divider {
        width: 750px; /* von 500px vergrößert */
        height: 3px; /* von 2px vergrößert */
        max-width: 1200px; /* von 800px vergrößert */
    }
    
    /* Header Container Padding für 4K */
    .header-container {
        padding: 0 60px; /* von 40px vergrößert */
        gap: 60px; /* von 40px vergrößert */
    }
    
    /* Basis Typography für 4K - deutlich größer */
    p {
        font-size: 3.5rem; /* 56px - von 1.6875rem stark hochskaliert */
    }
    
    h1 {
        font-size: 11em; /* 104px */
    }
    
    h2 {
        font-size: 8em; /* 88px */
    }
    
    h3 {
        font-size: 4em; /* 72px */
    }
    
    h4 {
        font-size: 4em; /* 56px */
    }
    h5 {
        font-size: 7em; /* 56px */
    }
    h6 {
        font-size: 4em; /* 56px */
    }
    
    .small {
        font-size: 2.5rem; /* 40px - von 1.1rem stark hochskaliert */
    }
    
    /* Navigation für 4K */
    .wp-block-navigation .wp-block-navigation-item {
        font-size: 2.25rem; /* 36px - von 1rem stark hochskaliert */
    }
    
    /* WordPress Buttons für 4K */
    .wp-block-button__link {
        font-size: 3rem !important; /* 48px - deutlich größer für 4K */
        padding: 25px 50px !important; /* Größeres Padding für 4K */
    }
    
    /* Button Container Abstände für 4K */
    .wp-block-buttons.is-horizontal,
    .button-row {
        gap: 40px !important; /* von 20px vergrößert für 4K */
    }
    
    .wp-block-buttons .wp-block-button {
        margin: 0 20px !important; /* Zusätzlicher Margin zwischen Buttons */
    }
    
    /* Partner Logos für 4K */
    .partner .logos-row img {
        max-width: 550px !important; /* von 200px stark vergrößert */
        max-height: 550px !important; /* von auto auf feste Größe */
        width: auto !important;
        height: auto !important;
    }
    
    .partner .logos-row .wp-block-image {
        width: 550px !important; /* Container auch vergrößern */
        height: auto !important;
    }
    .partner{
        padding: 7% 0%;
    }
    .image-text-block{
        padding: 7% 0%;
    }
    .image-container img {
        width: 100%;
        max-width: 1150px !important; /* von 500px stark vergrößert für 4K */
        height: auto;
        object-fit: cover;
        border-radius: 12px; /* auch border-radius etwas vergrößert */
    }
    .ready-section {
    height: 150vh !important;
    }
    /* Sticky Scrolling Element */
    .scrolling {
    top: 40%;
    left: 50%;
    }
    .termin-flex-item{
        width: calc(40% - 10px);
        max-width: 600px;
    }
    
    /* Center Text Box für 4K */
    .center-text-box h2 {
        font-size: 10rem; /* 160px - von 5rem stark hochskaliert */
    }
    .center-text-box{
        max-width: 1500px;
    }
    
    /* Image Stack für 4K - Inspiration Section */
    .left-images,
    .right-images {
        width: 435px; /* von 290px hochskaliert (+50%) */
        height: 540px; /* von 360px hochskaliert (+50%) */
    }
    
    .left-images {
        left: 120px; /* von 80px weiter nach innen */
    }
    
    .right-images {
        right: 120px; /* von 80px weiter nach innen */
    }
    
    /* Left Image Stack - größer und weiter nach innen */
    .left-image-1 {
        top: -393px; /* von -262px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    .left-image-1-center {
        top: 225px; /* von 150px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    .left-image-2 {
        top: 0px;
        left: 210px; /* von 140px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    .left-image-3 {
        bottom: -492px; /* von -328px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    /* Right Image Stack - größer und weiter nach innen */
    .right-image-1 {
        top: -171px; /* von -114px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    .right-image-2 {
        bottom: -368px; /* von -245px skaliert */
        right: 158px; /* von 105px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    /* Ready Section Image Stack für 4K */
    .ready-left-image-1 {
        top: 225px; /* von 150px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    .ready-right-image-1 {
        top: -60px; /* von -40px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    .ready-right-image-2 {
        bottom: -620px; /* von -245px skaliert */
        right: 158px; /* von 105px skaliert */
        width: 435px; /* von 290px */
        height: 540px; /* von 360px */
    }
    
    .center-text-box p {
        font-size: 3.75rem; /* 60px - von 1.68rem stark hochskaliert */
    }
    
    /* Termin Section für 4K */
    .termin-icon {
        width: 220px !important; 
        height: 220px !important;  
        object-fit: contain !important;
        flex-shrink: 0 !important;
        display: block !important;
        margin: 0 auto !important; /* Zentrieren */
    }
    
    .termin-flex-item {
        padding: 7% !important; /* etwas mehr Padding */
        width: calc(80% - 20px) !important; /* etwas mehr Abstand */
        max-width: 900px !important; /* von 400px vergrößert */
        min-width: 450px !important; /* von 300px vergrößert */
        gap: 25px !important; /* von 15px vergrößert */
        text-align: center !important; /* Inhalt zentrieren */
        justify-content: center !important;
        align-items: center !important;
    }
    
    .termin-flex {
        gap: 40px !important; /* von 20px vergrößert */
    }
    
    /* Footer Typography für 4K */
    .logo-section .site-title {
        font-size: 5.5rem; /* 88px - von 2.5rem stark hochskaliert */
    }
    
    .logo-section .site-tagline {
        font-size: 2.75rem; /* 44px - von 1.2rem stark hochskaliert */
    }
    
    .adresse-section h4,
    .opening-section h4,
    .links-section h4 {
        font-size: 2.75rem; /* 44px - von 1.3rem stark hochskaliert */
    }
    
    .adresse-section p,
    .opening-section p,
    .links-section p,
    .links-section a {
        font-size: 2.25rem; /* 36px - von 1rem stark hochskaliert */
    }
    
    .footer-under a,
    .footer-under p {
        font-size: 2rem !important; /* 32px - von 0.9rem stark hochskaliert */
    }
}

 /*MediaQuerie  Laptop*/
 @media screen and (min-width: 1112px) and (max-width: 1740px) {
    /* Header Layout für Laptop */  
    
    .wp-block-site-logo.is-default-size img {
        max-width: 120px; /* Logo für Laptop verkleinert */
    }
    
    .header-divider {
        width: 200px; /* Strich für Laptop verkürzt */
        margin: 0 auto;
    }
    
    .header-container {
        padding: 0px;
    }
    
    /* Basis Typography für Laptop */
    p {
        font-size: 1.5rem; /* 24px - etwas kleiner als Standard 1.6875rem */
    }
    
    h1 {
        font-size: 3.5rem; /* 56px */
    }
    
    h2 {
        font-size: 2.8rem; /* 45px */
    }
    
    h3 {
        font-size: 2.2rem; /* 35px */
    }
    
    h4 {
        font-size: 1.8rem; /* 29px */
    }
    
    h5 {
        font-size: 1.6rem; /* 26px */
    }
    
    h6 {
        font-size: 1.4rem; /* 22px */
    }
    
    .small {
        font-size: 0.95rem; /* 15px - etwas kleiner als Standard 1.1rem */
    }
    
    /* Navigation für Laptop */
    .wp-block-navigation .wp-block-navigation-item {
        font-size: 0.8em;
        margin: 0 6px;
    }
    
    .wp-block-navigation ul {
        gap: 0.1rem; /* Minimaler Gap zwischen Navigationspunkten */
    } 

    .wp-navigation {
        gap: 0px; /* Stark reduzierter Gap für Basis Navigation */
    }
    .wp-block-navigation ul, .wp-block-navigation ul li{
    padding: 0px 2px !important;
}

    .grid-item-text {
    padding: 7% 0%;
    }
    .grid-bottom-left{
    top: -50px;
    }
    .grid-top-right {
    top: 150px;
    }
    /* WordPress Buttons für Laptop */
    .wp-block-button__link {
        font-size: 1rem !important; /* 16px - kleiner als Standard */
        padding: 12px 24px !important; /* Kleineres Padding */
    }
    
    /* Center Text Box für Laptop */
    .center-text-box h2 {
        font-size: 4rem; /* 64px - kleiner als Standard 5rem */
    }
    
    .center-text-box p {
        font-size: 1.4rem; /* 22px - kleiner als Standard 1.68rem */
    }
    
    /* Footer Typography für Laptop */
    .logo-section .site-title {
        font-size: 2.2rem; /* 35px - kleiner als Standard 2.5rem */
    }
    
    .logo-section .site-tagline {
        font-size: 1rem; /* 16px - kleiner als Standard 1.2rem */
    }
    
    .adresse-section h4,
    .opening-section h4,
    .links-section h4 {
        font-size: 1.1rem; /* 18px - kleiner als Standard 1.3rem */
    }
    
    .adresse-section p,
    .opening-section p,
    .links-section p,
    .links-section a {
        font-size: 0.9rem; /* 14px - kleiner als Standard 1rem */
    }
    
    .footer-under a,
    .footer-under p {
        font-size: 0.8rem !important; /* 13px - kleiner als Standard 0.9rem */
    }
    
    /* Image Container für Laptop */
    .image-container img {
        max-width: 400px !important; /* von 500px verkleinert für Laptop */
    }
    
    /* Image Stack für Laptop - Inspiration Section */
    .left-images,
    .right-images {
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    .left-images {
        left: 60px; /* von 80px näher zum Rand */
    }
    
    .right-images {
        right: 60px; /* von 80px näher zum Rand */
    }
    
    /* Left Image Stack für Laptop */
    .left-image-1 {
        top: -185px; /* von -220px weiter reduziert */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    .left-image-1-center {
        top: 110px; /* von 130px angepasst */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    .left-image-2 {
        top: 0px;
        left: 100px; /* von 120px angepasst */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    .left-image-3 {
        bottom: -235px; /* von -280px weniger negativ */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    /* Right Image Stack für Laptop */
    .right-image-1 {
        top: -80px; /* von -95px weniger negativ */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    .right-image-2 {
        bottom: -175px; /* von -210px weniger negativ */
        right: 75px; /* von 90px angepasst */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    /* Ready Section Image Stack für Laptop */
    .ready-left-image-1 {
        top: 110px; /* von 130px angepasst */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    .ready-right-image-1 {
        top: -30px; /* von -35px weniger negativ */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
    
    .ready-right-image-2 {
        bottom: -175px; /* von -210px weniger negativ */
        right: 75px; /* von 90px angepasst */
        width: 210px; /* von 250px weiter verkleinert */
        height: 260px; /* von 310px weiter verkleinert */
    }
}
 /*MediaQuerie Tablet upright*/
 @media screen and (min-width: 445px) and (max-width: 833px) {
    /* Header Layout für Tablet upright */
    .site-header {
        height: 120px;
        padding: 15px 0;
    }
    
    .wp-block-site-logo.is-default-size img {
        max-width: 100px; /* Logo für Tablet verkleinert */
    }
    
    .header-divider {
        width: 150px; /* Strich für Tablet verkürzt */
        margin: 0 auto;
    }
    
    .header-container {
        padding: 0 15px;
        gap: 15px;
        flex-wrap: nowrap; /* Header-Elemente bleiben in einer Reihe */
        justify-content: space-between; /* Elemente gleichmäßig verteilen */
        align-items: center;
    }
    
    /* Basis Typography für Tablet upright */
    p {
        font-size: 1.4rem; /* 22px - zwischen Laptop und Mobile */
    }
    
    h1 {
        font-size: 3rem; /* 48px */
    }
    
    h2 {
        font-size: 2.5rem; /* 40px */
    }
    
    h3 {
        font-size: 2rem; /* 32px */
    }
    
    h4 {
        font-size: 1.6rem; /* 26px */
    }
    
    h5 {
        font-size: 1.4rem; /* 22px */
    }
    
    h6 {
        font-size: 1.2rem; /* 19px */
    }
    
    .small {
        font-size: 0.9rem; /* 14px */
    }
    
    /* Navigation für Tablet upright */
    .wp-block-navigation .wp-block-navigation-item {
        font-size: 0.5rem; /* 8px - sehr klein damit ÜBER UNS definitiv nicht umbricht */
        margin: 0 3px; /* Mehr Abstand zwischen Items */
    }
    
    .wp-block-navigation ul {
        gap: 0.3rem; /* Mehr Gap zwischen Navigationspunkten */
        flex-wrap: nowrap; /* Navigation NICHT umbrechen */
        justify-content: center;
    }
    
    .wp-navigation {
        gap: 8px; /* Etwas mehr Gap für besseren Abstand */
        flex-wrap: nowrap; /* Basis Navigation NICHT umbrechen */
        justify-content: center;
    }
    
    .wp-block-navigation ul, .wp-block-navigation ul li {
        padding: 0px 1px !important; /* Minimales Padding für besseren Abstand */
    }
    
    /* WordPress Buttons für Tablet upright */
    .wp-block-button__link {
        font-size: 0.9rem !important; /* 14px */
        padding: 10px 20px !important;
    }
    
    /* Image Text Block für Tablet - umbrechend */
    .image-text-block {
        flex-direction: row; /* Vertikal stacken */
        gap: 30px;
        padding: 5% 0;
    }
    
    .image-container img {
        max-width: 350px !important; /* Für Tablet optimiert */
    }
    
    /* Grid Layout für Tablet */
    .grid-item-text {
        padding: 5% 0;
    }
    
    .grid-bottom-left {
        top: -30px;
    }
    
    .grid-top-right {
        top: 100px;
    }
    
    /* Center Text Box für Tablet upright */
    .center-text-box h2 {
        font-size: 3.5rem; /* 56px */
    }
    
    .center-text-box p {
        font-size: 1.3rem; /* 21px */
        margin-bottom: 30px;
    }
    
    .center-text-box {
        max-width: 600px;
        padding: 0 20px;
    }
    
    /* Button Row für Tablet */
    .button-row {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    /* Image Stack für Tablet upright - deutlich kleiner */
    .left-images,
    .right-images {
        width: 180px; /* Sehr klein für Tablet */
        height: 220px;
    }
    
    .left-images {
        left: 30px; /* Näher zum Rand */
    }
    
    .right-images {
        right: 30px;
    }
    
    /* Left Image Stack für Tablet upright */
    .left-image-1 {
        top: -150px;
        width: 180px;
        height: 220px;
    }
    
    .left-image-1-center {
        top: 80px;
        width: 180px;
        height: 220px;
    }
    
    .left-image-2 {
        left: 80px;
        width: 180px;
        height: 220px;
    }
    
    .left-image-3 {
        bottom: -200px;
        width: 180px;
        height: 220px;
    }
    
    /* Right Image Stack für Tablet upright */
    .right-image-1 {
        top: -60px;
        width: 180px;
        height: 220px;
    }
    
    .right-image-2 {
        bottom: -150px;
        right: 60px;
        width: 180px;
        height: 220px;
    }
    
    /* Ready Section für Tablet upright */
    .ready-section {
        height: 120vh;
    }
    
    .ready-left-image-1 {
        top: 80px;
        width: 180px;
        height: 220px;
    }
    
    .ready-right-image-1 {
        top: -20px;
        width: 180px;
        height: 220px;
    }
    
    .ready-right-image-2 {
        bottom: -150px;
        right: 60px;
        width: 180px;
        height: 220px;
    }
    
    /* Termin Section für Tablet upright */
    .termin-flex {
        flex-direction: column; /* Vertikal stacken */
        align-items: center;
        gap: 20px;
    }
    
    .termin-flex-item {
        width: calc(80% - 10px);
        max-width: 450px;
        min-width: 280px;
        padding: 4%;
    }
    
    .termin-icon {
        width: 60px !important;
        height: 60px !important;
    }
    .textwith-50{
        width: 80%;
    }
    /* Footer Typography für Tablet upright */
    .logo-section .site-title {
        font-size: 2rem; /* 32px */
    }
    
    .logo-section .site-tagline {
        font-size: 0.95rem; /* 15px */
    }
    
    .adresse-section h4,
    .opening-section h4,
    .links-section h4 {
        font-size: 1rem; /* 16px */
    }
    
    .adresse-section p,
    .opening-section p,
    .links-section p,
    .links-section a {
        font-size: 0.85rem; /* 14px */
    }
    
    .footer-under a,
    .footer-under p {
        font-size: 0.75rem !important; /* 12px */
    }
    
    /* Golden Section Grid für Tablet upright */
    .golden-section {
        grid-template-columns: 1fr 1fr; /* 2 Spalten statt 4 */
        gap: 30px;
        padding: 0 20px;
    }
 }
  /*MediaQuerie Tablet landscape*/
 @media screen and (min-width: 834px) and (max-width: 1111px) {
    /* Header Layout für Tablet landscape */
    .site-header {
        height: 125px;
        padding: 18px 0;
    }
    
    .wp-block-site-logo.is-default-size img {
        max-width: 110px; /* Logo für Tablet landscape */
    }
    
    .header-divider {
        width: 180px; /* Strich für Tablet landscape */
        margin: 0 auto;
    }
    
    .header-container {
        padding: 0 25px;
        gap: 20px;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    
    /* Basis Typography für Tablet landscape */
    p {
        font-size: 1.45rem; /* 23px - zwischen Tablet upright und Laptop */
    }
    
    h1 {
        font-size: 3.2rem; /* 51px */
    }
    
    h2 {
        font-size: 2.6rem; /* 42px */
    }
    
    h3 {
        font-size: 2.1rem; /* 34px */
    }
    
    h4 {
        font-size: 1.7rem; /* 27px */
    }
    
    h5 {
        font-size: 1.5rem; /* 24px */
    }
    
    h6 {
        font-size: 1.3rem; /* 21px */
    }
    
    .small {
        font-size: 0.92rem; /* 15px */
    }
    
    /* Navigation für Tablet landscape */
    .wp-block-navigation .wp-block-navigation-item {
        font-size: 0.65rem; /* 10.5px - etwas größer als upright da mehr Platz */
        margin: 0 4px;
    }
    
    .wp-block-navigation ul {
        gap: 0.2rem;
        flex-wrap: nowrap;
        justify-content: center;
    }
    
    .wp-navigation {
        gap: 10px; /* Etwas mehr Gap als upright */
        flex-wrap: nowrap;
        justify-content: center;
    }
    
    .wp-block-navigation ul, .wp-block-navigation ul li {
        padding: 0px 1.5px !important;
    }
    
    /* WordPress Buttons für Tablet landscape */
    .wp-block-button__link {
        font-size: 0.95rem !important; /* 15px */
        padding: 11px 22px !important;
    }
    
    /* Image Text Block für Tablet landscape - horizontal bleiben */
    .image-text-block {
        flex-direction: row; /* ROW beibehalten - genug Platz im Querformat */
        gap: 25px;
        padding: 5% 0;
    }
    
    .image-container img {
        max-width: 380px !important; /* Für Tablet landscape optimiert */
    }
    
    /* Grid Layout für Tablet landscape */
    .grid-item-text {
        padding: 6% 0;
    }
    
    .grid-bottom-left {
        top: -40px;
    }
    
    .grid-top-right {
        top: 120px;
    }
    
    /* Center Text Box für Tablet landscape */
    .center-text-box h2 {
        font-size: 3.8rem; /* 61px */
    }
    
    .center-text-box p {
        font-size: 1.35rem; /* 22px */
        margin-bottom: 35px;
    }
    
    .center-text-box {
        max-width: 700px;
        padding: 0 25px;
    }
    
    /* Button Row für Tablet landscape */
    .button-row {
        flex-direction: row; /* Horizontal da mehr Platz */
        justify-content: center;
        gap: 18px;
    }
    
    /* Image Stack für Tablet landscape - größer als upright */
    .left-images,
    .right-images {
        width: 200px; /* Größer als upright da mehr Platz */
        height: 250px;
    }
    
    .left-images {
        left: 40px;
    }
    
    .right-images {
        right: 40px;
    }
    
    /* Left Image Stack für Tablet landscape */
    .left-image-1 {
        top: -170px;
        width: 200px;
        height: 250px;
    }
    
    .left-image-1-center {
        top: 90px;
        width: 200px;
        height: 250px;
    }
    
    .left-image-2 {
        left: 90px;
        width: 200px;
        height: 250px;
    }
    
    .left-image-3 {
        bottom: -220px;
        width: 200px;
        height: 250px;
    }
    
    /* Right Image Stack für Tablet landscape */
    .right-image-1 {
        top: -70px;
        width: 200px;
        height: 250px;
    }
    
    .right-image-2 {
        bottom: -165px;
        right: 70px;
        width: 200px;
        height: 250px;
    }
    
    /* Ready Section für Tablet landscape */
    .ready-section {
        height: 130vh;
    }
    
    .ready-left-image-1 {
        top: -300px;
        width: 200px;
        height: 250px;
    }
    
    .ready-right-image-1 {
        top: -25px;
        width: 200px;
        height: 250px;
    }
    
    .ready-right-image-2 {
        bottom: -165px;
        right: 70px;
        width: 200px;
        height: 250px;
    }
    
    /* Termin Section für Tablet landscape */
    .termin-flex {
        flex-direction: row; /* Horizontal da mehr Platz im Querformat */
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-wrap: wrap;
    }
    
    .termin-flex-item {
        width: calc(45% - 10px); /* Zwei nebeneinander im Querformat */
        max-width: 400px;
        min-width: 300px;
        padding: 4%;
    }
    
    .termin-icon {
        width: 65px !important;
        height: 65px !important;
    }
    
    .textwith-50 {
        width: 70%;
    }
    
    /* Footer Typography für Tablet landscape */
    .logo-section .site-title {
        font-size: 2.1rem; /* 34px */
    }
    
    .logo-section .site-tagline {
        font-size: 1rem; /* 16px */
    }
    
    .adresse-section h4,
    .opening-section h4,
    .links-section h4 {
        font-size: 1.05rem; /* 17px */
    }
    
    .adresse-section p,
    .opening-section p,
    .links-section p,
    .links-section a {
        font-size: 0.9rem; /* 14px */
    }
    
    .footer-under a,
    .footer-under p {
        font-size: 0.8rem !important; /* 13px */
    }
    
    /* Golden Section Grid für Tablet landscape */
    .golden-section {
        grid-template-columns: 1fr 1fr 1fr; /* 3 Spalten im Querformat */
        gap: 35px;
        padding: 0 25px;
    }
}
  /*MediaQuerie Mobile*/
 @media screen and (min-width: 300px) and (max-width: 444px){
    /* Header Layout für Mobile - kompakt */
    .site-header {
        height: 80px; /* Sehr kompakt für Mobile */
        padding: 10px 0;
    }
    
    .wp-block-site-logo.is-default-size img {
        max-width: 80px; /* Sehr kleines Logo für Mobile */
    }
    
    .header-divider {
        width: 100px; /* Sehr kurzer Strich für Mobile */
        margin: 0 auto;
    }
    
    .header-container {
        padding: 0 10px;
        gap: 10px;
        flex-direction: row; /* Horizontal in einer Reihe */
        justify-content: space-between; /* Gleichmäßige Verteilung */
        align-items: center;
    }
    
    /* Mobile Navigation - WordPress mobile version nutzen */
    .wp-block-navigation {
        display: block; /* WordPress mobile Navigation aktivieren */
    }
    
    .wp-block-navigation .wp-block-navigation-item {
        font-size: 0.9rem; /* Lesbare Schriftgröße für Mobile Navigation */
    }
    
    /* Basis Typography für Mobile */
    p {
        font-size: 1.1rem; /* 18px - deutlich kleiner als Tablet */
    }
    
    h1 {
        font-size: 2.2rem; /* 35px */
        line-height: 1.2;
    }
    
    h2 {
        font-size: 1.8rem; /* 29px */
        line-height: 1.3;
    }
    
    h3 {
        font-size: 1.5rem; /* 24px */
    }
    
    h4 {
        font-size: 1.3rem; /* 21px */
    }
    
    h5 {
        font-size: 1.2rem; /* 19px */
    }
    
    h6 {
        font-size: 1.1rem; /* 18px */
    }
    
    .small {
        font-size: 0.8rem; /* 13px */
    }
    
    /* WordPress Buttons für Mobile */
    .wp-block-button__link {
        font-size: 0.8rem !important; /* 13px - kleine Schrift für Mobile */
        padding: 8px 16px !important;
    }
    
    /* WordPress Buttons Container für Mobile - 4K Styles überschreiben */
    .wp-block-buttons.is-horizontal,
    .button-row {
        gap: 8px !important; /* Sehr kleiner Gap statt 40px von 4K */
    }
    
    .wp-block-buttons .wp-block-button {
        margin: 4px 0 !important; /* Überschreibt 4K margin: 0 20px */
    }
    
    .wp-block-buttons {
        margin-top: 8px !important; /* Weniger Abstand nach oben */
        margin-bottom: 8px !important; /* Weniger Abstand nach unten */
    }
    
    /* Image Text Block für Mobile - vertikal stacken */
    .image-text-block {
        flex-direction: column; /* Vertikal stacken für Mobile */
        gap: 20px;
        padding: 8% 0;
        margin: 0 10px; /* Seitliche Margins */
    }
     /* Sticky Scrolling Element */
    .scrolling {
    width: 100% !important;
    }
    /* Spezifische Container mit row-reverse - Bild zuerst */
    #Hochzeitsanzug,
    #Kleidertyp-Boho {
        flex-direction: column-reverse !important; /* Bild zuerst, dann Text */
    }
    
    /* WordPress Buttons Container für Mobile - User's fix */
    .wp-block-buttons .wp-block-button {
        margin: -31px 0 !important; /* User's Lösung für Abstände */
    }
    
    .image-container img {
        max-width: 300px !important; /* Für Mobile optimiert */
    }
    
    .text-content {
        padding: 0 10px; /* Mehr Padding für bessere Lesbarkeit */
        text-align: left; /* Zentrierter Text auf Mobile */
    }
    
    /* Grid Layout für Mobile - komplett umbrechen */
    .content-grid-2x2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 10px;
    }
    .rezensionen{
    padding: 14% 0% 7% 0%;
}
    .grid-item-text {
        padding: 6% 0;
    }
    
    .grid-top-right,
    .grid-bottom-left {
        position: static; /* Keine absolute Positionierung auf Mobile */
        top: auto;
    }
    
    /* Center Text Box für Mobile */
    .center-text-box {
        width: 95%; /* Fast volle Breite nutzen statt max-width */
        max-width: none; /* Max-width entfernen */
        padding: 0 10px; /* Weniger Padding für mehr Platz */
    }
    
    .center-text-box h2 {
        font-size: 2.2rem; /* 35px */
        line-height: 1.2;
    }
    
    .center-text-box p {
        font-size: 1rem; /* 16px */
        margin-bottom: 15px; /* Von 25px auf 15px reduziert für kompakteres Layout */
    }
    
    /* Button Row für Mobile */
    .button-row {
        flex-direction: column;
        align-items: center;
        gap: 8px; /* Von 10px auf 8px reduziert */
    }
    
    /* Hero Section für Mobile */
    .hero-section {
        height: 100vh; /* Volle Höhe auf Mobile */
        padding: 10% 0;
    }
    
    /* Image Stack für Mobile - sichtbar aber kleiner */
    .left-images,
    .right-images {
        width: 120px; /* Sehr klein für Mobile */
        height: 150px;
    }
    
    .left-images {
        left: 0px; /* Ganz an den linken Rand */
    }
    
    .right-images {
        right: 0px; /* Ganz an den rechten Rand */
    }
    
    /* Left Image Stack für Mobile */
    .left-image-1 {
        top: -300px; /* Deutlich weiter nach unten unter den Text */
        width: 120px;
        height: 150px;
    }
    
    .left-image-1-center {
        top: 180px; /* Weiter nach unten */
        width: 120px;
        height: 150px;
    }
    
    .left-image-2 {
        left: -19px;
        bottom: -321px;
        width: 120px;
        height: 150px;
    }
    
    .left-image-3 {
        bottom: -300px; /* Viel weiter nach unten */
        width: 120px;
        height: 150px;
    }
    
    /* Right Image Stack für Mobile */
    .right-image-1 {
        top: 133px;
        left: -2px;        
        width: 120px;
        height: 150px;
    }
    
    .right-image-2 {
        bottom: -280px; /* Viel weiter weg und nach unten */
        right: 40px;
        width: 120px;
        height: 150px;
    }
    
    /* Ready Section Image Stack für Mobile */
    .ready-left-images,
    .ready-right-images {
        width: 120px;
        height: 150px;
    }
    
    .ready-left-image-1 {
        top: -47px; /* Deutlich weiter nach unten */
        width: 120px;
        height: 150px;
    }
    
    .ready-right-image-1 {
        top: 0px; /* Deutlich weiter nach unten */
        width: 120px;
        height: 150px;
    }
    
    .ready-right-image-2 {
        bottom: 163px;
        right: 40px;
        width: 120px;
        height: 150px;
    }
    
    /* Inspiration Section für Mobile */
    .inspiration-section {
        padding: 10% 0;
        min-height: 100vh;
        background-position: 76% 0%;
    }
    
    /* Ready Section für Mobile */
    .ready-section {
        height: 80vh;
        padding: 8% 0;
    }
    
    /* Termin Section für Mobile */
    .termin-flex {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .termin-flex-item {
        width: calc(95% - 5px); /* Fast volle Breite */
        max-width: 350px;
        min-width: 280px;
        padding: 6%;
        flex-direction: column; /* Icon oben, Text unten */
        text-align: center;
    }
    
    /* Überschreibe item-space für Mobile Zentrierung */
    .item-space {
        text-align: center !important;
        align-items: center !important;
    }
    
    .termin-icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 10px;
    }
    
    .textwith-50 {
        width: 95%; /* Fast volle Breite auf Mobile */
    }
    
    /* Partner Logos für Mobile */
    .logos-row {
        flex-direction: row; /* Horizontal für 3er Reihen */
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 8px; /* Kleinere Abstände */
    }
    
    .logos-row .wp-block-image {
        width: 100px; /* Kleinere Logo-Container */
        flex: 0 1 calc(33.333% - 10px); /* 3 Logos pro Reihe */
    }
    
    .logos-row img {
        max-width: 100px; /* Kleinere Logos */
        height: auto;
    }
    
    /* Footer für Mobile */
    .golden-section {
        grid-template-columns: 1fr; /* Eine Spalte auf Mobile */
        gap: 20px;
        padding: 0 15px;
    }
    
    .logo-section .site-title {
        font-size: 1.8rem; /* 29px */
    }
    
    .logo-section .site-tagline {
        font-size: 0.9rem; /* 14px */
    }
    .logo-section {
    width: 197px;
}
    
    .adresse-section h4,
    .opening-section h4,
    .links-section h4 {
        font-size: 0.95rem; /* 15px */
    }
    
    .adresse-section p,
    .opening-section p,
    .links-section p,
    .links-section a {
        font-size: 0.8rem; /* 13px */
    }
    
    .footer-under {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .footer-under a,
    .footer-under p {
        font-size: 0.7rem !important; /* 11px */
    }
    
    /* Stil Section für Mobile */
    .stil-inherit {
        width: 90% !important;
        padding: 8% 0;
    }
    
    /* CTA Section für Mobile */
    .cta-inherit {
        padding: 20% 0 14% 0;
    }
    
    /* Inst Section für Mobile */
    .inst-inherit {
        height: 50vh;
        padding: 8% 0;
    }
 }

/* Complianz Cookie Banner Styling */
/* Container */
.cmplz-cookiebanner {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    background: #FFFFFF !important;
    border: 2px solid #A88A4D !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(168, 138, 77, 0.2) !important;
}

/* Title */
.cmplz-cookiebanner .cmplz-title {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #A88A4D !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Message */
.cmplz-cookiebanner .cmplz-message {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 12px !important;
    color: #1A1B1E !important;
    line-height: 1.5 !important;
}

/* All buttons */
.cmplz-buttons .cmplz-btn {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
}

/* Accept button */
.cmplz-btn.cmplz-accept {
    background-color: #A88A4D !important;
    color: #FFFFFF !important;
}

.cmplz-btn.cmplz-accept:hover {
    background-color: #9A7A42 !important;
    transform: translateX(-2px) !important;
}

/* Deny button */
.cmplz-btn.cmplz-deny {
    background-color: transparent !important;
    color: #A88A4D !important;
    border: 1px solid #A88A4D !important;
}

.cmplz-btn.cmplz-deny:hover {
    background-color: #A88A4D !important;
    color: #FFFFFF !important;
}

/* Document hyperlinks */
.cmplz-links .cmplz-documents {
    color: #A88A4D !important;
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 11px !important;
    text-decoration: underline !important;
}

.cmplz-links .cmplz-documents:hover {
    color: #9A7A42 !important;
}

/* Categories */
.cmplz-cookiebanner .cmplz-category-title {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #A88A4D !important;
}

.cmplz-cookiebanner .cmplz-category {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 12px !important;
    color: #1A1B1E !important;
}

/* Close icon */
.cmplz-cookiebanner .cmplz-close {
    color: #A88A4D !important;
    font-size: 18px !important;
}

.cmplz-cookiebanner .cmplz-close:hover {
    color: #9A7A42 !important;
}

/* Manage consent tab */
#cmplz-manage-consent .cmplz-manage-consent {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 12px !important;
    color: #1A1B1E !important;
}

/* Soft cookie wall */
.cmplz-soft-cookiewall {
    background: rgba(168, 138, 77, 0.95) !important;
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
}

/* Placeholder buttons */
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-blocked-content-notice {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 12px !important;
    background: #A88A4D !important;
    color: #FFFFFF !important;
    border-radius: 4px !important;
}

button.cmplz-accept-service {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 12px !important;
    background-color: #A88A4D !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
}

button.cmplz-accept-service:hover {
    background-color: #9A7A42 !important;
}

/* AMP notice */
#cmplz-consent-ui, #cmplz-post-consent-ui {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    background: #FFFFFF !important;
    border: 2px solid #A88A4D !important;
}

#cmplz-consent-ui .cmplz-consent-message {
    font-size: 12px !important;
    color: #1A1B1E !important;
}

#cmplz-consent-ui button, #cmplz-post-consent-ui button {
    font-family: var(--wp--preset--font-family--cormorant-garamond) !important;
    font-size: 12px !important;
    background-color: #A88A4D !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
}

#cmplz-consent-ui button:hover, #cmplz-post-consent-ui button:hover {
    background-color: #9A7A42 !important;
}
  /*MediaQuerie Apple-Background-Att.*/
 @supports(-webkit-touch-callout: none) {
.background-count { 
    background-attachment: scroll;
}

 }

