.elementor-kit-11{--e-global-color-primary:#000674;--e-global-color-secondary:#AF7DB9;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E57E01;--e-global-color-4b71a08:#87BA7F;--e-global-color-23a8bce:#FFFFFF;--e-global-color-6070701:#EAEAEA;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Outfit", Sans-serif;font-size:18px;font-weight:400;line-height:1.4em;}.elementor-kit-11 a{color:var( --e-global-color-4b71a08 );}.elementor-kit-11 a:hover{color:var( --e-global-color-primary );}.elementor-kit-11 h1{color:var( --e-global-color-primary );font-family:"Outfit", Sans-serif;font-size:2.5em;font-weight:700;line-height:1.2em;}.elementor-kit-11 h2{color:var( --e-global-color-primary );font-size:2.2em;line-height:1.2em;}.elementor-kit-11 h3{color:var( --e-global-color-primary );font-size:1.8em;line-height:1.2em;}.elementor-kit-11 h4{color:var( --e-global-color-primary );font-size:1.4em;font-weight:700;line-height:1.2em;}.elementor-kit-11 h5{color:var( --e-global-color-primary );font-size:1.1em;font-weight:700;line-height:1.2em;}.elementor-kit-11 h6{color:var( --e-global-color-primary );font-size:1em;font-weight:700;line-height:1.2em;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{color:var( --e-global-color-23a8bce );background-color:var( --e-global-color-4b71a08 );border-style:none;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{color:var( --e-global-color-23a8bce );background-color:var( --e-global-color-4b71a08 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}@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-11 h1{font-size:1.6em;line-height:1.1em;}.elementor-kit-11 h2{font-size:1.6em;}.elementor-kit-11 h3{font-size:1.4em;}.elementor-kit-11 h4{font-size:1.2em;}.elementor-kit-11 h5{font-size:1.1em;}.elementor-kit-11 h6{font-size:1.1em;}.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: 100px;
	--shrink-header-to: 0.6;
	--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(.6);
	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-primary) !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 {
    margin-top: 50px;
    font-size: 1.4em;}
#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;
   
}

/* CONTACT FORM 7 */
.wpcf7-form-control {
    margin-top: 5px;
}

.wpcf7-form p>label {
    width: 100%;
    font-weight: 400;
}

.wpcf7-list-item {
    margin-left: 0px;
    display: block; 
}

span.wpcf7-list-item { display: block; }

.wpcf7-list-item-label {
    margin-left: 5px;
    line-height: 1.2em;
    width: 100% !IMPORTANT;
}

/* CF7 Acceptance: Checkbox links, Text rechts bündig umbrechen */
.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 für optische Höhe */
.wpcf7-acceptance .wpcf7-list-item > label > input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: .25em;
}

/* Textblock darf umbrechen und nimmt Restbreite ein */
.wpcf7-acceptance .wpcf7-list-item-label {
  flex: 1 1 auto;
  line-height: 1.4;
  margin: 0;               /* sicherheitshalber */
  overflow-wrap: anywhere; /* falls lange Worte/URLs */
  hyphens: auto;
}


/* footer always bottom */
html, body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

main {
  min-height: calc(100vh - 470px) !important;
}

/* hide google recaptcha */
.grecaptcha-badge { visibility: hidden; }

/* 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;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://candle-project.eu/wp-content/uploads/Outfit-Regular.eot');
	src: url('https://candle-project.eu/wp-content/uploads/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Regular.woff2') format('woff2'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Regular.woff') format('woff'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Regular.ttf') format('truetype'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Regular.svg#Outfit') format('svg');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://candle-project.eu/wp-content/uploads/Outfit-Bold.eot');
	src: url('https://candle-project.eu/wp-content/uploads/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Bold.woff2') format('woff2'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Bold.woff') format('woff'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Bold.ttf') format('truetype'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-Bold.svg#Outfit') format('svg');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://candle-project.eu/wp-content/uploads/Outfit-ExtraLight.eot');
	src: url('https://candle-project.eu/wp-content/uploads/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-ExtraLight.woff2') format('woff2'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-ExtraLight.woff') format('woff'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-ExtraLight.ttf') format('truetype'),
		url('https://candle-project.eu/wp-content/uploads/Outfit-ExtraLight.svg#Outfit') format('svg');
}
/* End Custom Fonts CSS */