@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:300,400);


html, body {
    margin: 0;
    padding: 0;
    font-family: Calibri, 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    height: 100%;
    background-color: #fff;
    text-align: center;
}


header, footer, section, article {
    display: block;
}

h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
h3,
.h3-style {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

h4 {
    margin-top: 5px;
}

.hInfo {
    font-family: Calibri, 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#Top {
    width: 0;
    height: 0;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    background-color: #fff;
}

.clear {
    clear: both;
}

.lImg {
    float: left;
    margin-right: 4%;
}

.rImg {
    float: right;
    margin-left: 4%;
}

.smbt {
    float: left;
    width: 33.333%;
    min-width: 300px;
    height: auto;
    margin-right: 20px; }

.flImg {
    float: left;
}

.example { font-style: italic; font-size: 1.1em; text-decoration: underline; }


.c-row-1 { background-color: #fff; }
.c-row-1 a { color: #333; }

.c-row-2 { background-color: #eee; }
.c-row-2 a { color: #222; }

.c-row-3 { background-color: #ddd; }
.c-row-3 a { color: #000; }

.c-row-4 { background-color: #666; color: #fff; }
.c-row-4 a { color: #eee; }


.brochure-title {
    font-family: Calibri, sans-serif, Arial, Helvetica;
    font-size: 1.3em;
    font-weight: normal;
    color: #000;
}

.pr-download {
    display: inline-block;
    width: 45%;
    min-width: 450px;
    height: auto;
    vertical-align: top;
    position: relative;
}

.pr-download .rtext {
    position: absolute;
    bottom: 80px;
    left: 220px;
}

.download {
    border: 2px solid #CECAC5;
    border-radius: 3px;
    background-color: #eee;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    font-size: 1.02em;
    font-family: sans-serif, Arial, Helvetica;
}

.download:hover {
    color: #ea1e2a !important;
}


header {
    position: absolute;
    top: 0;
    z-index: 502;
    width: 100%;
    height: 100px;
    color: #fff;
    border-bottom: 1px solid #eee;
}

.topmenu {
    padding-top: 15px;
    max-width: 1920px;
}

.header-bg {
    z-index: 501;
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    top: 0;
    opacity: 0.66;
}

header .logged-in {
    color: #ff3300;
}



header .logo {
    float: right;
    height: 75px;
    width: auto;
    margin-top: -5px;
}

.header-box { float: left; }

.header-box .lang {
    float: left;
    margin-left: 5px;
}
.header-box .lang a {
    padding: 10px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border: 1px solid #bbb;
}
.header-box .search {
    float: left;
    margin-left: 8px;
    margin-top: -10px;
}
.header-box .call {
    float: left;
    margin-left: 3%;
    font-family: Montserrat, Verdana, Helvetica, sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    color: #000;
}
.header-box .call .call-phone {
    color: #CC0000; /* #88dd88 */
    font-size: 1.05em;
    background-color: #fff;
}
nav#mainMenu { clear: left; float: left; }
nav#mainMenu #ul1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
img#m-menu { display: none; }

ul.topnav {
    clear: both;
    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.topnav li {
    display: inline;
    position: relative;
    padding-bottom: 20px;
    color: #000;
}


ul.topnav li a {
    display: inline-block;
    padding-left: 0.3em;
    padding-right: 0.3em;
    color: #000;
    font-family: Calibri, sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}

ul.topnav li a:hover {
    text-decoration: underline;
    color: #333;
}

ul.topnav li ul {
    display: none;
    z-index: 502;
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: left;
    min-width: 300px;
    border: 1px solid #eee;
}

ul.topnav li:hover ul {
    display: block;
}

ul.topnav li:hover ul li {
    display: block;
    padding: 0;
}

ul.topnav li:hover ul li a {
    display: block;
    padding: 5px;
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
}

ul.topnav li:hover ul li a:hover {
    background-color: #ff9933;
    color: #fff;
}

#topstatic {
    display: none;
}

section {
    clear: both;
    position: relative;
    z-index: 497;
    display: block;
    margin-top: 100px;
}

.no-teaser { height: 100px; }

.teaser {
    background-color: #eee;
}

.teaser-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    max-width: 1920px;
    height: 600px;
    margin: 0 auto;
    margin-top: -100px;
}

.teaser-container {
    position: relative;
    background-color: #555;
    width: 100%;
}

.teaser-img-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    border-bottom: 2px solid #fff;
    text-align: left;
}

.teaser-container2 {
    position: relative;
    background-color: #555;
    width: 100%;
    height: 500px;
}

.teaser-img-container2 {
    position: relative;
    height: 500px;
    text-align: left;
}


.teaser-container .txt  {
    position: absolute;
    top: 200px;
    left: 13%;
    right: 13%;
    font-size: 100%;
    text-align: left;
}

.teaser-container .txt h1.teaser-h1 {
    display: inline-block;
    position: relative;
    font-size: 2em;
    font-family: Montserrat, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: none;
    margin: 0;
    padding: 0;
}

.teaser-container .txt .teaser-descr {
    display: inline-block;
    font-size: 1.25em;
    font-family: Montserrat, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    display: none;
}

.teaser-container .txt .teaser-href {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px;
    font-size: 1em;
    font-family: Montserrat, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: none;
}

.teaser-container .txt .teaser-href:hover {
    color: #333;
    background-color: #fff;
}

.control { display: none; }

.home-boundary-h1, h1 {
    text-decoration: underline;
    font-family: "PT Sans Narrow", Tahoma, Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    color: #CC0000;
}

.home-h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
}

.homestart p {
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.homestart { position: relative; }

.homemargin {
    background-color: #fff;
}

.homemargin img { width: 100%; height: auto; }

.pr-img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pr-img {
    width: 100%;
    min-width: 800px;
    height: auto;
    overflow: hidden;
    float: left;
}

.pr-text {
    text-align: left;
    position: absolute;
    top: 15%;
    left: 40%;
    width: 50%;
    background: url(../images/backgrounds/opacity75-fff.png) repeat;
    padding: 2%;
}

.ltxt {
    display: inline;
    float: left;
    width: 40%;
}

.rtxt {
    display: inline;
    float: left;
    margin-left: 50%;
}

.pr-h1 {
    font-family: Montserrat, Arial;
    font-weight: 700;
    font-size: 1.9em;
    text-decoration: none;
}

.pr-teaser {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
}

.pr-hc {
    color: #FF9933;
}



.prnav nav ul li #prNavButton {
    display: none;
}



.prnav-wrapper {
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #990000;
}


.prnav-wrapper-fixed {
    height: 50px;
    line-height: 50px;
    background-color: #990000;
    width: 100%;
    display: none;
}


.prnav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}


.prnav nav ul li {
    display: inline;
}



.prnav nav ul li a {
    display: inline-block;
    padding-left: 0.8rem;
    padding-right:  0.8rem;
    color: #E6E6E0;
    font-family: Calibri, 'Open Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
}


.prnav nav ul li a:hover {
    background-color: #555;
    color: #E6E6E0;
}


.inquiry {
    display: inline-block;
}

.required {
    color: #ff6600;
}
.input-required {
    border: 1px solid #ff6600;
}

.prnav nav ul li a.a-box {
    padding-left: 0.8rem;
    padding-right:  0.8rem;
    display: inline-block;
    text-decoration: none;
    font-family: Calibri, 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 101%;
    color: #000;
    background-color: #ff9933;
}

.prnav nav ul li a.a-box:hover {
    color: #333;
    background-color: #ffbb80;
}


table.standard {
    border-collapse: collapse;
}

table.standard tr.row1 {
    font-weight: bold;
}

table.standard td {
    padding: 3px;
    border: 1px solid #ccc;
}


.table-data-wrapper {
    width: 100%;
    overflow-y: auto;
}

.table-data-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-data-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.table-data {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    background-color: #fff;
}

.table-data td {
    padding: 4px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: top;
}

.table-data .td25 {
    width: 40px;
}

.table-data .td50 {
    width: 90px;
}

.table-data tr:hover:not(.row1) {
    background-color: #FFBB80;
    color: #000;
}

.table-data .row1 {
    font-weight: bold;
    background-color: #E6E6E0;
    color: #333;
}

.table-data .col1 { text-align: left; }


ul.pdf-list {
    list-style: url(../images/icons/pdf.gif) outside;
}


.list {
    padding: 0;
    list-style-type: square;
    margin-left: 18px;
}

.list li {
    color: #ff9933;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list li span {
    color: #fff;
}

.list li span.txt {
    color: #000;
}

.normBox {
    vertical-align: top;
}

.normBox img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}



.video-title {
    font-size: 1.2em;
}

.video-data {
    position: relative;
}

.video-href { display: block; position: relative; }
.video-href .prev-img { width: 100%; height: auto; position: relative; z-index: 150; }
.video-href .play-image { width: 100%; height: auto; position: absolute; top: 0; left: 0; z-index: 151; }

.video-data .prev_image { width: 100%; height: auto; position: relative; }
.video-data .prev_bg {
    position: absolute;
    top:5px;
    left:5px;
}

.video .video-data {
    cursor: pointer;
}

.vid_description {
    padding: 10px;
}




.vid-player {
    display: block;
    position: relative;
}

video {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
}

video.video-item {
    background-color: #000;
}

#buttonbar {
    width: 100%;
    max-width: 640px;
    height: 35px;
    line-height: 37px;
    vertical-align: middle;
    background-color: #333;
    margin-top: -3px;
    padding-top: 5px;
}

#buttonbar .vid-button {
    cursor: pointer;
    float: left;
    display: none;
}

#buttonbar .vid-button img {
    margin-top: 3px;
}

#buttonbar #curTime, #hdContent {
    color: #eee;
}

#buttonbar #hdContent {
    font-weight: bold;
    font-size: 12pt;
    font-style: italic;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

#buttonbar .playbar {
    display: inline-block;
    width: auto;
    height: 10px;
    background-color: #eee;
}

.btn-steuerung {
    display: inline-block;
    width: 50px;
    background-color: #ccc;
    font-weight: bold;
    padding: 10px;
    font-size: 12px;
    border: 2px solid #444;
    color: #000;
}


#printBottom {
    display: none;
}

footer {
    position: relative;
    background-color: #222;
    font-family: Arial;
    font-size: 1rem;
    color: #bbb;
    z-index: 500;
}


nav.cramps {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333; /* #990000 */
    color: #ddd;
    font-family: Arial, sans-serif;
    font-size: 1em;
    min-height: 20px;
    line-height: 20px;
    border-bottom: 3px solid #555;
}

nav.cramps a {
    color: #ddd;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
}

nav.cramps a:hover {
    color: #fff;
}

nav.cramps span {
    color: #ddd;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
}


.search-container {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}

.button1 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif, Calibri,  Arial, Helvetica;;
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #99CCFF;
    color: #333;
    margin-right: 10px;
    text-decoration: none;
    cursor: pointer;
}
.button1:hover {
    background-color: #333 !important;
    color: #efefef !important;
    border: 1px solid #333;
}
.button2 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif, Calibri,  Arial, Helvetica;;
    padding: 5px;
    border: 1px solid #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #ccc;
    color: #333;
    margin-right: 10px;
    text-decoration: none;
    cursor: pointer;
}
.button2:hover {
    background-color: #333 !important;
    color: #efefef !important;
    border: 1px solid #333;
}

.button-search form {
    margin-top: 10px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 50%;
    min-width: 250px;
    background-color: #eee;
}

.button-search form input[type="text"] {
    border: 0 none;
    padding: 0;
    padding-left: 5px;
    width:  90%;
    min-width: 200px;
    font-size: 0.9rem;
    color: #000;
    background-color: #eee;
    text-align: center;
}

.button-search form input[type="image"] {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    float: right;
}


footer a {
    color: #bbb;
}


.foo-flexbox {
    margin: 0;
    margin-left: -20px;
    margin-right: -20px;
}

.foo-flexbox-wrapper-l {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.foo-flexbox-wrapper-2 {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

footer .footer-map {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    margin: 20px;
}

#map_canvas img{max-width:none!important;background:none!important}

footer .contact {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    margin: 20px;
}

footer .business-hours {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    margin: 20px;
}


footer .footer-h {
    font-size: 1.3em;
    color: #fff;
}

footer .business-hours ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .business-hours .b1 {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}




footer .aid-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
}

footer .aid-wrapper nav ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
}

footer .aid-wrapper nav ul li {
    color: #eee;
    float: left;
    margin-left: 25px;
}

footer .aid-wrapper nav ul li a {
    color: #eee;
    font-size: 0.8rem;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

#scrollButton, #gadds {
    position: fixed;
    right: 50px;
    bottom: 25px;
    z-index: 99999;
}


.imprint td {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

#cookieNotice {display:none;position:fixed;bottom:0;width:100%;z-index:99999;background-color:#eee;border-top:solid 1px #a0a0a0;text-align:center;}
#cookieNoticeCloser {color:#000;cursor:pointer;}
#cookieNotice div { display:inline-block; padding: 20px; }

/* form element styles */

fieldset.contact-form {
    border: 0 none;
    padding: 0;
    margin: 0;
}


input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
}

label {
    cursor: pointer;
    padding-top: 5px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.label-txt {
    width: 40%;
    min-width: 200px;
    vertical-align: top;
}

input.input-txt, select, textarea {
    border: 1px solid #ccc;
    font-size: 1rem;
    color: #555;
    padding: 6px;
    margin-bottom: 8px;
    width: 50%;
    min-width: 250px;
    font-family: Arial, Helvetica, sans-serif;
}

option {
    width: 200px;
}

textarea { resize:vertical; }

input.input-stxt {
    width: 10%;
    min-width: 40px;
}

input.input-txt:focus, select:focus, textarea:focus {
    background-color: #efefef;
    border: 1px solid #888;
    color: #000;
}

.label-td {
    float: left;
    display: inline-block;
    width: 30%;
    min-width: 250px;
}

.input-td {
    width: 30%;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: #555;
    padding: 6px;
    margin-bottom: 8px;
}
.input-td:hover {
    background-color: #efefef;
    border: 1px solid #888;
    color: #000;
}

.hobbies {
    display: none;
}

.r-td {
    display: inline-block;
}

.login-form fieldset {
    padding: 10px;
    display: inline-block;
    background-color: #eee;
    border: 0;
}

.login-form label {
    display: block;
}

.login-form input[type="text"],.login-form input[type="password"] {
    display: block;
    border: 1px solid #ccc;
    font-size: 1.1rem;
    color: #555;
    padding: 10px;
    width: 340px;
    margin-bottom: 10px;
}

.login-form input[type="submit"] {
    display: block;
    border: 1px solid #ccc;
    font-size: 1.1rem;
    color: #333;
    padding: 10px;
    width: 360px;
    margin-bottom: 10px;
}

.login-form .submit {
    background-color: #99CCFF;
}

.login-form input[type="submit"]:hover {
    color: #777;
    cursor: pointer;
}

input.input-search {
    border: 1px solid #ccc;
    font-size: 1.1rem;
    color: #555;
    padding: 6px;
    width: 25%;
    max-width: 350px;
    min-width:250px;
    margin-bottom: 10px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
input.input-search:hover {
    background-color: #efefef;
    border: 1px solid #888;
    color: #000;
}
.search-button {
    font-size: 1.1rem;
    padding: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #888;
}
.search-button:hover {
    background-color: #fff !important;
    color: #555 !important;
    border: 1px solid #888;
}
.search-cnt {
    font-size: 1.1em;
    color: #666;
}
a.search-title {
    font-size: 1.2em;
    text-decoration: none;
}
a.search-title:hover {
    text-decoration: underline;
}
.search-string {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 1em;
}
.search-info {
    font-size: 0.92em;
    color: #009900;
}
.search-term {
    font-size: 1.2em;
    color: #FF6600;
}

/* flexbox models */

.flexbox {
    margin: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.flexbox-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
}
.flexbox-wrapper a {
    color: #222;
    text-decoration: none;
}
.flexbox-box {
    margin: 20px;
    position: relative;
}
.flexbox-teaser {
    position: absolute;
    top: 10px;
    background-color: #fff;
    color: #222;
    padding: 5px;
    font-size: 1.3rem;
}

.flexbox-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.flexbox-innerbox {
    padding: 15px;
    text-align: left;
}
.flexbox-h1 {
    font-size: 1.5rem;
    padding-top: 10px;
}
.flexbox-infotxt ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    list-style-image: url(../images/navelements/aarr.png);
}
.flexbox-infotxt ul li a {
    display: block;
    padding: 5px;
}
.flexbox-infotxt ul li a:hover {
    text-decoration: underline;
    color: #ff9933;
}


.newsbox { position: relative; }



.imgbox {
    margin: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.imgbox-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
}
.imgbox-box {
    margin: 20px;
    position: relative;
}
.imgbox-box>img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}



/* products additional-info-box */

.inf-addbox-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
}
.inf-addbox {
    margin: 20px;
    padding: 10px;
    position: relative;
    background-color: #eee;
}
.inf-ab {
    text-decoration: none;
}
.inf-h1 {
    font-size: 1.4em;
}



table.manual { width: 100%; }
.manual a { color: #000; }
.manual a:active { color: #000; }
.manual a:visited { color: #888; }

.manual tr:hover {
    background-color: #eee !important;
    color: #333 !important;
}
.manual tr:hover a {
    color: #333;
}

.manual td {
    border: 0;
    text-align: left;
}
.manual td.dlsl {
    width: 5%;
    min-width: 30px;
}
.manual td.dlsm {
    width: 80%;
}
.manual td.dlsr {
    text-align: right;
    width: 15%;
    min-width: 100px;
}
.manual-h {
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 10px;
}




/* non display elements for print layouts */
.print-measure-drawings
{
    display: none;
}


/* heating cost comparison */

#hkv fieldset { background: none; border: 0 none; padding: 0; margin: 0; }

#hkv .hkv_smallfont { font-size: 1em; }

.hkv1 { background: #fff; border: 0; padding: 0; margin: 0; }
.hkv1 .hkv-data-table { width: 100%; }
.hkv1 .hkv-data-table tr:hover { background-color: #eee; }
.hkv1 .hkv-data-table td { text-align: left; border-left: none; border-right: none; }
.hkv1 .hkv-data-table tr td.hkv_ejp { text-align: right; vertical-align: middle; }
.hkv1 input { border: 1px solid #888; background-color: #fff; font-size: 0.9em; color: #000; font-family: Arial, Helvetica, sans-serif; padding: 3px;  }
.hkv1 .chart1 { background-color: #fff; }
.hkv1 .chartleft { width: 140px; vertical-align: middle; text-align: right; }
.heizkostenchart img { height: 25px; max-height: 25px; }
.hkv_jpsta { color:#FF0000; font-weight:bold; }
.hkv_chb { border-bottom: 1px solid #ccc; }
.hkv_tdx { width: 20px; }
.hkv_ar { text-align: right; vertical-align: middle; }
.hkv_vs { cursor:pointer; border:0 none; }


.hkv1 .heizkostenchart {
    background-image: url(../images/heatingcheck/chartBG.jpg);
    background-repeat: repeat;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0;
    vertical-align: middle;
    width: 500px;
}

.chartskala {
    margin: 0;
    padding: 0;
}

.skalabox {
    position: relative;
    display: block;
}

.chartskala_beschriftung {
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 8pt;
}
.skalabox .px0 {
    position: absolute;
    left: 0;
    font-size: 8pt;
}

.skalabox .px1 {
    position: absolute;
    left: 100px;
    font-size: 8pt;
}

.skalabox .px2 {
    position: absolute;
    left: 200px;
    font-size: 8pt;
}

.skalabox .px3 {
    position: absolute;
    left: 300px;
    font-size: 8pt;
}

.skalabox .px4 {
    position: absolute;
    left: 400px;
    font-size: 8pt;
}

.zeit {
    display: inline;
    border: 1px solid #000;
    background-color: #ddd;
    color: #B22222;
    padding: 5px;
    font-size: 14pt;
    font-family: "Courier New", Courier, monospace;
    text-align: center;
    width: 100px;
}

.preissteigerung {
    border-collapse: collapse;
    width: 100%;
}

.preissteigerung td {
    text-align: center;
}

.brennstoffpreis {
    width:50px;
    text-align:right;
}

.brennstoffpreis2 {
    background-color: #eee;
    width:50px;
    text-align:right;
}

.kosten_gesamt {
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
}
.calcButton { display: inline-block; }
#calcTool,#wbbox { display: none; }


.view-box-background-layer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background-color: #000;
    opacity: 0.9;
}
.view-the-box {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 30%;
    left: 50%;
    width: 500px;
    height: auto;
    margin-left: -250px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial;
    font-size: 1em;
    text-align: center;
}
.alert-box-top { background-color: #E6E6E0; color: 000; font-weight: bold; padding: 20px; }
.alert-box-message { padding: 10px; padding-top: 20px; padding-bottom: 20px; color: #333; }
.alert-box-confirm-button { display: inline-block; padding: 5px; margin: 20px; border: 1px solid #eee; background-color: #ccc; color: #000; border-radius: 3px; -webkit-border-radius: 3px; cursor: context-menu; }
.hide-the-box { display: none; }





