html {
	background-color: #EBEBEB;
}
body {
	overflow-y: scroll; /* Immer Scrollbar anzeigen da Seite sonst hüpft wenn Scrollbar manchmal vorhanden manchmal nicht */
}

a {
	color: #379777;
}
a:hover {
	color: #379777;
}
input, select {
	border: 1px solid #d5d7db !important;
}
input.border-bold {
	border: 1px solid #9A9A9A !important;
}
input:focus {
	border: 1px solid #BBBDBE !important;
	background-color: #FAF9F9 !important;
}
h5 {
	font-weight: bold;
}
button {
	min-width: 100px;
}
button:disabled, button:disabled:hover, button.disabled, button.disabled:hover {
	background-color: #BDBDBD !important;
	color: #EFEEEE !important;
	cursor: default;
	opacity: 0.7;
}

#header {
	height: 70px;
	background-color: #fff;
	border-bottom: 3px solid #379777;
}
#logo {
	width: 176px;
	margin-bottom: -176px;
}
#content-wrapper {
	min-height: 600px;
	background-color: #FFF;
}
#navigation {
	padding-top: 20px;
}
#content {
	padding: 40px 0px 40px 0px;
	background-color: #FFF;
}
.uk-button {
	transition: none !important;
}
.uk-button-primary {
	background-color: #379777 !important;
}
.uk-button-primary:hover {
	background-color: #2d795f !important;
}
.uk-button-primary:active {
	background-color: #2d795f !important;
	scale: 98%;
}
#sprachnavi {
	float: right;
	margin-top: 22px;
	margin-right: -40px;
}
.sprachnavigation {
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}
#sprachnavi .active {
	color: #379777 !important;
}
ul {
	margin-left: -10px;
}

/* --------------------------------------------------------- */
/* Navigation */
/* --------------------------------------------------------- */
#navigation a {
	color: #666;
}
#navigation a:hover {
	color: #379777;
}
.nav-element.disabled a:hover {
	color: #666 !important;
	text-decoration: none !important;
}
.nav-circle {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	background-color: #BDBDBD;
	border: 5px solid #BDBDBD;
	/*transition: background-color 0.3s ease;*/
	/*transition: border 0.3s ease;*/
	cursor: pointer;
}
.nav-circle:hover {
	border: 5px solid #BDBDBD;
}
.nav-circle.active, .enabled .nav-circle:hover {
	background-color: #379777;
	border: 5px solid #379777;
	/*transition: border 0.3s ease;*/
}
.enabled .nav-circle {
	background-color: #7cbda7;
	border: 5px solid #7cbda7;
}
.nav-circle.active {
	background-color: #379777;
	border: 5px solid #9FAF4D !important;
}
.enabled a {
	color: #7cbda7 !important;
}
.enabled .nav-circle:hover ~ a { /* Link on Kreis Hover aktiv */
	color: #379777 !important;
	text-decoration: underline;
}
/*.enabled .progress-line {
	background-color: #379777;
}*/


	.visited .nav-circle {
		background-color: #379777;
		border: 5px solid #379777;
	}
	.visited a {
		color: #379777 !important;
	}
	.visited .nav-circle:hover ~ a { /* Link on Kreis Hover aktiv */
		color: #379777 !important;
		text-decoration: underline;
	}

#navigation a.active {
	color: #379777;
	text-decoration: underline;
}

.nav-element.disabled .nav-circle:hover {
	background-color: #BDBDBD;
}
.progress-line {
	width: calc(100% + 40px);
	height: 20px;
	margin-bottom: -82px;
	margin-top: 31px;
	margin-left: 78px;
	background-color: #E3E3E3;
}
/*.visited .progress-line {
	background-color: #379777 !important;
}*/
.nav-element.disabled, .nav-element.disabled div, .nav-element.disabled a {
	cursor: default !important;
}

/* --------------------------------------------------------- */
/* Div Elemente */
/* --------------------------------------------------------- */
#loader {
	position: fixed;
	left: 49%;
	top: 50%;
	opacity: 0.4;
}
.gebaeudedaten-form label {
	display: block;
	margin-top: 7px;
}
.table td {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d5d7db;
}
.table tr:first-child td {
	padding-top: 0px;
}
.table tr td:first-child {
	padding-right: 5px;
	vertical-align: top;
}
.table tr:nth-child(even) {
	background: #F9F9F9;
}

.weitere-daemmsysteme-card{
	background-color: grey;
	color: white;
	z-index: 1;
}

.overlay{
	display: none;
	color: white;
	background-color: black;
	opacity: 0.7;
	z-index: 2;
	margin-top: -120px;
	height: 120px;
	padding-left: 5px;
}
.card {
	border: 1px solid #d5d7db;
	cursor: pointer;
}
.card-img {
	height: 120px;
}
.card-label {
	padding: 5px 10px;
	font-size: 12px;
	/*transition: background-color 0.3s ease;*/
}
.card-label-small {
	font-size: 11px;
}
.card p {
	margin: 0px;
}
.card:hover .card-label {
	background-color: #379777;
	color: #fff;
}
.card.active .card-label {
	background-color: #379777;
	color: #fff;
}
.box {
	padding: 20px;
	border: 1px solid #d5d7db;
	overflow: hidden;
}
.card-indicator-table {
	line-height: 14px;
	font-size: 11px;
}
.card-indicator {
	width: 12px;
	height: 12px;
}
.cursor-help {
	cursor: help;
}
.card-indicator.gut, .card-indicator.gering, .card-indicator.lang {
	background-color: #0AD200;
}
.card-indicator.mittel {
	background-color: #FFCC00;
}
.card-indicator.schlecht, .card-indicator.hoch, .card-indicator.kurz {
	background-color: #FF7200;
}
.energiegrid.uk-grid>* {
	padding-left: 20px !important;
}
.energiegrid .uk-first-column {
	padding-left: 40px !important;
}
.energiegrid .uk-grid-margin {
	margin-top: 20px;
}
.oberflaechenmaterial, .daemmstoff {
	display: none;
}
.help img {
	width: 18px;
	opacity: 0.5;
	cursor: help;
}
#solar_input {
	max-width: 300px;
	min-width: 250px;
}
.checklist {
	margin-left: 0px;
}
.checklist li {
	margin-bottom: 5px;
	list-style: none;
}
.checklist li img {
	width: 20px;
	margin-left: -30px;
	margin-right: 10px;
}
.plus, .minus {
	width: 15px;
	opacity: 0.7;
}
#berechnungsgrundlage .uk-input {
	height: 32px;
}
/* Fenster bei Help Icon */
.uk-dropdown, .uk-drop, .uk-drop-right-center {
	padding: 10px !important;
	font-size: 14px;
}
#result {
	padding: 20px;
	background-color: #EBEBEB;
}
.hinweis {
	border: 1px solid #379777;
}
input.mandatory-marker {
	border: 1px solid #E12500 !important;
}
.mandatory-alert {
	display: none;
	margin-top: 5px;
	padding: 5px 10px;
	/*border: 1px solid #E12500;*/
	background-color: #FFDDD7;
	font-size: 80%;
	opacity: 0.8;
}
.produkteinstufung {
	width: 250px;
}
#bauart-wrapper {
	margin-right: -20px;
}
.bauart-grid {
	float: left;
	width: 33.333%;
	min-width: 160px;
	max-width: 220px;
	margin-bottom: 20px;
}
.bauart-card {
	margin-right: 20px;
}
/* Änderung im 2022 gemacht aber dann doch nicht gewünscht darum wieder auskommentiert. */
/*
.bauart-overlay {
	visibility: hidden;
	opacity: 0;
	height: 120px;
	padding-top: 45px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;

	transition: opacity .5s, visibility .5s;

}
.bauart-overlay:hover {
	visibility: visible;
	opacity: 1;
}
.card-img:hover .bauart-overlay {
	visibility: visible;
}
*/
#energiegrid {
	margin-right: -20px;
}
.nachhaltigkeitsklasse {
	color: #fff;
	padding: 3px 5px;
	width: 11px;
	display: block;
	float: right;
	height: 22px;
	margin-top: 0px;
}


#fensteranteil_radios [type=radio], #anschluesse_radios [type=radio] {
	position: absolute;
	opacity: 0;
}
#fensteranteil_radios label, #anschluesse_radios label {
	float: left;
	width: 33%;
	box-sizing: border-box;
	font-size: 11px;
	opacity: 1;
}
#fensteranteil_radios img, #anschluesse_radios img {
	width: 100%;
	cursor: pointer;
}
#fensteranteil_radios input[type="radio"]:checked+label, #anschluesse_radios input[type="radio"]:checked+label {
	opacity: 1;
}
#fensteranteil_radios input[type="radio"]:checked+label div, #anschluesse_radios input[type="radio"]:checked+label div {
	background-color: #379777;
	color: #fff;
}
#fensteranteil_radios div, #anschluesse_radios div {
	padding: 5px;
}

.buttongroup div {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #d5d7db;
	cursor: pointer;
	padding: 7px;
}
.buttongroup div:hover {
	border: 1px solid #379777;
	background-color: #379777;
	color: #fff;
	opacity: 0.7;
}
.buttongroup div.active {
	border: 1px solid #379777;
	background-color: #379777;
	color: #fff;
}

/* Balkendiagramm */
.cellfix {
	position:relative;
	height:100%;
	width:100%;
}
#diagramm-table {
	font-size: 14px;
}
#diagramm-table td {
	position: relative;
	/*border: 1px solid black;*/
}
#diagramm-table .spacer {
	width: 20px;
}
#diagramm-table .spacer-small {
	width: 5px;
}
.diagramm-beschriftung {
	text-align: center;
}
/*#balkendiagramm-wrapper {
	width: 100%;
	height: 174px;
	margin-top: 51px;
}*/
#balken-malen {
	float: left;
	position: relative;
	width: 140px;
	height: 100%;
	margin-right: 40px;
}
#investitionMalenJaehrlich_prozent {
	position: absolute;
	width: 60px;
	bottom: 0px;
	left: -30px;
	margin-left: 50%;
	margin-bottom: 0px;
	background-color: #40739e;
}
#balken-daemmen {
	float: left;
	position: relative;
	width: 80px;
	height: 100%;
	overflow: hidden;
}
.diagramm-spalte {
	position: relative;
	height: 200px;
	width: 60px;
	/*vertical-align: bottom;*/
}
#investitionFassadeJaehrlich_prozent {
	position: absolute;
	bottom: 0px;
	left: -30px;
	width: 60px;
	margin-left: 50%;
	background-color: #40739e;
}
#energieeinsparungChfJahr_prozent {
	position: absolute;
	bottom: 0px;
	left: -30px;
	width: 60px;
	margin-left: 50%;
	background-color: #25A65B; 
}
#foerderbeitraegeJahr_prozent {
	position: absolute;
	left: -30px;
	width: 60px;
	margin-left: 50%;
	background-color: #33D919;
}
#steuereinsparungJahr_prozent {
	position: absolute;
	left: -30px;
	width: 60px;
	margin-left: 50%;
	background-color: #00FFD2;
}
#pvertragChfJahr_prozent {
	position: absolute;
	left: -30px;
	width: 60px;
	margin-left: 50%;
	background-color: #FFEA00;
}
#steuereinsparungMalenJahr_prozent {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: -30px;
	margin-left: 50%;
	background-color: #00FFD2;
}
.balken-titel {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	z-index: 99;
	font-size: 14px;
}
.balken-legende {
	float: left;
	width: 13px;
	height: 13px;
	margin-top: 5px;
	margin-right: 5px;
}

.daemmstaerke-text {
	opacity: 1;
}

#partnerlogos img {
	width: auto;
	max-width: 160px;
	max-height: 60px;
}
#partnerlogos img:hover {
	opacity: 0.8;
}

/* Modal */
/*
	.modal, .modal div {
		box-sizing: border-box;
	}
	.modal-background {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: #000;
		opacity: 0.3;
	}
	.modal-inner {
		position: fixed;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		max-width: 700px;
		height: auto;
		min-height: 400px;
		padding: 40px;
		background-color: #fff;
		border: 1px solid #d5d7db;
	}
	.modal .inner-wrapper {
		position: relative;
	}
	.modal .close-modal {
		position: absolute;
		top: -35px;
		right: -25px;
		font-size: 24px;
		opacity: 0.7;
		cursor: pointer;
		padding: 0px 7px;
	}
	.modal .close-modal:hover {
		opacity: 0.4;
	}
@media screen and (max-width: 800px) {

	.modal-inner {
		max-height: 90%;
		top: 40px;
		left: 0px;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		-ms-transform: none;
		transform: none;
		overflow-y: scroll;
	}

}
*/
/* Modal End */

/* --------------------------------------------------------- */
/* Eigener Grid (weil mit Framework nicht möglich) */
/* --------------------------------------------------------- */
.fixgrid-1-4 {
	float: left; 
	width: 25%; 
	margin-bottom: 20px;
	padding-right: 20px; 
	box-sizing: border-box;
}
.clear {
	clear: both;
}

/* --------------------------------------------------------- */
/* Allgemeine Hilfeklassen */
/* --------------------------------------------------------- */
.bg-pre-primary {
	background-color: #7cbda7;
}
.bg-primary {
	background-color: #379777;
}
.primary {
	color: #379777;
}
.label {
	font-size: 12px;
	color: #909090;
}
.m-r-20 {
	margin-right: 20px;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.p-r-20 {
	padding-right: 20px;
}
.p-r-40 {
	padding-right: 40px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-t-7 {
	padding-top: 7px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-5 {
	padding-bottom: 5px;
}
.p-r-40 {
	padding-right: 40px;
}
.w-35 {
	width: 35px;
}
.w-100 {
	width: 100px;
}
.w-150 {
	width: 150px;
}
.w-175 {
	width: 175px;
}
.max-w-100 {
	max-width: 100px;
}
.max-w-125 {
	max-width: 125px;
}
.max-w-300 {
	max-width: 300px;
}
.m-l--20 {
	margin-left: -20px;
}
.min-w-200 {
	min-width: 200px;
}
.min-w-180 {
	min-width: 180px;
}
.min-w-100 {
	min-width: 100px;
}
.min-w-90 {
	min-width: 90px;
}
.light {
	opacity: 0.8;
	font-size: 85%;
}
.hidden {
	display: none;
}
.green {
	color: #30BA00;
}
.clear {
	clear: both;
}
.fake-disabled {
	opacity: 0.5;
	background-color: #F1F1F1;
}

/* Divs nicht markierbar - besseres Feel */
div {
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}

/* Toggle Switch */
		/* The switch - the box around the slider */
		.switch {
		  position: relative;
		  display: block !important;
		  width: 48px;
		  height: 20px;
		  margin-right: 5px;
		}

		/* Hide default HTML checkbox */
		.switch input {
		  opacity: 0;
		  width: 0;
		  height: 0;
		}

		/* The slider */
		.slider {
		  position: absolute;
		  cursor: pointer;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background-color: #ccc;
		  /*-webkit-transition: .4s;*/
		  /*transition: .4s;*/
		}

		.slider:before {
		  position: absolute;
		  content: "";
		  height: 14px;
		  width: 14px;
		  left: 4px;
		  bottom: 3px;
		  background-color: white;
		  /*-webkit-transition: .4s;*/
		  /*transition: .4s;*/
		}

		input:checked + .slider {
		  /*background-color: #2196F3;*/
		  background-color: #9FAF4D;
		}

		input:focus + .slider {
		  /*box-shadow: 0 0 1px #2196F3;*/
		  box-shadow: 0 0 1px #9FAF4D;
		}

		input:checked + .slider:before {
		  -webkit-transform: translateX(26px);
		  -ms-transform: translateX(26px);
		  transform: translateX(26px);
		}

		/* Rounded sliders */
		.slider.round {
		  border-radius: 34px;
		}

		.slider.round:before {
		  border-radius: 50%;
		}
/* End Toggle Switch */



/* --------------------------------------------------------- */
/* Reset */
/* --------------------------------------------------------- */
table, tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing:0;
	border-collapse: collapse;
}

/* --------------------------------------------------------- */
/* Media Queries */
/* --------------------------------------------------------- */
.mobile-only {
	display: none;
}
/* If screen is less than 1070px */
@media screen and (max-width: 1070px) {

	.bauart-grid {
		width: 50%;
	}
	#sprachnavi {
		margin-right: -20px;
	}

}
/* If screen is less than 800px */
@media screen and (max-width: 800px) {
	.mobile-only {
		display: block;
	}
	#header {
		height: 50px;
	}
	#logo {
		margin-bottom: -15px;
		height: 49px;
		width: auto;
	}
	#navigation {
		display: none;
	}
	.fixgrid-1-4 {
		width: 33.33%;
	}
}
/* If screen is less than 730px */
@media screen and (max-width: 730px) {

	.bauart-grid {
		width: 100%;
	}

}
/* If screen is less than 640px */
@media screen and (max-width: 640px) {

	.bauart-grid {
		width: 33%;
	}
	#sprachnavi {
		margin-right: -10px;
	}

}
/* If screen is less than 530px */
@media screen and (max-width: 530px) {

	.bauart-grid {
		width: 50%;
	}
	.uk-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.energiegrid .fixgrid-1-4, .oberflaechen .fixgrid-1-4, .daemmstoffe .fixgrid-1-4 {
		width: 50%;
	}
	.energiegrid .fixgrid-1-4:nth-child(even) {
		padding-right: 0px;
		padding-left: 10px;
	}
	.energiegrid .fixgrid-1-4:nth-child(odd) {
		padding-right: 10px;
	}
	#sprachnavi {
		margin-right: -5px;
		margin-top: 14px;
	}
	.p-r-40 {
		padding-right: 20px;
	}

}
/* If screen is more than 800px */
@media screen and (min-width: 800px) {
	.mobile-only {
		display: none;
	}
	#header {
		height: 70px;
	}
	#logo {
		margin-bottom: -70px;
		margin-left: -40px;
	}
	#navigation {
		display: flex;
	}
}