﻿/*
Theme: Arkeo Theme ver. 5.0
Description: Stylesheet for IBPmedien E-Radar Website.
Author: Dipl.-Ing. Dimitri Papadopoulos
Author URI: http://www.die-digitalexperten.de/  
*/
@font-face {
    font-family: 'opensansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#opensansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'opensanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#opensanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotocondbold';
    src: url('fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Bold-webfont.svg#robotocondbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*, :after, :before {
    box-sizing: border-box;
}
html {
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
}
body {
    padding: 0; /*remove padding */
    margin: 0; /* remove margins */
    border: 0; /* remove borders */
    color: #363636;
    font: 92%/1.5 'opensansregular', arial, verdana, sans-serif;
    text-align: center;
    background: linear-gradient(90deg, rgba(198,221,124,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 73%, rgba(136,207,237,1) 100%);
}
.logo {
    margin: 12px 0px 0px 20px;
    height: 90px;
    width: 300px;
}
.ettab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
img.energyicon {
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}
.tbleft {
    text-align: left;
}
.hint-diatxt {
    background: transparent url(images/icon_graph.svg) no-repeat 0px 0px;
    height: 20px;
    padding-left: 37px;
    font-weight: 700;
}
.hint-animate {
    display: inline-block;
    margin-left: 8px;
    animation: pulse 1s ease infinite;
}
.efooter {
    background-color: #eee;
    padding: 15px 0px;
    margin: 0px;
    color: #006eaa;
}
.data-item-f a, .data-item-f a:link, .data-item-f a:link, .data-item-f a:active,
.efooter a, .efooter a:link, .efooter a:link, .efooter a:active {
    text-decoration: none;
    color: #006eaa;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: 140px auto 60px;
    justify-content: stretch;
    align-content: stretch;
    width: 99vw;
    height: 100vh;
    border: none;
    grid-template-areas:
        "header header header header header"
        "producer arrow main arrow consumer"
        ". . footer . . ."
}
.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  text-align: center;
}
.dia-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 140px auto 60px;
    justify-content: stretch;
    align-content: stretch;
    width: 99vw;
    height: 100vh;
    border: none;
    grid-template-areas:
        "header"
        "data"
        "footer"
}
.dia-item {
  
}
.data-container {
    display: grid;
    grid-template-columns: [col] auto [col] auto [col] auto [col] auto [col] auto;
    grid-template-rows: [row] 140px [row] auto [row] 60px;
    justify-content: stretch;
    align-content: stretch;
    height: 100vh;
    border: none;
    grid-template-areas:
        "header header header header header"
        "producer arrow main arrow consumer"
        ". . footer . . ."
}
.data-item {
  text-align: center;
}
.data-item-center {
    align-self: center;
}
.data-item-h {
    grid-column: col / span  5;
    grid-row: row ;
    background: linear-gradient(180deg, rgba(216,238,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
}
.data-item-f {
    grid-column: col / span  5;
    grid-row: row 3;
    background-color: #eee;
    padding: 15px 0px;
    margin: 0px;
    color: #006eaa;
}
.producer { padding-left: 12px; }
.consumer { padding-right: 12px; }
.weathercontainer {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: [col] 120px [col] 120px;
    grid-template-rows: [row] 25px [row] 25px;
}
.headercontainer {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: [col] 330px [col] auto [col] 250px [col] 275px;
    grid-template-rows: [row] 20px [row] 60px [row] 30px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 0em 0em 0.3em 0em;
}
.headeritem {
    padding: 4px;
}
.headeritem-1 {
    grid-column: col 1;
    grid-row: row 1 / span 3;
}
.headeritem-2 {
    grid-column: col 2 / span 2 ;
    grid-row: row 2 ;
}
.headeritem-3 {
    grid-column: col 3 ;
    grid-row: row 2 ;
    text-align: left;
}
.headeritem-4 {
    grid-column: col 4 ;
    grid-row: row 2 ;
    text-align: right;
    padding-right: 12px;
}
.headeritem-5 {
    grid-column: col 2 / span 2;
    grid-row: row 3;
}
.wTempTxt {
    height: 38px;
    margin: 0px; 
    padding: 0px 0px 0px 44px;
    font-size: 1.4em;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.wWindTxt {
    height: 32px;
    margin: 0px; 
    padding: 0px 0px 0px 32px;
    font-size: 1.4em;
    background-repeat: no-repeat;
    background-position: 10px 0px;
    text-align: right;
}
@media only screen and (min-width: 600px ) {
    .green100 .progress .inner .percent {
      line-height: 160px;
      font-size: 3.5rem;
    }
    .ef {
        padding: 0px 20px 0px 0px;
    }
    .efm {
        display: none;
    }
    .data-container {
        display: block;
        margin: 134px 0px 24px 0px;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        justify-content: initial;
        align-content: initial;
        height: auto;
    }
    .data-item-h {
        grid-column: col / span  5;
        grid-row: row;
        background: linear-gradient(180deg, rgba(216,238,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    }
    .data-item-f {
        grid-column: col / span  5;
        grid-row: row 3;
        background-color: #eee;
        padding: 15px 0px;
        margin: 0px;
        color: #006eaa;
    }
    .dia-container {
        display: inherit;
        margin-top: 4px;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        justify-content: initial;
        align-content: initial;
        height: auto;
    }
    .headercontainer {
        grid-gap: 6px;
        grid-template-rows: [row] 20px [row] 30px [row] 60px;
        background: linear-gradient(180deg, rgba(216,238,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    }
    .headeritem-2 {
        grid-column: col 2 / span 2 ;
        grid-row: row 3 ;
    }
}
@media only screen and (min-width: 801px) {
    .column {
        flex-basis: 100%;
    }

    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        align-items: center;
    }

    .column {
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
    }

    .cececo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .tcenter {
        justify-content: center;
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .scenter {
        justify-content: center;
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .tbleft {
        text-align: left;
    }

    .tbright, .ftright {
        text-align: right;
    }

    .tbcenter {
        text-align: center;
    }

    .container, .containerr {
        height: 100%;
        min-height: 100%;
	    display: flex;
	    flex-direction: column;
    }
    .bbox {
        text-align: center;        		
	    display: flex;
	    flex-direction: column;
       justify-content: center;
    }
    .bb1,.bb2,.bb3 {
        height: 33%;
    }
    .bc1,.bc2,.bc3,.bc4 {
        height: 23%;
    }
    .energytype {
        font-family: 'robotocondbold', arial, verdana, sans-serif;
        font-size: 1.3rem; 
        letter-spacing: 1px;
        color: #939393;
    }
    .energyicon {
        height: 6vw;
        width: 6vw;
    }
    #Biomass, #Photovoltaic, #Hydropower, #OtherProducers, #Households, #Commercial, #Keyaccount,#Gridfeedin, #Gridfeedin2, #Cover {
        font-size: 1.75rem; 
        letter-spacing: 1px;
    }
    #SumProducers, #SumConsumers {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .lblHead, .lblHead2 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0.3em 0em 0em 0em;
    }
    .lblFeedIn, .lblMobil, .arrarrmobile {
        display: none;
    }
    #ettab-1, #ettab-2, #ettab-3 {
        display: none;
    }
    .ettab-content {
        height: 100%;
    }
    .rbar {
        border-right: 1px solid #ccc;
    }
    .lbar {
        border-left: 1px solid #ccc;
    }
        .data-container {
        display: grid;
        grid-template-columns: [col] auto [col] auto [col] auto [col] auto [col] auto;
        grid-template-rows: [row] 140px [row] auto [row] 60px;
        justify-content: stretch;
        align-content: stretch;
        width: 99vw;
        height: 100vh;
        border: none;
        margin: initial;
        grid-template-areas:
            "header header header header header"
            "producer arrow main arrow consumer"
            ". . footer . . ."
    }
    .dia-container {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 140px auto 60px;
        justify-content: stretch;
        align-content: stretch;
        width: 99vw;
        height: 100vh;
        border: none;
        grid-template-areas:
            "header"
            "data"
            "footer"
    }
    .data-item-h {background: linear-gradient(180deg, rgba(216,238,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);}
    .data-item-f {
        grid-column: col / span  5;
        grid-row: row 3;
        background-color: #eee;
        padding: 15px 0px;
        margin: 0px;
        color: #006eaa;
    } 
    .diarow {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        align-items: center;
        margin: 0px 24px 0px 24px;
    }
    .diacolumn {
        /*border: 1px solid #0094ff;*/
        align-items: center;
        justify-content: center;
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        padding: 12px;
    }
}
@media only screen and (min-width: 962px) {
.lblHead, .lblHead2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0.7em 0em 0em 0em;
    }
    .energyicon {
        height: 6em;
        width: 6em;
    }
    #wf {
        margin-top: 3em;
    }
}
@media only screen and (min-width: 1262px ) {
    .rheader {
        height: 15vh;
    }
    .rbody {
        height: 78.5vh;
        margin-top: 134px;
    }
    .rbody2 {
        height: 74.2vh;
    }
    .lblHead {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0em;
    }
    .lblHead2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0.7em 0em 0em 0em;
    }
    .energyicon {
        height: 6em;
        width: 6em;
    }
    .headercontainer {
        grid-template-rows: [row] 20px [row] 60px [row] 44px;
    }
    .headeritem-2 {
        grid-column: col 1 / span 4 ;
        grid-row: row 3;
    }
    .diarow {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        align-items: center;
        margin: 0px 24px 0px 24px;
    }
    .diacolumn {
        /*border: 1px solid #0094ff;*/
        align-items: center;
        justify-content: center;
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        padding: 12px;
    }
}
@media only screen and (min-width: 1400px ) {
    .rheader {
        height: 130px;
    }
    .rbody {
        height: 83vh;
        margin-top: 134px;
    }
    .rbody2 {
        height: 81vh;
    }
    .lblHead {
        font-size: 2rem;
        font-weight: bold;
        padding: 1em 0em 0em 0em;
        margin: 0.7em 0em 0em 0em;
    }
    .lblHead2 {
        font-size: 2rem;
        font-weight: bold;
        padding: 1em 0em 0em 0em;
    }
    .headeritem-2 {
        grid-column: col 1 / span 4 ;
        grid-row: row 2;
    }
}
@media only screen and (max-width: 961px) {
    /*body {
        text-align: left;
        background-image: none;
    }*/
    img.energyicon {
        width: 4em;
        height: 4em;
    }
    /*.rheader {
        height: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        padding: 0em 0em 0.3em 0em;
    }
    .rbody {
        height: auto;
        margin-top: 134px;
    }*/
    .logo {
        margin: 9px 0px 0px 9px;
        height: 80px;
        width: 267px;
    }

    .tbright {
        text-align: left;
    }

    .ftright {
        text-align: right;
    }

    .lblHead {
        font-weight: 700;
        font-size: 1.3rem;
    }

    .lblHead2 {
        font-weight: 700;
        font-size: 1.3rem;
        margin: 0.7em;
    }

    #sumContainerp, #sumContainerc {
        font-weight: 700;
        font-size: 1.3rem;
        margin: 1.2em 0.7em 1.2em 0.7em;
        border-top: 1px solid #1fa5df;
    }

    .energytype {
        font-weight: 700;
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

    #Biomass, #Photovoltaic, #Hydropower, #OtherProducers, #Households, #Commercial, #Keyaccount, #Gridfeedin, #Gridfeedin2, #Cover {
        font-size: 1.75rem;
        letter-spacing: 1px;
    }

    #SumProducers, #SumConsumers {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .container .column, .containerr .column {
        flex-basis: 100%;
    }

    .container .row, .containerr .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        align-items: center;
    }

    .container .column, .containerr .column {
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
    }

    .containerr .reve {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }

    .container ._m2, .containerr ._m2, #fd ._m2, #wf ._m2 {
        flex: 2.5;
        -ms-flex: 2.5;
        -webkit-flex: 2.5;
        margin: 0px 0px 8px 20px;
    }

    .container ._m8, .containerr ._m8, #fd ._m8, #wf ._m8 {
        flex: 7.5;
        -ms-flex: 7.5;
        -webkit-flex: 7.5;
    }

    .tbcenter {
        /*text-align: center;*/
        margin-left: 204px;
    }

    .headeritem {
        padding: 0px;
    }

    .weathercontainer {
        display: grid;
        grid-gap: 6px;
        grid-template-columns: [col] 80px [col] 92px;
        grid-template-rows: [row] 25px [row] 25px;
        font-size: 1rem;
    }

    .headercontainer {
        display: grid;
        grid-gap: 6px;
        grid-template-columns: [col] 130px [col] auto [col] auto [col] auto;
        grid-template-rows: [row] 20px [row] 52px [row] 53px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0em 0em 0.3em 0em;
    }

    .headeritem-1 {
        grid-column: col / span 2;
        grid-row: row 1 / span 3;
    }

    .headeritem-2 {
        /*grid-column: col 2 ;
        grid-row: row 2 ;*/
        grid-column: col 1 / span 4;
        grid-row: row 3;
        text-align: center;
    }

    .headeritem-3 {
        grid-column: col 3;
        grid-row: row 2;
        text-align: left;
        padding-top: 5px;
    }

    .headeritem-4 {
        grid-column: col 4;
        grid-row: row 2;
        text-align: right;
        padding-right: 8px;
    }

    .headeritem-5 {
        grid-column: col 2 / span 2;
        grid-row: row 3;
    }
}
@media only screen and (max-width: 801px) {
    .container input, .containerr input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .container label, .containerr label {
        position: relative;
        display: block;
        line-height: 3;
        cursor: pointer;
    }
    .ettab-content {
        max-height: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
    }
    /* :checked */
    .container input:checked ~ .ettab-content, .containerr input:checked ~ .ettab-content {
        max-height: 100vh;
    }
    /* Icon */
    .container label::after, .containerr label::after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }

    .container input[type=checkbox] + label::after, .containerr input[type=checkbox] + label::after {
        content: "+";
        color: #5A5757;
        font-size: 1.3rem;
        font-weight: 700;
    }

    .container input[type=radio] + label::after, .containerr input[type=radio] + label::after {
        content: "\25BC";
    }

    .container input[type=checkbox]:checked + label::after, .containerr input[type=checkbox]:checked + label::after {
        transform: rotate(315deg);
    }

    .container input[type=radio]:checked + label::after, .containerr input[type=radio]:checked + label::after {
        transform: rotateX(180deg);
    }
    .headeritem {
        padding: 0px;
    }
    .weathercontainer {
        display: grid;
        grid-gap: 6px;
        grid-template-columns: [col] 80px [col] 92px;
        grid-template-rows: [row] 25px [row] 25px;
        font-size: 1rem;
    }
    .headercontainer {
        display: grid;
        grid-gap: 6px;
        grid-template-columns: [col] 130px [col] auto [col] auto [col] auto;
        grid-template-rows: [row] 20px [row] 52px [row] 53px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0em 0em 0.3em 0em;
    }
    .headeritem-1 {
        grid-column: col / span 2;
        grid-row: row 1 / span 3;
    }
    .headeritem-2 {
        /*grid-column: col 2 ;
        grid-row: row 2 ;*/
        grid-column: col 1 / span 4;
        grid-row: row 3;
        text-align: center;
    }
    .headeritem-3 {
        grid-column: col 3 ;
        grid-row: row 2 ;
        text-align: left;
        padding-top: 5px;
    }
    .headeritem-4 {
        grid-column: col 4 ;
        grid-row: row 2 ;
        text-align: right;
        padding-right: 8px;
    }
    .headeritem-5 {
        grid-column: col 2 / span 2;
        grid-row: row 3;
    }
    .wTempTxt {
        height: 26px;
        margin: 0px; 
        padding: 0px 0px 0px 30px;
        font-size: 1em;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    .wWindTxt {
        height: 26px;
        margin: 0px; 
        padding: 0px 0px 0px 24px;
        font-size: 1em;
        background-repeat: no-repeat;
        background-position: 10px 0px;
        text-align: right;
    }
}

@media only screen and (max-width: 599px) {
    body {
        text-align: left;
        background: linear-gradient(90deg, rgba(211, 219, 185, 1) 0%, rgba(211, 219, 185, 0.2) 40%, rgba(211, 219, 185, 0.2) 60%, rgba(211, 219, 185, 1) 100%);
    }
    .grid-container {
        display: grid;
        grid-template-columns: auto ;
        grid-template-rows: 140px auto 60px;
        justify-content: stretch;
        align-content: stretch;
        width: 99vw;
        height: 100vh;
        border: none;
        grid-template-areas:
            "header header header header header"
            "producer arrow main arrow consumer"
            ". . footer . . ."
    }
    .data-container {
        display: inherit;
        margin: 134px 0px 24px 0px;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        justify-content: initial;
        align-content: initial;
        height: auto;
    }
    .dia-container {
        display: inherit;
        margin-top: 4px;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        justify-content: initial;
        align-content: initial;
        height: auto;
    }
    .data-item-f {
        position: relative;
        bottom: 0px;
        width: 100%;
        grid-column: initial;
        grid-row: initial;
        background-color: #eee;
        padding: 15px 0px;
        margin: 0px;
        color: #006eaa;
    }
    .producer, .consumer { padding: 0px; }
    img.energyicon {
        width: 4em;
        height: 4em;
    }
    .rheader {
        height: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        padding: 0em 0em 0.3em 0em;
        background-color: #ffffff;
    }
    .rbody {
        height: auto;
        margin-top: 134px;
    }
    .rbody2 {
        height: auto;
    }
    .logo {
        margin: 18px 0px 0px 3px;
        height: 48px;
        width: 160px;
    }
    .arrarr, .arrarrup, .arrarrdown {
        display: none;
    }
    .arrarrmobile {
        display: block;
        height: 30px;
        margin: 0px auto;
        width: 30px;
    }
    .tbright {
        text-align: left;
    }
    .ftright {
        text-align: right;
    }
    .lblHead {
        font-family: 'robotocondbold', arial, verdana, sans-serif; 
        font-size: 1.3rem;
    }
    .lblHead2 {
        font-family: 'robotocondbold', arial, verdana, sans-serif; 
        font-size: 1.3rem;
        margin: 0.3em;
        padding-top: 0.7rem;
        line-height: 1.6em;
    }
    .lblFeedIn .lblHead2 {line-height: 1.3em; margin: 0; padding: 0;}
    #sumContainerp {
        font-family: 'robotocondbold', arial, verdana, sans-serif; 
        font-size: 1.3rem;
        margin: 1.2em 0.7em 0.2em 0.7em;
        border-top: 1px solid #1fa5df;
    }
    #sumContainerc {
        font-family: 'robotocondbold', arial, verdana, sans-serif; 
        font-size: 1.3rem;
        margin: 1.2em 0.7em 1.2em 0.7em;
        border-top: 1px solid #1fa5df;
    }
    .energytype {
        font-family: 'robotocondbold', arial, verdana, sans-serif; 
        font-size: 1.3rem; 
        letter-spacing: 1px;
    }
    #Biomass, #Photovoltaic, #Hydropower, #OtherProducers, #Households, #Commercial, #Keyaccount,#Gridfeedin, #Gridfeedin2, #Cover {
        font-size: 1.75rem; 
        letter-spacing: 1px;
    }
    #SumProducers, #SumConsumers {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .explain {
        text-align: center;
        padding-top: 112px;
        font-size: 0.7rem;
    }
    /*.ettab {
      position: initial;
      width: initial;
      height: initial;
      overflow: initial;
      display: block;
    }*/
    .container .column, .containerr .column {
            flex-basis: 100%;
        }
    .container .row, .containerr .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        align-items: center;
    }
    .container .column, .containerr .column {
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
    }
    .containerr .reve {
        -webkit-flex-direction: row-reverse;
        flex-direction:row-reverse;
        -ms-flex-direction: row-reverse;
    }
    .container ._m2, .containerr ._m2, #fd ._m2, #wf ._m2 {
        flex: 2.5;
        -ms-flex: 2.5;
        -webkit-flex: 2.5;
        margin: 0px 0px 8px 20px;
        text-align: right;
    }
    .container ._m8, .containerr ._m8, #fd ._m8, #wf ._m8 {
        flex: 7.5;
        -ms-flex: 7.5;
        -webkit-flex: 7.5;
        text-align: left;
        padding-left: 12px;
    }
    /* Icon */
    .gridfeed .container label::after {
        position: absolute;
        right: 12px;
        top: 0;
        display: block;
        width: 1.2em;
        height: 1.2em;
        line-height: 1.3;
        text-align: center;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }
    .tbcenter {
        margin-left: 36px;
    }
    .ftcenter {
        text-align: center;
        margin-left: 0px;
    }
    .diahd {
        padding: 15px 10px;
        text-align: center;
    }
    .ef {
        display: none;
    }
    .efm {
        padding: 0px 20px 0px 0px;
    }
    .headeritem {
        padding: 0px;
    }
    .weathercontainer {
        display: grid;
        grid-gap: 6px;
        grid-template-columns: [col] 90px [col] 92px;
        grid-template-rows: [row] 25px [row] 25px;
        font-size: 1rem;
    }
    .headercontainer {
        display: grid;
        grid-gap: 6px;
        grid-template-columns: [col] 130px [col] auto [col] auto [col] auto;
        grid-template-rows: [row] 20px [row] 52px [row] 53px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0em 0em 0.3em 0em;
        background: linear-gradient(180deg, rgba(216,238,249,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    }
    .headeritem-1 {
        grid-column: col / span 2;
        grid-row: row 1 / span 3;
    }
    .headeritem-2 {
        /*grid-column: col 2 ;
        grid-row: row 2 ;*/
        grid-column: col 1 / span 4;
        grid-row: row 3;
        text-align: center;
    }
    .headeritem-3 {
        grid-column: col 3 ;
        grid-row: row 2 ;
        text-align: left;
        padding-top: 5px;
    }
    .headeritem-4 {
        grid-column: col 4 ;
        grid-row: row 2 ;
        text-align: right;
        padding-right: 8px;
    }
    .headeritem-5 {
        grid-column: col 2 / span 2;
        grid-row: row 3;
    }
    .wTempTxt {
        height: 26px;
        margin: 0px; 
        padding: 0px 0px 0px 30px;
        font-size: 1em;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    .wWindTxt {
        height: 26px;
        margin: 0px; 
        padding: 0px 0px 0px 24px;
        font-size: 1em;
        background-repeat: no-repeat;
        background-position: 10px 0px;
        text-align: right;
    }
}