.elementor-kit-8428{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-8428 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8428 a{color:#00657E;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:#006BB8;}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@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 */.page-content a, .page-content a:visited {
	transition: all .2s ease-in-out;
		color: #006BB8;
		text-decoration: underline;
		text-underline-offset: 3px;
	}
	
.page-content a:hover, .page-content a:active {
		color: #006BB8;
		text-decoration: none;
	}
	
	/* Kompakte, moderne FAQ-Darstellung */
.faq-item {
  border: 1px solid #e4e7eb;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #fff;
}

.faq-item summary {
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  padding: 0 14px 14px 14px;
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem;
}/* End custom CSS */