@CHARSET "UTF-8";


@font-face {
	font-display: swap; 
	font-family:			"Assistant";
	font-style:				normal;
	font-weight:			400;
	src: url('../fonts/assistant-v19-latin-regular.woff2') format('woff2'); 
}

@font-face {
	font-display: swap; 
	font-family:			"Assistant";
	font-style:				normal;
	font-weight:			700;
	src: url('../fonts/assistant-v19-latin-700.woff2') format('woff2');
}

@font-face {
	font-display: swap; 
	font-family:			"Teko";
	font-style:				normal;
	font-weight: 400;
	src: url('../fonts/teko-v20-latin-regular.woff2') format('woff2');
}

html, body {
	background: #fff;
	font-family: 'Assistant',Helvetica,sans-serif;
	color: #002242;
	font-size: 1rem;
    line-height: 130%;
	overflow: auto;
}

#mainframe {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#content_wrapper {
	background: #fff;
	padding-bottom: 2rem;
	border-bottom: 0;
}

main {
	height: auto;
	flex-grow: 1;
}

.row {
	max-width: 1156px;
}

.column, .columns {
	padding: 0;
	float: none;
}

a, a:hover {
	color: #165187;
	text-decoration: none;
}

h1 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 45px;
	font-family: 'Teko',Verdana,sans-serif;
	color: #165187;
	line-height: 125%; /* 56.25px */
	hyphens: auto;
	letter-spacing: 1px;
}

h2 {
	font-family: 'Teko',Verdana,sans-serif;
	color: #165187;
	font-size: 30px;
	border-bottom: 0;
	letter-spacing: 0;
	line-height: normal;
	letter-spacing: 1px;
}

/* Input */
select, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	border: 1px solid #9B9B9B;
	font-family: 'Assistant',Helvetica,sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	color: #002242;
	border-radius: 3px;
}

select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus,
select:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="color"]:hover, textarea:hover {
	border: 1px solid #165187;
}

input[type="radio"] {
    height: 1.3rem;
    width: 1.3rem;
    margin-right: 0.5rem;
	margin-bottom: 0;
	accent-color: #002242;
}

input[type="radio"]+label {
	margin-left: 0;
}

.white_wrapper > .columns.data_input .checkb1 {
	margin-top: 0;
}

#energyNew {
	margin-bottom: 0.5rem;
}

.controlInfo_label,
.inputInfo {
	margin-bottom: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Button */
input[type="submit"],
.button {
	font-family: 'Assistant',Helvetica,sans-serif;
	min-width: 200px;
	width: auto;
	white-space: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px 16px;
	border-radius: 3px;
	position: relative;
	flex-shrink: 0;
	transition: .3s ease-in-out;
	background: #165187;
	white-space: normal;
	font-size: 14px;
	font-weight: 700;
	min-height: 44px;
}

input[type="submit"]:hover,
.button:hover,
.button:focus {
	background: #0f375b;
}


.forward.button,
.forward.complete.button {
	background: #165187;
	padding: 6px 7px;
}

.forward.button.print {
	display: none;
}

.backward.button {
	min-width: 200px;
	white-space: normal;
	padding: 12px 16px;
	background: #F0F0F0;
	margin-bottom: 0;
	border: 1px solid #165187;
	color: #165187;
}

.backward.button:hover {
	color: #fff;
} 

.back_link {
	margin: 0;
	text-align: right;
}

.back_link .button {
	margin-bottom: 0;
}


/* Calendar */

#ui-datepicker-div {
	min-width: 360px;
}

.ui-widget-header {
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #165187 !important;
	background: #165187 !important;
	color: #fff !important;
 
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #165187;
	background: #165187;
	color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #165187;
	background: #165187;
	color: #fff;
}

/* Header */
#header {
	width: 100%;
	border-top: 0;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	min-height: 84px;
	flex-shrink: 0;
	background-color: #fff;
	
}
  
.header_wrapper {
	max-width: 1156px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}

.logo {
	background: url(../elements/logo.png) no-repeat right center;
	background-size: contain;
	height: 57px;
	width: 96px;
	display: inline-block;
	flex-shrink: 0;
	font-size: 0;
}

.back_to_home {
	color: #165187;
	font-weight: normal;
	display: inline-block;
	margin: 1.5rem 0;
}

.back_to_home:before {
	content: "🠈";
	display: inline-block;
	margin-right: .5rem;
	color: #165187;
}

/* Footer */
#footer {
	background: #165187;
	/*display: flex;*/
	flex-shrink: 0;
	margin-top: 2rem;
	position: relative;
	max-width: 100%;
	height: auto;
	padding: 12px 16px;
	width: 100%;
	text-align: center;
}

.footer_wrapper {
	font-size: 16px;
	border-top: 0;
	width: 100%;
	background-color: #165187;
	max-width: 1156px;
	margin: 0 auto;
	height: auto;
	padding: 0;
	text-align: center;
}

#footer,
#footer a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

#footer a:hover {
	color: #165187;
	text-decoration: underline;
}

.footer_link {
	
}

/* Calculator */

.step.gas:after {
	color: #979B97;
}

.step.gas.active:after {
	color: #165187;
}

.calculator #calculator_wrapper {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#_slider {
	display: none !important;
}

#calculator {
	background: #F0F0F0;
	padding: 0;
}

.target_group_input_wrapper {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
}

.energy_type_wrapper {
	background-color: #fff;
	display: flex;
}

.energy_type_wrapper input { 
	display: none;
}

.energy_type_wrapper input + label { 
	display: inline-block;
	flex: 1 1 auto;
}

#calculator .energy_type_wrapper input:not(:checked) + label:hover {
	background: #0f375b;
	color: #fff;
}

#calculator .energy_type_wrapper input + label {
	background: #fff;
	padding: 4px 12px;
	position: relative;
	margin: 0;
	color: #165187;
	width: 50%;
	text-align: center;
	transition: 0.3s ease-in-out;
	font-weight: bold;	
	border-bottom: 2px solid #004178;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#calculator .energy_type_wrapper input:checked + label {
  background: #165187;
  color: #fff;
}

#calculator .button {
	margin-top: 0;
	width: auto;
}

.content_tab_wrapper {
	padding: 2rem 7rem;
	display: flex;
	flex-wrap: wrap;
}

.target_group_wrapper {
	display: flex;
}

.target_group_col {
	flex-shrink: 0;
	margin-right: 2rem;
	
}

#calculator .labeled {
	padding: 0;
	width: 100%;
	color: #002242;
	margin-bottom: .5rem;
}

#calculator label {
	color: #002242;
	font-weight: normal;
}

.skala_col {
	width: 100%;
	padding-right: 1rem;
}

#skala {
	display: flex;
}

.skala_wrapper {
	display: flex;
	justify-content: space-between;
}

#skala .step {
	flex-shrink: 0;
}

#slider_wrapper {
	display: none !important;
}

.consumption_input_wrapper {
	display: flex;
	align-items: baseline;
}

#calculator input[type="text"],
#calculator select {
	border-radius: 3px;
	border: 1px solid #9B9B9B;
	font-family: 'Assistant',Helvetica,sans-serif;
	background-color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	color: #002242;
	font-weight: normal;
	margin-right: .5rem;
	line-height: 1.3;
}

.calculator .address_col .street,
.calculator .state_zip {
	width: 50%;
	padding-right: 0.5rem;
	box-sizing: border-box;
}

.calculator .address_col .no,
.calculator .state_city {
	width: 50%;
	padding-left: 0.5rem;
	box-sizing: border-box;
}

.state_street {
	width: 100%;
}

.consumption_list_button {
	left: auto;
	right: 50px;
	top: 38px;
}

.consumption_list {
	width: calc(100% - 1rem);
	top: 66px;
	border: 0;
}

select:focus-visible {
	outline: 0;
}

.address_col {
	display: flex;
	position: relative;
}

#map_region_product_street_list {
	width: calc(100% - 1rem);
}

#map_region_product_street_list > div {
	border-radius: 3px;
}

.calc_button_wrapper {
	margin-top: 1rem;
	text-align: center;
}

#calc_changedata table td {
	font-size: 16px;
}

.step2 label.toogle {
	margin-bottom: 1rem;
	display: flex;
	align-items: baseline;
}

.step2 label.toogle .toggle {
	margin-right: .5rem;
}

/* Productlist */
.productlist {
	display: flex;
	flex-direction: row-reverse;
}

.productlist.timeout {
	flex-direction: row;
}

.product_header {
	display: flex;
	justify-content: space-between;
}

.price_wrapper {
	text-align: right;
}

.product_price_title {
	color: #002242;
	font-weight: bold;
	margin-top: 3.5rem;
}
.product_price {
	color: #002242;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
	margin-top: .5rem;
}

#calculator_wrapper {
	padding-left: 0;
}

.productlist #calculator .button {
	background: #F0F0F0;
	color: #165187;
	border: 0;
}

.productlist #calculator .button:hover {
	background: #0f375b;
	color: #fff;
}

.productlist #calculator.invisible {
	display: none;
}

.productlist #calculator {
	background: #165187;
	padding: 1.5rem;
	margin-right: 1.5rem;
	margin-top: 0;
}

.productlist #calculator h2 {
	color: #fff;
}

.productlist #calculator .labeled {
	margin-bottom: .5rem;
	color: #fff;
}

.productlist .state_city {
	padding-left: 0;
}

div.product {
	margin-left: 0;
	padding: 1.5rem;
	margin-top: 0;
	background-color: #F0F0F0;
}

#calculator_wrapper h2 {
	color: #165187;
	padding-top: 0;
}

.productlist .double {
	display: none;
}

.accept_btn.button {
	font-family: 'Assistant',Helvetica,sans-serif;
	min-width: 200px;
	width: auto;
	background: #165187;
	white-space: normal;
	padding: 12px 16px;
	border-radius: 3px;
	position: relative;
	flex-shrink: 0;
	margin-top: 1rem;
}

.button_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div.prices > div {
	float: none;
	padding: 0;
	display: flex;
	font-weight: bold;
	border-top: 1px solid #000;
	padding: .5rem 0;
}

div.prices > .price {
	padding-bottom: 0;
}

div.prices > div > label {
	width: 200px;
	padding-bottom: 0;
	
}


div.prices > div > div {
	border: 0;
	padding: 0;
}

div.prices > div.price > div {
	border: 0;
	background: none;
	padding: 0;
	color: #000;
}

div.product_name {
	color: #165187;
	font-size: 30px;
	font-family: 'Teko',Verdana,sans-serif;
    letter-spacing: 0;
    line-height: normal;
    letter-spacing: 1px;
	margin-bottom: 1rem;
}

div.product_details {
	color: #002242;
}

div.details_button {
	color: #002242;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}

div.details_button::before,
div.details_button.show::before {
	content: "➔";
	color: #165187;
	font-weight: normal;
	margin: 0;
	position: relative;
	transition: all .3s ease;
	display: inline-block;
	margin-right: .5rem;
	font-size: 16px;
}

div.details_button.show::before {
	transform: rotate(90deg);
}

#back_wrapper .button {
	min-width: 200px;
	transition: opacity 0.3s;
	white-space: normal;
	line-height: 30px;
	font-size: 17px;
	padding: 6px 7px;
	border-radius: 5px;
	background: #6c757d;
	display: none;
}

#back_wrapper .button:hover {
	color: #fff;
	background: #6c757d;
}

div.details_button:hover {
	text-decoration: none;
}

div.product div.columns.prices {
	float: none;
	margin-bottom: 0;
}

.product_buttons {
	display: flex;
	justify-content: space-between;
}

div.details {
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0;
}

div.details.show {
	display: block;
}

div.prop span.prop {
	width: 200px;
}

.price_info {
	color: #63666a;
	margin-top: 1rem;
	padding-top: 0;
	hyphens: auto;
}

#back_wrapper {
	margin-top: 0;
}

/* Customerdata */
.customerdata {
	display: flex;
	flex-direction: row-reverse;
}

.customerdata #calculator {
	margin-top: 0;
	background-color: #165187;
}

.customerdata #calculator_wrapper {
	margin-right: 1.5rem;
}

.customerdata #calculator_wrapper h2.header_sidebar {
	font-family: 'Assistant',Helvetica,sans-serif;
	background-color: #165187;
	padding-bottom: 0;
	margin: 0;
	padding: 24px 24px 1rem 24px;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #fff;
}

.product_wrapper .product_title {
	font-family: 'Teko',Verdana,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
}

.customerdata #calculator_wrapper #calculator {
	padding: 0 24px 24px 24px;
}

.customerdata .hide-for-small.customer_data {
	display: flex;
	flex-direction: column;
}

.customerdata_header_wrapper {
	display: flex;
	justify-content: space-between;
}

.customerdata_header_wrapper h1 {
	margin-top: 2rem;
	margin-bottom: 2.5rem;
}

.customerdata form {
	margin-left: 0;
	padding: 1.5rem;
	border: 0;
	margin-top: 0;
	background: #F0F0F0;
}

.columns.data_input {
	display: flex;
	flex-wrap: wrap;
}

.columns.l {
	padding-right: .25rem;
}

.columns.r {
	padding-left: .25rem;
}

.columns.m {
	padding-left: .25rem;
	padding-right: .25rem;
}

.display-use_billing_address-1[style="display: block;"],
.display-use_billing_address-1[style="display: flex;"] {
	display: flex !important;
	width: 100%;
	flex-wrap: wrap;
}

.display-use_billing_address-1:not([style]) {
	display: flex !important;
	width: 100%;
	flex-wrap: wrap;
}

.columns input._zusatzL {
	margin-left:  0;
	width: 100%;
}

.white_wrapper > .columns.data_input label.checkbText1 {
	margin-top: 0;
	margin-left: .5rem;
	margin-bottom: 0.5rem;
	margin-right: 0;
}

.inputSpacer {
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.customerdata .step form .white_wrapper:not(:first-child) {
	border-top: 1px solid #6c757d;
}

.agbetc .columns {
	display: flex;
	align-items: baseline;
}

.agbetc .title {
	margin: 1rem 0;
}

p.legend {
	color: #002242;
}

.right_button,
.left_button {
	margin-top: 0;
}

/* Sepa */
.sepa .toogle,
.sepa .toggle {
	display: flex;
	align-items: baseline;
}

.display-use_bank_address-1[style="display: block;"],
.display-use_bank_address-1[style="display: flex;"] {
	display: flex !important;
	width: 100%;
	flex-wrap: wrap;
}

.display-use_bank_address-1:not([style]) {
	display: flex !important;
	width: 100%;
	flex-wrap: wrap;
}

/* Goodbye */
.goodbye h2 {
	display: none;
}

.goodbye > div {
	border: 1px solid #002242;
	padding: 3rem 5rem;
}

/* Bubbles */
div.bubbles {
	padding-top: 2rem;
	padding-bottom: 0;
}

div.bubbles > div {
	width: auto;
	margin-right: 4px;
}

div.bubbles .active div.bubble {
	background: #165187;
	color: #fff;
	border: 1px solid #165187;
}

div.bubbles div.bubble {
	border-radius: 32px;
	border: 1px solid #D9D9D9;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	line-height: 32px;
	background: #D9D9D9;
	color: #fff;
	width: 32px;
	margin-left: 16px;
}

div.bubbles div.label_bubble {
	font-size: 0;
	padding-top: 0;
}

div.bubbles {
	border-bottom: 0;
}

