<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: "IBC SOLAR", "TT Commons Pro", "TT Commons", Roboto, "Open Sans", "Fira Sans", DejaVu, "Bitstream Vera", Calibri, Helvetica, Arial, sans-serif;
	color: #000;
	perspective: 40em;
	min-width: 350px;
}

input, select, label::before, textarea {
	padding: 0.4em 0.5em;
	font-family: inherit;
	color: #000;
	border: 1px solid #9ca6a7;
	font-size: inherit;
	background: #fff;
	opacity: 0.8;
	transition: opacity 0.25s;
}

select {
	padding: 0.3em 0.25em;
	width: 100%;
}
option {
	padding: 0 0.5em;
}

hr {
	float: left;
	clear: both;
	width: 100%;
	margin: 1em 0 0.8em;
	background: #000;
	border: 0px;
	height: 1px;
}

a, a:visited, .link {
	color: #df4432;
	text-decoration: none;
	transition: all 0.25s;
	cursor: pointer;
}

a:hover, .link:hover {
	color: #000;
}


input:focus, select:focus, label:hover::before {
	opacity: 1;
}

input[type="checkbox"]{
	width: 0;
	height: 0;
	display: none;
}

label.checked, label.unchecked {
	cursor: pointer;
	text-align: left;
	display: inline-block;
	line-height: 1;
}

label.checked::before, label.unchecked::before {
	content: '';
	display: inline-block;
	vertical-align: sub;
	padding: 0;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background: #000;
	box-shadow: 0px 0px 0px 10px #fff inset;
	transition: box-shadow 0.5s ease-out;
}

label.checked::before {
	box-shadow: 0px 0px 0px 3px #fff inset;
}

h1,h2,h3{
	font-weight: lighter;
	padding-bottom: 0.5em;
}

.tab &gt; h1, .normal {
	font-weight: normal;
}

ul.list, ol.list {
	padding-left: 2em;
	text-align: left;
	display: inline-block;
}

.list li {
	color: #df4432;
	width: auto;
	font-weight: 600;
}

.list li &gt; * {
	color: #000;
	font-weight: normal;
}

sup {
	vertical-align: top;
}
sub {
	vertical-align: bottom;
}

.large {
	font-size: 1.25em;
}

.larger {
	font-size: 1.5em;
}

.largest {
	font-size: 1.75em;
}

.small {
	font-size: 0.875em;
}

.smaller {
	font-size: 0.75em;
}

.bold {
	font-weight: 600;
}

.arrow {
	bottom: 0;
	position:absolute;
	padding: 1em;
	color: #fff;
	background: #9ca6a7;
	font-weight: bold;
	cursor: not-allowed;
	transition: background 0.25s;
}

.arrow.previous {
	left: 1em;
}

.arrow.next {
	right: 1em;
}

.arrow.enabled, .arrow.previous {
	cursor: pointer;
	background: #df4432;
	box-shadow: 0 0 0.5em 0.1em #fff;
}

.arrow.previous:hover, .arrow.enabled:hover {
	background: #000;
}

#mainarrows {
	opacity: 1;
	transition: opacity 0.5s;
}

#mainarrows.locked {
	z-index: -50;
	opacity: 0;
	transition: opacity 0s;
}

.arrow .point {
	border-style: solid;
	clear: none;
	height: 0;
	width: 0;
}

.arrow .point.left {
	margin-right: 1em;
	border-color: transparent #fff transparent transparent;
	border-width: 0.75em 1.25em 0.75em 0px;
	float: left;
}

.arrow .point.right {
	margin-left: 1em;
	border-color: transparent transparent transparent #fff;
	border-width: 0.75em 0 0.75em 1.25em;
	float: right;
}

#mainarrows .next, #mainarrows .previous {
	display: none;
}

#mainarrows {
	position: fixed;
	height: 0;
	left: 0;
	right: 0;
	bottom: 1em;
	z-index: 5;
}

.bottommid {
	position: fixed;
	height: 0;
	left: 0;
	right: 0;
	bottom: 1em;
	z-index: 5;
	padding-bottom: 0.5em;
}

.bottommid &gt; div {
	display: inline-block;
	text-align: left;
	background: #fff;
	transition: all 0.5s;
	left: 50%;
	bottom: 0;
	box-shadow: 0 0 0.5em 0.1em #9ca6a7;
	transform: translate(0, -100%);
}

.bottommid &gt; div &gt; * {
	padding: 0.5em;
}

.bottommid &gt; div:hover {
	box-shadow: 0 0 0.5em 0.1em rgba(0,0,0,0.8);
}

.red {
	color: #df4432;
}

.blue {
	color: #000;
}

#content {
	width: 100%;
	top: 10.5em;
	bottom: 0;
	background: #fff;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
}

.noscroll #content {
	overflow-y: hidden;
}

.headerless #content {
	top: 3.5em;
}

.padding {
	float: none;
	clear: both;
	height: 2em;
	width: 100%;
}

.padding5, .padding8 {
	width: 100%;
}

.padding.desktop {
	height: 1em;
}

.padding5 {
	padding: 0.5em;
}

.hpadding5 {
	padding: 0 0.5em;
}

.hpadding8 {
	padding: 0 0.8em;
}


.padding.buttons {
	height: 6em;
}

.tab {
	display: none;
	visibility: hidden;
	width: 100%;
	transition: opacity 0.5s, display 0s 5s;
}

.tab.active {
	display: block;
	visibility: visible;
}

.tab.map {
	max-height: calc(100vh - 4rem);
	position: absolute;
	top:0;
	bottom:0;
	z-index: -100;
	display: block;
	-webkit-tap-highlight-color: transparent;
}
.tab.map.active {
	z-index: auto;
}

.logos img {
	height: 100%;
	max-width: 50%;
	float:left;
	padding: 0.5em;
}

.logos .ibc {
	float: right;
	padding: 1.25em 0.75em;
}

.headerless .logos, .headerless .mobileheader {
	display: none !important;
}

.center {
	margin: 0 auto;
	text-align: center;
	max-width: 80em;
}

.mobile {
	display: none;
}

#header {
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 10;
}

#header .logos {
	height: 7em;
	position: relative
}

#header .navigation-container {
	background: #df4432;
}

#header .navigation-table {
	max-width: 80em;
	width: 100%;
	height: 3.5em;
	background: #df4432;
	display: table;
}

#header .navigation {
	height: 100%;
	width: 100%;
	display: table-row;
}

#header .navigation .item {
	display: table-cell;
	height: 100%;
	position: relative;
	color: #fff;
	opacity: 0.3;
	cursor: default;
	transition: all 0.5s;
	font-size: 125%;
	vertical-align: middle;
	padding: 0 0.5em;
	transition: all 0.5s;
}

#header .navigation .item.enabled {
	opacity: 1;
	cursor: pointer;
}

#header .navigation .item.enabled:hover{
	background: #000;
}

#header .navigation.locked .item.enabled, #header .navigation.locked .item.enabled:hover {
	background: #df4432;
	opacity: 0.3;
	cursor: default;
}

#header .navigation .item.active, #header .navigation.locked .item.active{
	background: #000;
	cursor: default;
}



.group {
	padding: 1em 0;
	clear: both;
}

.group h2 {
	padding-left: 0.5em;
	float: left;
}

.group .value {
	float: right;
	text-align: right;
	padding: 0 0.2em;
	border: 1px solid #ddd;
	margin: 0.2em 0.5em 0.8em 0;
	width: 6em;
	height: 1.8em;
}

.group .value:first-child {
	margin-right: 1.2em;
}

.group .value.wider {
	width: 8em;
}

.group .value.extrawide {
	width: 13em;
}

.group .value input{
	border: none;
	text-align: right;
	padding: 0;
	width: 5em;
	color: inherit;
}

.group .value span {
	text-align: left;
	padding-left:0.5em
}

.group .slider {
	float: none;
	clear: both;
	margin-bottom: 3em;
}

@keyframes egg {
	from {
		transform: rotateX(0deg) rotateZ(0deg);
	}
	to {
		transform: rotateX(360deg) rotateZ(360deg);
	}
}

.egg {
	animation: 10s linear infinite egg;
}

table.match td:last-child {
	text-align: right;
}

.modulecountmissmatch {
	padding-top: 0.5em;
}

/* c3 */

.c3 line, .c3 path {
	stroke: #000;
}

.c3 {
	fill: #000;
}

.c3-tooltip {background-color: #fff;}

.c3-tooltip th {
	color: #fff;
  background-color: #000;
}

.c3-tooltip td {
  background-color: #fff;
}

.c3-chart-arcs .redfill {
	fill: #df4432;
}

.c3-chart-arcs .bluefill {
	fill: #000;
}

.c3-tooltip tr {
	border-color: #9ca6a7;
}

.c3-tooltip .name {
	text-align: left;
}

.warning, .error {
	color: #df4432;
}
.c3 svg {
	font-family: inherit;
	font-size: 0.7em;
}

.c3-chart-arcs .donutratio {
	font-size: 500%;
	font-weight: bold;
	opacity: 1;
}

.c3-line {
	stroke-width: 3px;
}

.c3-circle._expanded_ {
	stroke-width: 3px;
	stroke: #eee;
}

.c3-chart-arc path {
	stroke-width: 0;
}

.c3-legend-item-hidden {
	opacity: 0.5;
}

/* LOADING */

.navigation {
	opacity: 0;
	transition: opacity 1s;
}

.tab.loading {
	padding: 0 1em;
}

#loadingpadding {
	width: 100%;
	height: 20%;
}

.preload {
	color: transparent;
	font-size: 0.1px;
}

.loading .warning, .loading .error, .loading .mobilewarning {
	display: none;
	max-width: 40em;
	margin: 1em auto;
}

.loading .animation {
	width: 20%;
	max-width: 10em;
	min-width: 5em;
	border-radius: 100%;
	height: auto;
	display: block;
	-webkit-animation: rotate360 0.7s steps(12, end) infinite;
	animation: rotate360 0.7s steps(12, end) infinite;
}

#ignorewarning {
	opacity: 0;
	display: none;
}

#ibcGDPRNotice {
	display: none;
}

#ibcGDPRNotice p {
	padding-bottom: 1em;
	max-width: 35rem;
	margin: 0 auto;
}

@keyframes rotate360 {
	from {transform:rotate(0deg)}
	to {transform:rotate(360deg)}
}
@-webkit-keyframes rotate360{
	from {transform:rotate(0deg)}
	to {transform:rotate(360deg)}
}



/* location */

.ui-menu {
	border: 1px solid #9ca6a7;
	list-style: outside none none;
	display: block;
	background: #fff;
	overflow: hidden;
	text-align: center;
	position: absolute;
	cursor: pointer;
	max-width: calc(100% - 2em);
	width: 35.1em !important; /* h3 is 1.17em, thus 30 * 1.17em */
}

.ui-front {
	z-index: 100;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-menu .ui-menu-item {
	position: relative;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
	padding: 0.4em;
}

.ui-menu .ui-menu-item:nth-child(even)::before {
	content: '';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #000;
	opacity: 0.1;
	z-index: -1;
}

.ui-menu .ui-menu-item.ui-state-focus .ui-menu-item-wrapper,
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper{
	background: #df4432;
	color: #fff;
	font-weight: 600;
}
.ui-menu .ui-menu-item:hover::before {
	content: none;
	background: #ff0;
}

.tab.location {
	padding: 0 1em;
}

.tab.location h2 {
	margin: 0 1em;
}

#location {
	background-repeat: no-repeat;
	background-position: right 0.5em center;
	background-size: auto 64%;
	width: 100%;
	max-width: 30em;
	text-align: center;
}

.languageicon {
	height: 1.8em;
	vertical-align: -0.5em;
}

.languageselect {
	width: 100%;
	max-width: 15em;
	margin: 0 0.5em;
}

#languageSelectLoading {
	display: none;
	opacity: 0;
	transition: all 0.25s;
	margin-top: 2em;
}

#location.ui-autocomplete-loading {
	background-image: url("../img/svg.php?file=query&amp;");
}

#choose {
	text-align: center;
}

#choose &gt; div {
	display: inline-block;
	margin: 1em;
}

#choose .block {
	display: inline-block;
	width: 10em;
	height: 10em;
	margin-bottom: 0.5em;
	transition: background-color 0.5s;
	cursor: not-allowed;
	padding: 1em;
	background: #9ca6a7 no-repeat center center / 75%;
}

#choose .block.manual {
	background-image: url("../img/svg.php?file=manual&amp;");;
	
}

#choose .block.map {
	background-image: url("../img/svg.php?file=map&amp;");;
}

#choose.enabled .block {
	cursor: pointer;
	background-color: #df4432;
}

#choose.enabled .block.active, #choose.enabled .block:hover{
	background-color: #000;
}

/* roof */
/** roof **/
#roofconf {
	text-align: left;
}

.split:first-child {
	padding-right: 0.5em;
}

.split:last-child {
	padding-left: 0.5em;
}

#house {
	position: relative;
	perspective: 50em;
	overflow: hidden;
	margin-bottom: -6em;
}

#compass3d {
	left: 0px;
	right: 0px;
	overflow: hidden;
	display: block;
	transform: rotateX(60deg);
	width: 100%;
	height: auto;
	position: relative;
	line-height: 0;
	transition: transform 1s;
}
#compass3d.instant {
	transition: none;
}

#compass3d img{
	width: 100%;
}

#compass3d div {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	transform: rotate(0deg);
}

#compass3d span {
	position: absolute;
	font-size: 1.5em;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
}

#compass3d .bold {
	font-size: 1.2em;
}

#compass3d .c-sw {transform:rotate(45deg)}
#compass3d .c-w {transform:rotate(90deg)}
#compass3d .c-nw {transform:rotate(135deg)}
#compass3d .c-n {transform:rotate(180deg)}
#compass3d .c-ne {transform:rotate(225deg)}
#compass3d .c-e {transform:rotate(270deg)}
#compass3d .c-se {transform:rotate(315deg)}


#house3d, #roof3d {
	height: auto;
	width: 58%;
	position: absolute;
	left: 22%;
	z-index: 10;
}

#rooftypes &gt; g {
	display: none;
}

/** pv **/

#compasscell {
	width: 8em;
	text-align: center;
	overflow: hidden;
	vertical-align: bottom;
}

#compass {
	width: 6.5em;
	height: 6.5em;
	background: transparent url("../img/svg.php?file=compass&amp;") center / contain;
	position: relative; 
	text-align: left;
	display: inline-block;
}

#compass span {
	font-size: 90%;
	position: absolute;
	display: inline-block;
	text-align: center;
}

#dir-n{
	top:0;
	width:100%;
}
#dir-e{
	right:3%;
	top:50%;
	line-height:0%;
}
#dir-s{
	bottom:0;
	width:100%;
}
#dir-w{
	left:3%;
	top:50%;
	line-height:0%;
}

.table, table {
	display: table;
	border-spacing: 0;
	width:100%;
}

.table &gt; div {
	display: table-row;
}

.table &gt; div &gt; div, table td, table th {
	display: table-cell;
	vertical-align: middle;
	/*text-align: left;*/
}

.table td, .table th {
	text-align: left;
}


.table tr th {
	border-bottom-width: 2px;
	font-weight: bold;
	padding-bottom: 0.1em;
}

.table tr &gt; * {
	border-bottom: 1px solid #9ca6a7;
	padding: 1em 0.3em 0;
	transition: border-color 0.5s;
}

.table tr:hover &gt; * {
	border-color: #df4432;
}

.tleft{
	text-align: left;
}

.tright{
	text-align: right;
}

.tcenter{
	text-align: center;
}

.fright {
	float:right;
}

.fleft {
	float:left;
}

.clear {
	clear: both;
}

.maxw{
	width: 100%;
}

.vbottom{
	vertical-align:bottom;
}

#manualmodcount{
	clear:both;
	text-align: center;
	font-size: 130%;
	padding: 0 0.5em;
}

#canvas {
	position: relative;
	overflow: hidden;
	max-width: 70em;
	margin: 1em auto;
}

#canvas &gt; canvas {
	margin: 0 auto;
	width: 100%;
	display: block;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#shadowcanvas, #modulecanvas {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#shadowcanvas {
	opacity: 0.5;
}

#packagedata td:last-child {
	text-align: right;
}

.packagetext {
	padding: 0.3em;
}

#manual-horizontal {
	text-align: center;
}

/** map **/
.MapPushpinBase img{
	cursor: move;
}

#map {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 0;
}

#maparrows .arrow {
	border: none;
	position: fixed;
	bottom: 3em;
	z-index: 5;
}

#maparrows .previous {
	left: 1em;
}

#maparrows .next {
	right: 1em;
}

#steps .step {
	position: absolute;
	z-index: 100;
	top: 1em;
	left: 1em;
	display: none;
	background: #fff;
	opacity: 0.8;
	overflow: hidden;
	max-width: 25em;
	transition: all 1s, opacity 0.25s;
}

#steps .step.enabled.centered {
	pointer-events: none;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#steps .step:hover {
	opacity: 1;
}

#steps .headline h2 {
	padding: 0;
}

#steps .group {
	padding: 0;
}

#steps label {
	clear: both;
}

#steps-pv-eastwest-rotation &gt; input:last-child {
	margin-bottom: 1em;
}

#steps .group h3{
	padding-left: 0;
}

#steps .expand h2{
	font-size: 125%;
}

#steps .group h2{
	padding: 0.1em 0 0 0;
}

#steps .headline {
	padding: 0.5em;
	cursor: pointer;
	width: 100%;
	display: block;
}

#steps .headline .bob {
	margin: 0 0.5em;
	border-color: transparent;
	border-left-color: #df4432;
	border-width: 0.5em 0px 0.5em 0.75em;
	border-style: solid;
	clear: none;
	height: 0px;
	width: 0px;
	transition: transform 0.25s;
	font-size: 80%;
	display: inline-block;
	vertical-align: baseline;
}

#steps .active .headline .bob {
	margin: 0 0.5em;
	transform: rotate(90deg);
}

/*@keyframes bobbing {
	0% {margin: 0 0.5em;}
	25% {margin: 0 0.75em 0 0.25em;}
	75% {margin: 0 0.25em 0 0.75em;}
}

#steps .step:not(.active):not(.centered) .headline .bob {
	animation: 4s linear infinite bobbing;
}*/

#steps .step .expand {
	width: 100%;
	float: left;
	padding: 0.5em;
	display: none;
}

#steps .step.enabled, #steps .step.active .expand {
	display: block;
}

#map-pv-eastwest-rotation, #steps label.checked, #steps label.unchecked {
	padding-top: 1em;
}

#steps .expand &gt; p {
	padding-top: 0.5em;
}

#steps .expand &gt; p:first-child {
	padding-top: 0;
}

/* Leaflet */

.add-mode {
	cursor: copy;
}

.pointer-mode {
	cursor: pointer;
}


/** Consumption **/


/** Results **/

#results .table {
	text-align: left;
}

#results h2{
	padding: 0;
}

#results .table tr &gt; *:last-child {
	text-align: right;
}

.box {
	border-style: solid;
	border-width: 0 2px;
	text-align: center;
}

#without .box{
	border-color:#000;
}

#with .box{
	border-color:#df4432;
}

#results .box h1 {
	padding: 0.3em 0;
	color: #fff;
}

.box .expand {
	padding: 1em 0.5em 0 0.5em;
}

.box .open, .box .close {
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
	color: #fff;
	cursor: pointer;
	margin-top: 1em;
}

.box .close, .box .expand {
	display: none;
}

#without h1, #without .open, #without .close {
	background: #000;
}

#with h1, #with .open, #with .close {
	background: #df4432;
}

#querying, #resultserror {
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	right: 0;
}

.donut {
	margin: 1em 0;
	height: 20em; 
}

.diagramm1 {
	margin-bottom: 1em;
}

#querying img {
	width: 15%;
	max-width: 10em;
	min-width: 8em;
	height: auto;
	display: inline-block;
}

.loading #querying{
	display: block;
}

.resultserror #querying{
	display: none;
}

.resultserror #resultserror {
	display: block;
}

#results{
	position: relative;
	opacity: 1;
	z-index: 5;
	transition: opacity 0.5s;
}

.loading #results{
	opacity: 0;
	z-index: -10;
	transition: opacity 0s;
}

.resultserror #results {
	display: none;
}

#content.loading {
	overflow: hidden;
}

#results .packagetext {
	text-align: left;
}

/** contact **/


.invalid:focus {box-shadow: none;}
.error,.success {display:none}

.button {
	padding: 1em 2em;
	margin: 0 auto;
	display: inline-block;
	background: #df4432;
	color: #fff;
	transition: all 0.25s;
	cursor: pointer;
	opacity: 1;
}

.button:hover {
	background: #000;
}

.input[type="submit"], input[type="button"], input[type="reset"] {
	opacity: 1;
}

.button.disabled, input[type="submit"].disabled, input[type="button"].disabled, input[type="reset"].disabled {
	opacity: 0.5;
	color: inherit;
	background: #9ca6a7;
	cursor: not-allowed;
}

input.invalid, select.invalid, #leadrecaptcha.invalid &gt; div &gt; div {
	border-color: #df4432;
	box-shadow: 0 0 3px 2px #df4432;
}

label.invalid {
	color: #df4432;
}

.contactform h3 {
	padding-bottom: 0.3em;
}

.contactform {
	text-align: left;
	margin-top: 0.2em;
}

.split {
	width: 50%;
	float: left;
	text-align: left;
}

.contactform input, .contactform select, .contactform textarea {
	float:left;
	width: 100%;
}

.contactform .left {
	padding-right: 1.5em;
}

.contactform .right {
	padding-left: 1.5em;
}

.contactform .fill {
	float:left;
	width: 100%;
	margin-top: 1.5em;
}

.contactform .fill:first-child {
	margin-top: 0;
}

.contactform textarea {
  resize: vertical;
	min-height: 8em;
}

.contactform .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactform .flex &gt; * {
	align-self: flex-end;
	flex-wrap: row;
	flex: 1 1 auto;
	width: calc(50% - 2em);
	margin: 1em;
}

.contactform .flex &gt; .fill {
	width: 100%;
}

.radio {
	display: flex;
	justify-content: space-around;
}

input[type="radio"] {
	float: none;
	width: auto;
	padding-right: 0.5rem;
}

/* Legalnotice */

.tab.legalnotice {
	padding: 0 1em;
}

.tab.legalnotice table {
	width: auto;
	margin: 0 auto;
}

.tab.legalnotice table td {
	padding-left: 1em;
}

.tab.legalnotice table td:first-child {
	padding-left: 0;
}

/* SLIDER */
.noUi-connect {
	background: #000;
	border-radius: 0;
}

.noUi-target {
	background: #fff;
	margin: 1em 20px 3em;
	box-shadow: none;
}

.noUi-handle {
	box-shadow: none;
	transition: box-shadow 0.2s;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

.noUi-handle:active {
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
}

.noUi-target, .noUi-handle {
	border-radius: 0;
}

.noUi-value-horizontal {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 1rem;
}

.noUi-pips-horizontal {
	height: auto;
}

.noUi-pips, .noUi-value-sub {
	font-size: 0.9em;
	color: inherit;
}

.noUi-value {
	opacity: 0.8;
	max-width: 3em;
	white-space: normal;
}

.noUi-value-sub {
	opacity: 0.7;
	font-size: 0.75em;
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	padding-right: 0.125em;
}

/* MOBILE ONLY */

#footer {
	width: 100%;
	background: #df4432;
	position: absolute;
	bottom: 0;
	display: none;
}
#footer .navigation {
	display: table-row;
	text-align: center;
}
#footer .navigation .item {
	display: table-cell;
	opacity: 0.15;
	transition: opacity 0.5s, background 0.5s;
	height: 4em;
	padding: 0.5em;
}
#footer .navigation .item div {
	width: 100%;
	height: 100%;
	background: no-repeat center center / contain;
}
#footer .navigation .item.enabled {
	opacity: 0.7;
	cursor: pointer;
}

#footer .navigation.locked .item.enabled {
	cursor: default;
	opacity: 0.15;
}

#footer .navigation .item.active, #footer .navigation.locked .item.active {
	background-color: #000;
	opacity: 1;
	cursor: default;
}

.mobile .table.logos {
	display: table;
	width: 100%;
}

.mobile .table.logos &gt; div &gt; div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.mobile .table.logos .branding {
	float: left;
}

.mobile .table.logos .ibc {
	float: right;
	padding: 1em 1em;
}

.mobile .branding, .mobile .ibc {
	max-width: 100%;
	height: 100%;
	max-height: 7em;
	padding: 0.5em 0;
}

#steps .step .close {
	width: 100%;
	padding: 0.5em;
	background: #000;
	text-align: center;
	color: #fff;
	clear: both;
	display: none;
	cursor: pointer;
}

#footer .navigation .location div {
	background-image: url("../img/svg.php?file=navigation/location&amp;");
}
#footer .navigation .roof div {
	background-image: url("../img/svg.php?file=navigation/roof&amp;");
}
#footer .navigation .pv div {
	background-image: url("../img/svg.php?file=navigation/modules&amp;");
}
#footer .navigation .consumption div {
	background-image: url("../img/svg.php?file=navigation/consumption&amp;");
}
#footer .navigation .results div {
	background-image: url("../img/svg.php?file=navigation/results&amp;");
}
#footer .navigation .contact div {
	background-image: url("../img/svg.php?file=navigation/contact&amp;");
}</pre></body></html>