.elementor-kit-19{--e-global-color-primary:#E6AD4F;--e-global-color-secondary:#F5F5F5;--e-global-color-text:#161922;--e-global-color-accent:#161922;--e-global-color-f98c348:#FFFFFF;--e-global-color-ddee41d:#DDDDDD;--e-global-color-a675948:#777777;--e-global-color-fa664e6:#BC8B3A;--e-global-color-0977ed3:#FF0000;--e-global-typography-primary-font-family:"Comfortaa";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Comfortaa";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Comfortaa";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Comfortaa";--e-global-typography-accent-font-weight:500;--e-global-typography-03d43c4-font-family:"Comfortaa";--e-global-typography-03d43c4-font-size:13px;--e-global-typography-03d43c4-line-height:23px;font-family:"Comfortaa", Sans-serif;font-size:20px;line-height:1.5em;}.elementor-kit-19 button,.elementor-kit-19 input[type="button"],.elementor-kit-19 input[type="submit"],.elementor-kit-19 .elementor-button{background-color:var( --e-global-color-accent );font-size:16px;line-height:1.3em;color:var( --e-global-color-f98c348 );border-radius:99px 99px 99px 99px;padding:9px 17px 8px 15px;}.elementor-kit-19 button:hover,.elementor-kit-19 button:focus,.elementor-kit-19 input[type="button"]:hover,.elementor-kit-19 input[type="button"]:focus,.elementor-kit-19 input[type="submit"]:hover,.elementor-kit-19 input[type="submit"]:focus,.elementor-kit-19 .elementor-button:hover,.elementor-kit-19 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-f98c348 );}.elementor-kit-19 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-kit-19 p{margin-block-end:1.3em;}.elementor-kit-19 a{color:var( --e-global-color-fa664e6 );font-weight:bold;}.elementor-kit-19 a:hover{color:var( --e-global-color-primary );font-weight:bold;}.elementor-kit-19 h1{font-family:"Comfortaa", Sans-serif;font-size:48px;line-height:1.3em;}.elementor-kit-19 h2{font-family:"Comfortaa", Sans-serif;font-size:36px;font-weight:normal;line-height:1.3em;}.elementor-kit-19 h3{font-family:"Comfortaa", Sans-serif;font-size:28px;line-height:1.3em;}.elementor-kit-19 h4{font-size:24px;font-weight:normal;line-height:1.6em;}.elementor-kit-19 h5{font-size:21px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-kit-19 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul, ol {
  padding-left: 1.2em;
  margin-left: 0;
  list-style-position: outside;
  margin-bottom: 1.5em;
}

ul li, ol li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
  padding-left: 0;
  text-indent: 0;
}



/* Linkformatierung */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: normal;
  font-size: 1em;
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease;
}

.link-arrow::before {
  content: "→";
  font-size: 1.25em;
  display: inline-block;
  transition: transform 0.3s ease;
}

.link-arrow:hover {
  color: #E6AD4F;
}

.link-arrow:hover::before {
  transform: translateX(4px);
}/* End custom CSS */