.elementor-kit-6{--e-global-color-primary:#54765D;--e-global-color-secondary:#71A07E;--e-global-color-text:#54765D;--e-global-color-accent:#86BF94;--e-global-color-ab3f032:#F8F5F0;--e-global-color-6ef463d:#C2DDCA;--e-global-typography-primary-font-family:"LibreBaskerville";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"LibreBaskerville";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"LibreBaskerville";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"LibreBaskerville";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* Horizontal Scroll global deaktivieren */
html, body {
  overflow-x: hidden !important;
}

/* Elementor Container sicher begrenzen */
.elementor, .elementor-section, .elementor-container, .elementor-column {
  max-width: 100% !important;
  overflow-x: hidden !important;
}



@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
  }
}

/* Standard: normales Bild */
.hero-portrait .elementor-widget-container {
  overflow: visible; /* wichtig, damit es überlappen darf */
}

.hero-portrait img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

/* Nur auf Mobile größer skalieren */
@media (max-width: 767px) {
  .hero-portrait img {
    transform: scale(1.25);  /* Bild vergrößern */
    position: relative;
    z-index: 5;              /* über den Kreisen anzeigen */
    transform-origin: center center;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'LibreBaskerville';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://koeppke.urinter.net/wp-content/uploads/2025/11/LibreBaskerville-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'LibreBaskerville';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://koeppke.urinter.net/wp-content/uploads/2025/11/LibreBaskerville-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'LibreBaskerville';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://koeppke.urinter.net/wp-content/uploads/2025/11/LibreBaskerville-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */