.elementor-kit-7{--e-global-color-primary:#0A3230;--e-global-color-secondary:#A1655E;--e-global-color-text:#131313;--e-global-color-accent:#F1E9E6;--e-global-color-4c300ab:#FAFAFA;--e-global-color-8b8255e:#87929E;--e-global-color-85d394c:#C1C6CC;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-size:3.2rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:3.8rem;--e-global-typography-primary-letter-spacing:0.1px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-size:2.7rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:3.7rem;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:1.6rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:2.1rem;--e-global-typography-9b5752c-font-family:"Quicksand";--e-global-typography-9b5752c-font-size:0.8rem;--e-global-typography-a408e28-font-family:"Merriweather";--e-global-typography-a408e28-font-size:2.4rem;--e-global-typography-a408e28-line-height:3rem;}.elementor-kit-7 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);}.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 *//* === sanftes Einblenden === */
.reveal {
  opacity: 0;
  transform: translateY(40px); /* größere Bewegung: 40 statt 14 */
  transition: opacity 1.5s cubic-bezier(.22,.61,.36,1),
              transform 0.8s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}


/* === sanftes Hover-Wachsen (z. B. für Buttons oder Bilder) === */
.hover-scale {
  transition: transform 0.25s ease, filter 0.25s ease;
}
.hover-scale:hover {
  transform: scale(1.05);
  filter: brightness(1.05);
}

.hover-scale-ic {
  transition: transform 0.25s ease, filter 0.25s ease;
}
.hover-scale-ic:hover {
  transform: scale(1.3);
  filter: brightness(1.4);
}


/* Mobile-Feintuning */
@media (max-width: 767px){
  .reveal{
    transform: translateY(24px);          /* kürzerer Weg */
    transition-duration: .6s;             /* etwas kürzer */
  }
  /* Hover auf Touch-Geräten wirkungslos → neutralisieren */
  .hover-scale:hover{ transform:none; filter:none; }
}

/* Optional: Nur auf Mobile animieren */
.m-reveal{ opacity:1; transform:none; }    /* Default: sichtbar (Desktop) */
@media (max-width: 767px){
  .m-reveal{ opacity:0; transform:translateY(24px); transition:opacity .6s ease, transform .6s ease; }
  .m-reveal.is-visible{ opacity:1; transform:none; }
}

/* Respektiere Reduced Motion */
@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; }
  .reveal,.m-reveal{ opacity:1 !important; transform:none !important; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://itmaus.de/wp-content/uploads/2025/11/Quicksand-Light.woff') format('woff');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://itmaus.de/wp-content/uploads/2025/11/Quicksand-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://itmaus.de/wp-content/uploads/2025/11/Quicksand-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */