.elementor-kit-974{--e-global-color-primary:#383838;--e-global-color-secondary:#017900;--e-global-color-text:#383838;--e-global-color-accent:#026CC5;--e-global-color-195e083:#026CC5;--e-global-color-794b35e:#A30000;--e-global-color-41e6356:#FFFFFF;--e-global-color-9843cdd:#F8F8F8;--e-global-color-51fee73:#FFF3DC;--e-global-color-307456b:#FFE200;--e-global-color-7442f0e:#FCB900;--e-global-color-33c7282:#CE8600;--e-global-color-499e8e0:#EDF7ED;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:16px;}.elementor-kit-974 e-page-transition{background-color:#FFBC7D;}.elementor-kit-974 a{color:var( --e-global-color-secondary );}.elementor-kit-974 h1{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 */body {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.top-border {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),0 100%);
}

.bottom-border {
  clip-path: polygon(0 50px,100% 0,100% 100%,0 100%);
  margin-top: -50px;
}

.curved-border {
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
	box-shadow: 0px 20px 25px 0px rgba(90, 90, 90, .5);
	z-index: 5;
}


.angebote {
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
	box-shadow: 0px 20px 25px 0px rgba(90, 90, 90, .5);
	height: 50vh;
}

.behind-curved-border {
	margin-top: -80px;
}

.site-footer {
  border-top-left-radius: 50% 20%;
  border-top-right-radius: 50% 20%;
	box-shadow: 0px -8px 25px 0px rgba(90, 90, 90, .3);
	z-index: 10;
}

.header-allgemein {
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
	box-shadow: 0px 20px 15px 0px rgba(90, 90, 90, .4);
	z-index: 10;
}

.header-allgemein::before{
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
	box-shadow: 0px 20px 15px 0px rgba(90, 90, 90, .4);
}

.blocks-even {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blocks-even-flex-content {
	flex-grow: 1;
}

.blocks-even-flex-title {
	flex-shrink: 1;
}

/* Standard-Desktop-Reihenfolge */
.order-desktop-1 {
  order: 1;
}

.order-desktop-2 {
  order: 2;
}

/* Mobile Ansicht: Reihenfolge ändern */
@media (max-width: 768px) {
  .order-desktop-1 {
    order: 2;
  }

  .order-desktop-2 {
    order: 1;
  }
	
.fixe-bildgroesse img {
    width: auto;
    height: 500px;
    object-fit: contain;
}/* End custom CSS */