/* CSS Document */

/* TYPO3 Erscheinungsbild */
/* normales Kopfbild */
.frame-kopfbild .frame-kopfbild {
    height: 925px;
}
.frame-kopfbild .frame-tarifelinks,
.frame-kopfbild .frame-tariferechts,
.frame-kopfbild .contentraw .frame-tarifelinks ,
.frame-kopfbild .contentraw .frame-tariferechts  {
    position: absolute;
    width: auto;
    height: auto;
    top: 250px;
}
.frame-kopfbild .frame-tarifelinks,
.frame-kopfbild .contentraw .frame-tarifelinks  {
    left: 10%;
}
.frame-kopfbild .frame-tariferechts,
.frame-kopfbild .contentraw .frame-tariferechts {
    right: 15%;
}

/* Tarifrechner größe */
.frame-tariferechts, .frame-tarifelinks {
transform: scale(0.8);
}

/* Tarifrechner - Absprung 
blau: #0069b4
grün: #86bc24
*/
#aov_sprung_maske{
}
#aov_sprung_maske .head{
    background-color: #0069b4;
    padding: 1em 1.5em 0em;
    border-radius: 25px 25px 0px 0px;
}
#aov_sprung_maske .headline, 
#aov_sprung_maske .close_wrapper{
    display: inline-block;
}
#aov_sprung_maske .close_wrapper{
    position: absolute;
    top: 1em;
    right: 1em;
}
#aov_sprung_maske .close_wrapper a{
    color: #fff;
    font-size: 2em;
    font-weight: bolder;
    text-decoration: none;
}
#aov_sprung_maske .close_wrapper .button_close{
    display: inline-block;
    width: 15px;
    height: 20px;
    background-image: url('../images/SWN_Icon_close-x.svg');    
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#aov_sprung_maske #content{
    padding: 1em 1.5em;
    background-color: rgba(255,255,255,0.95);
    font-weight: bold;
    color: #0069b4;
    border-radius: 0px 0px 15px 15px;
}
#aov_sprung_maske #content #info_gas,
#aov_sprung_maske #content #info_strom{    
}
#aov_sprung_maske #content #felder_client>div{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1em;
}
#aov_sprung_maske #content #felder_client>div .client_input_block{  
}
#aov_sprung_maske #content .button{
    min-width: 8em;
    display: inline-block;
    text-decoration: none !important;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95em;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    text-transform: none;
    padding: 0.5em 1em 0.6em 1em;
    margin-top: 2em;
    margin-bottom: 0%;
    border: 0px solid;
    border-radius: 90px;
    cursor: pointer;
    background-color: #86bc24
}
#aov_sprung_maske #content .wechsel{
    padding-bottom: 1em;
}
#aov_sprung_maske #content .wechsel div{
    display: inline-block;
    width: 49%;
}
#aov_sprung_maske #content .wechsel .button{
    font-weight: bold !important;
    font-style: italic;
    font-size: 1.2em;
line-height:1em;
    padding-left: 0.3em;
    padding-right: 0em;
margin-left:0px !important;
margin-right:0px !important;
}
#aov_sprung_maske #content .wechsel #form_strom.active{
    background-color: #0069b4;
}
#aov_sprung_maske #content .wechsel #form_strom{
    background-color: #0069b4;
}
#aov_sprung_maske #content .wechsel #form_gas,
#aov_sprung_maske #content .wechsel #form_strom{
    opacity: 0.5;
    margin: 1em 0.5em;
}
#aov_sprung_maske #content .wechsel #form_gas.active,
#aov_sprung_maske #content .wechsel #form_strom.active{
    opacity: 1;
}
#aov_sprung_maske #content .wechsel #form_gas:before,
#aov_sprung_maske #content .wechsel #form_strom:before{
    position: absolut;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-right: 10px;
    bottom: -5px;
}
#aov_sprung_maske #content .wechsel #form_gas:before{
    content: url("../images/icon-gas-weiss.svg");
}
#aov_sprung_maske #content .wechsel #form_strom:before{
    content: url('../images/icon-strom-weiss.svg');
}
#aov_sprung_maske #content .verbrauchInputUser>div{
    margin-left: 10%;
    margin-right: 5%
}
#aov_sprung_maske #content .verbrauchInputUser label{
    display: inline-block;
    width: 30%;
    line-height: 3em;
}
#aov_sprung_maske #content .verbrauchInputUser input{
    border: none;
    border-radius: 45px;
    line-height: 2.5em;
    width: 50%;
    box-shadow: -1px -1px 3px #cecece;
    -webkit-box-shadow: -1px -1px 3px #cecece;
    -moz-box-shadow: -1px -1px 3px #cecece;
    padding-left: 2.3em;
    font-size: 1em;
    color: #444;
}

#aov_sprung_maske #content .verbrauchInputUser .verbrauch_gas:after,
#aov_sprung_maske #content .verbrauchInputUser .verbrauch_strom:after{
    position: absolute;
    display: inline-block;
    right: 25%;
    line-height: 3em;
    content: "kWh/Jahr";
    color: #555;    
}
@media screen and (min-width:900px) {
  #aov_sprung_maske #content .verbrauchInputUser .verbrauch_gas:after,
  #aov_sprung_maske #content .verbrauchInputUser .verbrauch_strom:after {
    right:16% !important;
  }
}

/* Haushaltsgrößen*/
#aov_sprung_maske #content .verbrauchsIcons{
    padding: 1.3em 0em 0.9em;
    margin: 0% 0% 0% 1%;
}
#aov_sprung_maske #content .verbrauchsIcons div{
    display: none;
}
#aov_sprung_maske #content .verbrauchsIcons a{
    display: inline-block;
    width: 23.5%;
    height: 50px;
}
#aov_sprung_maske #content .verbrauchsIcons .person1,
#aov_sprung_maske #content .verbrauchsIcons .person2,
#aov_sprung_maske #content .verbrauchsIcons .person3,
#aov_sprung_maske #content .verbrauchsIcons .person5{
    background-position-y: 0px;
    background-repeat: no-repeat;
}
#aov_sprung_maske #content .verbrauchsIcons .person1{
    background-image: url('../images/tarifrechner/person-1.svg');
}
#aov_sprung_maske #content .verbrauchsIcons .person2{
    background-image: url('../images/tarifrechner/person-2.svg');
}
#aov_sprung_maske #content .verbrauchsIcons .person3{
    background-image: url('../images/tarifrechner/person-3.svg');
}
#aov_sprung_maske #content .verbrauchsIcons .person5{
    background-image: url('../images/tarifrechner/person-5.svg');
}
#aov_sprung_maske #content .verbrauchsIcons .person1.active,
#aov_sprung_maske #content .verbrauchsIcons .person2.active,
#aov_sprung_maske #content .verbrauchsIcons .person3.active,
#aov_sprung_maske #content .verbrauchsIcons .person5.active{
    background-position-y: -50px;
}

/* Submitbuttons */
#aov_sprung_maske #content .submitResign .button,
#aov_sprung_maske #content .submitUser .button{
    position: relative;
    display: block;
    float: left;
    margin-top: 0em !important;
    
    background: #0068b4; /* Old browsers */
    background: -moz-linear-gradient(left,  #0068b4 0%, #86bc22 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0068b4 0%,#86bc22 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0068b4 0%,#86bc22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b4', endColorstr='#86bc22',GradientType=1 ); /* IE6-9 */
}
#aov_sprung_maske #content .submitUser{
    float: right; 
transform: scale(1.1);
}

