.elementor-kit-8{--e-global-color-primary:#272F37;--e-global-color-secondary:#CE973D;--e-global-color-text:#0C0C0C;--e-global-color-accent:#272F37;--e-global-color-5b5578a:#DEDEDE;--e-global-color-d7476ff:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:5em;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:2.5em;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"PT Sans";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1.2em;--e-global-typography-accent-font-weight:700;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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);}.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:1200px){.elementor-kit-8{--e-global-typography-primary-font-size:3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:2.5em;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-text-font-size:1em;--e-global-typography-accent-font-size:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Hintergrundbilder werden bei allem unter Desktop und Tablet ausgeblendet*/
@media (max-width: 767px){
  .bg-hide-mobile{
    background-image: none !important;
  }
}

/*Hintergrundbilder werden bei allem unter Desktop ausgeblendet*/
@media (max-width: 1200px){
  .bg-hide-tablet{
    background-image: none !important;
  }
}

/* Bilder ab Tablet aufwärts ausblenden */
@media (min-width: 768px){
  .img-hide {
    display: none!important;
  }
}

/* Bilder ab Tablet abwärts ausblenden */
@media (max-width: 767px){
  .img-hide-mobile {
    display: none!important;
  }
}

/*Icons bei den Button verkleinern*/
.elementor-button-icon svg {
    height: auto!important;
    width: 0.5em!important;
}/* End custom CSS */