.elementor-kit-7{--e-global-color-primary:#0F1115;--e-global-color-secondary:#F5F6F7;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C9A24D;--e-global-color-2c5ac95:#1C1E21;--e-global-color-e28aea8:#2A2D33;--e-global-color-e299707:#8A8F98;--e-global-color-f69982d:#B28F3E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.15em;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-secondary-letter-spacing:0em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-text-letter-spacing:0em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:17px;font-weight:400;line-height:1.6em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-weight:500;color:var( --e-global-color-text );border-radius:6px 6px 6px 6px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#B28F3E;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:16px;}.elementor-kit-7 a{font-size:56px;font-weight:600;line-height:1.1em;}.elementor-kit-7 h1{font-weight:600;}.elementor-kit-7 h2{color:var( --e-global-color-2c5ac95 );font-family:"Inter", Sans-serif;font-weight:600;line-height:1.2em;letter-spacing:0em;}.elementor-kit-7 h3{font-size:26px;font-weight:500;line-height:1.3em;}.elementor-kit-7 img{opacity:1;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{color:var( --e-global-color-2c5ac95 );background-color:var( --e-global-color-text );border-style:solid;border-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#0F1115EB;}@media(max-width:1024px){.elementor-kit-7{font-size:16px;line-height:1.6em;}.elementor-kit-7 h1{font-size:44px;line-height:1.1em;}.elementor-kit-7 h2{font-size:30px;line-height:1.2em;}.elementor-kit-7 h3{font-size:22px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:15px;line-height:1.6em;}.elementor-kit-7 h1{font-size:34px;line-height:1.1em;}.elementor-kit-7 h2{font-size:24px;line-height:2.2em;}.elementor-kit-7 h3{font-size:20px;line-height:1.3em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{letter-spacing:0.02em;padding:14px 26px 14px 26px;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{border-width:1px 1px 1px 1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2 {
  letter-spacing: -0.02em;
}

button, .elementor-button {
  transition: all 0.25s ease-in-out;}
  
 
/* =========================
   HERO SECTION – VERTICAL BOTTOM FIX
   ========================= */

/* 1. Der äußere Rahmen (Bildhöhe) */
.hero-section {
  display: flex !important;
  flex-direction: column !important;
  /* WICHTIG: 'flex-end' schiebt den INHALT nach unten */
  justify-content: flex-end !important; 
  align-items: center !important;
  
  height: 90vh !important; 
  min-height: 500px !important;
  padding-bottom: 60px !important; /* Dein Mindestabstand unten */
  
  background-position: center center !important;
  background-size: cover !important;
}

/* 2. Der innere Container (Text-Paket) */
/* Wir erzwingen, dass dieser Container nicht den ganzen Platz einnimmt */
.hero-section > .e-con-inner,
.hero-section > .e-con {
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; /* Zentriert den Button horizontal */
  justify-content: flex-end !important;
  width: 100%;
}

/* 3. Alle Texte und Buttons darin zentrieren */
.hero-section * {
  text-align: center !important;
}

/* =========================
   iPad / Tablet (Portrait & Landscape)
   ========================= */
@media (max-width: 1024px) {
  .hero-section {
    height: 85vh !important;
    min-height: 500px !important;

    padding-bottom: 40px !important; /* Abstand Text → Bottom (iPad) */
  }
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px) {
  .hero-section {
    height: auto !important;
    min-height: 85vh !important;

    padding-top: 100px !important;
    padding-bottom: 30px !important; /* Abstand Text → Bottom (Mobile) */
  }
}/* End custom CSS */