/* -------------------------------------------------------------------- */
/* Reset */
/* -------------------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
div, fieldset, form, input, textarea, input {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
a:active, a:focus, button {outline: none;}
button {outline: none;}



/* -------------------------------------------------------------------- */
/* Global Style */
/* -------------------------------------------------------------------- */
html {
	height: 100%;
	margin-left: calc(100vw - 100%);
}
body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.link, a {
	cursor: pointer;
	color: #EE0000;
	text-decoration: underline;
}
input[type="text"], input[type="email"], input[type="number"], input[type="range"], select {
	width: 100%;
	max-width: 400px;
	height: 35px;
	padding: 5px 5px;
	font-size: 14px;
	border: 1px solid #dbdbdb;
	display:block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(110,110,110,0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(110,110,110,0.1);
    box-shadow: 0px 0px 3px 0px rgba(110,110,110,0.1);
}
.input-active {
	border: 1px solid #EE0000;
}
.label {
	margin-bottom: 2px;
	font-size: 13px;
	opacity: 0.9;
	position:relative;
}
.label2 {
	font-size: 12px;
	color: #B3B3B3;
}
button {
	position: relative;
	height: 40px;
	padding: 10px 20px;
	cursor: pointer;
	border: none;
	transition: 0.2s;
	font-size: 14px;
}
button.main {
	background-color: #EE0000;
	color: #fff;
}
button.main:hover {
	color: #000;
	background-color: #e0e0e0;
}
button.main:active {
	opacity: 0.7;
}
button:disabled {
	opacity: 0.7;
	cursor: default;
}
h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.button:hover {
	opacity: 0.75;
}
.button:active {
	opacity: 1;
}
.klickflaeche {
	padding: 20px;
	background-color: #e0e0e0;
	text-align: center;
	cursor: pointer;
	color: #7b7a79;
	transition: 0.2s;
}
.klickflaeche.active {
	color: #000;
	background-color: #a9cae5;
}
.klickflaeche:hover {
	opacity: 0.9;
}


/* -------------------------------------------------------------------- */
/* Layout */
/* -------------------------------------------------------------------- */
.content-wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px 20px 60px 20px;
}
#content {
	position: relative;
}

/* -------------------------------------------------------------------- */
/* Navigation */
/* Source: https://css-tricks.com/triangle-breadcrumbs/ */
/* -------------------------------------------------------------------- */
#navigation-mobile {
	display: none;
}
#navigation, #navigation-mobile {
	margin-bottom: 30px;
}
#navigation li, #navigation-mobile li {
	transition: 0.2s;
	cursor: pointer;
}
#navigation li.disabled, #navigation-mobile li.disabled {
	color: #A1A1A1;
	cursor: default;
}
#navigation li.disabled:hover, #navigation-mobile li.disabled:hover {
	color: #A1A1A1;
}
#navigation li:hover, #navigation-mobile li:hover {
	color: #EE0000;
}
#navigation li.active, #navigation-mobile li.active {
	color: #EE0000;
}
#navigation .active span, #navigation-mobile .active span {
	position: absolute;
	top: 0px;
	left: 20px;
	width: calc(100% - 8px);
	height: 1px;
	border-top: 2px solid #EE0000;
	z-index: 3;
}
#navigation li:first-child.active span, #navigation-mobile li:first-child.active span {
	left: 0px;
	width: calc(100% + 12px);
}
.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb li {
	float: left;
	position: relative; 
	display: block;
	padding: 18px 0 18px 55px;
	text-decoration: none; 
	cursor: pointer;
	background: #F0F0F0; 
}
.breadcrumb li:first-child {
	padding-left: 20px;
}
.breadcrumb li::after { 
	position: absolute;
	display: block;
	top: 50%;
	left: 100%;
	margin-top: -50px; 
	content: " "; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #F0F0F0;
	z-index: 2; 
}
.breadcrumb li::before { 
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 0; 
	height: 0;
	content: " "; 
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	margin-top: -50px; 
	margin-left: 5px;
	z-index: 1; 
}


/* -------------------------------------------------------------------- */
/* Div Element */
/* -------------------------------------------------------------------- */
.ekz_strahl {
	position: relative;
}
.ekz_strahl table {
	width: 100%;
}
.ekz_strahl td {
	/*width: 14.28%;*/
	padding-top: 5px;
	padding-bottom: 5px !important;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
/*
.energiebedarf-top-layer {
	position: absolute;
	top: 8px;
	width: 15px;
	height: 16px;
	right:90%;

}
*/
.tageslicht-arrow {
	position: absolute;
	top: 8px;
	width: 15px;
	height: 16px;
	right:90%;
	
	/*overflow: hidden;*/
}

#loader {
	position: absolute;
	top: 320px;
	left: 48%;
	opacity: 0.25;
}
#adresseingabe {
	position: relative;
	z-index: 85;
	margin-bottom: 10px;
}
#buildingmodel {
	position: relative;
	width: 100%;
	height: 500px;
	margin-bottom: 10px;
	background-color: #e0e0e0;
}
/*#adresse {
	width: calc(100% - 85px);
	margin: 10px 10px 10px 0px;
}*/
/* Swisstopo Search Vorschläge */
#adresse, .twitter-typeahead {
	width: 100%;
	max-width: 400px;
}
.tt-menu {
	width: 100%;
	cursor: pointer;
	border: 1px solid #C3C3C3;
	font-size: 12px;
}
.tt-suggestion {
	border-bottom: 1px solid #C3C3C3;
	background-color: #F9FBFC;
	padding: 10px 8px;
}
.tt-suggestion:last-child {
	border-bottom: 0px;
}
.tt-suggestion:hover {
	background-color: #F4F7F9;
}
.button {
	float: left;
	margin-right: 10px;
	padding: 10px 10px;
	cursor: pointer;
	font-size: 14px;
}
.button:hover {
	opacity: 0.8;
}

.button:active {
	opacity: 0.6;
}
.add {
	background-color: #a9cae5;
}
.add.active {
	background-color: #EE0000;
}
.next-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	min-width: 85px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-right: 12px;
}
.next-icon {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 20px;
}

/* -------------------------------------------------------------------- */
/* Helper Styles */
/* -------------------------------------------------------------------- */
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-5 {
	margin-top: 5px;
}
.m-w-100 {
	min-width: 100px;
}
.w-100p {
	width: 100%;
}
.right {
	float: right !important;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.error {
	color: #EE0000;
}
.hidden {
	display: none;
}
.relative {
	position: relative;
}
.t-a-c {
	text-align: center;
}
.t-a-r {
	text-align: right;
}

/* Media Queries */
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 910px) {
	#navigation {
		display: none;
	}
	#navigation-mobile {
		display: block;
	}
}

.font-12 {
	font-size:12px;
}

.info-icon {
	width:20px;
	position:absolute;
	left:55px;
	top:-4px;
}

.info-icon img {
	width:100%;
}

