.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#821432;--e-global-color-text:#000000;--e-global-color-accent:#FF410A;--e-global-typography-primary-font-family:"Zetal Regular";--e-global-typography-primary-font-size:1.1em;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Season";--e-global-typography-secondary-font-size:1.1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2px;--e-global-typography-text-font-family:"Zetal Regular";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.1em;--e-global-typography-accent-font-family:"Zetal Medium";--e-global-typography-accent-font-size:1.1em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-text-decoration:underline;--e-global-typography-accent-line-height:1.2em;background-color:#FFFFFF;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif, serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1.3em;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{font-family:"Season", Sans-serif, serif;font-size:3em;font-weight:400;}.elementor-kit-6 h2{font-family:"Zetal Regular", Sans-serif, serif;font-size:2em;font-weight:bold;text-transform:uppercase;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Zetal Regular", Sans-serif, serif;font-size:2em;font-weight:normal;line-height:1.2em;}.elementor-kit-6 h4{font-family:"Zetal Medium", Sans-serif, serif;font-size:1.1em;font-weight:normal;line-height:1.2em;}.elementor-kit-6 h5{font-family:"Zetal Medium", Sans-serif, serif;font-size:1.1em;font-weight:normal;line-height:1.2em;}.elementor-kit-6 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif, serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.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-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h6{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h6{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =============================================
   Listen mit CI-Zeichen  ›  +  −
   ============================================= */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-text-editor .list-plus,
.elementor-widget-text-editor .list-minus {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li,
.elementor-widget-text-editor .list-plus li,
.elementor-widget-text-editor .list-minus li {
  position: relative;
  padding: 0.55em 0 0.55em 1.2em;
  font-size: 1rem;
  line-height: 1.6;
}

.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child,
.elementor-widget-text-editor .list-plus li:last-child,
.elementor-widget-text-editor .list-minus li:last-child {
  border-bottom: none;
}

/* ---- ul → Strich – ---- */
.elementor-widget-text-editor ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0.3em;
  font-size: 1.15rem;
  font-weight: 700;
}

/* ---- ul verschachtelt → Pfeil › ---- */
.elementor-widget-text-editor ul li li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0.3em;
  font-size: 1.15rem;
  font-weight: 700;
}

/* ---- ol → Nummeriert ---- */
.elementor-widget-text-editor ol {
  counter-reset: ol-counter;
}

.elementor-widget-text-editor ol li {
  padding-left: 1.7em;
  counter-increment: ol-counter;
}

.elementor-widget-text-editor ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 1em;
  width: 1.5em;
  height: 1.5em;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}

/* ---- Abstand zum nächsten Element ---- */
.elementor-widget-text-editor ul + *,
.elementor-widget-text-editor ol + *,
.elementor-widget-text-editor .list-plus + *,
.elementor-widget-text-editor .list-minus + * { margin-top: 1.5em; }

* + .elementor-widget-text-editor ul,
* + .elementor-widget-text-editor ol,
* + .elementor-widget-text-editor .list-plus,
* + .elementor-widget-text-editor .list-minus { margin-top: 1.5em; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zetal Regular';
	font-display: auto;
	src: url('https://freiraum.keingrammfett.athene.wpspace.me/wp-content/uploads/2026/03/Zetal-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Season';
	font-display: auto;
	src: url('https://freiraum.keingrammfett.athene.wpspace.me/wp-content/uploads/2026/03/SeasonSerif-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zetal Medium';
	font-display: auto;
	src: url('https://freiraum.keingrammfett.athene.wpspace.me/wp-content/uploads/2026/03/Zetal-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */