.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-eaa04a8:#121212;--e-global-color-acc3371:#C20012;--e-global-color-39b22ea:#FFFFFF;--e-global-color-f639bd0:#FAFAFA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b78f213-font-family:"inter-variable";--e-global-typography-b78f213-font-size:20px;--e-global-typography-b78f213-font-weight:400;--e-global-typography-b78f213-line-height:32px;--e-global-typography-02a9aad-font-family:"mono45-headline";--e-global-typography-02a9aad-font-size:20px;--e-global-typography-02a9aad-font-weight:400;--e-global-typography-1da392c-font-family:"mono45-headline";--e-global-typography-1da392c-font-size:72px;--e-global-typography-1da392c-font-weight:600;--e-global-typography-e122d1c-font-family:"mono45-headline";--e-global-typography-e122d1c-font-size:24px;--e-global-typography-e122d1c-font-weight:600;--e-global-typography-019bb92-font-family:"mono45-headline";--e-global-typography-019bb92-font-size:26px;--e-global-typography-019bb92-font-weight:600;--e-global-typography-019bb92-letter-spacing:0.3px;--e-global-typography-8f98914-font-family:"mono45-headline";--e-global-typography-8f98914-font-weight:600;--e-global-typography-bdb8484-font-family:"mono45-headline";--e-global-typography-bdb8484-font-size:40px;--e-global-typography-bdb8484-font-weight:600;--e-global-typography-97b6f7b-font-family:"mono45-headline";--e-global-typography-97b6f7b-font-size:24px;--e-global-typography-97b6f7b-font-weight:400;--e-global-typography-97b6f7b-line-height:28px;--e-global-typography-97b6f7b-letter-spacing:0.3px;--e-global-typography-97b6f7b-word-spacing:-5px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.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-1da392c-font-size:60px;--e-global-typography-e122d1c-font-size:22px;--e-global-typography-bdb8484-font-size:32px;--e-global-typography-bdb8484-line-height:34px;}.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-1da392c-font-size:44px;--e-global-typography-e122d1c-font-size:20px;--e-global-typography-bdb8484-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.weiss, .grau {
  position: relative;
  display: inline-block;
}

.weiss::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid white; 
  border-top: 100px solid transparent;
}

.weiss::before {
  /* Dreieck oben rechts */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 100px solid white;
  border-bottom: 100px solid transparent;
}

.grau::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid #fafafa; 
  border-top: 100px solid transparent;
}

.grau::before {
  /* Dreieck oben rechts */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 100px solid #fafafa;
  border-bottom: 100px solid transparent;
}

h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
}/* End custom CSS */