.elementor-kit-6{--e-global-color-primary:#9A9087;--e-global-color-secondary:#A2A6AC;--e-global-color-text:#EDEDED;--e-global-color-accent:#B7ACA2;--e-global-typography-primary-font-family:"NickySansALt";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"NickySansALt";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"NickySansALt";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"NickySansALt";--e-global-typography-accent-font-weight:300;background-color:#000000;color:#FFFFFF;font-family:"NickySansALt", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#FFFFFF;}.elementor-kit-6 h1{color:#FFFFFF;font-family:"NickySansALt", Sans-serif;font-size:56px;font-weight:600;}.elementor-kit-6 h2{color:#FFFFFF;font-family:"NickySansALt", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-6 h3{color:#FFFFFF;font-family:"NickySansALt", Sans-serif;font-size:28px;font-weight:500;}.elementor-kit-6 h4{color:#FFFFFF;font-family:"NickySansALt", Sans-serif;font-size:22px;font-weight:500;line-height:1.3em;}.elementor-kit-6 h5{color:#FFFFFF;font-family:"NickySansALt", Sans-serif;font-size:18px;font-weight:500;letter-spacing:0.2px;}.elementor-kit-6 h6{color:#FFFFFF;font-family:"NickySansALt", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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-6{font-size:15px;line-height:1.5em;}.elementor-kit-6 h1{font-size:42px;line-height:1.1em;}.elementor-kit-6 h2{font-size:32px;line-height:1.2em;}.elementor-kit-6 h3{font-size:24px;line-height:1.25em;}.elementor-kit-6 h4{font-size:20px;line-height:1.3em;}.elementor-kit-6 h5{font-size:17px;line-height:1.35em;letter-spacing:0.2px;}.elementor-kit-6 h6{font-size:14px;line-height:1.4em;letter-spacing:0.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:14px;line-height:1.5em;}.elementor-kit-6 h1{font-size:32px;line-height:1.1em;}.elementor-kit-6 h2{font-size:26px;line-height:1.2em;}.elementor-kit-6 h3{font-size:20px;line-height:1.25em;}.elementor-kit-6 h4{font-size:18px;line-height:1.3em;}.elementor-kit-6 h5{font-size:16px;line-height:1.35em;letter-spacing:0.2px;}.elementor-kit-6 h6{font-size:13px;line-height:1.4em;letter-spacing:0.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Universal Sticky Header + Logo Scale (no filenames) === */

/* Default header */
.site-header {
  background: transparent;
  transition: background-color 240ms ease, padding 240ms ease, box-shadow 240ms ease;
  padding-block: 20px; /* normal header height */
  z-index: 9999;
}

/* Logo element (works for <img> and inline <svg>) */
.site-header .logo img,
.site-header .logo svg {
  display: block;
  transition: transform 240ms ease;
  transform-origin: left center;
  max-height: 60px; /* adjust to your normal logo size */
}

/* Inline SVG safety (only affects inline svgs) */
.site-header .logo svg {
  height: auto;
  transform-box: fill-box;
  overflow: visible;
}

/* Sticky active state (Elementor toggles this class) */
.site-header.elementor-sticky--effects {
  background: rgba(0, 0, 0, 0.9);
  padding-block: 10px; /* shrink header height */
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* Scale logo ~10% when sticky */
.site-header.elementor-sticky--effects .logo img,
.site-header.elementor-sticky--effects .logo svg {
  transform: scale(0.9);
}

/* === Local CF7 Styling (only affects containers with class .cf7-local) === */

.cf7-local .wpcf7 form {
  font-family: var(--e-global-typography-text-font-family, inherit);
  color: var(--e-global-color-text, #111);
}

/* Inputs & Textarea */
.cf7-local .wpcf7 input[type="text"],
.cf7-local .wpcf7 input[type="email"],
.cf7-local .wpcf7 input[type="tel"],
.cf7-local .wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--e-global-color-border, #ccc);
  background: #fff;
}

/* Submit Button */
.cf7-local .wpcf7 input[type="submit"] {
  background: var(--e-global-color-accent, #000);
  color: var(--e-global-color-primary-contrast, #fff);
  border-radius: 999px;
  padding: 12px 22px;
  border: none;
  cursor: pointer;
  transition: opacity .2s ease;
}

.cf7-local .wpcf7 input[type="submit"]:hover {
  opacity: 0.9;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'NickySansALt';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dieschrittmacher.de/wp-content/uploads/2025/09/NickySansAlt-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'NickySansALt';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://dieschrittmacher.de/wp-content/uploads/2025/09/NickySansAlt-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'NickySansALt';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://dieschrittmacher.de/wp-content/uploads/2025/09/NickySansAlt-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'NickySansALt';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://dieschrittmacher.de/wp-content/uploads/2025/09/NickySansAlt-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'NickySansALt';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://dieschrittmacher.de/wp-content/uploads/2025/09/NickySansAlt-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'NickySansALt';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://dieschrittmacher.de/wp-content/uploads/2025/09/NickySansAlt-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'NickySansALt';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://dieschrittmacher.de/wp-content/uploads/2025/09/NickySansAlt-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */