.elementor-kit-8{--e-global-color-primary:#004289;--e-global-color-secondary:#8D3953;--e-global-color-text:#A9C6E9;--e-global-color-accent:#F0C8DB;--e-global-color-e402785:#E5EEF8;--e-global-color-073be77:#D4E2F4;--e-global-color-080c3b0:#F7F9FD;--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;color:var( --e-global-color-primary );font-family:"Avant Garde Gothic", Sans-serif;font-size:18px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-size:18px;font-weight:500;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:20px 20px 20px 20px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#FFFFFF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-primary );text-decoration:none;}.elementor-kit-8 h1{color:var( --e-global-color-primary );font-family:"Seasons", Sans-serif;font-size:70px;line-height:1em;}.elementor-kit-8 h2{font-family:"Seasons", Sans-serif;font-size:70px;line-height:1em;}.elementor-kit-8 h3{font-family:"Seasons", Sans-serif;font-size:50px;}.elementor-kit-8 h4{font-size:27px;font-weight:500;line-height:1.2em;}.elementor-kit-8 h5{color:var( --e-global-color-primary );font-family:"Avant Garde Gothic", Sans-serif;font-size:22px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-8 h1{font-size:55px;}.elementor-kit-8 h2{font-size:55px;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:15px;}.elementor-kit-8 h1{font-size:40px;}.elementor-kit-8 h2{font-size:35px;}.elementor-kit-8 h3{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Hellblau:#A9C6E9; --Rosa:#F0C8DB; --Hellblau1:#e5eef8; --Blau:#004289; }
/* Start custom CSS *//* Icon-Größe im Elementor Button */
.btn-icon .elementor-button-icon svg {
  width: 30px;
  height: 30px;
}

/* Falls es ein Font/Icon statt SVG ist */
.btn-icon .elementor-button-icon i {
  font-size: 18px;
}

/* Saubere vertikale Ausrichtung */
.btn-icon .elementor-button-content-wrapper {
  align-items: center;
}

.btn-icon .elementor-button-icon {
  display: flex;
  align-items: center;
}

/*Silbentrennung aktivieren */
p {
  hyphens: auto;
  -webkit-hyphens: auto;

  /* Nur lange Wörter trennen */
  hyphenate-limit-chars: 10 4 4;

  /* Safari/WebKit-Fallbacks */
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;

  /* Max. 2 Trennungen hintereinander – je nach Browser */
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-lines: 2;
}

/* Aufzählung bündig links */
.liste-linksbuendig,
.liste-linksbuendig ul {
  margin-left: 0;
  margin-bottom:15px;
  padding-left: 0;
  
}

.liste-linksbuendig li,
.liste-linksbuendig ul li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}

.liste-linksbuendig li::before,
.liste-linksbuendig ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

/* Hover-Effekt für die 4 Kacheln */
.leistungskachel {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}

/* sanftes Anheben der gesamten Kachel */
.leistungskachel:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

/* Bild oder Icon oben animieren */
.leistungskachel img,
.leistungskachel .elementor-icon,
.leistungskachel .elementor-icon svg {
  transition: transform 0.35s ease;
}

/* Bild/Icon wird beim Hover größer */
.leistungskachel:hover img,
.leistungskachel:hover .elementor-icon,
.leistungskachel:hover .elementor-icon svg {
  transform: scale(1.08);
}


/* Vertikalen Abstand der Listeneinträge reduzieren */
.icon-list-wipe .elementor-icon-list-item {
  margin-bottom: -20px !important;
}

/* Icon-Animation */
.icon-list-wipe .elementor-icon-list-item .elementor-icon-list-icon {
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
   transform: translateY(5px);
}

.icon-list-wipe .elementor-icon-list-item:hover .elementor-icon-list-icon {
  transform: translate(10px, 5px);
}

.elementor-menu-anchor,
section[id],
div[id] {
  scroll-margin-top: 175px;
}

@media (max-width: 767px) {
  .elementor-menu-anchor,
  section[id],
  div[id] {
    scroll-margin-top: 80px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avant Garde Gothic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2026/05/ITCAvantGardePro-Bk.eot');
	src: url('/wp-content/uploads/2026/05/ITCAvantGardePro-Bk.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Bk.woff2') format('woff2'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Bk.woff') format('woff'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Bk.ttf') format('truetype'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Bk.svg#AvantGardeGothic') format('svg');
}
@font-face {
	font-family: 'Avant Garde Gothic';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/2026/05/ITCAvantGardePro-Demi.eot');
	src: url('/wp-content/uploads/2026/05/ITCAvantGardePro-Demi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Demi.woff2') format('woff2'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Demi.woff') format('woff'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Demi.ttf') format('truetype'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Demi.svg#AvantGardeGothic') format('svg');
}
@font-face {
	font-family: 'Avant Garde Gothic';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2026/05/ITCAvantGardePro-Md.eot');
	src: url('/wp-content/uploads/2026/05/ITCAvantGardePro-Md.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Md.woff2') format('woff2'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Md.woff') format('woff'),
		url('/wp-content/uploads/2026/05/ITCAvantGardePro-Md.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Seasons';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2026/05/TheSeasons-Bold.eot');
	src: url('/wp-content/uploads/2026/05/TheSeasons-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2026/05/TheSeasons-Bold.woff2') format('woff2'),
		url('/wp-content/uploads/2026/05/TheSeasons-Bold.woff') format('woff'),
		url('/wp-content/uploads/2026/05/TheSeasons-Bold.ttf') format('truetype'),
		url('/wp-content/uploads/2026/05/TheSeasons-Bold.svg#Seasons') format('svg');
}
/* End Custom Fonts CSS */