.elementor-kit-886{--e-global-color-primary:#A5967B;--e-global-color-secondary:#1E2335;--e-global-color-text:#C2B59B;--e-global-color-accent:#E8E0D4;--e-global-color-18c3ed61:#2A3048;--e-global-color-5e8dd6e2:#23A455;--e-global-color-2532f8e9:#304771;--e-global-color-6c9482c7:#A5967B;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Libre Franklin";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Libre Franklin";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-886 button:hover,.elementor-kit-886 button:focus,.elementor-kit-886 input[type="button"]:hover,.elementor-kit-886 input[type="button"]:focus,.elementor-kit-886 input[type="submit"]:hover,.elementor-kit-886 input[type="submit"]:focus,.elementor-kit-886 .elementor-button:hover,.elementor-kit-886 .elementor-button:focus{background-color:#2A3048;color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-radius:0px 0px 0px 0px;}.elementor-kit-886 e-page-transition{background-color:#FFBC7D;}.elementor-kit-886 button,.elementor-kit-886 input[type="button"],.elementor-kit-886 input[type="submit"],.elementor-kit-886 .elementor-button{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:3px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:15px 40px 15px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Header über Hero-Section */
header,
.elementor-location-header,
.e-con.elementor-location-header {
  position: relative;
  z-index: 9999;
}

/* Hero-Animation nur Desktop ab 768px */
@media (min-width: 768px) {
  .sbcf-hero-animated {
    position: relative;
    overflow: hidden;
    animation: sbcf-hero-zoom 20s ease-in-out infinite alternate;
  }
  
  /* Eigene Überlagerung über die GANZE Hero-Section */
  .sbcf-hero-animated::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 27, 43, 0.50);
    z-index: 1;
    pointer-events: none;
  }
  
  /* ALLE Elementor-Overlays innerhalb der Hero verstecken */
  .sbcf-hero-animated .elementor-background-overlay,
  .sbcf-hero-animated > * .elementor-background-overlay {
    display: none !important;
  }
  
  /* Inhalt über die Überlagerung */
  .sbcf-hero-animated > .elementor-container,
  .sbcf-hero-animated > .e-con-inner {
    position: relative;
    z-index: 2;
  }
}

/* Keyframes */
@keyframes sbcf-hero-zoom {
  from {
    background-size: 110%;
    background-position: center center;
  }
  to {
    background-size: 125%;
    background-position: 65% 35%;
  }
}/* End custom CSS */