/*//////////////////////////////////////////////////////*/

/*                                                      */

/*  Created by: Maxomedia AG                            */

/*  Date:       January 2014                            */

/*  Frontender:                                         */

/*  Backender:                                          */

/*  Copyright 2014, Maxomedia AG. All rights reserved.  */

/*                                                      */

/*//////////////////////////////////////////////////////*/

/* libs, vars and mixins */

/* @import "libs/_bootstrap.less"; */


/*# 1 General #*/

/*# 1 General/1 Resets #*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #937fbb;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
ul,
ol {
  margin-left: 15px;
}
button,
input,
select,
textarea {
  display: block;
  margin: 0;
  outline: 0 none;
  border: 0 none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1em;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[type="radio"],
input[type="radio"],
select[type="radio"],
textarea[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button[type="checkbox"],
input[type="checkbox"],
select[type="checkbox"],
textarea[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
* {
  outline: 0 none;
}
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}
body #wrapper {
  overflow: hidden;
  width: 553px;
}
body #wrapper > .inner > * {
  margin-top: 0.83em;
}
body #wrapper > .inner > *:first-child {
  margin-top: 0;
}
body #wrapper > .inner > h1,
body #wrapper > .inner > h2,
body #wrapper > .inner > h3,
body #wrapper > .inner > h4,
body #wrapper > .inner > h5,
body #wrapper > .inner > h6 {
  margin-bottom: 1.2em;
}
body #wrapper > .inner > img {
  margin-bottom: 0.32em;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: inherit;
}
h2 {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.28em;
}
h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.28em;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.28em;
}
a:link,
a:visited,
a:active {
  color: #566373;
  text-decoration: none;
}
a:hover {
  color: #003399;
}
hr {
  margin: 2em 0;
  padding: 0;
  border: 0 none;
  width: 100%;
  height: 2px;
  background: url(/Content/img/hr.png) repeat-x left top;
}

/*# 2 Common Styles #*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
button,
.button,
a.button {
  display: inline-block;
  padding: 4px 8px;
  background-color: #ee0000;
  border: 1px solid #b20000;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
button:hover,
.button:hover,
a.button:hover {
  color: white;
  background-color: #b20000;
}
.iconlink {
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  background-image: url(/Content/img/icons_functions.png);
  background-repeat: no-repeat;
}
.iconlink.button {
  padding-left: 18px;
  background-position: left -396px;
}
.iconlink.close {
  background-position: left -2800px;
}
.iconlink.close:hover {
  background-position: left -3400px;
}
.iconlink.arrow-gw-up {
  background-position: right -750px;
}
.iconlink.arrow-gw-up:hover {
  background-position: right -1350px;
}
.iconlink.arrow-gw-right {
  padding-left: 18px;
  background-position: left top;
}
.iconlink.arrow-gw-right:hover {
  background-position: left -600px;
}
.iconlink.arrow-wr-down {
  padding-right: 18px;
  background-position: right -1100px;
}
.tooltip-pannel {
  *zoom: 1;
}
.tooltip-pannel:before,
.tooltip-pannel:after {
  display: table;
  content: "";
  line-height: 0;
}
.tooltip-pannel:after {
  clear: both;
}
.tooltip-pannel.small {
  position: relative;
  margin: 0!important;
}
.tooltip-pannel.small .toggler {
  position: absolute;
  bottom: 100%;
  right: 0;
  float: none;
}
.tooltip-pannel .toggler {
  float: right;
  width: 30px;
  text-align: right;
}
.tooltip-pannel .tool {
  overflow: hidden;
}
.tooltip-pannel .tool .row .col-2 {
  width: 227px;
}
.tooltip-pannel .tool .row .col-3 {
  width: 145px;
}
.tooltip-pannel .tip {
  margin: 20px 20px 0 -10px;
  padding: 10px;
  background-color: #6b7786;
  color: white;
}
.tooltip-pannel .tip .row > [class|="col"] {
  position: relative;
}
.tooltip-pannel .tip .row > [class|="col"]:before {
  display: block;
  content: '';
  position: absolute;
  top: -26px;
  right: 50%;
  margin-right: -4px;
  border: 8px solid;
  border-color: transparent transparent #6b7786;
}
.tooltip-pannel .tip .row > .col-2 {
  width: 217px;
}
.tooltip-pannel .tip .row > .col-3 {
  width: 138px;
}
.tooltip-pannel[data-tip="false"] .toggler a {
  background-position: right -4900px;
}
.tooltip-pannel[data-tip="false"] .toggler a:hover {
  background-position: right -5500px;
}
.tooltip-pannel[data-tip="false"] .tip {
  display: none;
}
.row {
  margin: 0 -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row > [class|="col"] {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.row .col-1 {
  width: 100%;
}
.row .col-2 {
  width: 50%;
}
.row .col-3 {
  width: 33.333333%;
}
.row .col-4 {
  width: 25%;
}
.row .col-5 {
  width: 20%;
}
.row .col-6 {
  width: 16.666666%;
}
input[type="text"],
select,
textarea {
  padding: 3px;
  background-color: white;
  border: 1px solid #c2c2c2;
}
.input {
  *zoom: 1;
}
.input:before,
.input:after {
  display: table;
  content: "";
  line-height: 0;
}
.input:after {
  clear: both;
}
.input .error {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  color: red;
}
.input input[type="text"] {
  width: 33%;
}
.input input[type="radio"],
.input input[type="checkbox"] {
  float: left;
  margin-right: 0.5em;
}
.input label {
  display: block;
  overflow: hidden;
}
/*# 3 Page Structure #*/

/*@import "header.less";
@import "footer.less";
@import "body.less";*/

/*# 4 Modules #*/

/*# 4 Modules/ Reasons #*/

#reasons {
  position: relative;
}
#reasons .row {
  margin: 2px -1px 0;
}
#reasons .row:first-child {
  margin-top: 0;
}
#reasons .row > [class|="col"] {
  padding: 0 1px;
}
#reasons .row > .col-5 {
  width: 109px;
}
#reasons .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/Content/img/transparent-255-255-255-75.png) repeat left top;
  z-index: 2;
}
#reasons[data-active="false"] .overlay {
  display: none;
}
#reasons .motive {
  position: relative;
  padding: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  z-index: 3;
}
#reasons .motive:hover {
  background-color: #e6e6e6;
}
#reasons .motive .teasing img {
  display: block;
  margin: 0 auto 1.5em;
  max-width: 50%;
}
#reasons .motive .teasing .iconlink {
  overflow: hidden;
  height: 2.2em;
  background-position: left -2px;
  font-size: 0.95em;
  line-height: 1.1em;
}
#reasons .motive .details {
  position: absolute;
  overflow: hidden;
  padding: 1px 2px;
  width: 300%;
  height: 200%;
  background-color: #e6e6e6;
  cursor: default;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
#reasons .motive .details.top {
  top: 0;
}
#reasons .motive .details.bottom {
  bottom: 0;
}
#reasons .motive .details.left {
  left: 0;
}
#reasons .motive .details.right {
  right: 0;
}
#reasons .motive .details > div {
  position: relative;
  height: 100%;
  z-index: 200;
  padding: 10px;
  font-size: 0.9em;
  line-height: 1.3em;
}
#reasons .motive .details > div img {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%;
}
#reasons .motive .details > div h3 {
  margin-bottom: 0.5em;
}
#reasons .motive .details > div .iconlink {
  cursor: pointer;
}
#reasons .motive .details > div .iconlink.action {
  margin-top: 1em;
  font-weight: bold;
  color: black;
}
#reasons .motive .details > div .iconlink.action:hover {
  color: #003399;
}
#reasons .motive .details > div .iconlink.toggler {
  position: absolute;
  top: 10px;
  right: 10px;
}
#reasons .motive[data-active="false"] {
  z-index: 1;
}
#reasons .motive[data-active="false"] .details {
  display: none;
}
/*# 4 Modules/ Calculation Examples #*/

#calc-examples {
  border: solid #bcbcbc 8px;
}
#calc-examples > * {
  padding: 10px 16px;
  background-color: #ebebeb;
}
#calc-examples > * > * {
  margin-top: 1em;
}
#calc-examples > * > *:first-child {
  margin-top: 0;
}
#calc-examples > * .tooltip-pannel .tip {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 46px;
}
#calc-examples > * .seperator {
  height: 9px;
  background: url(/Content/img/seperator-calc.png) no-repeat center top;
}
#calc-examples + button {
  margin-top: 1em;
}
#results > * {
  margin-top: 1em;
}
#results > *:first-child {
  margin-top: 0;
}
#results > img {
  margin-top: 2em;
}
#results .userinputs {
  margin: 0;
  padding: 0;
  list-style: none;
}
#results .userinputs li {
  padding: 2px 8px;
  border-bottom: 1px solid #d0d0d0;
  *zoom: 1;
}
#results .userinputs li:before,
#results .userinputs li:after {
  display: table;
  content: "";
  line-height: 0;
}
#results .userinputs li:after {
  clear: both;
}
#results .userinputs li:first-child {
  background-color: #6b7786;
  border: 0 none;
  font-weight: bold;
  color: white;
}
#results .userinputs li .text {
  float: left;
}
#results .userinputs li .value {
  float: right;
}
#results .output {
  border: solid #bcbcbc 8px;
}
#results .output .potential {
  position: relative;
  padding: 1.5em;
  *zoom: 1;
}
#results .output .potential:before,
#results .output .potential:after {
  display: table;
  content: "";
  line-height: 0;
}
#results .output .potential:after {
  clear: both;
}
#results .output .potential .value {
  font-size: 1.4em;
  font-weight: bold;
  color: #b20000;
  line-height: 1.2em;
}
#results .output .potential .value span {
  font-size: 0.7em;
  font-weight: normal;
  color: black;
}
#results .output .potential .left-col {
  float: left;
  margin: 0.4em 1.5em 0 0;
  width: 77px;
}
#results .output .potential .summary {
  float: left;
  overflow: hidden;
  max-width: 60%;
}
#results .output .potential .summary h3 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2em;
}
#results .output .potential .summary .value {
  font-size: 2.8em;
  line-height: 1em;
}
#results .output .potential .download {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 1.2em 0.5em 1.5em;
  background-color: #ee0000;
  max-width: 180px;
}
#results .output .potential .download:before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(/Content/img/red-triangle-right.png) no-repeat left top;
}
#results .output .potential .download span {
  display: block;
  padding-right: 30px;
  font-weight: bold;
  color: white;
  background: url(/Content/img/icon-download.png) no-repeat right center;
}
#results .output .potential .download:hover {
  background-color: #b20000;
}
#results .output .potential .download:hover:before {
  background-image: url(/Content/img/red-triangle-right-over.png);
}
#results .output .potential .row {
  margin-top: 1em;
}
#results .output .potential .row > .col-3 {
  width: 153px;
}
#results .ajaxnavi {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d6d6d6;
  border-bottom: 3px solid #c2c2c2;
  *zoom: 1;
}
#results .ajaxnavi:before,
#results .ajaxnavi:after {
  display: table;
  content: "";
  line-height: 0;
}
#results .ajaxnavi:after {
  clear: both;
}
#results .ajaxnavi li {
  position: relative;
  float: left;
  padding: 0.5em 0;
  width: 33.333333%;
  cursor: pointer;
}
#results .ajaxnavi li a {
  display: block;
  padding: 0.3em 0.8em;
  /*width: 100%;*/
  border-left: 1px solid #c9c9c9;
  font-size: 1.1em;
  color: black;
  text-align: center;
}
#results .ajaxnavi li:first-child a {
  border: 0 none;
}
#results .ajaxnavi li:hover {
  background-color: #f6f6f6;
}
#results .ajaxnavi li[data-active="true"] {
  margin-bottom: -3px;
  border-bottom: 3px solid #ee0000;
}
#results .ajaxnavi li[data-active="true"] a {
  font-weight: bold;
}
#results .ajaxnavi li[data-active="true"]:before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 3px 0 0 -4px;
  border: 8px solid;
  border-color: #ee0000 transparent transparent;
}
#results #ajaxcontent {
  padding: 3em 1em 1.5em;
  background-color: #efefef;
}
#results #ajaxcontent .img {
  margin-top: 1em;
}
#results #ajaxcontent .row {
  margin-top: 2em;
}
#results #ajaxcontent .row [class|="col"] > * {
  margin-top: 2em;
}
#results #ajaxcontent .row [class|="col"] > *:first-child {
  margin-top: 0;
}
#results #ajaxcontent .row [class|="col"] > .img {
  margin-top: 1em;
}
#results #ajaxcontent .row [class|="col"] > .input {
  margin-top: 0;
}
#results #ajaxcontent .row [class|="col"] > .savings {
  margin-top: 1em;
}
#results #ajaxcontent .row > .col-2 {
  width: 246px;
}
#results #ajaxcontent .savings {
  position: relative;
  *zoom: 1;
}
#results #ajaxcontent .savings:before,
#results #ajaxcontent .savings:after {
  display: table;
  content: "";
  line-height: 0;
}
#results #ajaxcontent .savings:after {
  clear: both;
}
#results #ajaxcontent .savings > img {
  float: left;
}
#results #ajaxcontent .savings > div {
  overflow: hidden;
  font-size: 2em;
  font-weight: bold;
  color: #b20000;
}
#results #ajaxcontent .conditional-content .conditions > [data-show="true"] {
  display: block;
}
#results #ajaxcontent .conditional-content .conditions > [data-show="false"] {
  display: none;
}
#results #ajaxcontent .calc-key {
  margin: 2em -1em -1.5em;
  padding: 1em 1em 0.5em;
  background-color: #bcbcbc;
  color: #666666;
}
#results #ajaxcontent .calc-key > * {
  font-size: 0.9em;
  line-height: 1.2em;
}
#results #ajaxcontent .calc-key h5 {
  margin-bottom: 0.5em;
}
#results #ajaxcontent .calc-key ul {
  margin: 0 0 0 1.4em;
  padding: 0;
}
/*# 5 Print #*/

/*@import "print.less";*/

