/* Global styling */
/* poppins-200 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/poppins/poppins-v15-latin-200.woff2") format("woff2"),
    url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/poppins/poppins-v15-latin-200.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }


.inner.selectpicker > li > a:hover, .inner.selectpicker > li > a:focus, body, #accordionMenu h2,
.product-price-container .main-price-line > .big-price,.form-horizontal .key-label.control-label,
.bootstrap-select button, a.list-group-item.active:focus, .form-group-panel-default .form-group .value-label,
#dashboard .widget-panel > .panel-heading .dropdown ul.dropdown-menu li a,
p.lead,a.list-group-item:hover, a.list-group-item:focus, a.list-group-item.active, a.list-group-item.active:hover,
#accordionMenu h2, p.lead,.btn, .panel-body .radio-checkbox-headline-table-cell.has-pretty-child label,
h4.read,.breadcrumb, .breadcrumb a, .breadcrumb a:hover,.breadcrumb > li + li:before,.breadcrumb > .active,
.navbar-default .navbar-brand, #topMenu .navbar-nav > li > a,.headHeadline,a.form-link,.btn,.font-normal,
.form-group-panel-radio-check .form-group .value-label,.breadcrumb > li + li:before,.inner.selectpicker > li > a:hover,
.inner.selectpicker > li > a:focus,#dashboard .widget-panel > .panel-heading .dropdown ul.dropdown-menu li a,.modal-header,
span.logoutCounter,#dashboard .open>.dropdown-menu>li a, .control-label.text-left{
    font-family: 'Poppins', sans-serif;
}
.font-bold, .mv-pre-comma,.mv-comma, .mv-post-comma,div.input-seperator:before,
.product-price-container .main-price-line > .big-price,.btn,.form-group-panel-default .form-group .key-label,
.form-group-panel-default > h4,
.form-group-panel-radio-check .form-group .key-label,.breadcrumb > .active,
.panel-body > h3,.panel-default > .panel-heading,
.datepicker td.today, .datepicker td.today:hover, .datepicker td.active:hover, .datepicker td.active:hover:hover,
.datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active,
.datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active,
.datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled],
.datepicker td.active:hover[disabled], .datepicker td span.active:hover, .datepicker td span.active:focus,
.datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled,
.datepicker td span.active[disabled],#dashboard .widget-panel .row h4,#subDashboard .widget-panel .row h4,
.tabHeadline .tab{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

body{
    background: none #FFF;
}
.lead{
    font-size: 16px;
}
.panel-default > .panel-heading,#accordionMenu h2,#accordionMenu a.list-group-item.active,
#accordionMenu a.list-group-item:hover,.panel-title,.open > .dropdown-toggle.btn-default, .big-price,
#topMenu .navbar-nav > li > a:hover,.form-control,.form-control:focus,
.bootstrap-select.form-control button,.input-group-addon,.btn-group .btn-default:hover,.btn-group .btn-default:focus
{color: #1a3552; box-shadow: none !important;}
input#upload + label{
    background: #701550;
    color: #FFF;
    border-color: #701550;
    border-radius: 15px;
}
.homeLink span{display: none;}
.homeLink:before{
    font-family: 'FontAwesome', serif;
    content: '\f015';
    font-size: 32px;
}
body #cage, body footer ul{
    max-width: 1240px;
    width: 100% !important;
}
#accordionMenu > .panel:last-child {
    margin-bottom: 50px;
}
#main{padding: 0;}
footer {
    background-color: #555;
    border-top: 5px solid #f39e45;
}
footer .navbar-nav>li>a {
    color: #ffffff;
    background: transparent;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
footer .navbar-nav>li>a:hover, footer .navbar-nav>li>a:focus{
    background: #95a3b1;
    color: #FFF;
}

.prettycheckbox>a, .prettyradio>a{background-image: url('../images/de_DE/sprites-prettycheckable.png');}
.bootstrap-select.btn-group .dropdown-menu li > a:hover, .bootstrap-select .open > .dropdown-menu > li a:focus{ border-left: none;}

.form-horizontal .form-group:last-child {
    margin-bottom: 0;
    /*margin-left: 0;*/
}

.form-horizontal .row .form-group:last-child, #newAccountData, .form-horizontal .messageGroup .form-group:last-child,
.form-horizontal .debitDivergingHolder .form-group:last-child,
.form-horizontal #generic_bankName .form-group:last-child,
.form-horizontal .pNational .form-group:last-child {
    margin-bottom: 15px;
}

.withNoContent.has-pretty-child > span {vertical-align: middle;}
.withNoContent.has-pretty-child > div{vertical-align: top;}

/*Link*/
a, a:focus, a:hover {
    color: #701550;
}
p a,
.labelArrayWithLink a{
    text-decoration: underline;
}
a.form-link{
    color: #701550;
    background: none;
    padding-left: 12px;
    position: relative;
}
a.form-link.bold{
    font-weight: 600;
}
a.form-link:before{
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*
#csShowInvoicesForm p a img{display: none;}
#csShowInvoicesForm p a:before{
    font-size: 20px;
    font-family: 'FontAwesome', serif;
    content: "\f1c1";
    color: #4a4a4a;
    padding-left: 3px;
}
#csShowInvoicesForm p .insideLink a:before{display: none;}
*/
.panel.panel-default {
    box-shadow: 0 20px 45px rgb(0 0 0 / 15%);
    border: 0;
}
.panel-default,.panel-double-panel .panel-body:first-child .row-fluid .panel-default {
    border: none;
}
/*button*/
.btn-primary,div.wait-button {
    background-color: #701550;
    border-color: #701550;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 5px 15px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
div.wait-button:hover{
    background-color: #701550;
    border-color: #701550;
}
.btn-default[type=reset],.btn-default[type=submit],a.btn-default,button.btn-default:not(.selectpicker){
    background-color: #701550;
    border-color: #701550;
    color:#FFF;
    border-radius: 20px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.btn-default[type=reset]:hover,.btn-default[type=submit]:hover,a.btn-default:hover, button.btn-default:hover,
button.btn-default:focus{
    background-color: #701550;
    border-color: #701550;
    color: #FFF;
}
.selectpicker.btn-default:focus{outline: none !important;}
/*breadcrumb*/
.breadcrumb > li + li:before {
    font-family: 'Poppins',sans-serif !important;
}
.breadcrumb {font-size: 0.8em;}
.breadcrumb, .breadcrumb .active{color: #FFF!important; }
.breadcrumb a, .breadcrumb a:hover {color: #FFF!important;}
/*.breadcrumb > li + li:before {
    font-family: arial,verdana,sans-serif !important; content: "›"; color: #FFF;
}*/
.breadcrumb > li + li.homeLi:before{display: none;}

.open > .dropdown-menu > li a:hover, .open > .dropdown-menu > li a:focus,
.naviLinkActive_sub{
    background-color: #f3f4f6;
    border-left: 0;
    padding-left: 14px;
}
.inner.selectpicker>li.selected>a {
    background: #f3f4f6;
}

/*tooltip,popover*/
.popover {  border-radius: 0;  background-color: #F3F4F6;  border-color: #96a6b3;  }
.popover.topRight > .arrow,.popover.topLeft > .arrow {  border-top-color: #758898 !important;  }
.popover.bottomRight .arrow { border-bottom-color: #758898 !important; }
.popover.topRight .arrow:after,.popover.topLeft .arrow:after {    border-top-color: #F3F4F6 !important;}
.popover.bottomRight .arrow:after {    border-bottom-color: #F3F4F6 !important;}
.popover-title {}
.popover-content {}

/*table*/
.table > thead > tr > th {
    background-color: #F9F9F9;
    border: 1px solid #dadfe4;
    border-right: 0;
    border-bottom-color: #9FABB7;
}
.table-responsive {  border: 1px solid #dadfe4;}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #F9F9F9;
}
.table-responsive > table.sum-table > tbody > tr:last-child > td {
    border-top: 1px double #ff8a16;
}

/*datepicker */
.datepicker th.prev, .datepicker th.datepicker-switch, .datepicker th.next,
.datepicker td.today, .datepicker td.today:hover, .datepicker td.active:hover, .datepicker td.active:hover:hover,
.datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active,
.datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active,
.datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled],
.datepicker td.active:hover[disabled], .datepicker td span.active:hover, .datepicker td span.active:focus,
.datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled,
.datepicker td span.active[disabled]
{ background-color: #555;}
.datepicker td, .datepicker td span.month, .datepicker td span.year{color:#555;}
.datepicker td.day:hover, .datepicker td span.month:hover, .datepicker td span.year:hover,
.datepicker th.prev:hover, .datepicker th.datepicker-switch:hover, .datepicker th.next:hover{
    background: #eeeeee; color:#555;
}

/*productCalculatorShort*/
form#productCalculatorShortForm.page1 .panel-default .panel-default:not(.panel-double-panel){
    border: 0;
}
div#mediaBlock input{
    position: absolute;
    left: -9999em;
    text-indent: -9999em;
}
div#mediaBlock svg {
    max-width: 40px;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 13px;
}
div#mediaBlock svg path {
    fill: #FFF;
}
div#mediaBlock label{
    cursor: pointer;
    color: #FFF;
    padding: 0 20px;
    margin-bottom: 0;

    line-height: 70px;
    font-size: 24px;
}
div#mediaBlock label span{
    display: inline-block;
}
div#mediaBlock input:checked + label{
    background-color: #1F3671;
}
div#mediaBlock input:checked + label svg path {
    fill: #A2C617;
}
.slider.slider-horizontal .slider-track, .slider.slider-horizontal .slider-selection{
    border-color: #FFF !important;
    border-radius: 0;
    height: 6px;
}
.slider.slider-horizontal .slider-handle{
    margin-top: -8px;
}
input#cityInput {
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    height: 37px;
    cursor: wait;
    border: 1px solid #dadfe4;
    padding-left: 10px;

}
div#consumptionNTBlock {
    padding-top: 10px;
}
#meterCnt_single.invisible,
#customerTypeBlock{
    position: absolute;
    left: -9999em;
}
div#meterBl {
    float: right;
}
.product-calculator-meter-type {
    color: #fff;
}
div#consumptionHTBlock {
    min-height: 101px;
    float: right;
}
#calcProd_btn{
    position: relative;
    transition: .2s ease-in-out;
    border: 1px solid #A2C617;
    background-color: transparent;
    border-radius: 32px;
}
#calcProd_btn .btn{
    color: #A2C617 !important;
    background: transparent;
    padding: 15px 35px;
    border: 0 !important;
    transition: .2s ease-in-out;
}
#calcProd_btn:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    background: url("../images/de_DE/svg/icon-add.svg") no-repeat;
    background-size: contain;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s ease-in-out;
}
#calcProd_btn .spinner > div{
    background-color: #A2C617;
}
#calcProd_btn:hover .btn{
    padding-right: 90px;
}
#calcProd_btn:hover:after{
    width: 35px;
    height: 35px;
}
div#mediaBlock {
    background: #A2C617;
    padding: 0;
}
.product-calculator-branch .prettyradio label img {
    opacity: 0.6;
    transition: all .2s ease-in-out;
}
.product-calculator-branch .prettyradio:hover label img,
.product-calculator-branch .prettyradio a.checked + label img {
    opacity: 1;
    transform: scale(1.2);
}
.product-price-container .main-price-line {border: 1px solid #dadfe4; background: transparent;}
.cage2 {  padding: 1.5%;  }
.form-group .col-xs-24.col-sm-8:first-child {padding-right: 0;}

#productCalculatorForm .table-responsive {margin-bottom: 10px;}

.product-calculator-slider-grafix{ opacity: 0.6; transition: all .2s ease-in-out; transform: scale(0.9);}
.product-calculator-slider-grafix:hover, .product-calculator-slider-grafix.active{ opacity: 1;
    transform: scale(1.05);
}
#slider_power .product-calculator-slider-grafix{
    background: none !important;
    opacity: 0.5;
}
#slider_power .product-calculator-slider-grafix span{
    background: url(../images/de_DE/svg/person.svg) no-repeat bottom left / 21px !important;
    width: 22px !important;
    float: none !important;
    margin: 0 auto;
}
#slider_power .product-calculator-slider-grafix.active{
    opacity: 1;
}
form#productCalculatorShortForm.page1 > div.panel:nth-child(3) {
    margin-bottom: 0 !important;
}
body:not(#iFrameBody) form#productCalculatorShortForm.page1{
    background: #1F3671;
}
form#productCalculatorShortForm.page1 > .panel.panel-default{
    box-shadow: none;
}
body:not(#iFrameBody) form#productCalculatorShortForm.page1 .panel-body{
    padding: 0 15px;
}
form#productCalculatorShortForm.page1 .control-label.text-left{

    color: #FFF;
}
form#productCalculatorShortForm.page1 .form-control{
    border-color: #FFF !important;
}
form#productCalculatorShortForm.page1 .input-group-addon:last-child{
    color: #A2C617;
    font-weight: 600;
    background: #FFF;
    border-color: #FFF;
}
.input-group-addon:last-child{

}
.panel-default, .panel-double-panel .panel-body:first-child .row-fluid .panel-default{
    background: transparent;
}
.slider.slider-horizontal .slider-track,.slider.slider-horizontal .slider-selection
{box-shadow: none; background: #FFF; border: 1px solid #96a6b3;}
.slider.slider-horizontal .slider-selection{ background: #f3f4f6;    border: none;}
.slider.slider-horizontal .slider-handle {
    background-color: #A2C617;
    border-color: #A2C617;
    border-radius: 50%;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.slider.slider-horizontal .slider-handle:hover,.slider.slider-horizontal .slider-handle:active {
    background-color: #A2C617;
    border-color: #A2C617;
}
a.btn.btn-default.pull-left.showProductsLink.showDetails:before {
    content: "+ ";
}
a.btn.btn-default.pull-left.showProductsLink.showDetails.active:before {
    content: "- ";
}
.postbox-button-delete{
    margin: 9px 10px 0 0;
}
#accordion > .panel-default > .panel-heading, #postboxAccordion .panel-heading{
    padding: 0;
}
#accordion #showProductsForm .panel-heading {
    padding: 7px 15px;
    background: #fff;
}
#accordion h4 a,#postboxAccordion h4 a{
    padding: 10px 15px 10px 45px;
    position: relative;
    display: block;
    line-height: 18px;
}
#postboxAccordion h4 a{
    width: calc(100% - 30px);
}
#accordion h4 a:hover, #postboxAccordion h4 a:hover,
.prodCalcPage2 #accordion h4 a .caret:before{
    color: #1a3552;
}
#accordion h4 a .caret, #postboxAccordion h4 a .caret{
    border: 0;
    width: 38px;
    height: 100%;
    box-sizing: content-box;
    border-right: 1px solid #e0e4e8;
    border-bottom: 1px solid #e0e4e8;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #c9c9c9;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
#accordion h4 a .caret:before, #postboxAccordion h4 a .caret:before{
    font-family: "FontAwesome", serif;
    content: "\f077";
    font-size: 20px;
    color: #555;
    line-height: 38px;
    width: 100%;
    display: block;
    text-align: center;

    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    -o-transition: 5000ms ease all;
    transition: 500ms ease all;

}
#accordion h4 a.collapsed .caret:before, #postboxAccordion h4 a.collapsed .caret:before{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: "FlipV";
}

#accordion h4 a:hover .caret, #postboxAccordion h4 a:hover .caret {
    background: #dadada;
}
div#startDeliveranceBlock, #startDateBlock {
    margin-bottom: 15px;
}

/*teaserPage,cockpit*/
.cockpitHeadInfo {
    text-align: center;
    padding: 10px 5px 5px;
}
#dashboard{border-color: #dadfe4;}
#dashboard .highlight.using-glyphicons{font-size: 24px;}
.currentContractLabel {vertical-align: middle !important; }
#subDashboard > .panel-heading > .row { display: table; width: 100%; }
#subDashboard > .panel-heading > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#dashboard .open > .dropdown-menu > li a:hover, #dashboard .open > .dropdown-menu > li a:focus{
    padding-left: 20px;
}
.rightCB_content {padding-bottom: 43px!important;}
#dashboard .widget-panel .row h4,
#dashboard .widget-panel #dashboard-customer-container > div > .row h4 {margin: 10px 0 5px 0;}
.mv-type,.mv-comma,.mv-post-comma,.mv-unit, .mv-pre-comma.not-available {
    background-color: #E0E4E8;
}
.mv-pre-comma{background-color:#555;}
.mv-comma,.mv-post-comma, .mv-unit{
    color:#555;
}
.mv-pre-comma.not-available {
    color: #E0E4E8;
}
#dashboard-panel-body .widget-panel > .panel-heading.dropdown-heading {
    padding: 6px 15px 7px 15px;
}
#dashboard .panel-heading {
    background-position: 95% 3px;
    background-size: 32px;
    border-radius: 0;
}
#dashboard .leftCB_content .panel-heading, #dashboard .meterValue .panel-heading, #dashboard .prePayment .panel-heading{
    background-size: 42px; background-position-y: 6px;
}
#dashboard-customer-container, #dashboard-invoices-container-long{min-height: 229px;}
#dashboard .widget-panel > .panel-heading .dropdown ul.dropdown-menu{
    margin-left: -10px;
    margin-top: 7px;
}
#dashboard .horiz_slides{ display: block;min-height: 22px;}

.rightCB_content.noLink{padding-bottom: 10px !important; overflow-y: auto;  max-height: 229px;}
#dashboard .table-responsive{margin-top: 0; margin-bottom: 0;}
#dashboard .table-responsive,
#dashboard .table-responsive > table,
#dashboard .table > thead > tr > th,
#dashboard .table  tr  td{border: 0 !important;}
#dashboard .table  tr  td, #dashboard .table  tr  th{padding: 2px;}
#dashboard .table  tr,
#dashboard .table-responsive > table.sum-table > tbody > tr:last-child > td{border-top: 1px solid #dddddd !important;}
#dashboard .table-striped > tbody > tr:nth-child(2n) > td, #dashboard .table-striped > tbody > tr:nth-child(2n) > th,
#dashboard .table > thead > tr > th{
    background-color: transparent;
}
#dashboard .table tr > td:last-child, #dashboard .table tr > th:last-child{ text-align: right;}
#dashboard .table-responsive > table.sum-table > tfoot > tr > td{    border-top: 1px double #555 !important;}
#dashboard .panel-default > .panel-heading {
    background-color: transparent;
}

    /*teaserPage,logged out*/
.fullLine{width: 100% !important;}
.widget-layout-container{
    display: block; width: 100%;
    /*max-width: 1280px;*/
    text-align: center;
    margin: 0 auto;
}
.widget-container {
    background-color: #fff;
    /*border: 1px solid #96a6b3;*/
    margin: 10px;
    position: relative;
    text-align: left;
    width: 288px;
    display: inline-block;
    vertical-align: top;
    height: 365px;
}

.widget-container:before {
    content: "\f110";
    font-family: "FontAwesome",serif;
    font-size: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -10px;
}
.using-fa:before {
    font-family: 'FontAwesome', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color:#555;
}

.multi-widget .col-sm-offset-8 {
    margin-left: 0;
    width: 100%;
}
.widget-container p{margin-bottom: 15px;}
.widget-container .panel{margin-bottom: 0;}
.widget-container .panel, .widget-container .panel-default > .panel-heading{background-color: transparent;}

.widget-container .panel-default{border: none;}
.widget-container .panel-body{
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}
.widget-container .control-label{display: none;}

.widget-container .form-group {
    margin: 0 -15px 15px; float: left;
    width: calc(100% + 30px);
}
.widget-container .form-horizontal .form-group {
    float: none;
}
.widget-container .col-xs-24{position: inherit;}
.widget-container .col-sm-16{width: 100%;}
#meterReadingWidget .col-sm-16, #userRegistrationWidget .col-sm-16{width: 100%;}
.widget-container .col-xs-12.col-sm-8{width: 50%;}
.widget-container .pull-right.buttonLine{width: 100%;}
.widget-container .pull-right.buttonLine input.btn-primary,.widget-container .pull-right.buttonLine div.wait-button{
    width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
}
.panel-default > .panel-heading.tabHeadline {
    padding: 0; display: table; width: 100%; table-layout: fixed;
}
.tabHeadline .tab{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 9px 15px;
    background-color: #FFF;
}
.tabHeadline .tab label{font-weight: normal;}
.widget-container .prettycheckbox label{
    margin: 4px 5px 8px;
}
p.teaserLogin_info {
    background: url(../images/de_DE/svg/icon-highlight-strong-login.svg) no-repeat scroll 0 10px transparent;
    background-size: 27%;
    padding-left: 90px;
    min-height: 50px;
}
#mediaBlock.tabHeadline .tab{
    width: 50%;color: #555;
}
#mediaBlock.tabHeadline .tab.active{
    background-color: #adb8c3;color: #1a3552;
}
.tabHeadline .tab input[type=radio]{
    position: absolute; text-indent: -9999em; left: -9999em;
}
.tabHeadline .tab label{
    margin: 0; padding: 0 0 0 20px; display: block; cursor: pointer; position: relative;
}
.tabHeadline .tab label:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/de_DE/svg/icon-power.svg) no-repeat scroll center center transparent;
    background-size: contain;
    position: absolute;
    left: 0;
    opacity: 0.5;
}
.tabHeadline .tab:last-child label:before {
    background-image: url(../images/de_DE/svg/icon-gas.svg);
}
.tabHeadline .tab.active label:before {
    opacity: 1;
}

#productSearchWidget .panel-body label{
    font-weight: 400;
}
#productSearchWidget .prettycheckbox{margin-left: -5px;}
#productSearchWidget hr{margin: 0 0 10px;}

#productSearchWidget.widget-container{
    background-color: #adb8c3;
    border-color: #adb8c3;
}
.widget-container form {
    position: relative;
    background: #fff;
}
.widget-container form#teaserProductCalcForm{background: #adb8c3;}
#productSearchWidget .panel-title{color: #FFF;}
#productSearchWidget .mb-0 {margin-bottom: 0;}
#productSearchWidget #slider_power,#productSearchWidget #slider_gas{
    margin-top: 15px;
    padding: 0 10px;
}
.bootstrap-select.form-control button{
    font-weight: 400;
    color: #333;
}
.bootstrap-select.form-control button span.caret{
    border-top-color: #333;
}
#productSearchWidget .bootstrap-select.form-control button{padding-bottom: 7px;}
.widget-container .row > div:first-child:not(.col-xs-24) {
    padding-right: 8px;
}
.widget-container .row > div:nth-child(2) {
    padding-left: 8px;
}

#productSearchWidget .product-calculator-slider-grafix {
    opacity: 0.5;
}
#productSearchWidget .product-calculator-slider-grafix.active {
    opacity: 1;
}
#productSearchWidget #slider_power .product-calculator-slider-grafix:first-child{
    background: url(../images/de_DE/svg/icon-verbrauch-personen-start-01.svg) no-repeat bottom left / 12px;
}
#productSearchWidget #slider_power .product-calculator-slider-grafix:nth-child(2) {
    background: url(../images/de_DE/svg/icon-verbrauch-personen-start-02.svg) no-repeat bottom center / 25px;
}
#productSearchWidget #slider_power .product-calculator-slider-grafix:nth-child(3) {
    background: url(../images/de_DE/svg/icon-verbrauch-personen-start-03.svg) no-repeat bottom right / 36px;
}
#productSearchWidget #slider_gas .product-calculator-slider-grafix:first-child {
    background: url(../images/de_DE/svg/icon-verbrauch-haus-start-01.svg) no-repeat bottom left / 32px;
}
#productSearchWidget #slider_gas .product-calculator-slider-grafix:nth-child(2) {
    background: url(../images/de_DE/svg/icon-verbrauch-haus-start-02.svg) no-repeat bottom center / 45px;
}
#productSearchWidget #slider_gas .product-calculator-slider-grafix:nth-child(3) {
    background: url(../images/de_DE/svg/icon-verbrauch-haus-start-03.svg) no-repeat bottom right /40px;
}
#productSearchWidget #slider_power .product-calculator-slider-grafix:nth-child(3) span{float: right;}
a.panelAccordion {
    position: absolute;
    right: 15px;
    top: 9px;
    color: #1a3552;
}
.widget-container input.form-control{ padding: 6px;}

.widget-container input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #96a6b3;
}
.widget-container input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #96a6b3;
}
.widget-container input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #96a6b3;
}
.widget-container input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #96a6b3;
}
.widget-container div.input-seperator:before {
    margin-left: -14px;
}
.widget-container .col-xs-12.col-sm-8{padding-right: 8px;}
.widget-container .col-xs-12.col-sm-8 + .col-xs-12.col-sm-8{padding-left: 8px; padding-right: 15px;}

body{
    /*background-image: none;
    background-color: #EEE;
    font-size: 15px;*/
}
hr{border-top-color: #EEE;}
.panel-default > .panel-heading,.input-group-addon{
    background-color: #F4F4F4;
}
div#menu-bg-line{background-color: #555; border-bottom: 2px solid #ff8a16;}
span.step {background-color: #ff8a16;border: 1px solid #FFFFFF;}
span.step.active {  background-color: #96a6b3;  }
#dashboard .highlight,a#customerNoInvoiceNoSelection:hover, a#customerNoInvoiceNoSelection:focus{color: #FF8A16;}

#accordionMenu .panel-heading{
    background-color: rgba(255, 138, 22, 0.7);
}
.breadcrumb a, .breadcrumb a:hover,.breadcrumb > li + li:before,.breadcrumb, .breadcrumb .active{
    color: #FFF !important;
    text-shadow: 0 0 3px #8a7a55;
}
.breadcrumb .homeLi a:before{
    font-family: "FontAwesome", serif;
    content: "\f015";
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: -3px;
}
.breadcrumb .homeLi a{
   position: relative;
    padding-left: 20px;
}
.panel-default > .panel-heading, #accordionMenu h2, #accordionMenu a.list-group-item.active, #accordionMenu a.list-group-item:hover, .panel-title, .open > .dropdown-toggle.btn-default, .big-price, #topMenu .navbar-nav > li > a:hover, .form-control, .form-control:focus, .bootstrap-select.form-control button, .input-group-addon, .btn-group .btn-default:hover, .btn-group .btn-default:focus,
#dashboard .widget-panel > .panel-heading .dropdown a,#dashboard .open>.dropdown-menu>li a{
    color: #1a3552;
}
body,.bootstrap-select.form-control button span.caret,.open > .dropdown-menu > li a,
#subMenu .list-group-item, #accordionMenu .list-group-item,.input-group-addon,.modal-header .close{
    color:#555;
}

#subMenu .list-group-item, #accordionMenu .list-group-item{
    border-color: #dadfe4;
}
.panel-default > .panel-heading,.open > .dropdown-menu,.form-control,
.bootstrap-select.form-control button,.input-group-addon,.modal-content,.modal-header{
    border-color: #dedede !important;
    border-radius: 0;
}
.form-control:focus, .form-control.alert-default:focus,
.selectpicker.btn-default, .bootstrap-select.open .dropdown-toggle.btn-default{
    border-color: #555;
}

a.list-group-item:hover, a.list-group-item:focus, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus,
#accordionMenu .list-group-item{
    border-left: 0 !important;
    padding-left: 25px !important;
}
#topMenu .open > .dropdown-menu > li a{padding: 5px 20px;}
#topMenu .open > .dropdown-menu > li a:hover, #topMenu .open > .dropdown-menu > li a:focus, #topMenu .naviLinkActive_sub {
    background-color: #f3f4f6;
    border-left: 0;
    padding-left: 20px;
}

#topMenu .navbar-nav>li>a{
    padding-bottom: 12px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#topMenu .navbar-default .navbar-nav > .open > a,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    background-color: #95a3b1;
}
#teaserRegisterUserForm .form-group.captchaImg, #teaserRegisterUserForm .form-group.captchaInput  {
    width: 50%; margin: -5px 0 0;
}
#teaserRegisterUserForm .form-group.captchaImg .col-xs-24.col-sm-16 {
    padding-left: 0; padding-right: 8px;
}
#teaserRegisterUserForm .form-group.captchaInput  .col-xs-24.col-sm-16 {
    padding-right: 0; padding-left: 8px;
}
#teaserRegisterUserForm .form-group.captchaImg img {
    height: 52px; width: 100%;
}
#loginInc2Block .panel-default > .panel-heading{
    background: transparent;
    border-bottom: 1px solid #dadfe4;
}
#loginInc2Block .panel.panel-default{
    background: #f3f4f6;
    border: none;
}

.widget-container{float: left;}
.radio-inline, .checkbox-inline{
    position: relative;
}


/* Start MediaCat Image */
span.mediaImg b{
    font-weight: 400;
}
span.mediaImg, span.mediaImgTeaserBl {
    position: relative;
    padding-left: 20px;
}
.mediaImg img,.mediaImgTeaserBl img {
    max-height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.mediaImg.mediaImg_GAS {
    padding-left: 21px;
}
.mediaImg.mediaImg_GAS img,.mediaImgTeaserBl.medImg_Gas img {
    top: 0;
}
.mediaImg.mediaImg_WATER,.mediaImgTeaserBl.medImg_Wasser {
    padding-left: 24px;
}
.checkbox-inline .checkboxMediaImg{
    max-height: 20px;
    position: absolute;
    top: 13px;
    left: 24px;
}
.checkboxMediaImg + .prettycheckbox label {
    padding-left: 15px;
}
.checkbox-inline .checkboxMediaImg.mediaImg_WATER{
    margin-left: 2px;
}
.checkboxMediaImg.mediaImg_WATER + .prettycheckbox label {
    padding-left: 22px;
}
.checkbox-inline.mediaImg label img {
    margin-left: -5px;
    margin-right: -2px;
    margin-top: -7px;
    max-height: 25px;
    position: relative;
}
.checkbox-inline.mediaImg.mediaImg_WATER label img{
    margin-right: 3px;
    margin-left: 0;
}

.checkbox-inline.mediaImg img{
    opacity: 0.5;
}
.checkbox-inline.mediaImg a.checked + label img{
    opacity: 1;
    transform: scale(1.2);
}
.bootstrap-select .mediaImg{
    background: url(../images/de_DE/svg/icon-power.svg) no-repeat center center transparent;
    width: 15px;
    height: 15px;
    background-size: contain;
    position: relative;
    top: 2px;
}
.bootstrap-select .mediaImg.mediaImg_GAS{
    background-image: url(../images/de_DE/svg/icon-gas.svg)
}
.bootstrap-select .mediaImg.mediaImg_WATER{
    background-image: url(../images/de_DE/svg/icon-water.svg)
}

/* Ende MediaCat Image */
.typeahead.dropdown-menu {
    border: 1px solid #dadfe4;
    width: calc(100% - 30px);
}
.typeahead.dropdown-menu > li > a{
    white-space: normal;
}
.typeahead.dropdown-menu>.active>a, .typeahead.dropdown-menu .active>a:hover, .typeahead.dropdown-menu>.active>a:focus {
    background-color: #f4f4f4;
    color: #333;
}


/*  Start Cookie-Banner  */


#maskCookieconsent {
    z-index: 4000;
    position: absolute;
    background-color:#000;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#maskCookieconsent.show {
    opacity: 0.5;
}
.cookieconsent_dialog .cookieWrapper{
    position: relative;
    background: #FFF;
    margin: 0 auto;
    max-width: 615px;
    padding: 25px;
}
.cookieconsent_dialog{
    position: absolute;
    overflow: hidden;
    top: -50px;
    width: 100%;

    z-index: 10002;
    float: none;

    opacity: 0;
    transition: opacity 0.3s ease;
    transition: top 0.3s ease;
}
.cookieconsent_dialog.show {
    top: 50px;
    opacity: 1;
}
.cookieLogo {
    width: 120px;
    float: right;
}
.cookieconsent_dialog h1 {
    font-size: 26px;
    margin-top: 0;
    float: left;
    width: calc(100% - 120px);
}
.cookieconsentDesc{
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
}
.cookieconsentDicition {
    clear: both;
}
.cookieconsentLinks{
    border-top: 1px solid #dadfe4;
}
.cookieconsentLinks ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
li.int {
    display: inline-block;
    padding: 0 8px;
}

.cookieconsent_dialog h2 {
    font-size: 22px;
    margin-top: 10px;
}
.nav>li.resCookie{
    float: right;
    display: none;
}
.cookieconsentButtonBl{
    margin-bottom: 15px;
    text-align: center;
}
#cookieconsentButton.btn-primary{
    text-align: center;
    width: 200px;
    min-width: 160px;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 12px;
}
.cc-compliance a.cc-allow {
    color: #fff;
    /*min-width: 80%;*/
    margin: 0;
    text-align: center;
}

.cc-compliance a.cc-deny {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 16px;
    margin-top: 18px;
    background-size: 12px;
    background-position: 0 1px;
    line-height: 1;
    cursor: pointer;
}
.accordionLine {
    margin-bottom: 7px;
    background: #f3f4f6;
    padding: 5px 15px;
}
.accordionLine a.detail {
    position: relative;
    display: block;
    width: 100%;
    color:#555;
    padding: 0 12px 5px 0;
}
.accordionLine a b.caret {
    position: absolute;
    right: 0;
}
.accordionLine > div p {
    margin: 0;
    padding: 5px 0 10px;
}
.accordionLine .prettyradio {
    margin-left: -5px;
}

/*  End Cookie-Banner  */



div#mediaBlock > .form-group{
    margin-left: 0;
    margin-right: 0;
}
div#mediaBlock > .form-group > .col-xs-24 {
    padding: 0;
}

@media (max-width: 1298px){
    .widget-layout-container{ width: 924px;}
}
@media (max-width: 1240px){

    div#mediaBlock .col-xs-24{
        padding: 0;
    }
}
@media (max-width: 1115px){
    div#meterBl {
        width: 120px;
        margin-top: -10px;
    }
    .product-calculator-meter-type{
        height: 32px;
    }
}
@media (max-width: 983px){
    .widget-layout-container{width: 616px;}
}
@media (max-width: 820px){
    div#meterBl{
        margin-right: -20px;
    }
}
@media (max-width: 767px){

    div#meterBl{
        width: auto;
        margin-top: 10px;
        margin-right: 15px;
    }
    div#consumptionHTBlock {
        min-height: 80px;
    }
}
@media (max-width: 649px){
    .widget-layout-container{width: 100%;}
    .widget-container{
        margin-left: auto;
        float: none;
    }
}
@media (max-width: 575px){
    div#meterBl{
        width: 120px;
        margin-top: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 380px){
    div#meterBl {
        width: 100%;
        margin-top: -95px;
        margin-right: -5px;
    }
    div#consumptionHTBlock {
        min-height: 65px;
        margin-bottom: 35px;
    }
}


@media (min-width: 992px) and (max-width: 1059px){
    #loginInc2Block .panel-default > .panel-heading .panel-title{ font-size: 16px;}
}
@media (min-width: 768px) and (max-width: 991px){
    #cage.navScroll #menu-bg-line{
        position: fixed;
        width: 100%;
        top: -114px;
        z-index: 998;
    }
    #cage.navScroll #topMenu{
        position: fixed;
        width: 100%;
        padding: 0 2.5%;
    }
    body.side-collapse #menu-bg-line {
        height: 211px !important;
    }
    .navbar-right li.dropdown a.dropdown-toggle{
        padding-top: 13px;
        padding-bottom: 12px !important;
    }
    .navbar-brand{height: 46px !important;}
    #cage.navScroll #main{margin-top: 114px;}
    #topMenu ul.nav.visible-sm{margin-top: 1px;}
    #topMenu .navbar-nav>li>a .caret{display: none;}
    #topMenu .navbar-nav>li>a.dropdown-toggle {
        position: relative;
        padding-right: 30px !important;
    }
    div#menu-bg-line hr{margin-top: 46px;}

    footer .navbar-nav{padding-left: 15px;}
}
@media (min-width: 992px){
    .accordionWrapper {
        width: 240px;
        overflow: hidden;
        overflow-y: auto;
        float: left;
    }
    #accordionMenu {
        width: calc(100% + 20px);
        height: 100%;
        overflow-y: scroll;
    }
    #cage.navScroll .accordionWrapper {
        position: fixed;
        top: 70px;
        overflow: hidden;
        height: calc(100% - 75px);
    }
    #accordionMenu .panel {
        max-width: calc(100% - 22px);
    }

    #cage.navScroll #menu-bg-line{
        position: fixed;
        width: 100%;
        top: -114px;
        z-index: 998;
    }
    #cage.navScroll #topMenu .navbar-default{
        max-width: 1240px;
        margin: 0 auto;
    }
    #cage.navScroll #topMenu{
        position: fixed;
        width: 100%;
        padding: 0 2.5%;
    }
    #cage.navScroll #main{margin-top: 70px;}
    #topMenu .navbar-nav>li>a.dropdown-toggle:after {
        font-family: "FontAwesome",serif;
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 20px;
        height: 12px;
        line-height: 12px;
        margin-top: -6px;
        -webkit-transition: 500ms ease all;
        -moz-transition: 500ms ease all;
        -o-transition: 5000ms ease all;
        transition: 500ms ease all;
    }
    #topMenu .navbar-right li.dropdown a.dropdown-toggle{padding-right: 30px;}
    #cage #main{
        float: right;
    }
    footer .navbar-nav{padding-left: 11px;}
}
@media (min-width: 768px){
    #topMenu .navbar-right li.dropdown a.dropdown-toggle,#topMenu .loginBtn{
        position: relative;    padding-left: 38px;
    }
    #topMenu .navbar-right li.dropdown a.dropdown-toggle>span:before, #topMenu .loginBtn:before{
        font-family: "FontAwesome",serif;
        content: "\f007";
        position: absolute;
        left: 15px;
        padding-right: 8px;
        top: 50%;
        font-size: 20px;
        height: 18px;
        line-height: 18px;
        margin-top: -8px;
        -webkit-transition: -webkit-transform 0.2s ease;
        -moz-transition: -moz-transform 0.2s ease;
        transition: transform 0.2s ease;
    }
    a.navbar-brand.homeLink:before {
        display: block;
        -webkit-transition: -webkit-transform 0.2s ease;
        -moz-transition: -moz-transform 0.2s ease;
        transition: transform 0.2s ease;
    }
    a.navbar-brand.homeLink {
        width: 48px;
        padding: 0;
        line-height: 48px;
        text-align: center;
        padding-bottom: 12px;
        -webkit-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    #topMenu .navbar-default .navbar-nav > .open > a.loginBtn:before,.homeLink:hover:before,
    #topMenu .navbar-right li.dropdown a.dropdown-toggle:hover > span:before{
        transform: scale(1.2);
    }
    #topMenu .loginBtn:before{
        content: "\f090";
    }
    #topMenu .navbar-nav>li>a .caret {
        display: none;
    }
    #loginInc2Block .row{
        margin: 0 0 20px 0;
        display: table; width: 100%; table-layout: fixed;
    }
    #loginInc2Block .row > div{
        padding: 0;
        display: table-cell;
        vertical-align: top;
        width: 50%;
        float: inherit;
    }
    #loginInc2Block .panel.panel-default {
        z-index: 9;
        position: static;
        border: 0;
        background: transparent;
    }
    #loginInc2Block .panel-default > .panel-heading {
        border-radius: 0;
    }
    #loginInc2Block .panel.panel-default .panel-body {
        position: static;    padding-bottom: 25px;
    }
    #loginInc2Block .row > div:before {
        width: calc(100% - 10px);
        height: 100%;
        position: absolute; z-index: -1;
        background: #f3f4f6;
        border: 1px solid #dadfe4;
        content: " ";
    }
    #loginInc2Block .row > div:first-child:before {
        left: 0;
    }
    #loginInc2Block .row > div:last-child:before {
        right: 0;
    }

    #loginInc2Block .row > div:first-child{padding-right: 10px;}
    #loginInc2Block .row > div:last-child{padding-left: 10px;}
    #loginInc2Block p:last-child {position: absolute; bottom: 10px; left: 15px;}
    #loginInc2Block .row > div:last-child p:last-child { left: 25px;}


    #topMenu .navbar-nav>li>a.dropdown-toggle:after {
        font-family: "FontAwesome",serif;
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 20px;
        height: 12px;
        line-height: 12px;
        margin-top: -6px;

        -webkit-transition: 500ms ease all;
        -moz-transition: 500ms ease all;
        -o-transition: 5000ms ease all;
        transition: 500ms ease all;
    }
    #topMenu .navbar-nav>li.open>a.dropdown-toggle:after {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        -ms-filter: "FlipV";
    }

    #dashboard-news-container{
        min-height: 90px;
    }
    #dashboard .mobile-panel{display: none !important;}
    #dashboard-panel-body > .row {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    #dashboard-panel-body > .row > div {
        display: table-cell;
        float: none;
    }

    #myData > .widget-panel, .leftCB_content, #invoiceData {border: none !important; }
    .leftCB_content, #invoiceData {position: relative;}
    #dashboard-panel-body > .row > div:before,
    #myData:before, .leftCB_content:before, #invoiceData:before{
        content: " ";
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #e0e4e8;
    }
    .leftCB_content:before, #invoiceData:before{
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #dashboard-panel-body > .row > div:not(#myData):before {
        height: 100px;
        top: inherit;
        bottom: 5px;
        border-top: 0;
    }
    div#invoiceData {
        background: transparent;
    }
    #invoiceData:before{
        border-bottom: 0;
    }
    #myData .panel-body{position: inherit;}
    #myData a.btn.btn-primary.widget-panel-button{
        bottom: 16px;
        right: 16px;
    }
}
@media (min-width: 659px){
    .widget-container h3 + a .caret {display: none;}
    .widget-container .panel-body {
        display: block;
        height: 320px !important;
    }
}

@media (max-width: 880px){
    #loginInc2Block .panel-default > .panel-heading .panel-title{ font-size: 16px;}
}
@media (max-width: 800px){
    body.classic #cage, body.top-drop #cage, body.side-collapse #cage, body.classic footer ul, body.top-drop footer ul, body.side-collapse footer ul {
        width: 100% !important;
        min-width: inherit;
    }
}
@media (max-width: 767px){

    body:not(#iFrameBody) form#productCalculatorShortForm.page1 .panel-body{
        padding: 0;
    }
    #cage.navScroll #menu-bg-line{
        position: fixed;
        width: 100%;
        top: -114px;
        z-index: 998;
    }
    #cage.navScroll #topMenu{
        position: fixed;
        width: 100%;
        padding: 0 2.5%;
    }
    #cage.navScroll #main{margin-top: 70px;}
    #topMenu .navbar-collapse {
        background: #f3f4f6;
    }
    #cage.navScroll #topMenu .navbar-collapse.in {
        position: fixed;
        width: 95%;
        height: calc(100% - 48px);
        top: 50px;
        overflow-y: auto;
    }

    #topMenu .navbar-nav>li>a .caret{display: none;}
    #topMenu .navbar-nav>li>a.dropdown-toggle:after {
        font-family: "FontAwesome",serif;
        content: "\f107";
        position: absolute;
        right: 15px;
        font-size: 22px;
    }
    #topMenu .navbar-nav>li.open>a.dropdown-toggle:after {
        content: "\f106";
    }
    #topMenu .open > .dropdown-menu > li a:hover, #topMenu .open > .dropdown-menu > li a:focus, #topMenu .naviLinkActive_sub{
        border-left: 0;
        padding-left: 20px;
        background-color: #f3f4f6;
    }
    #topMenu .open > .dropdown-menu{
        border-left: 0;
        border-right: 0;
    }
    /*Login mobile*/
    #loginInc2Block .row{margin-left: 0; margin-right: 0;}
    #loginInc2Block .row > div{padding-left: 0; padding-right: 0;}

    #dashboard .mobile-panel{ display: block;}
    #dashboard #myData{ display: none;}
    #productSearchWidget.widget-container .buttonLine {  margin-top: 20px;  }
    #topMenu .navbar-right {
        padding-right: 0;
    }
    #topMenu .navbar-nav > li > a.loginBtn {  color:#555; border-bottom: 1px solid #96a6b3 }
    #topMenu .navbar-nav > li > a.loginBtn:hover, #topMenu .navbar-nav > li > a.loginBtn:active,
    #topMenu .navbar-default .navbar-nav > .active > a{color: #FFF;}
    #topMenu .navbar-right li.dropdown a.dropdown-toggle,
    .navbar-nav.navbar-right .open .dropdown-menu{margin-right: 0;}
    #topMenu .navbar-right > li.dropdown > a.dropdown-toggle {
        border-color: #555 !important;
    }
    .panel-double-panel .panel-body .row-fluid{
        display: block;
    }
    .panel-double-panel .panel-body .row-fluid > div{
        display: block;
        width: 100%;
    }
    .panel-double-panel .panel-body .row-fluid > div:before{
        width: 100%;
    }
    div#menu-bg-line{
        z-index: 10;
    }
    header{
        position: relative;
        z-index: 11;
    }
}
@media (max-width: 658px){
    .widget-container h3 + a .caret {
        border-bottom: 8px solid;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
    .widget-container{height: inherit;}
    .widget-container .pull-right.buttonLine input.btn-primary, .widget-container .pull-right.buttonLine div.wait-button {
        width: 100%;
        position: relative;
        bottom: -5px;
    }
    #loginWidget .buttonLine{margin-top: 10px;}
    #productSearchWidget.widget-container .buttonLine {
        margin-top: 7px;
    }
    .cookieconsent_dialog.show{
        top: 10px;
    }
    .cookieconsent_dialog .cookieWrapper{
        width: calc(100% - 20px);
        margin-left: 10px;
        max-width: inherit;
    }
}
@media (max-width: 499px){
    .xs-price-display{text-align: right;}
    #accordion .btn.btn-default,
    #accordion .btn.btn-primary{
        margin-top: 5px;
    }
}
@media (max-width: 400px){
    .form-horizontal .form-group{ margin: 0; }
    .form-horizontal .form-group{ margin: 0 -8px 8px; }
    .row{margin-left: -8px; margin-right: -8px;}
    #accordion #showProductsForm .panel-heading,
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24{
        padding-left: 8px;  padding-right: 8px;
    }
    div.input-seperator:before{
        margin-left: -14px;
    }
    .widget-container .panel-body {
        padding: 15px;
    }
    .widget-panel .panel-body{padding-bottom: 45px;}
    #prepaymentOverview_mobile .widget-panel .panel-body{padding-bottom: 15px;}
    .widget-container .panel-heading {
        padding: 9px 15px 10px 15px;
    }
    .widget-container .form-group{ margin: 0 -8px 15px; width: calc(100% + 16px);}
    

    .product-price-container > .detail-prices{
        margin-left: -8px;
        margin-right: -8px;
    }
    div#startDeliveranceBlock, #startDateBlock {
        margin-bottom: 8px;
    }
    .prettycheckbox>a, .prettyradio>a {
        /* background-image: url(../images/de_DE/sprites-prettycheckable.png); */
        position: relative;
        left: 5px;
        transform: scale(0.9);
    }
    .iconCheckbox .prettycheckbox a{
        transform: scale(0.8);
        margin-left: 3px;
    }
    .form-horizontal .form-group {
        margin: 0 0 8px;
    }
    .form-group-panel-default .row{
        margin-left: 0;
        margin-right: 0;
    }
    .form-group-panel-default .form-group .key-label {
        margin-left: -8px;
    }
    .form-group-panel-default .form-group .key-label,
    .form-group-panel-default .form-group .value-label{
        margin-left: 0;
    }
    .form-group.formLineLabelText.col-sm-12.col-xs-24 {
        padding: 0;
    }
    .form-group > .col-xs-17 + .col-xs-7 {
        padding-left: 8px;
    }
    .form-group > label.col-sm-8 + .col-xs-7,
    .form-group > label.col-xs-24 + .col-xs-7 {
        padding-right: 8px;
    }
    .form-group > .col-xs-24,
    .form-group > .col-xs-17,
    .form-group > .col-xs-7{
        padding-left: 0;
        padding-right: 0;
    }
    #dashboard-panel-body .widget-panel > .panel-heading.dropdown-heading{padding-left: 10px; padding-right: 10px;}
    #contentContainer p.lead{margin-left: -7px;}

    .row.mb-10.rollerLine{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .row.mb-10.rollerLine > div {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
    .col-xs-2.mv-pre-comma.not-available {
        display: none !important;
    }
    .mv-type{
        width: 90px !important;
    }
    div#dashboard .rollerLine .col-xs-14 .row > div.mv-comma{    width: 40% !important;}
    .slider-horizontal{
        width: calc(100% - 16px) !important;
        margin-left: 8px;
        margin-right: 8px;
    }
    div#loginInc2Block {
        margin-bottom: 30px;
    }
}
@media (max-width: 335px){
    .navbar-toggle, #stepsContainer {
        margin-right: 10px;
    }
    body.classic #cage, body.top-drop #cage, body.side-collapse #cage, body.classic footer ul, body.top-drop footer ul, body.side-collapse footer ul {
        width: 100% !important;
        min-width: inherit;
    }
    #cage.navScroll #topMenu{padding: 0;}
    #cage.navScroll #topMenu .navbar-collapse.in{
        width: 100%;
    }
    div#mediaBlock label span {
        font-size: 20px;
    }
}



