* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body
{
	font-family: "Arial", Gadget, sans-serif;
	color: white;
	background: url(/images/background_gradient.jpg) no-repeat 50% fixed;
	background-size: cover;
	background-color: #086aa7;
}

html, body, iframe { height: 100%; }

@media (min-width: @screen-sm) {
    body{font-size: 4px;}
}

@media (min-width: @screen-md) {
    body{font-size: 18px;}
}

.solarcalc_scrollarea
{
	margin: auto auto;
	width:890px;
	overflow-y:hidden; /*scroll; */
	overflow-x:hidden;
	
}

.parallax{
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index:-100;
}

.parallax-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top right;
	background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
}

.parallax-background{
  background-image: url('/images/background_signe.png');
  background-size: 80%;
  width: 110%;
  height: 110%;
  right: -5%;
  top: -5%;
  transition: all 0.5s ease-out;
	
}

.offerValue
{
	text-align:right;
}

.inputForm
{
	border-color: transparent;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;

	text-align: right;
}

.modal {
  overflow-y:auto;
}

.inputRequired
{
	color: #dc3545;
	font-size: 80%;
}

.hidden {
	display: none;
}

.loader {
	width: 100px;
	height: 100px;
}
/* --------------------------------------------------------------------------- */
/* Tabellenstruktur */
/* --------------------------------------------------------------------------- */

.solarcalc_table
{
	width:100%;
}

/* --------------------------------------------------------------------------- */
/* Reihen */
/* --------------------------------------------------------------------------- */

.row_head
{
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 24px;
	height: 60px;
	background-color: #7793be;
	border-bottom: solid 2px white;
	line-height: 60px;
}

.row_small
{
	height: 30px;
	background-color: #355f9f;
}

.row_toggle
{
	background-color: #1c4b93;
}

.row_slider
{
	height: 60px;
	background-color: #355f9f;
}

.row_infotext
{
	padding-left: 5px;
	height: 30px;
	background-color: #355f9f;
	line-height: 30px;
}

.row_spacer
{
	height: 30px;
}

.row_checkbox
{
	padding-left: 5px;
	height: 50px;
	line-height: 50px;
	background-color: #1c4b93;
}

.row_split
{
	height: 60px;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 24px;
	line-height: 60px;
}

.row_googlemaps
{
	height: 400px;
	background-color: #355f9f;
}

.row_offer
{
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 24px;
	height: 60px;
	background-color: #E2BB00;
	border-radius: 30px;
	border: solid 2px white;
	line-height: 60px;
	cursor: pointer;
}

.row_offer:hover 
{
	background-color: #FFD91F;
	color: black;
}

.row_roof
{
	background-color: #355f9f;
}


/* --------------------------------------------------------------------------- */
/* Spalten */
/* --------------------------------------------------------------------------- */

.col_headerlogo
{
	width: 200px;
	background-color: white;
	background-image: url("images/schleucherlogo.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 143px;
	float:left;
	height:100%;
}

.col_headertopic
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	float:left;
	width: calc(50% - 100px);
}


.col_userdata
{
	width: 200px;
	height:100%;
	float:left;
	line-height: 30px;
	padding-left: 10px;
}

.col_userdatacalc
{
	width: calc(50% - 100px);
	height:100%;
	float:left;
	line-height: 30px;
	text-align:center;
}

.col_logo
{
	margin: 0px;
	padding: 0px;
	width: 22%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: clip;
}


.col_input
{
	width:150px;
	text-align:center;
	float:left;
}

.col_input_wide
{
	width:calc(100% - 70px);
	text-align:center;
	float:left;
}

.col_slider
{
	float:left;
	width: calc(100% - 220px);
	padding-top: 18px;
}

.col_slider_small
{
	float:left;
	width: calc(570px - 150px - 70px);
	padding-top: 18px;
}


.col_helper
{
	width:60px;
	float:left;
	margin-left: 10px;
}

.col_zip
{
	line-height: 60px;
	font-size: 20px;
	float:left;
}


.col_checkbox
{
	float:left;
	font-size: 20px;
	line-height: 30px;
	padding-top:15px;
	padding-left: 5px;
	height:100%;
}

.col_dropdown
{
	float:left;
	height:60px;
	margin-right: 30px;
}

.col_split
{
	float:left;
	width:50%;
	text-align: center;
	background-color: #1c4b93;
	cursor: pointer;
}

.col_split:hover 
{
	background-color: white;
	color:black;
}

.col_split_selected
{
	background-color: white;
	color:black;
}


.col_roofLeft
{
	width: 570px;
	float:left;
}

.col_roofRight
{
	width: 320px;
	float:left;
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

.infobutton
{
	width: 50px;
	height: 60px;
	
	background-image: url("images/info_button.png");
	background-repeat: no-repeat;
	background-position: center center;
}


.text_raise
{
	vertical-align: +4px;
	font-size : 80%;
}



.arrow_down
{
	width: 60px;
	background-image: url("images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: center center;
	float:right;
	cursor: pointer;
}

.arrow_right
{
	width: 60px;
	height: 60px;
	float:left;
	background-image: url("images/arrow_right.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.border_right
{
	float:right;
	width: 2px;
	height: 100%;
	background-color: white;
}


#ex1Slider .slider-selection {
	background: white;
}

.inputfield
{
	text-align:center;
	width:70%;
	line-height: 20px;
	color: black;
	margin-top: 17px;
}

.inputfield_wide
{
	text-align:center;
	width:90%;
	line-height: 20px;
	color: black;
	margin-top: 17px;
}

.houseContainer
{
	position:relative;
}

.compass
{
	position:absolute;
	width:300px;
	height:300px;
	margin-top:80px;
	margin-left:-10px;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	-webkit-transform: rotateX(60deg) rotateZ(45deg) ;
	-moz-transform: rotateX(60deg) rotateZ(45deg) ;
	-o-transform: rotateX(60deg) rotateZ(45deg) ;
	transform: rotateX(60deg) rotateZ(45deg) ;
}

.house
{
	position:absolute;
	width:250px;
	height:250px;
	margin-top:30px;
	margin-left:10px;
}

.googleMaps
{
	position:absolute;
	width: 520px; /*calc(100% - 310px);*/
	height: 400px;
}

.calculationCheck
{
	position: relative;
	top: -45px;
	left: calc(69px + 50%);
	
}

.infoThumb
{
	position: relative;
	float:right;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
}

.infoText
{
	position: relative;
	float:right;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 14px;
	right: 20px;
}


.offerHead
{
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 20px;
	cursor: pointer;
}


/* --------------------------------------------------------------------------- */
/* Checkbox */
/* --------------------------------------------------------------------------- */

.checkboxContainer {
    display: block;
    position: relative;
	float:left;
    padding-left: 35px;
    margin-top: 12px;
    margin-left: 5px;
    cursor: pointer;
    height:25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* checkboxContainer the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* --------------------------------------------------------------------------- */
/* Dropdown */
/* --------------------------------------------------------------------------- */

.dropdown_selector
{
	width: 240px;
	height: 30px;
	overflow: hidden;
	background: url("images/down_arrow_select.jpg") no-repeat right #ddd;
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-top: 15px;
	color:black;
}
   
.dropdown_selector select 
{
	background: transparent;
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
}


