.elementor-kit-9{--e-global-color-primary:#CE9B23;--e-global-color-secondary:#7B3E19;--e-global-color-text:#181F1C;--e-global-color-accent:#4C956C;--e-global-color-68d532b:#FFFFFF;--e-global-color-185d00b:#FEF8E8;--e-global-color-b2d7885:#45452B;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-size:2.2em;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Syne";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Syne";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-size:1.1em;--e-global-typography-accent-font-weight:600;--e-global-typography-e7044ed-font-family:"Helvetica";--e-global-typography-e7044ed-font-size:2.2em;--e-global-typography-e7044ed-text-transform:uppercase;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#FFFFFF00;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-radius:1px 1px 1px 1px;padding:0.5em 0.5em 0.5em 0.5em;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-b2d7885 );}.elementor-kit-9 h2{font-size:1.3em;}.elementor-kit-9 h3{font-size:1.1em;}.elementor-kit-9 h4{font-size:1em;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}.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-kit-9{--e-global-typography-primary-font-size:2em;--e-global-typography-secondary-font-size:1.3em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:1.8em;--e-global-typography-secondary-font-size:1.2em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 
  =====================================
  Button Cookie Einstellungen
  =====================================
  */

/* Basisstil */

.cf-footer-button a {
    color: var(--e-global-color-text) !important; 
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  
  cursor: pointer;
}


/* WICHTIG: Flex-Zentrierung auflösen */
footer .cf-footer-button .elementor-button .elementor-button-content-wrapper,
footer a.cf-footer-button-link .elementor-button-content-wrapper,
footer a[data-borlabs-cookie-preference] .elementor-button-content-wrapper,
footer button[data-borlabs-cookie-preference] .elementor-button-content-wrapper {
  display: flex !important;               /* falls überschrieben */
  justify-content: flex-start !important; /* statt center */
  text-align: left !important;
  width: 100%;                             /* optional – macht’s narrensicher */
}

/* Falls das ganze Element zentriert wurde (Widget-Ausrichtung) -> nach links schieben */
footer .elementor-widget-button.elementor-align-center .elementor-button {
  margin-right: auto !important;
  margin-left: 0 !important;
}

/* Hover/Fokus */

.cf-footer-button a:hover {
    color: var(--e-global-color-accent) !important;
     
  outline: none;
}

/* Custom Icon-Position bei Flipbox */

.flipbox-icon-right .elementor-flip-box__front .elementor-flip-box__layer__inner{
  display: flex !important;
  flex-direction: column !important;
}


.flipbox-icon-right .elementor-flip-box__front .elementor-flip-box__layer__title,
.flipbox-icon-right .elementor-flip-box__front .elementor-flip-box__layer__description{
  text-align: left !important;
}


.flipbox-icon-right .elementor-flip-box__front .elementor-icon-wrapper{
  margin-top: 12px !important;     /* Abstand zum Text */
  margin-left: auto !important;   /* rechtsbündig */
  order: 3 !important;            /* ganz nach unten */
}

.flipbox-icon-left .elementor-flip-box__front .elementor-flip-box__layer__inner{
  display: flex !important;
  flex-direction: column !important;
}


.flipbox-icon-left .elementor-flip-box__front .elementor-flip-box__layer__title,
.flipbox-icon-left .elementor-flip-box__front .elementor-flip-box__layer__description{
  text-align: left !important;
}


.flipbox-icon-left .elementor-flip-box__front .elementor-icon-wrapper{
  margin-top: 12px !important;
  margin-right: auto !important;  /* linksbündig */
  order: 3 !important;
}/* End custom CSS */