@font-face {
    font-family: "Helvetica Neue Paneuropean";
    font-weight: 300;
    src: url("198fd78b.woff2") format("woff2");
}

@font-face {
    font-family: "Helvetica Neue Paneuropean";
    font-weight: 700;
    src: url("d9122e8d.woff2") format("woff2");
}

body {
    margin: 0px;
    padding: 0;
    font-size: 12px;
    font-family: "Helvetica Neue Paneuropean", "Helvetica Neue", Arial, Tahoma, Verdana, sans-serif;
    color: #003339;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 1200px;
}

.top-buffer {
    margin-top: 25px;
}


/* Alles für den Inhalt */

#inhalt {
    float: left;
    width: 75%;
    margin-left: 50px;
}

#inhalt #oben {
    width: 100%;
    float: left;
}

h1 {
    font-size: 20pt;
    font-weight: 300;
    color: #1e467d;
    text-align: center;
}

h2 {
    font-size: 16pt;
    margin-top: 20px;
    font-weight: normal;
    color: #1e467d;
}

h3,
.secondLabel {
    font-size: 11pt;
    font-weight: normal;
    color: #1e467d;
    white-space: nowrap;
}

h4 {
    font-size: 12pt;
    font-weight: normal;
    color: #1e467d;
    text-align: center;
}

.infoicon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.infoicon:hover {
    background-color: #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.input-icon {
    min-width: 40px;
    width: 100%;
    max-width: 60px;
    margin: 15px 5px 5px 5px;
}

.value-column {
    text-align: center;
    vertical-align: middle;
    height: 60px;
}

.eauto-stromverbrauch-label {
    text-align: right;
    margin-top: 12px;
}

.value-container-second-row {
    margin-top: 7px;
}

.value-container {
    margin-top: 45px;
    font-weight: 700;
}

#labelStromVerbrauch .value-container {
    margin-top: 10px;
}

#labelStromVerbrauchXS span {
    font-weight: 700;
    color: #003339;
}

.chartInfo {
    z-index: 10;
    position: absolute;
    margin-top: 10px;
    margin-left: 65%;
    float: left;
}

input {
    border: 2px solid #eee;
    /* margin-left: 20px; */
    text-align: right;
    width: 60%;
    margin-right: 10px;
    padding: 8px;
    margin-top: -5px;
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: 17px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

input[type="radio"] {
    width: 100%;
}

span {
    width: 20%;
    font-size: 17px;
}

.centerText {
    text-align: center;
}

.paddingTop {
    padding-top: 21px;
}

input:hover,
input:focus {
    border: 2px solid #064349;
    color: #064349;
}

input[disabled] {
    background-color: #eee;
}

#svgContainer {
    text-align: center;
}

#svgGrafik {
    /* height:100%; */
    max-height: 400px;
    width: 100%;
}

.kuchen {
    width: 100%;
    height: 540px;
}

.centerParent {
    position: absolute;
    z-index: 10;
    width: 100%;
    margin: -15px;
    text-align: center;
    margin-top: 180px;
}

.centervalue {
    font-size: 30px;
    color: #1e467d;
}


/* Grüner Fußzeile unten */

#menu_head {
    background-color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    padding: 10px 5px 10px 17px;
    color: #ffffff;
    min-height: 80px;
}

#menu_head h4 {
    font-size: 10pt;
    /* margin: 0 0 20px 0; */
    text-align: left;
    color: #ffffff;
    margin-top: 15px;
}

#menu_head a {
    color: #ffffff;
    font-size: 10pt;
    margin-top: 20px;
    text-decoration: underline;
}

#menu_head a:hover {
    text-decoration: none;
}

#menu_head #htw {
    margin: 10px;
    height: 50px;
    float: left;
    margin-right: 50px;
}


/* CSS Properties von jQuery überschreiben */

.ui-slider-horizontal {
    height: 10px;
    margin-top: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-widget-header {
    background: #1e467d;
    border: none;
    color: #fff;
}

.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #c5c5c5 url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #1e467d;
    background: #1e467d url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #1e467d;
}

.ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #1e467d;
    background-color: #1e467d;
}

#eingabe .ui-state-focus,
#eingabe .ui-widget-content .ui-state-focus {
    border: 1px solid #1e467d;
    background: #1e467d;
    outline: 0;
}

#eingabe .ui-state-hover,
#eingabe .ui-widget-content .ui-state-hover {
    border: 1px solid #1e467d;
    background: #1e467d;
    outline: 0;
}

#eingabe .ui-corner-all {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ui-tooltip {
    background-color: #e8ebee;
    color: #000;
    opacity: 1;
    padding: 10px;
}