.elementor-kit-3{--e-global-color-primary:#F8B716;--e-global-color-secondary:#2CB249;--e-global-color-text:#3D3D3D;--e-global-color-accent:#E20220;--e-global-color-a47dd2f:#5CE1E6;--e-global-color-595d3a3:#38B6FF;--e-global-color-4260117:#FFFFFF;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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:400;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-4260117 );}.elementor-kit-3 button:hover,.elementor-kit-3 button:focus,.elementor-kit-3 input[type="button"]:hover,.elementor-kit-3 input[type="button"]:focus,.elementor-kit-3 input[type="submit"]:hover,.elementor-kit-3 input[type="submit"]:focus,.elementor-kit-3 .elementor-button:hover,.elementor-kit-3 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-4260117 );}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3 a{color:var( --e-global-color-595d3a3 );}.elementor-kit-3 a:hover{color:var( --e-global-color-a47dd2f );}.elementor-kit-3 h1{color:var( --e-global-color-primary );font-family:"Roboto Slab", Sans-serif;font-size:2.5em;font-weight:700;line-height:1.2em;}.elementor-kit-3 h2{color:var( --e-global-color-primary );font-family:"Roboto Slab", Sans-serif;font-size:2.3em;font-weight:700;line-height:1.2em;}.elementor-kit-3 h3{font-family:"Roboto Slab", Sans-serif;font-size:2em;font-weight:500;line-height:1.2em;}.elementor-kit-3 h4{font-family:"Roboto Slab", Sans-serif;font-size:1.8em;line-height:1.2em;}.elementor-kit-3 h5{font-family:"Roboto Slab", Sans-serif;font-size:1.6em;font-weight:500;line-height:1.2em;}.elementor-kit-3 h6{font-family:"Roboto Slab", Sans-serif;font-size:1.4em;font-weight:700;line-height:1.2em;}.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-kit-3 a{font-size:14px;}.elementor-kit-3 h1{font-size:2em;}.elementor-kit-3 h2{font-size:1.8em;}.elementor-kit-3 h3{font-size:1.6em;}.elementor-kit-3 h5{font-size:1.4em;}.elementor-kit-3 h6{font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* class: .sticky-header */
.sticky-header {
	--header-height: 150px;
	--shrink-header-to: 0.3;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	--font-size: 0.9em;
	background-color: var(--e-global-color-df764b2);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition),
				font-size var(--font-size);
}


/* Sticky header activated */
.sticky-header.elementor-sticky--effects {
	background-color: var(--e-global-color-df764b2);
	/*box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);*/
}
.sticky-header {
	height: var(--header-height);
	transition: height var(--transition);
}
.sticky-header.elementor-sticky--effects {
	height: calc( var(--header-height) * var(--shrink-header-to) );
	 font-size: var(--font-size);
}


/* Shorter header on mobile (70px instead of 100px) */
@media only screen and (max-width: 767px) {
	.sticky-header {
		--header-height: 70px !IMPORTANT;
	}
}


/* Shorter header on tablet (100px instead of 100px) */
@media only screen and (max-width: 1024px) {
	.sticky-header {
		--header-height: 100px;
	}
}

/* class: .logo */
.sticky-header .logo img {
	transition: transform var(--transition);
    transform-origin: left;
}
.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.3);
	transform-origin: left;
}

/* Correction of SVG Logo in Firefox */
.elementor-widget-image a {
	display:block;
}

/* Hide Container with TOP anchor */
#topcontainer {
    display: none;
}

/* complianz banner teaser */
#cmplz-manage-consent .cmplz-manage-consent {
    background-color: var(--e-global-color-secondary) !IMPORTANT;
    color: white !IMPORTANT;
    font-weight: 700;
    font-size: 0.8em;
}

/* complianz documents */
#cmplz-document {
    margin-left: auto !IMPORTANT;
    margin-right: auto !IMPORTANT;
    max-width: 100% !IMPORTANT;
}

#cmplz-document, #cmplz-document p, #cmplz-document li, #cmplz-document td {
    font-size: 1em;}
    
/* text in complianz documents */
#cmplz-document h2, #cmplz-document h3, .wp-block-group.complz-annex h2.wp-block-heading,
.wp-block-group.complz-annex h3.wp-block-heading {
    margin-top: 50px !IMPORTANT;
    font-size: 1.4em !IMPORTANT;
}

#cmplz-document.impressum h2, #cmplz-document.impressum h3 {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.4em;}
#cmplz-document a {
    text-decoration: none;
   
}

/* footer always bottom */
html, body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

main {
  min-height: calc(100vh - 470px) !important;
}

/* Space after ul,ol,p */
ul + p,
ol + p {
    margin-top: 20px;
}

ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 50px;
}

/* Space between li */
ul li + li,
ol li + li {
    margin-top: 5px;
}

/* CONTACT FORM 7 */
.contactform .wpcf7-form-control {
    margin-top: 5px;
}

.contactform p>label {
    margin-bottom: 10px;
    width: 100%;
    font-weight: 700;
}

.contactform .wpcf7-list-item {
    margin-left: 0px;
    display: block; 
}
span.wpcf7-list-item { display: block; }

.contactform .wpcf7-list-item-label {
    margin-left: 5px;
    line-height: 1.2em;
    width: 100% !IMPORTANT;
}

.cf7-other {
    margin-top: -20px !IMPORTANT;
}
.cf7-label {
    margin-top: 20px !IMPORTANT;
}

/* Gilt für ALLE CF7-Checkboxen und Acceptance-Felder */

/* Checkbox/Akzeptanz: Checkbox links, Text rechts bündig umbrechen */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item > label,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;  /* Text oben ausrichten */
  gap: .6rem;               /* Abstand Checkbox ↔ Text */
}

/* Checkbox fixieren, leicht nach unten rücken */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item > label > input[type="checkbox"],
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label > input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: .25em;
}

/* Textblock darf umbrechen und nimmt Restbreite ein */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  flex: 1 1 auto;
  line-height: 1.4;
  margin: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

/* CF7 Language Feld ausblenden */
.form-language {
    display: none !IMPORTANT;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto Slab';
	font-display: auto;
	src: url('https://empirica.com/zeroit-project/wp-content/uploads/sites/3/2025/09/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-display: auto;
	src: url('https://empirica.com/zeroit-project/wp-content/uploads/sites/3/2025/09/Roboto-VariableFont.ttf') format('truetype');
}
/* End Custom Fonts CSS */