.elementor-kit-6{--e-global-color-primary:#F9B000;--e-global-color-secondary:#E50051;--e-global-color-text:#33302E;--e-global-color-accent:#F0EEE9;--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;background-color:var( --e-global-color-accent );color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:1.2rem;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:1.75em;letter-spacing:0.01em;--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in-down;--e-page-transition-animation-duration:3500ms;}.elementor-kit-6 p{margin-block-end:1.8rem;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:4rem;font-weight:900;text-transform:none;font-style:normal;text-decoration:none;line-height:1.1em;letter-spacing:-0.04em;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:3rem;font-weight:700;text-transform:none;font-style:normal;text-decoration:none;line-height:1.2em;letter-spacing:-0.02em;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:1.8rem;font-weight:700;line-height:1.2em;letter-spacing:-0.01em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80rem;}.e-con{--container-max-width:80rem;--container-default-padding-top:0em;--container-default-padding-right:0em;--container-default-padding-bottom:0em;--container-default-padding-left:0em;}.elementor-widget:not(:last-child){--kit-widget-spacing:0em;}.elementor-element{--widgets-spacing:0em 0em;--widgets-spacing-row:0em;--widgets-spacing-column:0em;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p a {
    text-decoration: none !important; /* Standard-Linie killen */
    color: #2D2926; /* Anthrazit */
    font-weight: 500; 
    display: inline-block; /* Wichtig für die Positionierung */
    line-height: 1.2; 
    border-bottom: 1px solid rgba(45, 41, 38, 0.2);
    transition: all 0.3s ease;
}

p a:hover {
    color: #E20074; /* Magenta */
    border-bottom: 1px solid #E20074;
}




/* Container-Styling */
.impitas-logo-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

/* 1. IMPIT S läuft langsamer von links nach rechts rein */
#logo-impit {
  opacity: 0;
  transform: translateX(-40px);
  /* Dauer von 1s auf 1.8s erhöht */
  animation: slideRight 1.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.3s;
}

/* 2. Gelbes A mit Kreis erscheint majestätisch mit Scale-Effekt */
#logo-a-kreis {
  opacity: 0;
  transform: scale(0.4);
  transform-origin: center;
  /* Dauer von 1.2s auf 2.2s erhöht für einen "schwebenden" Effekt */
  animation: fadeInScale 2.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 1s; /* Wartet länger, bis IMPIT fast fertig ist */
}

/* 3. Slogan fährt ganz sanft von unten hoch */
#logo-slogan {
  opacity: 0;
  transform: translateY(25px);
  /* Dauer auf 1.5s erhöht */
  animation: slideUp 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 2s; /* Erscheint erst, wenn das A fast voll da ist */
}

/* Keyframe Definitionen (bleiben gleich, werden nur langsamer abgespielt) */
@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.4); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- DEINE SCROLL-TRANSFORMATION (Zusatz) --- */
.elementor-sticky--effects #logo-impit,
.elementor-sticky--effects #logo-slogan {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.6s ease;
}

.elementor-sticky--effects #logo-a-kreis {
    transform: scale(0.7);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* --- Transformation beim Scrollen --- */

/* 1. Den Text (IMPIT S + Slogan) sanft ausfaden */
.elementor-sticky--effects #logo-impit,
.elementor-sticky--effects #logo-slogan {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
}

/* 2. Das A-Icon in der Mitte halten und dezent verkleinern */
.elementor-sticky--effects #logo-a-kreis {
    transform: scale(0.7) translateX(0); /* Optional: etwas kleiner machen */
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* 3. Optional: Den gesamten Logo-Container etwas nach oben schieben, 
   damit er perfekt über oder in der Navi-Pille sitzt */
.elementor-sticky--effects .impitas-logo-wrapper {
    transform: translateY(-10px); 
    transition: transform 0.5s ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-ThinItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-ExtraLightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-LightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-MediumItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-SemiBoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-BoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-ExtraBoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://boring-bohr.217-154-80-23.plesk.page/wp-content/uploads/2026/01/Poppins-BlackItalic.woff2') format('woff2');
}
/* End Custom Fonts CSS */