/*****************************************************
1. Header
2. Navigation
3. Title Area (Startseite, Projektverwaltung)
4. Content
	2/3 zu 1/3 Layout
	1/3 zu 2/3 Layout

Order:
	Float, Position,
	Masse,
	Abstände,
	Formatierungen,
	
	reset.css	-	CSS reset
	
*****************************************************/

html {
	height: 100%;
}
body {
	height: 100%;	
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #666666;
	background-color: #F7F9FB;
	overflow-y:scroll;	
}
div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#bg {
  position: absolute; 
  z-index: -10;
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
a {
	color: #666666;
	outline: none;
}
a:visited {
	color: #666666;
	outline: none;
}
.clear {
	clear: both;
}
input[type="text"], input[type="password"] {
	height: 28px;
	padding-left: 10px;
	color: #666666;
	border-radius: 4px;
	border: 1px solid #bfccdb;
}
input[type="text"][disabled="disabled"] {
	background-color: #fafafa;
	border-color: #bfccdb;
	color: #D1D1D1;
}
input[type="checkbox"] {
	margin-right: 10px;
}
input[type="text"] {
	opacity: 1.0;
}
input[type="text"]:focus {
	opacity: 1.0;
}
select {
	opacity: 1.0;
}

/* 1. Header ------------------------------------------------- */
#header {
	min-width: 1200px; /* Minimum Breite gemäss Designvorlage */
	height: 35px;
	padding: 0 10px 0 0px;
	color: #ffffff;
	background-color: #3C4657;
	text-align: center;
}
#header-left {
	float: left;
	width: 605px;
	height: 35px;
	padding: 7px 15px 5px 22px;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
#header-left a{
  color: #fff;
}
#header-left a :visited{
  color: #fff;
}

#header-left img {
	height: 100%;
}
#header-right {
	float: right;
	/* width: 400px; */
	text-align: right;
}
.header-limiter {
	max-width: 1600px;
	margin: 0 auto;
	height: 100%;
}
#sprachwechsel {
	float: right;
	padding-top: 9px;
}
#sprachwechsel span {
	padding: 0 8px 0 8px;
	cursor: pointer;
}
.aktuelle-sprache {
	font-weight: bold;
	text-decoration: underline;
}
#import-alert {
	display: none;
	color: #b30000;
}
.codeInNav p{
  margin: 0;
  padding: 0;
  display: inline;
}
#copyToClipboardImg {
  height: 14px;
  width: auto;
}
#bc_logo {
  padding-top: 2px;
}
/* 2. Navigation ------------------------------------------------- */
#navigation {
	min-width: 1200px;
	height: 82px;
	padding: 0 20px;
	background-color: #E6EBF1;
	border-bottom: 1px solid #b4c4d7;
}
#navigation-wrapper-padding {
	width: 100%;
	min-width: 1200px;
	/* max-width: 1600px; */
	margin: 0 auto;
}
#navigation ul {
	/* max-width: 1600px; */
	margin: 0 auto;
}
#navigation li {
	float: left;
	list-style: none;
	display: inline-block;  
}
#navigation li a{
  position: relative;
	float: left;
	width: 125px;
	height: 80px;
  padding-left:16px;
	background-color: #fff !important;
	/* border-right: 1px solid #b4c4d7;  */
  border-bottom: 1px solid #b4c4d7; 
  text-align: center;
}
#navigation li:first-child {
	border-left: 1px solid #b4c4d7;
  width: 126px; 
  padding-right: 16px;
}
.firstNavElement{
  width: 109px !important;
	background-position: 50px 10px !important;	
  padding-right: 16px;
}
#navigation  li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0; 
  border-top: 41px solid transparent; 
  border-bottom: 41px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -41px; 
  margin-left: -1px;
  left: 100%;
  z-index: 2; 
}
#navigation li a:before { 
  content: " "; 
  display: block; /* 
  width: 0; 
  height: 0; */
  border-top: 41px solid transparent;       
  border-bottom: 41px solid transparent;
  border-left: 20px solid #b4c4d7;
  position: absolute;
  top: 50%;
  margin-top: -41px; 
  margin-left: 0px;
  left: 100%;
  z-index: 1; 
}
#navigation li:hover {
	background-color: #fafbfc;
}
#navigation li:active {
	background-color: #f7f9fb;
}
#navigation .selected {
	color: #416798;
  font-weight: bold;
	background-color: #F7F9FB !important;
  border-bottom:  1px solid #F7F9FB; 
}
#navigation .selected ::before { 
  content: " "; 
  display: block; 
  border-top: 41px solid transparent;       
  border-bottom: 41px solid transparent;
  border-left: 20px solid #b4c4d7;
  position: absolute;
  top: 50%;
  margin-top: -41px; 
  margin-left: 0px;
  left: 100%;
  z-index: 1; 
}
#navigation .selected::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0; 
  border-top: 41px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 41px solid transparent;
  border-left: 20px solid #F7F9FB;
  position: absolute;
  top: 50%;
  margin-top: -41px; 
  margin-left: -1px;
  left: 100%;
  z-index: 2; 
}
#navigation button {
	float: right;
	margin: 28.5px 0 0 0;
}
#navigation a {
	display: block;
  height: 46px !important;
	padding-top: 35px !important;
}
.panel {
	background-repeat:no-repeat;
	background-position: 58px 10px;	
}
#standort {
	background-image: url(../img/nav/standort.png);
}
.standort-active {
	background-image: url(../img/nav/standort_active.png) !important;
}
#gebaeude {
	background-image: url(../img/nav/gebaeude.png);
}
.gebaeude-active {
	background-image: url(../img/nav/gebaeude_active.png) !important;
}
#sanierung {
	background-image: url(../img/nav/sanierung.png);
}
.sanierung-active {
	background-image: url(../img/nav/sanierung_active.png) !important;
}
#finanzen {
	background-image: url(../img/nav/finanzen.png);
}
.finanzen-active {
	background-image: url(../img/nav/finanzen_active.png) !important;
}
#abschluss {
	background-image: url(../img/nav/kontrolle.png);
}
.abschluss-active {
	background-image: url(../img/nav/kontrolle_active.png) !important;
}
#wie-weiter {
	background-image: url(../img/nav/wie-weiter.png);
}
.wie-weiter-active {
	background-image: url(../img/nav/wie-weiter_active.png) !important;
}
#geak {
	background-image: url(../img/nav/geak_icon.png);
}
.geak-active {
	background-image: url(../img/nav/geak_icon_active.png) !important;
}


/* 3. Title Area (Startseite, Projektverwaltung) ----------------- */
#content-wrapper-noNav {
    width: 100%;
	max-width: 1600px;
	min-width: 1160px;	
	margin: 0 auto;
	padding: 30px 75px 0px 75px;
}
#title-area {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0px;
	font-size: 22px;
}
#title-area h1 {
	padding-top: 8px;
}
#title-area-left {
	float: left;
	width: 33.333%;
	text-align: left;
}
#title-area-left img {
	width: 75px;
}
#title-area-right {
	float: right;
	width: 33.333%;
	text-align: right;
}	
/* 4. Content ------------------------------------------------- */
#content-wrapper {
	width: 100%;
	max-width: 1600px;
	min-width: 1160px; /* Minimum Breite gemäss Designvorlage */
	margin: 0 auto;
}
#content-wrapper-padding {
	width: 100%;
	min-width: 1200px;
	padding: 20px;
}
/* 2/3 zu 1/3 Layout */
#zwei-drittel-links {
	float: left;
	width: 70%;
	margin-right: -1px;
	border-right: 1px solid #E6EBF1;
}
#ein-drittel-rechts {
	float: left;
	width: 30%;
	padding-left: 20px;
	border-left: 1px solid #E6EBF1;
}
#haelfte-wrapper-left {
	float: left;
	width: 50%;
	padding-right: 20px;
}
#grosser-block-left {
	width: 100%;
	margin: 0;
	padding-right: 20px;
	border-top: 1px solid #E6EBF1;
}
#drittel-left-left {
	float: left;
	width: 43%;
	padding-right: 20px;
}
#drittel-left-right {
	float: left;
	width: 57%;
	padding-right: 20px;
}

/* 1/3 zu 2/3 Layout */
#zwei-drittel-rechts {
	float: left;
	width: 70%;
	border-left: 1px solid #E6EBF1;
}
#ein-drittel-links {
	float: left;
	width: 30%;
	padding-right: 20px;
}
#haelfte-wrapper-right {
	float: left;
	width: 50%;
	padding-left: 20px;
}
#grosser-block-right2 {
	width: 100%;
	padding-left: 20px;
}
#grosser-block-right {
	width: 100%;
	padding-left: 20px;
	border-top: 1px solid #E6EBF1;
}	
#drittel-right-left {
	float: left;
	width: 57%;
	padding-left: 20px;
}
#drittel-right-right {
	float: left;
	width: 43%;
	padding-left: 20px;
}	
/* Fortschrittsbalken */
#fortschrit_wrapper{
  width: 100%;
  text-align: center;
}
#fortschrit_wrapperImWrap{
  display: inline-block;
	width: 210px;
  height: 40px;
	padding-top: 17px;
  margin-left: 22px;
}
.fortschrittsbalken-label {
  text-align: left;
	padding-top: 4px;
  padding-left: 2px;
  margin-right: 10px;
  margin-bottom: 3px;
	width: 100%;
}
.fortschrittsbalken {
  float: left;
  text-align: left;
	width: 85%;
	height: 17px;
	border: 1px solid #bbc9db;
	background-color: #fff; 
  margin-right: 5px;
}
.fortschrittsbalken-inner {
  text-align: left;
	width: 0%;
	height: 100%;
	padding-top: 3px;
	background-color: #008000;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
#precision{
  text-align: left;
  padding-top: 1px;
  float: left;
  font-size: 12px;
}
/* Allgemein ----------------------------------------------------- */
/* ##col-box##					 	weiss, border, padding, margin */
.col-box,
#welcome, #standortsuche {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #bbc9db;
	border-radius: 4px;
	background-color: #ffffff;
}
/* ##col-box-light1##					 	weiss, border, margin */
.col-box-light1,
#such-details {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #bbc9db;
	border-radius: 4px;
	background-color: #ffffff;
}
.col-box-light2 {
	margin-bottom: 20px;
	padding: 15px 0 15px 0;
	border: 1px solid #bbc9db;
	border-radius: 4px;
	background-color: #ffffff;
}
/* ##col-box-light##			 	border, Background */
.col-box-light,
.project-holder, #tabs-wrapper {
	border-radius: 4px;
	border: 1px solid #bbc9db;
	background-color: #ffffff;
}	
/* ##col-box-minimal##				border */
.col-box-minimal,
.einstieg, .new-project {
	border-radius: 4px;
	border: 1px solid #d7caca;
}
/* ##col-box-dark##						 */
.col-box-dark {
	margin: 0 0 20px 0;
	padding-top: 5px;
	border-radius: 4px;
	border: 1px solid #bbc9db;	
	background-color: #F2F5F8;
}
/* ##col-box-dark-light##						 */
.col-box-dark-light,
.gebaeude-werte, .sanierung-werte  {
	margin: 0 0 20px 0;
	border-radius: 4px;
	border: 1px solid #bbc9db;	
	background-color: #F2F5F8;
}

.pointer {
	cursor: pointer;
}
.not_allowed{
	cursor: not-allowed;
}
.pointer_default {
	cursor: default !important;
}
.hidden {
	display: none;
}
.italic{
  font-style: italic;
}
.table-100,
.gebaeude-werte table, .sanierung-werte table, .finanzen-inner-box table {
	width: 100%;
}
#such-details h3, .gebaeude-werte h3, .sanierung-werte h3, .kanton  {
	float: left;
    padding: 10px 15px 10px 15px;
    width: 77%;
}

#st_radius_tabelle td{
  padding:5px;
}

.gebaeude-werte h3, .sanierung-werte h3, .kanton  {
    float: left;
    padding: 10px 15px 10px 15px;
    width: 77%;
}
.swisstopo-suchfeld {
	position: relative;
}
.swisstopo-suchfeld h3{
    padding: 10px 15px 10px 0px;
}
#building_model_wrapper {
	border-radius: 4px;
	border: 1px solid #CDD6E4;
	overflow: hidden;
}
#st_container {
  position: relative;
  min-width: 328px;
  width: 100%;
  height: 400px;
  text-align: center;
  cursor: move;
}
#st_container2{
  position: relative;
  min-width: 328px;
  width: 100%;
  height: 500px;
  text-align: center;
  cursor: move;
}	
#st_container_hider
{    
  display:none;
  position:absolute;
  z-index: 9000;
  height: 402px;
  min-width: 372px;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  // margin-top:5px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #CDD6E4;
  border-radius: 4px;
  cursor: wait;
}
#st_container_hider_sanTab
{    
  position:absolute;
	z-index: 500;
  display:none;
  min-width: 372px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  border: 10px solid #CDD6E4;
  border-radius: 4px;    
  cursor: wait;
}
.st_loader-bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	opacity: 0.5;
}

.st_loader-content
{
	position:absolute;
	top:30%;
	width:85%;
	height:120px;
	background-color:#FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
	border-radius:4px;
	border:solid 1px #D4D4D4;
}

.st_loader-content img
{
	position:absolute;
	top:20px;
	left:20px;
	width:80px;
	height:80px;
}

.st_loader-text
{
	position:absolute;
	top:40px;
	left:110px;
	max-width:380px;
	height:40px;
	line-height:40px;
	color:#666666;
	font-size:20px;
	font-weight:bold;
}



.extend {
	padding: 0 15px 15px 15px;
}
.no-padding {
	padding: 0 !important;
}
.box-50-left {
	float: left;
	width: 50%;
	padding-right: 5px;
}
.box-50-right {
	float: left;
	width: 50%;
	padding-left: 5px;
}
.t-a-right {
	text-align: right;
}
.wertquote-input {
	opacity: 1 !important;
	width: 70px;
}
#wrapBeschriftFeineinst {
	margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 18px;
}
/* Tabs */
	#tabs-wrapper {
		/* overflow: hidden;  - Ausblenden, versteckt dropdown wenn aufgeklappt */
		position: relative;
	}
  .tabsBorderTop {  
		border-top: 1px solid #b1c1d6;
  }
  .tabsBorderRadius {  
		border-radius: 0px 4px 0px 0px !important;
  }
	.tabs li {
		float: left;
		border-right: 1px solid #b1c1d6;
		background-color: #ffffff;
	}
	.tabsFirstLeftRad {
	-moz-border-radius-topleft: 4px;  /* Firefox bis Version 3.6 */
	-webkit-border-top-left-radius: 4px;  /* Safari, Chrome (vor WebKit Version 533) */
	border-top-left-radius: 4px;  /* Firefox 4; Browser mit CSS3 Unterstützung */
	-moz-border-radius-bottomleft: 4px;  /* Firefox bis Version 3.6 */
	-webkit-border-bottom-left-radius: 4px;  /* Safari, Chrome (vor WebKit Version 533) */
	border-bottom-left-radius: 4px;  /* Firefox 4; Browser mit CSS3 Unterstützung */	
	}
	.tabs a {
		display: block;
		padding: 10px 10px 10px 10px;
		font-weight: bold;
	}
	.tabs a.active {

		border-bottom: 0 none;
		padding: 10px 10px 11px 10px;
	}
	.openTabs {
		float: right;
		width: 20px;
		height: 27px;
		margin-left: 10px;
		padding: 9px 10px 0px 10px;
		text-align: center;
	}
	.tab {
		/*display: none;*/
		width: 100%;
		margin-top: -1px;
		border-top: 1px solid #b1c1d6;
		background-color: #ffffff;
		-moz-border-radius-bottomleft: 4px;  /* Firefox bis Version 3.6 */
		-webkit-border-bottom-left-radius: 4px;  /* Safari, Chrome (vor WebKit Version 533) */
		border-bottom-left-radius: 4px;  /* Firefox 4; Browser mit CSS3 Unterstützung */
		-moz-border-radius-bottomleft: 4px;  /* Firefox bis Version 3.6 */
		-webkit-border-bottom-right-radius: 4px;  /* Safari, Chrome (vor WebKit Version 533) */
		border-bottom-right-radius: 4px;  /* Firefox 4; Browser mit CSS3 Unterstützung */			
	}
	.tab p {
		margin-bottom: 10px;
	}

/* ------------------------------------------------------------------------ */
/* ------------------ Tabs 2	*/


/* 5. Buttons ------------------------------------------------- */
.button-dark {
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	border: none;
	background-color: #436999;
	text-shadow: 0px -1px #425B7B;
	color: #ffffff;
	cursor: pointer;
	
	background-image: -moz-linear-gradient(top, #7F99B9 20%, #436999 100%);
	background-image: -webkit-linear-gradient(top, #7F99B9 20%, #436999 100%);
	background-image: -ms-linear-gradient(top, #7F99B9 20%, #436999 100%);
	background-image: -o-linear-gradient(top, #7F99B9 20%, #436999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F99B9', endColorstr='#436999',GradientType=0 );	/* IE6 - IE9 */
	
	-moz-box-shadow: 0px 2px 4px -2px #CED0D4;
	-webkit-box-shadow: 0px 2px 4px -2px #CED0D4;
	box-shadow: 0px 2px 4px -2px #CED0D4;
}
.button-dark:hover {
	text-shadow: 0px -1px #5E718A;
	
	background-image: -moz-linear-gradient(top, #91A7C3 20%, #5B7BA6 100%);
	background-image: -webkit-linear-gradient(top, #91A7C3 20%, #5B7BA6 100%);
	background-image: -ms-linear-gradient(top, #91A7C3 20%, #5B7BA6 100%);
	background-image: -o-linear-gradient(top, #91A7C3 20%, #5B7BA6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91A7C3', endColorstr='#5B7BA6',GradientType=0 );	/* IE6 - IE9 */

	-moz-box-shadow: 0px 2px 4px -2px #CED0D4;
	-webkit-box-shadow: 0px 2px 4px -2px #CED0D4;
	box-shadow: 0px 2px 4px -2px #CED0D4;
}
.button-dark:active {
	text-shadow: 0px -1px #344F73;

	background-image: -moz-linear-gradient(top, #375F92 20%, #5A7BA6 100%);
	background-image: -webkit-linear-gradient(top, #375F92 20%, #5A7BA6 100%);
	background-image: -ms-linear-gradient(top, #375F92 20%, #5A7BA6 100%);
	background-image: -o-linear-gradient(top, #375F92 20%, #5A7BA6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375F92', endColorstr='#5A7BA6',GradientType=0 );	/* IE6 - IE9 */
	
	-moz-box-shadow: 0 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0 0px 0px 0px #ffffff;
	box-shadow: 0 0px 0px 0px #ffffff;
}
.button-dark:disabled {

	color:#444444;
	text-shadow: 0px -1px #666666;

	background-image: -moz-linear-gradient(top, #BABABA 20%, #999999 100%);
	background-image: -webkit-linear-gradient(top, #BABABA 20%, #999999 100%);
	background-image: -ms-linear-gradient(top, #BABABA 20%, #999999 100%);
	background-image: -o-linear-gradient(top, #BABABA 20%, #999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BABABA', endColorstr='#999999',GradientType=0 );	/* IE6 - IE9 */
	
	-moz-box-shadow: 0 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0 0px 0px 0px #ffffff;
	box-shadow: 0 0px 0px 0px #ffffff;
}
#set-address {
	width: 18%;
	height: 30px;
	margin-left: 10px;
}
.disabled {
	padding: 5px 10px 5px 10px;
}
.button-red {
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	border: none;
	background-color: #436999;
	text-shadow: 0px -1px #ff0000;
	color: #ffffff;
	cursor: pointer;
	
	background-image: -moz-linear-gradient(top, #ff4c4d 20%, #ff3234 100%);
	background-image: -webkit-linear-gradient(top, #ff4c4d 20%, #ff3234 100%);
	background-image: -ms-linear-gradient(top, #ff4c4d 20%, #ff3234 100%);
	background-image: -o-linear-gradient(top, #ff4c4d 20%, #ff3234 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4d', endColorstr='#ff3234',GradientType=0 );	/* IE6 - IE9 */
	
	-moz-box-shadow: 0px 2px 4px -2px #CED0D4;
	-webkit-box-shadow: 0px 2px 4px -2px #CED0D4;
	box-shadow: 0px 2px 4px -2px #CED0D4;
}
.button-red:hover {
	text-shadow: 0px -1px #ff2626;
	
	background-image: -moz-linear-gradient(top, #ff6061 20%, #ff6566 100%);
	background-image: -webkit-linear-gradient(top, #ff6061 20%, #ff6566 100%);
	background-image: -ms-linear-gradient(top, #ff6061 20%, #ff6566 100%);
	background-image: -o-linear-gradient(top, #ff6061 20%, #ff6061 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6061', endColorstr='#ff6061',GradientType=0 );	/* IE6 - IE9 */

	-moz-box-shadow: 0px 2px 4px -2px #CED0D4;
	-webkit-box-shadow: 0px 2px 4px -2px #CED0D4;
	box-shadow: 0px 2px 4px -2px #CED0D4;
}
.button-red:active {
	text-shadow: 0px -1px #f20001;

	background-image: -moz-linear-gradient(top, #ff3234 20%, #ff4c4d 100%);
	background-image: -webkit-linear-gradient(top, #ff3234 20%, #ff4c4d 100%);
	background-image: -ms-linear-gradient(top, #ff3234 20%, #ff4c4d 100%);
	background-image: -o-linear-gradient(top, #ff3234 20%, #ff4c4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3234', endColorstr='#ff4c4d',GradientType=0 );	/* IE6 - IE9 */
	
	-moz-box-shadow: 0 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0 0px 0px 0px #ffffff;
	box-shadow: 0 0px 0px 0px #ffffff;
}
.button-red:disabled {

	color:#444444;
	text-shadow: 0px -1px #666666;

	background-image: -moz-linear-gradient(top, #BABABA 20%, #999999 100%);
	background-image: -webkit-linear-gradient(top, #BABABA 20%, #999999 100%);
	background-image: -ms-linear-gradient(top, #BABABA 20%, #999999 100%);
	background-image: -o-linear-gradient(top, #BABABA 20%, #999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BABABA', endColorstr='#999999',GradientType=0 );	/* IE6 - IE9 */
	
	-moz-box-shadow: 0 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0 0px 0px 0px #ffffff;
	box-shadow: 0 0px 0px 0px #ffffff;
}

/* Button Light */
.button-light {
	padding: 5px 10px 5px 10px;
	border-radius:4px;
	border: 1px solid #CDD6E4;
	background-color: #ffffff;
	color:#666666;
	cursor:pointer;

	-moz-box-shadow: 0px 2px 4px -2px #CED0D4;
	-webkit-box-shadow: 0px 2px 4px -2px #CED0D4;
	box-shadow: 0px 2px 4px -2px #CED0D4;
}
.button-light:active {
	background-color: #F7F9FB;
	
	-moz-box-shadow: 0 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0 0px 0px 0px #ffffff;
	box-shadow: 0 0px 0px 0px #ffffff;
}
.button-light:disabled {
	cursor: auto;
	background-color: #EFEFEF;
	opacity: 0.7;
}
.button-light:hover {
	background-color: #F9F9F9;
	border: 1px solid #BBC4D0;
}
/* Button Grau */
.button-grey {
	padding: 5px 10px 5px 10px;
	border-radius:4px;
	border: 1px solid #F2F5F8;
	background-color: #F2F5F8;
	color:#666666;
	cursor:pointer;
}
.button-grey:hover {
	border: 1px solid #B3C2D6;
	background-color: #F7F9FB;
}
.button-grey:active {
	border: 1px solid #B3C2D6;
	background-color: #E6EBF1;
	cursor:pointer;
}
.button-grey:disabled {
	border: 1px solid #000000;
	background-color: #E6EBF1;
	cursor:default;
}

.button-geak {
	margin-top: 5px;
	padding: 3px 10px !important;
	font-size: 12px !important;
	outline: 0;
}

/* 6 Allgemeine Klassen ------------------------------------------------- */
/* Kreis Nummerierung */
.nummer {
	float: left;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin-top: -3px;
	margin-left: -9px;
	margin-right: 5px;
	padding-top: 4px;
	text-align: center; 
	background: #486d9c;
	color: #ffffff;
}
/* Prozent Balken Bar */
.bar-background {
	float: left;
	height: 10px;
	margin-top: 3px;
	background-color: #cccccc;
	border: 1px solid #fbf7f7;
}
.bar-green {
	width: 65%; /* Anpassen */
	height: 8px;
	margin-top: -8px;
	background-color: #03C102;
	border-right: 1px solid #fbf7f7;
}
.bar-transparent {
	width: 65%;
	height: 8px;
	opacity: 0.3;
	background-color: #03C102;
}
.bar-dark {
	width: 35%; /* Anpassen */
	height: 100%;
	background-color: #666666;
	border-right: 1px solid #fbf7f7;
}
.help {
	margin-bottom: -5px;
	cursor: help;
}
.text-table td {
	padding-bottom: 4px;
	vertical-align: top;
}
.selected-buildingpart-table td {
	padding-bottom: 4px;
	vertical-align: top;
}
.selected-buildingpart-table  {
	width: 100%;
  padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.content-left {
	float: left;
	width: 50%;
}
.content-right {
	float: right;
	width: 50%;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.align-right {
	text-align: right;
}
.center {
	text-align: center;
}
.light {
	font-size: 13px;
	color: #B3B3B3;
}
.f-s-12{
	font-size: 12px;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-r-0 {
	margin-right: 0px !important;
}
.m-r-15 {
	margin-right: 15px;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-t-minus3 {
	margin-top: -3px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-6 {
	margin-top: 6px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-30 {
	margin-top: -47px;
	margin-right: 10px;
}
.button-margin {
	margin-top: -28px;
	margin-right: 10px;
}
.button-spezial {
    margin-right: 10px !important;
    margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px;
}
.no-margin {
	margin: 0 !important;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-15 {
	padding: 15px;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-7 {
	padding-top: 7px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-8 {
	padding-bottom: 8px;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-r-15 {
	padding-right: 15px;
}
.p-r-10 {
	padding-right: 15px;
}
.p-r-131 {
	padding-right: 131px;
}
.p-l-10 {
	padding-left: 10px;
}
.p-l-10-imp {
	padding-left: 10px !important;
}
.p-l-15 {
	padding-left: 15px;
}
.p-l-20-imp {
	padding-left: 20px !important;
}
.p-l-7 {
	padding-left: 7px;
}
.m-l-30{
  margin-left: 30px;
}
.w-100p {
	width: 100%;
}
.w-80p {
	width: 80%;
}
.w-50p {
	width: 50%;
}
.w-70p {
	width: 70%;
}
.w-30p {
	width: 30%;
}
.w-40p {
	width: 40%;
}
.w-75p {
	width: 75%;
}
.w-70p {
	width: 70%;
}
.w-10 {
	width: 10px;
}
.w-40 {
	width: 40px;
}
.w-140 {
	width: 140px;
}
.w-220 {
	width: 218px;
}
.w-300 {
	width: 300px;
}
.h-20 {
	height: 15px;
}
.h-105 {
	height: 105px;
}
.small {
	font-size: 11px;
}
.extra-small {
	font-size: 9px;
}
.ta-r {
	text-align: right;
}
.big {
	font-size: 16px;
}
.active-lang {
	font-weight: bold;
}
.total-calc {
	vertical-align: top;
	padding-top: 25px;
}
.foerderung-solar {
	color: #4C709E;
}
.solar_eu_text {
  margin-top: -2px;
	font-size: 11px;
	float: right !important;
}
.green {
	color: #03C102;
}
.fifty-fifty {
	float: left;
	width: 50%;
}
.full {
	float: left;
	width: 100%;
}
.h-line {
	width: 100%;
	height: 1px;
	margin: 15px 0 13px 0;
	border-top: 1px solid #e6ebf1;
}
.h-line2 {
	width: 100%;
	height: 1px;
	margin: 0;
	border-top: 1px solid #e6ebf1;
}
.h-line3 {
	width: 100%;
	height: 1px;
	margin-bottom: 13px;
	border-top: 1px solid #efe8e8;
}
.checkboxen td {
	padding: 5px 0px 5px 0px;
}
.h3-feineinst {
	padding: 10px 0 10px 0;
	font-weight: normal;
	font-size: 14px;
	text-transform:uppercase;
	color: #B3B3B3;
}
.text-title {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.label {
	float: right;
	font-size: 11px;
	color: #B3B3B3;
}
.label2 {
	font-size: 11px;
	color: #B3B3B3;
}
.padding-conteriner {
	padding: 0 15px 0 15px;
}
.col-box-light2 p {
	margin-bottom: 10px;
}
.blau-bold {
	color: #666666;
	font-weight: bold;
}
.blau {
	color: #E00023 !important;
}
.disabled {
	opacity: 0.3;
}
.error, .error2 {
	-webkit-box-shadow: 0px 0px 4px 1px #D90000;
	-moz-box-shadow: 0px 0px 4px 1px #D90000;
	box-shadow: 0px 0px 4px 1px #D90000;
}
.success {
	color: #008C23;
}
.red {
	color: #b30000;
}
.korrigiert {
	-webkit-box-shadow: 0px 0px 4px 1px #008C23;
	-moz-box-shadow: 0px 0px 4px 1px #008C23;
	box-shadow: 0px 0px 4px 1px #008C23;
    -o-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;	
}
.canvas {
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* für ältere IE Versionen */
  -moz-transform:rotate(180deg); /* für ältere FireFox Versionen */
  -webkit-transform:rotate(180deg); /* für ältere Safari und Chrome Versionen */
  -o-transform:rotate(180deg); /* für ältere Opera Versionen */
}
.relative {
	position: relative;
}
.t30 {
	top: 30px !important;
}
/* Energieklassifizierung A B C D E F G */
.energiebedarf {
	position: relative;
	max-width: 400px;
	margin-bottom: 5px;
}
.energiebedarf table {
	width: 100%;
}
.energiebedarf td {
	width: 14.28%;
	padding-top: 5px;
	padding-bottom: 5px !important;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.a-plus { background-color: #008C00; }
.a { background-color: #03C102; }
.b { background-color: #39F40B; }
.c { background-color: #97FB00; }
.d { background-color: #ECF900; }
.e { background-color: #FFCB1A; }
.f { background-color: #FD6602; }
.g { background-color: #EA0000; }

.energiebedarf-top-layer {
	position: absolute;
	top: 5px;
	width: 100%;
	height: auto;
	padding-left: 25%;	/* Gib Padding Left um den Marker1 zu positionieren 0 - 100% */
}
.energiebedarf-top-layer2 {
	position: absolute;
	top: 5px;
	width: 100%;
	height: auto;
	padding-left: 55%;	/* Gib Padding Left um den Marker2 zu positionieren 0 - 100% */
}
.energiebedarf-label1 {
	display:table-cell;
  text-align:center;
	position: absolute;
	top: 25px;
	width: 100%;
	height: auto;
	/*padding-left: 25%;	 Gib Padding Left um den Marker1 zu positionieren 0 - 100% */
}
.energiebedarf-label2 {
	position: absolute;
	top: 25px;
	width: 100%;
	height: auto;
	/*padding-left: 55%;	 Gib Padding Left um den Marker1 zu positionieren 0 - 100% */
}
.energiebedarf2-position {
	width: 20px;
	background-color: #FAFAFA;
}
.energiebedarf-slider {
	max-width: 402px;
	margin-left: -1px;
	margin-top: 30px;
}
.energiebedarf-slider a {
	border-top-left-radius: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */	
}
.energiebedarf-position {
	margin: 0 auto; 
	margin-bottom: 15px;
}
.energiebedarf1-position {
	width: 20px;
	display:table-cell;
}
.disable-overlay1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 39px;
	border-radius: 4px;
	background-color: #EEEEEE;
	opacity: 0.7;
}
.disable-overlay2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 37px;
	border-radius: 4px;
	background-color: #EEEEEE;
	opacity: 0.7;
}

/* Stromcockpit */
.sc-box {
    position: relative;
    height: 230px;
}
.sc-box-ns {
    position: relative;
    height: 230px;
}
.balkenwrapper-strom {
	width: 100%;
	height: 15px;
}
.legende-blue {
  position: absolute;
	width: 15px !important;
	height: 15px !important;
	background-color: #A5AFDD;
  padding: 0px !important;
}
.legende-orange {
  position: absolute;
	width: 15px !important;
	height: 15px !important;
	background-color: #F09324;
  padding: 0px !important;
}
.legende-darkblue {
  position: absolute;
	width: 15px !important;
	height: 15px !important;
	background-color: #162876;
  padding: 0px !important;
}
.legende-turkblue {
  position: absolute;
	width: 15px !important;
	height: 15px !important;
	background-color: #138079;
  padding: 0px !important;
}
.sc_allgemein {
	position: relative;
	float: left;
	width: 1%;
	height: 100%;
	background-color: #A5AFDD;
}
.sc_geraete {
	position: relative;
	float: left;
	width: 1%;
	height: 100%;
	background-color: #F09324;
}
.sc_ww{
	position: relative;
	float: left;
	width: 1%;
	height: 100%;
	background-color: #162876;
}
.sc_personab {
	position: relative;
	float: left;
	width: 1%;
	height: 100%;
	background-color: #138079;
}
.sc_wpheizung {
	position: relative;
	float: left;
	width: 1%;
	height: 100%;
	background-color: #D02424;
}
.sc_pv {
	position: relative;
	float: left;
	width: 1%;
	height: 100%;
	background-color: #6F6F6F;
}
.sc_line {
	z-index:50;
	float:left; 
	top:0px; 
	height:50px; 
	background-color:#20202f; 
	width:1px;
}
#strom_pvAbdeckInProz {
	position: relative;
	float:left; 
  width: 15px;
	font-size: 9px;
	margin-top: 9px !important;
	margin-left: 2px;	
}
#strom_pvAbdeckInProz_ns {
	position: relative;
	float:left; 
  width: 15px;
	font-size: 9px;
	margin-top: 9px !important;
	margin-left: 2px;	
}
#zyklus-front-ns {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 95%;
}
#zyklus-back-ns {
	position: absolute; 
	top: 10px;
	left: 16px;
	width: 95%;
}
#zyklus-back-ns  table tr td:first-child {
	width: 23%;
	padding: 4px 0px;
}
#zyklus-front-ns td, #zyklus-back-ns td {
	padding-left: 0px;
	padding-right: 0px;
}
#zyklus-front {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 100%;
}
#zyklus-back {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 100%;
}
#zyklus-back  table tr td:first-child {
	width: 23%;
	padding: 4px 0px;
}
#zyklus-front td, #zyklus-back td {
	padding-left: 0px;
	padding-right: 0px;
}
.raster {

}
.raster td {
	height: 130px;
	/* border-right: 1px solid #e7e9ea; */
}
.raster td:last-child {
	/* border-right: 0; */
}
.raster2 {
}
.raster2  td{
	height: 47px;
}
.raster2 td:last-child {
	/* border-right: 0; */
}
.raster2-ns  td{
	height: 47px;
}
.raster2-ns td:last-child {
	/* border-right: 0; */
}
.raster-beschriftung {
	margin-left: -4px;
}
.legende {
	margin-top: 10px;
}
.legende-green {
  position: absolute;
	width: 15px !important;
	height: 15px !important;
	background-color: #03c102;
  padding: 0px !important;
}
.legende-gray {
  position: absolute;
	width: 15px !important;
	height: 15px !important;
	background-color: #aaaaaa;
  padding: 0px !important;
}
.legende-red {
  position: absolute;
	width: 15px !important;
	height: 15px !important;
	background-color: #D02424;
  padding: 0px !important;
}
.legende-optimumpotential {
	width: 15px;
	height: 15px;
	border: 1px solid #dee1e2;
}
.legende-blauerbalken {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background-color: #bacbdf;
}
.legende-redstripe{
	width: 15px;
	height: 15px;
	margin-top: 5px;
	font-size: 25px;
	font-weight: bold;
	color: #E00023;
}
.legende td {
	padding: 0px;
}
.lebenszyklus-number  td {
	padding: 5px 0px;
}
#sev_vse {
	position: relative;
	float: right !important;
	margin-top: 212px;
	font-size: 11px;
}
#sev_vse_ns {
	position: relative;
	float: right !important;
	margin-top: 212px;
	font-size: 11px;
}	
/* Overlay Message -------------------- */
.overlay {
	display: none;
}
.overlay-background {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0.5;
	background-color: #000000;
	color: #ffffff;
}
.overlay-box {
	position: fixed;
	z-index: 20;
	top: 15%;
	left: 50%;
	width: 500px;
	margin: 0 auto;
	margin-left: -250px;
	padding: 0;
	text-align: left;
	border-radius: 4px;
	background-color: #ffffff;
}
.close-overlay {
	float: right;
	cursor: pointer;
	padding: 0 0 15px 15px;
}
.overlay-table {
	width: 90%;
	margin-left: 10%;
}
.overlay-table td {
	padding-bottom: 10px;
}
.overlay-box2 {
	position: relative;
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	border-radius: 4px;
	background-color: #ffffff;
/*
	position: fixed;
	z-index: 20;
	top: 10%;
	left: 50%;
	width: 900px;
	height: 688px;
	margin: 0 auto;
	margin-left: -450px;
	text-align: left;
	border-radius: 4px;
	background-color: #ffffff;
*/
}
.overlay-box3 {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	border-radius: 4px;
	background-color: #ffffff;
/*	position: fixed;
	z-index: 20;
	top: 15%;
	left: 50%;
	width: 1100px;
	height: 540px;
	margin: 0 auto;
	margin-left: -550px;
	text-align: left;
	border-radius: 4px;
	background-color: #ffffff;
*/
}
.overlay-box4 {
	position: fixed;
	z-index: 20;
	top: 10%;
	left: 50%;
	width: 700px;
	height: auto;
	max-height: 86%;
	margin: 0 auto;
	margin-left: -350px;
	padding-bottom: 10px;
	text-align: left;
	border-radius: 4px;
	background-color: #ffffff;
	overflow-y: auto;
}
.kontaktart-wrapper {
	cursor: pointer;
}
.link {
	color: #486d9c !important;
	cursor: pointer;
}

/* Loading Message */
#loader
{
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#loader-bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	opacity: 0.5;
}

#loader-content
{
	position:absolute;
	top:50%;
	left:50%;
	width:530px;
	height:120px;
	background-color:#FFFFFF;
	margin-top:-120px;
	margin-left:-250px;
	border-radius:4px;
	border:solid 1px #D4D4D4;
}

#loader-content img
{
	position:absolute;
	top:20px;
	left:20px;
	width:80px;
	height:80px;
}

#loader-text
{
	position:absolute;
	top:40px;
	left:120px;
	width:380px;
	height:40px;
	line-height:40px;
	color:#666666;
	font-size:20px;
	font-weight:bold;
}
.loading-box {
	position: fixed;
	z-index: 20;
	top: 30%;
	left: 50%;
	width: 400px;
	margin: 0 auto;
	margin-left: -200px;
	padding: 15px 20px 13px 20px;
	text-align: left;
	border-radius: 4px;
	border: 1px solid #C0CCDD;
	background-color: #ffffff;
}
.loading-box img {
	float: left;
}
.loading-box p {
	float: left;
	margin-top: 23px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

#overlay-flumrocberater input[type=text], #overlay-raiffeisenberater input[type=text], #overlay-hovalservice input[type=text] {
	width: 350px;
	margin-bottom: 10px;
}
#overlay-flumrocberater label, #overlay-hovalservice label {
	display: inline-block;
	min-width: 100px;
}

/* Toggle */
.extend {
	/*display: none;*/
}
.toggle-function {
	cursor: pointer;
	display: inline;
}
.toggle-function-icon {
	cursor: pointer;
	background-image: url(../img/dropdown-open.png);
	background-repeat: no-repeat;
	background-position: center;
}
.toggle-function-open {
	background-image: url(../img/dropdown-close.png);
}
.toggle-gebaeude-werte {
	float: right;
    height: 37px;
    margin-top: 0;
    width: 40px;
}
.toggle-tabs-icon {
	float: right;
	padding: 36px 45px 0 0;
}
.toggle-title {
	float: left;
    padding: 10px 15px 10px 15px;
    width: 72%;
}
#demo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	height: 200px;
	padding: 10px;
	color: black;
	background-color: #ffffff;
	opacity: 0.7;
	box-shadow: 0px 0px 30px 0px aqua;
}
.error-text {
	color: #E00023;
}
.kleinezeile {
	height: 8px;
}

/* Eingabe Bestätigen ----------------------------------------------------- */
.bestaetigungs-table tr td:first-child {
	width: 30px;
}
.bestaetigung {
    background-color: #dddddd;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
	margin-right: 10px;
}
.bestaetigt {
    background-color: green !important;
}
.changed {
	opacity: 1.0 !important;
}

/* Content Table ----------------------------------------------------------- */
.weiter-table {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	border-collapse: separate;
}
.weiter-table th {
	padding-bottom: 5px;
	font-weight: bold;
}
.weiter-table td {
	padding: 10px;
	border-right: 1px solid #ccd6e4;
	vertical-align: top;
	border-top: 1px solid #ccd6e4;
	border-bottom: 1px solid #ccd6e4;
	border-left: 1px solid #ccd6e4;
	border-right: 0px;
}
.weiter-table td:last-child {
	border-right: 1px solid #ccd6e4;
}
.weiter-table tr td:first-child {
		border-top-left-radius: 4px;
}
.weiter-table tr td:last-child {
		border-top-right-radius: 4px;
}
.weiter-table tr td:first-child {
		border-bottom-left-radius: 4px;
}
.weiter-table tr td:last-child {
		border-bottom-right-radius: 4px;
}
.weiter-table img {
	float: left;
	margin-right: 10px;
}
.next-step {
	color: #fff;
	background-color: #416798;
}
.next-step a, .next-step .link {
	color: #fff !important;
	text-decoration: underline;
}
.spacer-row td {
	height: 10px;
	padding: 0px;
	border: 0px !important;
}
.ww-light {
	color: #d1d1d1;
}
.hieOrientiereChartBeschrift{
  position: relative;
}
/* Swisstopo Model in San Tab */
#swisstopo_model_wrap_san{
	float: right;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
	min-width: 372px;
	height: 500px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	cursor: move;
	border: 1px solid #bbc9db;
	border-radius: 4px;
}
#show_hide_fangbereich{
	height:30px;
	width: auto;
	cursor: pointer;
}
#show_hide_solarpotential{
	position: relative;
	float: left;
	height:30px;
	width: auto;
	cursor: pointer;
}
#all_geometrie_closed{
	position: absolute;
	float: left;
	left: 103%;
	top: 140px;
	width: 160px;
	height: 36px;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	border: 1px solid #bbc9db;
	border-radius: 4px;
	background-color: #ffffff;
}
#all_geometrie_open{
	position: absolute;
	float: left;
	left: 103%;
	top: 140px;
	width: 260px;
	height: auto;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	border: 1px solid #bbc9db;
	border-radius: 4px;
	background-color: #ffffff;
}

#all_geometrie_closed h3, #all_geometrie_open h3{
	width: 100px;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}
#all_geometrie_closed h4, #all_geometrie_open h4{
	width: 135px;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
}
#all_geometrie_open td{
	padding-bottom: 4px;
}	
.geoDataOpenCloser{
	float: right;
	cursor: pointer;
	height: 16px;
	width: auto;
}
.right_fbo {
	margin-right: -120px;
}		
@media only screen and (max-width: 1892px) {
  .right_fbo {
    margin-right: -110px;
  }
}
@media only screen and (max-width: 1852px) {
  .right_fbo {
    margin-right: -80px;
  }
}
@media only screen and (max-width: 1832px) {
  .right_fbo {
    margin-right: -60px;
  }
}
@media only screen and (max-width: 1788px) {
  .right_fbo {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 1752px) {
  .right_fbo {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1752px) {
  .right_fbo {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 1700px) {
  .right_fbo {
    margin-right: 10px;
  }
}

#flachen_bearbeiten_closed h3 {
	float: left;
}
#flachen_bearbeiten_open h3 {
	width: 694px;
	float: left;
	padding-left: 4px;
	cursor: pointer;
}
#flachen_bearbeiten_closed h4, #flachen_bearbeiten_open h4 {
	width: auto;
	margin-bottom: 5px;
	margin-top: 12px;
}
#flachen_bearbeiten_open td {
	padding-bottom: 4px;
}	
.flachenBearbOpenCloser {
	float: left;
	cursor: pointer;
	height: 16px;
	width: auto;
}
.bcInputText {
	text-align: right !important;
	padding-right: 5px;
	width: 53px;
	height: 20px;
}	
#legende_solarpotential{
	position: absolute;
	display: none;
	right: 0;
	z-index: 10;
	width: 132px;     
	margin: 10px;
	border-radius: 4px;
	border: 1px solid #bbc9db;
	background-color: #F2F5F8;
	padding: 10px;
	cursor: default;
}	
#solarpotential_shower{
	position: absolute;
	left: 0;
	z-index: 10;
	width: 120px;
	margin: 10px;
	border-radius: 4px;
	border: 1px solid #bbc9db;
	background-color: #F2F5F8;
	padding: 10px;
	cursor: default;
}	
#solarpotential_output{
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: -moz-calc(100% - 53px);
	width: -webkit-calc(100% - 53px);
	width: -o-calc(100% - 53px);
	width: calc(100% - 53px);
	max-width: 520px;
	height: 56px;
	margin: 10px;
	border-radius: 4px;
	border: 1px solid #bbc9db;
	background-color: #F2F5F8;
	padding: 2px;
	cursor: default;
}	
#solarpotential_textimg{
	position: relative;
	vertical-align: middle;
	float: left;
	margin: 7px;
}	
.solarpotential_switcher{
	position: relative;
	vertical-align: middle;
	text-align: left;
	float: left;
	margin-bottom: 4px;    
	width: 94px !important;
}	
.solarpotential-legende{
	width: 15px;
	height: 15px;
	padding: 0px;
}
.m_b_-10px{
	margin-bottom: -10px;
}	
#loader_3dHaus{
	display: none;
	position: absolute;
	z-index: 100000;
	height: 527px;
    width: 545px;
}		
#loader_3dHaus_bg{
	position: absolute;
	z-index: 100000;
	background-color: #fbfbfb;
	height: 547px;
	width: 545px;
	opacity: 0.3;
}	
.height_500px{
	height: 500px !important;
}

/* Loader 3D San Tab */
.sk-folding-cube {
  margin: 20px auto;
  width: 125px;
  height: 125px;
  left: 40%;
  top: 35%;
  position: absolute;
  z-index:1000000;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3C4657;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/* On Off Slider */
/* The switch - the box around the slider */
.switch {
  position: relative;
	float: right;
	right: 0;
  display: inline-block;
  width: 30px;
  height: 17px;
	top: -1px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* 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: 13px;
  width: 13px;
  left: 3px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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

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

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

.slider.round:before {
  border-radius: 50%;
}
/* On off Slider END */

#st_container_stanTa_wrap {
	position: relative;
}

.kompass_3dmodell{
	z-index:100;
	position: absolute;
	right: 30px;
	bottom: 21px;
	width: 60px;
	height: 60px;
	background-color: #eaeaea;
	opacity: 0.8;
  border-radius: 50%;	    
  padding: 2px;
  background-image: url(../img/compass.png);
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
	cursor: pointer;
}	
#kompass2{
	right: 14px;
	bottom: 14px;
}	
@media only screen and (max-width: 1920px) {
  #kompass2 {
		bottom: 14px;
	}
}
@media only screen and (max-width: 1892px) {
  #kompass2 {
	bottom: 27px;	
	}
}
.editSurf_toggle{
	margin-right: 5px;
	padding-top: -1px;
}	
.activeMapLayer{
	font-weight: bold;
}	
#drawOnSurfaceWrapper{
	/* display: none; */
	padding-top: 5px;
}	
#uploadWrapper{
	display: none;
	position: relative;
}	
#freistellenWrapper{
	display: none;
}	
#mappingWrapper{
	display: none;
}	
#entzerrenWrapper{
	display: none;
}	
.button_menu_fbo{
	border: 1px solid #ddd;
	height: 46px;
	vertical-align: left;
	border-radius: 4px;
	padding: 7px;
}
#draw_ground{    
	margin-top: 5px;
	height: 400px;
	border: 1px solid #ddd;
	border-radius: 4px;
}	
.fbo_button{
	height: 30px;
	margin-right: 3px;
}	
.fbo_border_t{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}	

#upload_face_img {    
	margin-top: 5px;
  height: 180px;
  border: 1px solid #ddd;
  border-radius: 4px;
	padding: 5px;
}

.upload_btn_wrapper {
  position: relative;
  overflow: hidden;
	left: 40%;
  top: 40%;
	display: none;
}

.upload_btn_fbo {
	cursor: pointer;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload_btn_wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#bitteFlaceheWaehlen{
  position: relative;
	display: inline-block;
	margin: auto;
	top: 45%;
	left: 36%;
	font-weight: bold;
}

#imageOfSurface{
	display: none;
}

#imgHolderUpload{
	height: auto;
	width: auto;
	max-height: 150px;
	max-width: 160px;
	margin: 0 auto;
}

#surfaceImgUpload{
	max-width: 100%;
	max-height: 150px; 
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 2px;
}




/* FANCY LOADER bei Upload*/
.uploadLoader{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.9;
}
.windows8 {
	position: relative;
	width: 78px;
	height:78px;
	margin:auto;
	margin-top: 40px;
}

.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 5.1425s infinite;
		-o-animation: orbit 5.1425s infinite;
		-ms-animation: orbit 5.1425s infinite;
		-webkit-animation: orbit 5.1425s infinite;
		-moz-animation: orbit 5.1425s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgba(173,166,173,0.69);
	left:0px;
	top:0px;
	border-radius: 10px;
}

.windows8 #wBall_1 {
	animation-delay: 1.126s;
		-o-animation-delay: 1.126s;
		-ms-animation-delay: 1.126s;
		-webkit-animation-delay: 1.126s;
		-moz-animation-delay: 1.126s;
}

.windows8 #wBall_2 {
	animation-delay: 0.223s;
		-o-animation-delay: 0.223s;
		-ms-animation-delay: 0.223s;
		-webkit-animation-delay: 0.223s;
		-moz-animation-delay: 0.223s;
}

.windows8 #wBall_3 {
	animation-delay: 0.4465s;
		-o-animation-delay: 0.4465s;
		-ms-animation-delay: 0.4465s;
		-webkit-animation-delay: 0.4465s;
		-moz-animation-delay: 0.4465s;
}

.windows8 #wBall_4 {
	animation-delay: 0.6695s;
		-o-animation-delay: 0.6695s;
		-ms-animation-delay: 0.6695s;
		-webkit-animation-delay: 0.6695s;
		-moz-animation-delay: 0.6695s;
}

.windows8 #wBall_5 {
	animation-delay: 0.903s;
		-o-animation-delay: 0.903s;
		-ms-animation-delay: 0.903s;
		-webkit-animation-delay: 0.903s;
		-moz-animation-delay: 0.903s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
#datenschutz{
	z-index: 9999;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color:#E6EBF1;
	border-color: #CCD7E4;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	vertical-align: middle;
	font-size: 16px;
	/*font-weight: bold;*/
}
#datenschutz span{
	display: inline-block;
  vertical-align: middle;
	padding-top: 5px;
}
#datenschutz a{
	color: #31a8f1;
	text-decoration: underline;
}
#datenschutz_btn{
	display: none;    
	font-size: 13.3333px !important;
} 
#disclaimer-text-area{
	font-size: 15px;
}
.dfRedLink a {
  color: #f00 !important;
}
.extra_pad_header {
	padding-bottom: 20px !important;
}
/* Statistik>Google Analytics ------------------------------------------------- */
.border1pxSanaly{
  border: 1px solid #ebebeb;
} 