.elementor-46661 .elementor-element.elementor-element-df6527d{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;}.elementor-46661 .elementor-element.elementor-element-2a9a956{width:100%;max-width:100%;}.elementor-46661 .elementor-element.elementor-element-2a9a956 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c33c1bb */.iti__country-container [type=button] {
	background-color: transparent;
    border: none;
}

.hidden {
    display: none !important;
}

@property --dark-blue {
	syntax: "<color>";
	inherits: false;
	initial-value: #050A23;
}

@property --gray {
	syntax: "<color>";
	inherits: false;
	initial-value: #f4f4f4;
}

@property --yellow {
	syntax: "<color>";
	inherits: false;
	initial-value: #FFE664;
}

@property --fixedWidth {
	syntax: "<length>";
	inherits: false;
	initial-value: 640px;
}

@property --progress-height {
	syntax: "<length>";
	inherits: false;
	initial-value: 10px;
}

.elementor-kit-6 img {
	border-radius: 0;
}

html, body {
	margin: 0;
	overflow-y: auto;
}

div.background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	
	background-image: url(https://homenergy.de/wp-content/uploads/LeadGen_Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

input, textarea {
    font-weight: 300;
    color: #000000;
    background-color: #F2F2F2;
    text-transform: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

input[type=tel], input[type="number"], input[type="text"], input[type="email"], textarea {
	background-color: white !important;
}

input[type="submit"] {
	border-radius: 30px !important;
}

.e-con.e-flex>.e-con-inner  {
	padding-block-start: 0;
}

.flex-container > div.clickable.inverted, .flex-container > div.clickable.selected {
	background-color: black;
}

.flex-container > div.clickable.inverted > div, .flex-container > div.clickable.selected > div {
	position: relative;	
}

.flex-container > div.clickable.inverted > div > img:first-child, .flex-container > div.clickable.selected > div > img:first-child {
	filter: invert(100%);
}

.flex-container > div.clickable.inverted > div > img:first-child + img, .flex-container > div.clickable.selected > div > img:first-child + img {
	position: absolute;
	top: 0;
	right: 0;
	display: block !important;
}

.flex-container > div.clickable.inverted p, .flex-container > div.clickable.selected p {
	color: white;
}

div.container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	position: relative;
	width: 100vw;
	height: 100vh;
}

div.main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

div.header {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 100%;
}

div.header > div {
	height: 58px;
}

div.header > div:first-child {
	position: relative; /*checked*/
	background-color: white;
	padding: 10px 40px;
	display: flex;
	flex: 2; 
	min-width: 200px; 
	
}

div.header > div:first-child > a {
	margin-top: auto;
	margin-bottom: auto;
}

div.header > div:first-child + div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-width: fit-content;
	background-color: var(--yellow);
	padding: 0 10px 0 30px;
}

div.header > div:first-child > div {
	position: absolute; /*checked*/
	top: 0;
	right: 0;
	height: 100%;
	padding: 6px 0;
}

div.header > div:first-child > div img {
	position: relative;
	left: 50%;
	height: 100%;
	width: auto;
}

span#numRequests {
	font-weight: bold; 
	text-decoration: underline; 
	text-decoration-color: white;
}

div.instantAppointment > div {
	margin-top: 10px;
	padding: 10px 16px 8px 16px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 4px 4px 0 0;
	font-size: 16px;
}

div.instantAppointment > div > a {
	text-decoration: none;
}

div.footer {
	position: relative;
	display: flex;
	align-self: flex-end;
	gap: 10px;
	background-color: var(--dark-blue);
	width: 100%;
	padding: 12px;
}

div.footer > div {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 25px;
	/*margin-right: 25px;*/
	flex-wrap: wrap;
}

div.footer > div + div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}

div.footer > div > div {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

div.footer > div > div:first-child {
	display: flex;
	justify-content: flex-end;
}

div.footer > div > div + div {
	flex-direction: row;
}

div.footer img {
	height: 8vh;
    max-height: 80px;
	width: auto;
}

div.footer img.smaller {
	height: 50px;
}

div.footer p {
	font-weight: bold;
}

div.footer a {
	text-decoration: none;
	font-size: 12px;
}

div.progress {
	position: relative; /*checked*/
	width: 100%;
	height: var(--progress-height);
	background-color: var(--gray);
}

div.progress > div:first-child {
	position: absolute; /*checked*/
	top: 0; 
	left: 0; 
	height: var(--progress-height); 
	width: 100%;
	
	background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(254,255,0,1) 100%);
	/*transition: width .7s ease-in-out;*/
}

div.navigation {
	display: flex;
	padding: 0 15px;
	align-items: center;
	font-size: 12px;
	color: gray;
}

div.navigation p {
	flex: 1;
}

div.backbutton {
	display: flex;
	align-items: center; 
	cursor: pointer;
	
	height: 40px; 
	border: none;
    text-align: left;
    flex: 1;
}

div.backbutton > p {
    border: none;
    text-align: left;
    cursor: pointer;
    flex: 1;
}

div.backbutton:hover > p {
	color: black;
}

div.backbutton + div {
	display: flex;
	flex: 1;
	text-align: end;
}

div.he_lead_form {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
}

div.feasability > div > h5 {
	text-align: center;
	font-size: 20px;
	min-height: 2em;
	margin: 0;
	flex: 1;
	margin-bottom: 20px;
}

div.headline { /*checked*/
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding-bottom: 7%;
}

div.headline > h1 {
	font-size: 20px;
	display: inline-block;
	margin-block-end: 0;
	padding-top: 1.2em;
}

div.headline sup {
	font-weight: normal;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background-color: var(--gray);
	margin-left: 12px;
	cursor: pointer;
	text-align: center;
    line-height: 1.5;
    font-size: 16px;
    display: inline-block;
    top: 0;
}

div.headline > h4 { /*tool tip*/
	position: absolute; /*checked*/
	font-weight: normal;
	font-size: 14px;
	margin: 6px 0 12px 0;
	width: 100%;
	text-align: center;
	
	display: block;
	
	padding: 10px;
	border-radius: 6px;
	background-color: rgba(244,244,244,0.97);
	
	z-index: 100;
}

div.questions {
	position: relative;
	display: flex;
	padding: 0 15px 15px 15px;
}

div.questions > div {
	max-width: var(--fixedWidth);
	display: flex;
	flex-direction: column;
	align-content: center;
	/*width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;*/
	overflow: hidden;
}

div.out {
	transition: opacity .5s ease-in-out, visibility .5s, width 1s ease-in-out .5s, height 1s ease-in-out .5s;
}

div.in {
	transition: height .5s ease-in-out .2s, opacity .5s ease-in-out .2s, visibility .5s .2s;
}

div.questions > div > h6 {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	min-height: 2em;
	margin: 0 0 10px 0;
}

form#postalCodeForm {
	width: 100%;
	display: flex;
}

input#postalCode, input#postalCode::placeholder {
	text-align: left;
}

div.postal input[type="submit"], div.he_lead_form input[type="submit"] {
	background-color: var(--yellow);
	color: black;
	border: none;
}

.flex-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    /*flex: 2;*/
    align-items: center;
    margin: 0 0 5% 0;
}

.flex-container > div {
	flex: 1;
    text-align: center;
    vertical-align: top;
    border-radius: 20px;
    max-width: 150px;
    border: 2px solid #050A23;
}

.flex-container > div.clickable {
    cursor: pointer;
    padding: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.flex-container > div.clickable > div {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-container > div.clickable > div > p {
    font-weight: bold;
}

div.feasability {
	display: flex;
	flex: 1;
	flex-direction: column; 
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

div.feasability > div:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}

div.feasability > div:first-child > img {
	align-self: center;
	max-width: 40%;
	overflow: auto;
	margin: 0 30px 20px 30px;
}

div.testimonialAndSeal {
	display: flex;
	align-self: flex-end;
	margin-top: 10px;
}

div.testimonialAndSeal > a > img {
	height: fit-content;
	margin-left: 6px;
	max-width: 100px; 
}

div.testimonial {
	display: flex;
	gap: 10px;
	align-items: center;
    background-color: var(--gray);
	border-radius: 8px;
}

div.testimonial img:first-child, div.testimonial picture, div.testimonial picture > img {
	border-radius: 50%;
	display: inline;
	height: 70px;
	width: auto;
}

div.testimonial div {
	text-align: left;
	padding: 8px;
}

div.testimonial div p {
	font-size: 12px;
}

div.testimonial div p + p {
	color: gray;
}

.pointer {
    cursor: pointer;
}

.flex-form {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 100%;*/
    flex-direction: column;
	/*text-align: center;*/
	gap: 10px;	
}

input[type="submit"] {
	margin-top: 10px;
}

.flex-form div.GDPR {
    margin-right: 12px;
}

#processing {
	display: flex;
	justify-content: center;
	align-items: center;
    position: fixed; /* Sit on top of the page content */
    width: 100vw; /* Full width (cover the whole page) */
    height: 100vh; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.8);
}

#processing > p {
	text-align: center;
	padding: 0 15px;
    font-size: 1.5em;
    line-height: 1.5;
    color: white;
}

div.formInputContainer {
	display:flex; 
	width: 100%; 
	gap: 10px;
}

div.GDPR {
	background-color: white;
	border-radius: 12px;
	padding: 10px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

div.GDPR input {
	cursor: pointer;
}

.GDPR > label {
	display: block;
    text-align: left;
    font-size: 0.8em;
    line-height: inherit;
    margin-top: -.25em;
    cursor: pointer;
}

@media only screen and (min-width: 761px) {
	input, textarea {
		border-style: solid;
	    border-width: 0 0 1px 0 !important;
	    border-radius: 0 !important;
	    border-color: #E4E4E4;
	}
	
	div.main {
		flex-grow: 1;
	}
	
	div.navigation {
		background-color: white;
		/*border-radius: 5px 5px 0 0;*/
	}
	
	div.navHide {
		background-color: white;
	}
	
	div.navHide p {
		color: white;
	}
	
	div.header > div {
		height: 75px;
	}
	
	div.header > div:first-child + div {
		text-align: right;
	}
	
	.desktopSpacing {
		padding: 50px 0;
	}
	
	div.he_lead_form {
		width: var(--fixedWidth);
		border-radius: 5px;
		margin-top: 10px;
	}
	
	div.progress {
		border-radius: 5px 5px 0 0;
	}
	
	div.progress > div:first-child {
		border-radius: 5px 5px 0 0;
	}
	
	div.questions {
		background-color: white;
		border-radius: 0 0 5px 5px;
		/*min-height: 450px;*/ /* leads to animation effect */
	}
	
	div.questions > div {
		border-radius: 0 0 5px 5px;
	}
	
	div.testimonial {
		justify-content: left;
    }
    
    div.testimonial > div p:first-child {
		max-height: 7em;
	}
	
	div.testimonial img:first-child {
		margin-left: 8px;
	}
	
	div.footer {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	div.footer > div:first-child {
		flex-direction: row;
	}
	
	div.footer > div:first-child > div:first-child + div {
		flex: 2;
	}
	
	div.footer > div + div {
		position: absolute;
        bottom: 6px;
        width: 100%;
        
		/*position: fixed;
	    bottom: 0;
	    padding-bottom: 6px;
	    width: 100%;*/
	}
	
	div#processing p {
		max-width: var(--fixedWidth);
	}
	
	div.formInputContainer {
		padding: 0 3px;
	}
}

@media only screen and (max-width: 760px) {
    input, textarea {
		border-style: none;
	    border-width: 0;
	    border-radius: 5px;
	}
	
    .mobileWrap {
    	flex-wrap: wrap;
    }
    
    div.header > div:first-child {
		justify-content: center;
	}
	
	div.header > div > div {
		display: none;
	}
	
	div.header > div:first-child + div {
		padding: 0 30px;
	}
	
	div.navHide {
		background-color: transparent;
	}
	
	div.navHide p {
		color: transparent;
	}
	
	div.he_lead_form {
		width: 100%;
	}
	
	div.questions {
		flex: 1;
		flex-wrap: wrap;
	}
	
	div.questions > div {
		max-width: 100vw;
		width: 0;
	}
	
    .flex-container, div.testimonial {
        position: relative;
        text-align: center;
        align-items: center;
    }
    
    div.feasability {
    	height: 100%;
    }
    
    /*div.testimonialAndSeal {
    	margin-top:40px;
    }*/
    
    div.testimonialAndSeal > a > img {
    	margin-top: 35px;
    }
    
    div.testimonial {
    	flex-direction: column;
    	justify-content: center;
		padding-top: 20px;
		margin-top: 35px;
	}
	
    div.testimonial img:first-child {
    	position: absolute;
    	top: -30px;
    	height: 50px;
    	/*margin-bottom: 10px;*/
    }
    
    div.testimonial div {
		text-align: center;
		padding: 8px;
	}
	
	input#postalCode {
		margin-top: 10px;
	}
    
    .flex-container div {
        margin-right: 1%;
    }
    
    .flex-container > div.pointer > img+p {
        font-size: 0.8em;
        bottom: 0;
    }
    
    .flex-container > div.twolines > img+p {
        bottom: 0%;
        font-size: 0.6em;
    }
    
    .flex-form {
        flex-direction: column;
    }
    
    .flex-form div.GDPR {
        margin-right: 0;
    }
    
    .flex-container > div.clickable {
    	border: none;
    }
    
    div.footer {
		flex-direction: column;
	}
	
	div.footer p {
		font-size: 16px;
	}
	
	div.footer a {
		font-size: 10px;
	}
	
	div.footer > div:first-child {
		flex-direction: column;
	}
	
	div.footer > div {
		justify-content: center;
	}
	
	div.footer > div:first-child {
		flex-direction: column;
	}
	
	div.footer > div:first-child > div {
		flex-direction: row;
	}
	
	div.footer > div:first-child > div + div {
		flex-direction: column;
	}
}/* End custom CSS */