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

a {
	color: #f4520b;
}
a:hover {
	color: #f4520b;
}
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: 100px;
	background-color: #fff;
	border-bottom: 3px solid #F4530C;
}
#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: #f4520b !important;
}
.uk-button-primary:hover {
	background-color: #FF6725 !important;
}
.uk-button-primary:active {
	background-color: #F2672A !important;
}
#sprachnavi {
	float: right;
	margin-top: 10px;
	margin-right: -40px;
}
.sprachnavigation {
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}
#sprachnavi .active {
	color: #F4520B !important;
}
ul {
	margin-left: -10px;
}

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


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

#navigation a.active {
	color: #F4520B;
	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: #F4520B !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;
}

.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: #f4520b;
	color: #fff;
}
.card.active .card-label {
	background-color: #f4520b;
	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 #F4520B;
}
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;
}
#energiegrid {
	margin-right: -20px;
}
.nachhaltigkeitsklasse {
	color: #fff;
	padding: 3px 5px;
	width: 11px;
	display: block;
	float: right;
	height: 22px;
	margin-top: 0px;
}

/*  Balkendiagramm */
#balkendiagramm-wrapper {
	width: 100%;
	height: 174px;
	margin-top: 51px;
}
#balken-malen {
	float: left;
	position: relative;
	width: 80px;
	height: 100%;
	margin-right: 20px;
}
#investitionMalenJaehrlichTotal_prozent {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: #40739e;
}
#balken-daemmen {
	float: left;
	position: relative;
	width: 80px;
	height: 100%;
	overflow: hidden;
}
#investitionFassadeJaehrlichTotal_prozent {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #40739e;
}
#energieeinsparungChfJahr_prozent {
	position: absolute;
	width: 100%;
	background-color: #25A65B; 
}
#foerderbeitraegeJahr_prozent {
	position: absolute;
	width: 100%;
	background-color: #33D919;
}
#steuereinsparungJahr_prozent {
	position: absolute;
	width: 100%;
	background-color: #00FFD2;
}
#pvertragChfJahr_prozent {
	position: absolute;
	width: 100%;
	background-color: #FFEA00;
}
#steuereinsparungMalenJahr_prozent {
	position: absolute;
	width: 100%;
	background-color: #00FFD2;
}
.balken-titel {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-bottom: 0px;
	color: #FFF;
	text-align: center;
	z-index: 99;
}
.balken-legende {
	float: left;
	width: 13px;
	height: 13px;
	margin-top: 5px;
	margin-right: 5px;
}

.daemmstaerke-text {
	opacity: 1;
}

/* --------------------------------------------------------- */
/* 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: #F29F7A;
}
.bg-primary {
	background-color: #f4520b;
}
.primary {
	color: #f4520b;
}
.label {
	font-size: 12px;
	color: #909090;
}
.m-r-20 {
	margin-right: 20px;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-40 {
	margin-top: 40px !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-10 {
	padding-top: 10px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.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; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}

/* --------------------------------------------------------- */
/* 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: -76px;
	}
	#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;
	}
	.p-r-40 {
		padding-right: 20px;
	}

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