.elementor-kit-5{--e-global-color-primary:#2D5A33;--e-global-color-secondary:#527A58;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C7AA59;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#336540;color:var( --e-global-color-text );box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.5);}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h2{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h3{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h4{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-5 h6{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:var( --e-global-color-primary );--lightbox-ui-color:var( --e-global-color-secondary );--lightbox-ui-color-hover:var( --e-global-color-primary );--lightbox-text-color:var( --e-global-color-text );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.yellow {
    color: #C7AA59;
}

body {
   /* 1. Silbentrennung aktivieren */
  -webkit-hyphens: auto; /* Safari/iOS */
  -ms-hyphens: auto;     /* Ältere Internet Explorer / Edge */
  hyphens: auto;
  
  /* 2. Textausrichtung (optional, oft für Silbentrennung genutzt) */
  text-align: justify; 
  
  /* 3. Sprache explizit für dieses Element setzen (falls nicht global) */
  /* Das ist entscheidend, damit das deutsche Wörterbuch genutzt wird! */
  hyphenate-limit-chars: 8 4 4; /* Mindestlänge Wort, davor, danach */
}

.e-off-canvas__overlay {
  
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 

}/* End custom CSS */