
@font-face {
    font-family: 'FontAwesome';
    src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0')
    format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0')
    format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0')
    format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0')
    format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular')
    format('svg');
    font-weight: 400;
    font-style: normal
}
.ERP_successBl {
    max-width: 790px;
    display: block;
    margin-top: 25px;
}
.ERP_successBl .entry {
    padding: 65px 5px 15px 15px;
    position: relative;
    display: inline-block;
    width: 33.333%;
    float: left;
}
.ERP_successBl .entry:before {
    background: transparent;
    color: rgb(151,191,13);
    padding: 5px 7px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ERP_successBl .entry:nth-child(1):before {
    content: none;
}
.ERP_successBl .entry:nth-child(1) .btn-primary{
    position: absolute;
    background-color: rgb(151,191,13);
    border: 0 !important;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px;
    transition: background-color .3s ease;
}
.ERP_successBl .entry:nth-child(1) .btn-primary:hover{
    background-color: #708a25;
}
h3.panel-title {
    min-height: 27px;
}
.ERP_successBl .entry:nth-child(2):before {
    font-family: "FontAwesome", serif;
    content: "\f063";
    font-size: 50px;
    line-height: 45px;
}
.ERP_successBl .entry:nth-child(3):before {
    font-family: "FontAwesome", serif;
    content: "\f075";
    font-size: 50px;
    line-height: 45px;
}
.ERP_successBl .entry b{
    display: block;
    text-align: left;
}
.ERP_successBl .entry > b{
    font-size: 1.2em;
    margin-bottom: 8px;
    text-align: center;
}

div#welcomeAcceptedDialog .modal-dialog {
    max-width: 500px;
}
div#welcomeAcceptedDialog p {
    margin-bottom: 20px;
}
.forIframe iframe {
    background: #fff;
}
.mt-25{margin-top: 25px;}
.alert ul > li {
    line-height: normal;
    padding-bottom: 12px;
}
.panel-body > h3{border-color: #708a25;}
body, html {
    -webkit-font-smoothing: antialiased;
    transition: transform .4s ease-out;

    font-family: "Calibri W01",Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px; color: #333;
    background: #fff;
}
body {background-image: none !important;}
div#page_wrapper {
    max-width: 1970px;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    position: relative;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 88%;
    position: relative;
}
img#logoImg{
    padding: 18px 0 14px 20px;
    width: 180px; margin: 0;
    transform: translateX(-20px);
}
header a{text-transform: uppercase; font-weight: 600; float: right;     font-size: 15px;}
header a.logo{float: left;}
header a.metaNavi {padding: 10px 15px;}
.loginout:hover{ color: #FFF; background-color: #3e0a35;}
.loginout{
    background-color: #951981;
    color: #fff; padding: 10px 44px; margin-left: 2px;
    transition: background-color .4s ease;
}
a { transition: color .4s ease; }
a,a.form-link,input.form-link{ color: #00519e; font-weight: bold; }
a:hover,a.form-link:hover,input.form-link:hover{ color: #00519e; text-decoration: none;}
input.form-link{
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 22px;
}
a.form-link{background: transparent; padding-left: 0;}
a.form-link:before{content: "\f105"; font-family: 'FontAwesome' !important; font-weight: 400; font-size: 15px;     padding-right: 5px;}
#main {width: 100%; padding-bottom: 160px; float: none;}
.intro-section {
    min-height: 90px;
    background-color: transparent;
    position: relative;
}
.intro-section:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 90px;
    background-image: url(../images/de_DE/header-wave.png);
    background-position: center;
}
footer{border-top: none;}
footer:before {
    margin: 0 0 40px;
    content: '';
    display: block;
    background-image: url(../images/de_DE/footer-wave.png);
    width: 100%;
    height: 84px;
}
footer .navbar-nav > li > a {
    color: #97bf0d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
footer .navbar-nav > li > a:hover {color: #718f0a;}
footer ul{width: 100%;}
.container-fluid{background: #97bf0d; margin: 0;  padding: 0;}
header .breaker {    clear: right; }
.userName{margin-right: 0; float: right;  margin: 45px 0 0;font-size: 15px; color: #00519e;}
#topMenu .navbar-nav > li > a{
    padding: 13px 19px; line-height: 24px;
    font-size: 20px; font-weight: 600;
    transition: background-color .4s ease;
}
#topMenu .navbar-nav > li > a:hover,#topMenu .navbar-default .navbar-nav > .open > a
{ color: #FFF !important; background-color: #708a25;}
#topMenu .navbar-nav > li > a .caret{display: none;}
#topMenu .navbar-collapse{margin: 0; padding: 0; position: relative; }
#topMenu .nav > li{position: inherit;}
#topMenu .dropdown-menu { display: block !important; background-color: transparent; border: none;
    border-top: 1px solid #fff; border-bottom: 0;}
#topMenu .navbar-nav > li > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease .2s,visibility .4s ease .2s;
    margin: 0; padding: 0;
}
#topMenu .dropdown-menu > li > a{
    border: 1px solid #fff; color: #FFF;
    border-left: 0;  border-top: 0;
    font-weight: 400;  font-size: 19px;
    display: block; width: 330px; padding: 13px 20px 12px;
    transition: background-color .4s ease;
    background-color: #97bf0d;
}
#topMenu .dropdown-menu > li a:hover{color: #FFF !important; background-color: #708a25;}
#topMenu .navbar-right li.dropdown a.dropdown-toggle > span{
    color: #00519e;     margin-right: 0;  padding-right: 0;}

.progress-bar-danger {
    background-color: #951981;
}

.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 {
    font-family: "Calibri W01",Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-bold, .control-label.text-left,.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,.control-label.text-left,
.list-group-item-info,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,.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{
    font-family: "Calibri W01",Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 600;
}
.breadcrumb {border-bottom: 1px solid #708a25; padding: 10px 0; margin-bottom: 25px;}
.breadcrumb > li + li:before {
    content: "\f105"; font-family: 'FontAwesome' !important; font-weight: 400; font-size: 15px; color: #00519e;
}

.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, .navbar-default .navbar-brand:hover,.form-control,.form-control:focus,
.bootstrap-select.form-control button,.input-group-addon,.btn-group .btn-default:hover,.btn-group .btn-default:focus,
.open > .dropdown-menu > li a
{color: #333;}

.breadcrumb, .breadcrumb a, .breadcrumb a:hover,.breadcrumb > .active {color: #00519e!important; font-size: 15px;}
.breadcrumb a:hover { color: #002a52 !important;  text-decoration: underline;}
span.step {background: #eaf2cf;}
span.step.active {background: #708a25;}
.open > .dropdown-menu > li a:hover, .open > .dropdown-menu > li a:focus {
    background-color: #f3f4f6;
    border-left: none;
}
.open > .dropdown-menu > li a:hover{padding-left: 14px;}
.alert-danger, .alert-danger:focus{background-color: #f2dede;  border-color: #ebccd1;  color: #a94442;}
.alert-danger .close {display: none;}
.alert h4 {font-weight: 600;}
.alert ul{ padding-left: 25px;}
.bootstrap-select.btn-group .dropdown-menu li > a:hover{ border-left: none;}
.error{background-color: #f2dede;  border-color: #ebccd1;  color: #a94442;}

.highlight{color: #333;}
.panel-body .panel-body{padding: 15px 0;}
.panel-default{border: none; background-color: #eaf2cf;}
.panel-default > .panel-heading{background-color: #FFF; border: none; padding-left: 0; }
.panel-default .panel-default > .panel-heading {  background: transparent;  }
.panel-title{font-size: 24px; color: #333; }
.dslSuccessHead .panel-title{font-size: 35px; color: #333; }
.panel-title.highlight-csit{font-size: 44px; color: #333; }
.form-control,.form-control:hover,.form-control:focus,.form-control:focus, .form-control.alert-default:focus{
    border: none;
    box-shadow: inset 1px 1px 1px rgba(204,204,204,.6);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.form-control[disabled=disabled]:hover{
    box-shadow: none;
    border-top: 1px solid #e0e4e8 !important;
    border-left: 1px solid #e0e4e8 !important;
}
.input-group-addon{    border: none;
    box-shadow: inset 1px 1px 1px rgba(204,204,204,.6);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;}
.bootstrap-select.form-control, .bootstrap-select.form-control:hover{ border: none;}
.bootstrap-select.form-control button,.bootstrap-select.form-control button:focus,.btn-group .selectpicker.btn-default:hover,
.selectpicker.btn-default, .bootstrap-select.open .dropdown-toggle.btn-default{
    border: none; border-color: #ccc;
    box-shadow: inset 1px 1px 1px rgba(204,204,204,.6);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-transform: none;
}
.bootstrap-select > .dropdown-menu.open {border-color: #CCC;}
.bootstrap-select.btn-group .btn .caret {border: none; outline: none;}
.bootstrap-select.btn-group .btn .caret:after
{content: "\f107"; font-family: 'FontAwesome' !important; font-weight: 400; font-size: 18px;
    position: absolute;  top: -9px; right: 0; color: #333;}
.bootstrap-select.btn-group.open .btn .caret:after{ content: "\f106"; }

.form-horizontal .form-group:last-child {
    margin-bottom: 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;
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th,
.table > thead > tr > th{
    background: #f9f9f9; border-color: #708a25;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td, .table, td,.table-responsive { border-color: #708a25; }
.table-responsive > table.sum-table > tbody > tr:last-child > td{background: #dff0d8; border-top-color: #708a25;}


.rightCB_content {padding-bottom: 43px!important;}
#dashboard .widget-panel .row h4 {margin: 5px 0;}
#dashboard .widget-panel #dashboard-customer-container > div > .row h4 {margin:0 0 5px 0;}

.using-glyphicons {color: #00519e; }
input.form-control + span.popover-tooltip{background-color: #FFF;}
#createContractDSLForm input.form-control + span.popover-tooltip{border-radius: 0 !important;}
.popover {  border-radius: 0;  background-color: #FAFAFA;  border-color: #00519e;  }
.popover.topRight > .arrow,.popover.topLeft > .arrow {  border-top-color: #003065 !important;  }
.popover.topRight .arrow:after,.popover.topLeft .arrow:after {    border-top-color: #FAFAFA !important;}
.popover-title {}
.popover-content {}
.popover ul {
    padding-left: 15px;
    margin-top: 8px;
}

.withNoContent.has-pretty-child > span {vertical-align: middle;}
.withNoContent.has-pretty-child > div{vertical-align: top;}
.multipleLinks .withNoContent.has-pretty-child {  margin-left: -25px !important;  }
.datepicker th.prev, .datepicker th.datepicker-switch, .datepicker th.next{ background-color: #5E7386;}

.product-price-container .main-price-line {border: 1px solid #E0E4E8; background: transparent;}
.cage2 { padding: 10px 0; background: #FFF; }
.cage2 .panel {margin-bottom: 5px;}
.cage2 .panel-heading {padding: 5px 0;}
.cage2 .panel-title{ font-size: 16px; font-weight: 600;}
.form-group .col-xs-24.col-sm-8:first-child {padding-right: 0;}

.btn {
    padding: 12px 20px;
    font-weight: 700;
    transition: background-color .4s ease;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
}
.btn-default{   padding: 8px 20px; color: #000;
    background-color: #d5e59f;
    border-color: #d5e59f;}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{    color: #000;
    background-color: #c7d791;
    border-color: #c7d791;}
.btn-primary{
    background: #00519e; border-color: #00519e; color: #fff;
}
#newProductOverview .buttonBlock .btn-primary {
    background: #951981; border-color: #951981; color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
div.wait-button,div.wait-button:focus,div.wait-button:hover {
    color: #fff;
    background-color: #00376b;
    border-color: #003261;
}
.btn.btn-inactive.pull-right {
    font-size: 0.9em;
    padding: 5px 10px;
    font-weight: 400;
}


#productCalculatorShortForm .panel-double-panel .panel-body:first-child .row-fluid { margin-left: -20px; margin-right: -20px; }
#productCalculatorShortForm .btn-primary { margin-top: 10px; }
#productCalculatorShortForm .productOverview .btn-primary { margin-top: 0; }
.form-horizontal #productCalculatorShortForm .form-group{ padding-top: 0; padding-bottom: 0;}
.productOverview .panel-body ul , .confirmPage .panel-body ul { padding-left: 0;}
.productOverview.panel-default .panel-default > .panel-heading {  background: 0 #cfd1d2;  }
.productOverview.panel-default .showProducts3 .panel-default > .panel-heading {  background: 0 #E2001A;  }

#slider_power, #slider_gas { padding-bottom: 5px;  }

.slider-handle {border-radius: 20px;}
.slider.slider-horizontal .slider-track{ background: #CCC;  }

.product-calculator-slider-grafix { padding: 0;  }
.product-calculator-slider-grafix span{display: block; height: 40px; cursor: pointer;}
#slider_power .product-calculator-slider-grafix:nth-child(1) span {width: 15px; }
#slider_power .product-calculator-slider-grafix:nth-child(2) span {width: 32px; margin: 0 auto; }
#slider_power .product-calculator-slider-grafix:nth-child(3) span {width: 43px; margin: 0 auto; }
#slider_power .product-calculator-slider-grafix:nth-child(4) span {width: 54px; float: right; }
#slider_gas .product-calculator-slider-grafix:nth-child(1) span {width: 35px; }
#slider_gas .product-calculator-slider-grafix:nth-child(2) span {width: 50px; margin: 0 auto; }
#slider_gas .product-calculator-slider-grafix:nth-child(3) span {width: 43px; float: right; }

.productOverview .row {
    margin-left: -12px;
    margin-right: -12px;
}
#productCalculatorShortForm hr{ margin: 0 15px 0; }
.productOverview .panel-title.highlight-csit {padding-left: 0;}
.productOverview > .panel-body > div:first-of-type .panel-heading {background: #E2001A;}
.productOverview .lead.xs-price-display {color: #E2001A; text-decoration: none; font-size: 1.2em;}
.productOverview .panel-body .panel-body {background: #FFF; border: 1px solid #cfd1d2; border-top: none; margin-bottom: 15px;}
.productOverview .panel-title {padding-left: 15px;}
.productOverview p.lead { color: #3e3d40; font-size: 14px; font-weight: bold;}
.productOverview > .panel-body > div:first-of-type .panel-heading .panel-title { color: #FFF; }
.product-price-container {background: none; }
.product-price-details {padding-left: 15px;}
.product-price-details .small {font-size: 0.8em;}
.product-price-container .row div:last-child{text-align: right;}
.product-price-container .row div.small:last-child{text-align: left;}
.productOverview .btn.btn-default {padding: 8px 15px; margin-right: 10px;}

#mediaBlock, #customerTypeBlock{display: inline-block; float: left;}
#customerTypeBlock{float: right;}
.tabHeadline {
    display: table; height: 38px;
}
.tabHeadline .tab{
    display: table-cell; width: 145px; position: relative; text-transform: uppercase; text-align: center;
}
.tabHeadline .tab:last-child { border-right: 0;}
.tabHeadline .tab label{
    width: 100%; position: absolute; left: 0; top: 0; display: block; color: #3e3d40; background: #FFF; border: 1px solid #708a25; padding: 5px 0; height: 38px;
    cursor: pointer; line-height: 29px; border-bottom: none; margin-bottom: 0;
}
#customerTypeBlock .tabHeadline .tab {width: 220px;}
#customerTypeBlock .tabHeadline .tab label span {display: none;}
#customerTypeBlock .tabHeadline .tab label b:before, #customerTypeBlock .tabHeadline .tab label span:before {
    font-family: 'FontAwesome' !important;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    left: -6px;
}

#customerTypeBlockPrivate label b:before, #customerTypeBlockPrivate label span:before {content: "\f015";}
#customerTypeBlockBusiness label b:before, #customerTypeBlockBusiness label span:before {content: "\f275";}

.tabHeadline .tab input {left: -9999em; position: absolute;}
.tabHeadline.onlyOneMedia .tab label img{top: 0;}
.tabHeadline .tab.active label{ background: #708a25; color: #FFF;}
#customerTypeBlock .tabHeadline .tab label b{
    display: inline;
}


.prodCalc_p{
    margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    background: #97bf0d;
}
#consumptionBlock {padding: 0;}
.prodCalc { width: 100%; table-layout: fixed; display: table;}
.result {width: 100%;}
.prodCalc label, .prodCalc label span{color: #FFF; font-weight: 400;}
#mediaBlock .panel-default, #customerTypeBlock .panel-default {background: transparent; margin: 0;}
.btn-primary.fullLine {width: 100%;}
.form-control[readonly] {background: #FFF;}

.slider.slider-horizontal{padding: 0 15px;}
.prodCalc .col-xs-24, .prodCalc .col-sm-12 {padding: 0;}
.col {float: left; display: inline-block; padding: 0 0 0 15px;}
.col:last-child {padding-right: 15px;}
#iFrameBody .form-group .col20 {padding-right: 15px;}
#iFrameBody #consumptionHTBlock .col {padding: 0 !important;}
.col20 {width: 20%;}
.col80 {width: 80%;}
.col100 {width: 100%;}

.stoererBlock .colorBlock{background: #0e9cd8; float: left;  width: 100%;}
.stoererBlock{
    background: #0e9cd8;padding-top: 100px;
    color: #FFF; text-align: center;
    box-shadow: 1px 0 3px #8DAD32 inset; vertical-align: top;
    position: relative; display: table-cell; width: 30%; ;
}
#newProductOverview .stoererBlock {background: transparent; padding-top: 0; box-shadow: none;}
.stoererBlock label{
    text-transform: uppercase; font-weight: 600; font-size: 18px; margin-top: 20px; margin-bottom: 20px;
}
.stoererBlock span{
    font-size: 30px; display: block; font-weight: 600;
}
.stoererBlock span span{
    font-size: 16px; display: block; font-weight: 400;
}
.stoerer{position: absolute; top: -30px; right: 30px;}
.arrow_stoerer{position: absolute; left: 0; top: calc(50% - 20px);}
.buttonBlock {margin-top: 20px; margin-bottom: 20px;}

.stoererBlock .buttonBlock .panel-default{ background: transparent;}
.stoererBlock .form-group.optionLine {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin: 15px;    padding: 8px 0;
}
.stoererBlock .form-group.optionLine > div:first-child {padding: 0 10px;}
.stoererBlock .form-group.optionLine > div:first-child div,
.stoererBlock .form-group.optionLine > div:first-child {text-align: center !important;}
.stoererBlock .form-group.optionLine > div {
    width: 100%;
}
.stoererBlock .form-group.optionLine .radio-check-table{text-align: left; padding-left: 10px; margin-top: 0;}
.stoererBlock .form-group.optionLine .radio-check-table > .form-group{margin-bottom: 0;}
.stoererBlock .buttonBlock label {  margin: 0;  }
.stoererBlock .buttonBlock label label{  margin: 3px;  }

.stoererBlock .buttonBlock label .prettyradio{position: relative; padding-left: 28px;}
.stoererBlock .buttonBlock label .prettyradio a{
    position: absolute;
    left: 0;
}
#changeProductForm .arrow_result_stoerer{left: -1px;}

#newProductOverview .stoererBlock .panel-default > .panel-heading{ border-color: #FFF;}

.prodCalc .panel-body {
    background: #97bf0d; padding: 20px 25px 25px; display: table-cell; width: 70%;
}
.result{margin: 0 0 50px;}
.result .panel-body {
    display: inline-block; width: 70%;
}
img.tariffImage {
    width: 100%; border: 1px solid #97bf0d;
}
.prodCalc ul{padding-left: 20px;}
.prodCalc ul li{list-style: none; position: relative; color: #FFF; font-size: 18px;}
.prodCalc ul li:before {
    content: "\f061";
    font-family: 'FontAwesome' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFF;
    position: absolute; left: -20px;
}

.showProductsIframe{ overflow: hidden;
    max-height:0;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 1px solid #708a25;
    padding-top: 10px;
}
.showProductsIframe.open{max-height: 9999px;}
.productOverview > div.panel-heading {display: none;}
.productOverview > div.panel-body {padding: 0;  margin-top: -15px;}
#contentContainer.showInIframe {margin-bottom: 12px;}

.showProductsIframe .panel-default{background: transparent;}
#newProductOverview .showProductsIframe .panel-body{border-bottom: none;}
#newProductOverview .showProductsIframe .panel-body{margin-bottom: 0;    display: block;  width: 100%;}
#changeProductForm div#newProductOverview {
    background: #fff;
    padding: 0 0 0 15px;
}
#newProductOverview .breaker {
    display: inline-block;
    width: 2%;
}
#changeProductForm #newProductOverview > div.result:first-child .panel-body{border-top: none;}
#changeProductForm #newProductOverview > div.result:last-child .panel-body{border-bottom: none;}
#changeProductForm .result .stoererBlock{}
.result .stoererBlock{ width: 29%;}
b.diffBST {
    display: block;
    position: relative;
    background: #951981;
    font-size: 22px;
    padding: 10px 0;
    width: calc(100% + 15px);
    z-index: 9;
}
b.diffBST:after {
    width: 15px;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #761466;
    content: " ";
    position: absolute;
    right: 0;
    height: 15px;
    bottom: -15px;
}

.ml-10 {margin-left: 10px;}
.mr-10 {margin-right: 10px;}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    width: 26px;
    text-align: center;
    padding: 0;
    height: 23px;
    border-radius: 0;
    background-color: #00519e;
    color: #FFF;
    box-shadow: -2px -2px 2px #00366d inset;
    margin-top: -7px;
    background-image: url(../images/de_DE/slider-handle.png);
    line-height: 20px;
}
#slider_gas .slider.slider-horizontal .slider-handle {
    width: 42px;
}

.prodResult.panel-default{background: transparent;}
.prodResult .panel-body, #changeProductForm .result .panel-body{padding: 15px 0; }
.prodResult #showProductsForm .panel-body, #changeProductForm .result #showProductsForm .panel-body{padding: 10px 15px; }

#newProductOverview .result{display: table; width: 100%; vertical-align: top;}
.result .panel-body{ width: 68.5%; display: table-cell;}
.result .stoerer{width: 75px; right: 10px;}
.prodResult .breaker {display: table-cell; width: 2%;}
.prodResult .stoererBlock { display: table-cell;
    width: 28%;  box-shadow: none;
}
.arrow_result_stoerer{position: absolute; left: 0; top: 360px;}
#yourDataBlock{
    background: #97bf0d; color: #FFF; margin-bottom: 40px; }
#yourDataBlock .headline{
    padding: 20px 25px 25px; border-bottom: 1px solid #FFF; }
#yourDataBlock .content{
    padding: 20px 25px 25px;  }
.headline input#back {
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    padding: 0;
}
.headline form{display: inline;}
.headline span:hover input#back,.headline span:hover:before {color:#718f0a;}
.headline span{position: relative; float: right;}
.headline span:before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
    font-weight: 400;
    font-size: 18px;
    position: absolute;     left: -12px;  top: 1px;
}
#yourDataBlock .content .entry{display:inline-block; width: 33%;     padding-bottom: 10px;}
.content .entry label{display: block;     margin-bottom: 0;  font-weight: 400;}
.content .entry span{display: block;}

#newProductOverview .panel-body,#changeProductForm #newProductOverview > div.result:first-child #showProductsForm .panel-body {border-top: 1px solid #708a25; border-bottom: 1px solid #708a25; }
#newProductOverview h4 {color: #00519e!important; font-size: 26px; font-weight: 400;}
#newProductOverview .panel-body ul{ padding-left: 23px;}
#newProductOverview .panel-body ul li{list-style: none; position: relative;}
#newProductOverview .panel-body ul li:not(.price):before{
    content: "\f00c";
    font-family: 'FontAwesome' !important;
    font-weight: 400;
    font-size: 18px;
    position: absolute; left: -25px; top: -2px;
    color: #97bf0d;
}
#newProductOverview .panel-body ul li span.priceLabel{
    font-weight: bold;
    display: inline-block;
    width: 130px;
}
#newProductOverview .panel-default > .panel-heading {padding-left: 15px; border-bottom: 1px solid #708a25;}
#newProductOverview .panel-default.price-accordion{ background: transparent; margin-top: 40px;}

#newProductOverview a.showProductsLink{
    color: #333;
    font-weight: 400;
    margin-left: 20px;
}
#newProductOverview a.showProductsLink:after{
    content: "\f107";
    font-family: 'FontAwesome', serif !important;
    font-weight: 400;
    font-size: 18px;
    padding-left: 5px;
}
#newProductOverview a.showProductsLink.active:after{  content: "\f106"; }
#newProductOverview .col-sm-offset-8 { margin-left: 0;}
#newProductOverview .col-sm-offset-8 a.form-link {  font-weight: 400;}
#newProductOverview .col-sm-offset-8 a.form-link:before { padding-right: 8px; content: "\f019";}

#contractOverviewForm input.btn-primary:not(#apply_filter){
    position: absolute;
    right: 15px;
    top: -75px;
}
#contractOverviewForm input.btn-default:not(#back) {
    padding: 0 10px;
}

.productBNPrice tr:first-child {
    font-weight: bold;
}
.productBNPrice tr.gesamt{
    font-weight: bold;
}

.tooltipCheck .popover-tooltip, #contentContainer .confirmPage span.popover-tooltip {
    float: none;
    color: #98bf0e;
    margin: 0 !important;
    padding: 0 !important;
}

table.productBNPrice col:nth-child(2), table.productBNPrice col:nth-child(3) {
    width: 90px;
}

#startDeliveranceBlock .form-group {
    margin-bottom: 15px;
}

/*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: #00519e;}
.datepicker td, .datepicker td span.month, .datepicker td span.year{color: #333;}
.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: #333;
}

.prettyradio>a{
    display: inline-block;
}
.prettyradio label{
    display: inline-block;
    width: calc(100% - 40px);
    padding-left: 0;
}
/* signature pad */
#signature-pad canvas {
    display: inline-block;
    width: 100%;
    float: left;
    background-color: white;
}
.m-signature-pad--footer .description{
    float: none;
    width: 100%;
    padding: 5px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.panel-body .rightBlock.changeEntryBl{
    margin-top: 32px;
}
hr{border-color: #FFF;}

button.changeEntry{
    border: none;
    background-color: transparent;
}
button.changeEntry:before{
    content: "\f067"; font-family: 'FontAwesome',serif !important; font-weight: 700; font-size: 20px; color: #00519e;
}
.phoneNumbers .onlyNumber {margin-bottom: 5px;}
small,.smallF{font-size: 0.8em; font-weight: 400;}
p.smallF {
    float: left;
    width: 100%;
}
.inlineCheckbox{
    float: left;
}
div#HerznetTVBlock h4 {
    margin: 0 0 19px;
    font-size: 20px;
}
.HerznetTVStreamingCheckBlock .col-sm-23.col-sm-offset-1{
    margin-left: 0;
    width: 100%;
}
.HerznetTVStreamingCheckBlock .radio-check-table-cell,
.HerznetTVStreamingCheckBlock .checkbox.has-pretty-child{
    width: 100%;
}
.HerznetTVStreamingCheckBlock .prettycheckbox label{
    font-weight: 700;
}

.HerznetTVOpt_GrundpaketCheckBlock .col-sm-23.col-sm-offset-1{
    margin-left: 0;
    width: 100%;
}
.HerznetTVOpt_GrundpaketCheckBlock .radio-check-table-cell,
.HerznetTVOpt_GrundpaketCheckBlock .checkbox.has-pretty-child{
    width: 100%;
}
.HerznetTVOpt_GrundpaketCheckBlock .prettycheckbox label{
    font-weight: 700;
}
.OptionHerznetTV_HDPaket_info {
    margin: -15px 0 15px 30px;
}

#createContractDSLForm .singleRow .checkbox.has-pretty-child{
    display: table;
}
#createContractDSLForm.page1 .optionBlock span.labelArrayWithLink{
    vertical-align: top;    padding-left: 5px; padding-top: 5px; display: table-cell;
}
#createContractDSLForm .checkbox.has-pretty-child {
    display: table;
}
#createContractDSLForm .labelArrayWithLink{
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
    cursor: pointer;
}
.checkbox_cell > span.labelArrayWithLink, .checkbox_cell > .prettycheckbox {
    float: left;
}
#createContractDSLForm .optionBlock span.popover-tooltip{
    line-height: normal;border-radius: 50%;
}
#createContractDSLForm.page1 span.popover-tooltip{background: #FFF;}
#createContractDSLForm.page1 span.popover-tooltip.inline{
    border-radius: 50%;
    height: 19px;
}
#createContractDSLForm .optionBlock.withTable .withNoContent.has-pretty-child {
    margin-left: -20px !important;
    padding-left: 0;
    padding-top: 0;
}
.radio-check-table-cell span.popover-tooltip{
    background: transparent;
}
#createContractDSLForm .radio-check-table-cell.col-xs-2{
    padding-left: 0;
}
#createContractDSLForm .radio-check-table-cell{
    min-width: 55px;
    width: auto;
}
#createContractDSLForm .form-control[readonly] {
    background-color: #eaf2cf;
    border-color: transparent;
    box-shadow: none;
}
#createContractDSLForm.page3 .withNoContent.has-pretty-child{
    padding-left: 10px;
}
#createContractDSLForm.page3 .optionBlock .radio-check-table-cell {
    padding-left: 5px;
    float: left;
    text-align: left;
}
#createContractDSLForm.page3 .optionBlock .radio-check-table-cell.price_cell{
    width: 95px !important;
}
#createContractDSLForm.page3 .panel-body .leftBlock.optionBlock{margin-top: 10px;}
#createContractDSLForm.page3 .panel-body .leftBlock.optionBlock + .form-group .radio-check-table-cell.col-xs-22{padding-right: 5px;}
#createContractDSLForm.page3 .panel-body .leftBlock.optionBlock + .form-group span.popover-tooltip{margin-left: 0;}
#createContractDSLForm .withNoContent.has-pretty-child {
    margin-left: -25px !important;
}

#createContractDSLForm li.disabled a {
    color: #A9A9A9;
}

.radio-check-table-cell + .radio-check-table-row .has-pretty-child {
    padding-left: 35px;
}
#signatureBlock .modal-dialog {
    width: calc(98% - 10px);
    max-width: 800px;
    opacity: 0.5;
    transition: all 0.5s ease-out;
}
#signatureBlock.active .modal-dialog{
    opacity: 1;
}
.modal-header .close{
    color: #000;
}
.modal-header,.modal-content {
    background-color: #FFF;
    border: none;
    font-family: "Calibri W01", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-content{
    padding: 15px;
}
.modal-header>h4 {
    font-size: 20px;
    font-weight: 600;
}
.currentProviderType span.popover-tooltip {
    position: relative;
    top: -8px;
    left: 5px;
}
.singleRow .checkbox.has-pretty-child{padding-right: 20px; float: left;}
.singleRow .checkbox.has-pretty-child .prettyradio label{
    margin: 0;
    padding: 6px 5px;
}
body.noScroll{overflow: hidden;}
#signatureBlock .close{outline: none !important;}
#signatureBlock .infoText,.m-signature-pad--body,.m-signature-pad--footer .description{
    max-width: 510px;
    margin: 0 auto 10px;
}
.m-signature-pad--body{
    max-width: 365px;
}
#signatureBlock{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -9999em !important;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#signatureBlock.active{
    left: 0 !important;
}
#signatureBlock .mask {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background-color: #000;
}
.m-signature-pad--body{
    text-align: center;
    max-height: 150px;
    margin-bottom: 0;
    background-color: #eee;
}
#signature-pad canvas{
    background-color: transparent;
    float: none;
    /*height: 150px;*/
}
.m-signature-pad--footer .description{
    visibility: hidden;
}
.m-signature-pad--footer .description.error{
    visibility: visible;
}
.innerAddressBlock .panel-heading{padding-bottom: 0;    padding-top: 20px;}

#newsletterType .col-xs-24.col-sm-19.col-sm-offset-5 {
    margin: 0;
    padding: 0;
    width: inherit;
}
#newsletterType .form-group.inlineCheckbox.prettyCheckable {
    margin: 0;
    float: none;
    display: inline-block;
    line-height: normal;
}
#newsletterType .checkbox-row .radio-check-table-cell > .checkbox{margin-left: 0;}
#newsletterType .radio-check-table-cell{padding-right: 0; padding-left: 5px;}
#newsletterType .checkbox-row .radio-check-table-cell .prettycheckbox label{margin-left: 10px;}
.col-sm-offset-3{    margin-left: 12.5%;}
#newsletterType div {display: block;}
.checkSpan label {
    display: inline;
    font-weight: 400;
}
.checkSpan .prettycheckbox{
    position: relative;
    padding-left: 33px;
    margin-left: 0;
}
.checkSpan .prettycheckbox a{ position: absolute; left: 0; }
#newsletterType div.checkSpan {
    display: table;
    float: left;
    padding-right: 5px;
}
a#row_button.form-link:before{ content: "\f067";}
a#row_button.form-link.active:before{ content: "\f068";}

#numbered_breadcrumb{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
#numbered_breadcrumb i {font-style: normal;    white-space: nowrap;}
#numbered_breadcrumb div{
    display: table-cell;
    width: 20%;
    text-align: center;
    color: #97bf0d;
}
#numbered_breadcrumb div b{
    display: block !important;
    border: 2px solid #97bf0d;
    color: #97bf0d;
    border-radius: 50%;
    padding: 5px;
    height: 31px;
    font-size: 18px;
    width: 31px;
    margin: 0 auto;
    line-height: 16px;
}
#numbered_breadcrumb div.active{
    color: #708a25;
}
#numbered_breadcrumb div.active b{
    border-color: #708a25;
    color: #FFF;
    background-color: #708a25;
}

div#prodDataBlock {
    background: #eaf2cf;
    padding: 10px 20px;
    margin: 20px 0;
}
.panel-body div#prodDataBlock{padding: 0; margin: 0;}
#prodDataBlock .line {
    width: 100%;
    border-bottom: 1px solid #97bf0d;
    padding: 0 5px;
    line-height: 20px;
    display: table;
}
#prodDataBlock .line.sum { line-height: 24px;}
#prodDataBlock .small span{
    float: none;
    display: inline;
    width: inherit;
}
#prodDataBlock span{
    float: left;
    display: table-cell;
    width: calc(100% - 100px);
}
#prodDataBlock .price{
    text-align: right;
    width: 55px;
}
#prodDataBlock .line span.unit{
    display: inline-block; width: 45px; text-align: left;
    padding-left: 5px;
}
#prodDataBlock .sum .price, #prodDataBlock .sum .unit{
    font-size: 1.2em; font-weight: 700;
}
body#iFrameBody, html {
    background: transparent;
}
.ewr-calculator-DSL{width: 100%; border: 0;}
.radio-check-table-cell.price_cell {
    width: 104px !important;
    text-align: right;
    padding-top: 4px;
    white-space: nowrap;
}
.radio-check-table-cell.price_cell b{
    font-size: 0.65em;
    display: inline-block;
    width: 55px;
    text-align: left;
}
#createContractDSLForm .radio-check-table-cell.toolTip_cell {
    min-width: 22px !important;
}
.radio-check-table-cell.toolTip_cell {
    width: 28px !important; text-align: right;
}
#createContractDSLForm .withNoContent.has-pretty-child > span {
    vertical-align: top;
    padding-top: 5px;
}
.radio-check-table-cell.toolTip_cell span.popover-tooltip {
    margin-left: 0; margin-top: 5px;
}
.radio-check-table-cell.checkbox_cell .prettycheckbox{
    margin-left: -5px; display: table-cell;
}
#createContractDSLForm.page1 span:not(.popover-tooltip){
    display: table-cell;
    float: none;
    line-height: normal;
}
#createContractDSLForm div.form-group:not(.HerznetTVOpt_GrundpaketCheckBlock):not(.HerznetTVStreamingCheckBlock ) .has-pretty-child label{
    font-weight: 400; margin-left: 0; padding-left: 0; position: absolute; left: 0; width: auto !important;
}
#createContractDSLForm .withNoContent.has-pretty-child > div {
    vertical-align: top;
    position: relative;
}
.campaignCode .control-label{min-height: 31px;}

#hideDebitSelection{position: absolute; left: -9999em; text-indent: -9999em;}
.bootstrap-select + span.input-group-addon.alert-default.using-glyphicons.popover-tooltip {
    background: #fff;
}
#createContractDSLForm.page3 .radio-check-table-cell.toolTip_cell span.popover-tooltip {background-color: transparent;}
#createContractTwoPageForm.successPage span.popover-tooltip {background-color: transparent;}
input#campaignCode, input#promotionCode {
    width: calc(100% - 120px);
    float: left;
}
#redeemVoucher, #redeemPromotionCode{float: right; padding: 5px 20px 6px;}

.promotionCodeResult.okay div.control-label.value-label{
    color: #708a25;
}
.promotionCodeResult.failure div.control-label.value-label{
    color: #a94442;
}
.promotionCodeResult div.control-label.value-label:before{
    font-family: "FontAwesome", serif;
    content: "\f129";
    padding-right: 5px;
}
.promotionCodeResult.okay div.control-label.value-label:before{
    content: "\f00c";
}
.promotionCodeResult.failure div.control-label.value-label:before{
    content: "\f12a";
}

#createContractDSLForm.successPage{margin-top: 25px;}

div#divergentPhoneBookEntryInput + div {
    margin-top: 5px;
}



#recommendationBlock, #recommendationContent, .entryLine{
    width: 100%;
    float: left;
}
#recommendationBlock h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
}
.infoBl,.errorBl{
    text-align: center;
    font-size: 20px;
}
.errorBl{
    color: #a94442;
}

#recommendationContent{
    color: #FFF;
    background-color: #97bf0d;
    padding: 15px 5px;
    margin: 0 -15px 15px;
    width: calc(100% + 30px);
}
#recommendationContent .entryLine{
    max-width: 600px;
    float: none;
    margin: 0 auto;
}
#recommendationContent .entry{
    float: left;
    width: 9.09%;
    border: 2px solid #97bf0d;
    background-color: #00519e;
    height: 45px;
    font-size: 22px;
    text-align: center;
    line-height: 39px;
}
#recommendationContent .entry.active, .entry.disabled.active{
    background-color: #0e9cd8 !important;
}
#recommendationContent .entry.disabled{
    cursor: not-allowed;
    background-color: #00376b;
}
#recommendationContent .entry:hover{
    background-color: #00376b;
}
#recommendationContent .entryLine > .pull-left {
    padding-left: 5px;
}
#recommendationContent .entryLine > .pull-right {
    padding-right: 5px;
}

.typeahead.dropdown-menu {
    border: 1px solid
    #ccc;
    border-radius: 0;
    width: calc(100% - 30px);
}

.typeahead.dropdown-menu > .active > a, .typeahead.dropdown-menu .active > a:hover, .typeahead.dropdown-menu > .active > a:focus {
    background-color: #eee;
    color: #333;
}

#alreadyCustomerBlock label
{
    margin: 4px 5px !important;
}

.label_blue {
    color: #00519e;
}

.blue_border, .blue_border:focus, .blue_border:hover {
    border: 1px solid #00519e;
    box-shadow: none;
}

div#prodCalcProductOverview {
    margin: 0 -15px;
}
.resultLine{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.resultElem{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 15px;
}
.monthPriceBl{
    background-color: #0e9cd8;
    text-align: center;
    font-size: 30px;
    display: block;
    font-weight: 600;
    padding: 5px 0;
    color: #FFF;
}
.monthPriceBl span.price span {
    font-size: 16px;
    display: block;
    font-weight: 400;
}
.resultElem .diffBST{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    margin: -30px -15px 30px;
    width: calc(100% + 40px);
}
.resultElem b.diffBST:after{
    width: 10px;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #761466;
    content: " ";
    position: absolute;
    right: 0;
    height: 10px;
    bottom: -10px;
}
.resultElem .panel-body{
    position: relative;
    background-color: #eaf2cf;
    padding: 30px 15px 5px 15px;
    box-sizing: content-box;
}
.resultElem b.diffBST:before,
.resultElem .panel-body:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 40px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
}
.resultElem .monthPriceBl + .panel-body:before{
    border-top: 22px solid #0e9cd8;
}
.resultElem b.diffBST:before{
    border-top: 22px solid #951981;
    top: inherit;
    bottom: -22px;
}
.priceBl {
    font-weight: 700;
}
.priceBl span.priceLabel {
    display: inline-block;
    min-width: 90px;
}
.detailBl {
    padding: 10px 0;
    text-align: center;
}
.detailBl a.showDetails:before {
    font-family: "FontAwesome", serif;
    content: "\f067";
    font-weight: 400;
    font-size: 14px;
}
.resultElem .descr ul{
    margin-top: 10px;
}
.resultElem ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.resultElem .descr ul li{
    padding-left: 28px;
    padding-bottom: 8px;
    position: relative;
}
.resultElem .descr ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    color: #97bf0d;
    font-size: 19.2px;
    left: 0;
    top: .104em;
}
.resultElem .buttonBlock{
    position: relative;
}

.resultElem .buttonBlock .btn-primary{
    margin-top: 0;
    margin-bottom: 0;
    background-color: #97bf0d;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 1;
    min-height: 47px;
    border: 0;
    width: 100%;
    font-weight: 400;
}
.resultElem .buttonBlock{
    margin: 0;
}
.modal-body .panel-heading {
    padding-left: 15px;
}
div#printContractDSLMask {
    float: left;
    width: 100%;
    position: relative;
}
div#printContractDSLMask:before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -50px;
    min-height: calc(100% + 50px);
    width: calc(100% + 30px);
    opacity: 0.8;
    z-index: 2;
    background: #fff;
    cursor: help;
    visibility: visible;
    transition: all ease-in-out 0.5s;
}
div#printContractDSLMask.clicked:before {
    min-height: 0;
    visibility: hidden;
}

@media (min-width: 940px)
{
    .campaignCode .panel-heading {
        padding-right: 115px;
    }
}
@media (min-width: 900px)
{
    .hasdiffBST b.diffBST_dummy {
        display: block;
        height: 67px;
    }
}
@media (min-width: 768px)
{
    .modal-dialog {
        width: 80%;
    }
    .resultElem{
        width: 33.33333333%;
    }
    #divergentPhoneBookEntryBlock .radio-check-table-cell {
        padding-left: 15px;
    }
    #topMenu .navbar-nav > li > a.dropdown-toggle:hover + .dropdown-menu, #topMenu .navbar-nav > li > a.dropdown-toggle + .dropdown-menu:hover {
        visibility: visible;
        opacity: 1;
        transition: opacity .4s ease,visibility .4s ease;
    }
    #topMenu .dropdown-menu{position: absolute;}

    #loginInc2Block .row {
        display: table;
        width: 100%;
        margin: 0;
    }
    #loginInc2Block .row > div {
        display: table-cell;
        float: none;
        border-right: 15px solid #fff;
        background-color: #eaf2cf;
    }
    #loginInc2Block .row > div:last-child {
        border-left: 15px solid #fff;
        border-right: 0;
    }
    #loginInc2Block .row .panel-default > .panel-heading {
        padding: 10px 0;
        margin: 0 -15px;
    }
    #loginInc2Block .panel-body {
        padding: 10px 15px;
        margin: 0 -15px;
    }
    #loginInc2Block .panel-default {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #leftOptionBlock {
        border-right: 1px solid #FFF;
    }

    #numbered_breadcrumb div span {
        position: relative;
        top: 3px;
    }
    div#conditionsBlock .form-group {
        width: 50%;
        float: left;
        margin: 0;
    }
    div#conditionsBlock .form-group:nth-child(odd) {padding-right: 10px;}
    div#conditionsBlock .form-group:nth-child(even) {padding-left: 10px;}
    div#conditionsBlock .form-group .col-xs-24.col-sm-8:first-child {
        padding-left: 0;
    }
    .checkbox-row.currentProviderType {
        padding-left: calc(33.33333333% + 10px);
    }
    #iFrameBody .cage2 .form-group > div{
        padding-left: 15px;
        padding-right: 15px;
    }
    #iFrameBody .cage2 .form-group.col-sm-12{width: 50%;}
}
@media (max-width: 992px){
    .wrapper {width: 100%; padding: 0 15px;}
    #yourDataBlock .content .entry{width: 49%;}
    .arrow_result_stoerer{top: 320px;}
}
@media (max-width: 899px){
    .resultElem {
        width: 100%;
        margin-bottom: 30px;
    }
    .prodResult.panel-default {
        max-width: 750px;
        margin: 0 auto;
    }
}
@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: 320px;
    }
    #newProductOverview .breaker{width: 1%;}
    b.diffBST{font-size: 16px;}
    body.side-collapse footer ul{min-width: inherit;}
}
@media (max-width: 767px)
{
    header {height: 110px;}
    .navbar{margin-bottom: 5px;}
    #topMenu .navbar-nav .open .dropdown-menu {
        visibility: visible;  opacity: 1;  transition: opacity .4s ease,visibility .4s ease;
        border-top: none;
    }
    .container-fluid{background: transparent;}
    .navbar-default .navbar-toggle{padding: 0 10px; margin: 0 6px 10px;}
    .navbar-default .navbar-toggle .icon-bar{background-color: #97bf0d; width: 38px; height: 6px; border-radius: 2px; margin-top: 5px;}
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{ background: transparent;}
    .loginout{padding: 10px 24px;}
    header a.metaNavi {  line-height: 15px;  padding: 5px 15px 0;  }
    #topMenu .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 9;
        overflow: hidden;
        padding-right: 0 !important;
    }
    .userName{margin-top: 5px;}
    #topMenu .dropdown-menu > li > a{width: auto; padding: 13px 20px 12px 40px; font-size: 16px;}
    .navbar-nav {margin: 0;}
    #topMenu .navbar-nav > li > a.dropdown-toggle { border-bottom: 1px solid #FFF !important;  color: #FFF;
        background: #97bf0d; font-size: 16px; font-weight: 400;  padding: 13px 13px 13px 20px;}
    footer:before {  margin: 0 0 10px;}
    .stoererBlock label b{display: block;}
    #slider_power, #slider_gas{margin-top: 15px;}
    .slider.slider-horizontal{margin-top: 0;}

    .panel-title.highlight-csit{font-size: 28px;}
    #iFrameBody  #slider_power .col, #iFrameBody  #slider_gas .col {padding: 0;}

    #customerTypeBlock { float: left;  border-bottom: 1px solid #fff;  width: 100%; background: #97bf0d; padding-top: 1px; }
    #customerTypeBlock .tabHeadline .tab {width: auto;    min-width: 170px;}
    #customerTypeBlock .tabHeadline .tab label {
        padding-left: 30px;
        text-align: left;
        border: none;
        background: #97bf0d;
        color: #fff;
    }
    #customerTypeBlock .tabHeadline .tab:last-child  { width: 190px; }
    #customerTypeBlock .tabHeadline .tab:last-child label { padding-left: 20px; }
    #customerTypeBlock .tabHeadline .tab.active label {    background: #708a25;   }
    .arrow_result_stoerer{top: 250px;}

    .panel-body .rightBlock.changeEntryBl{
        margin-top: 10px;
    }
    #numbered_breadcrumb div{
        width: auto;
        height: 55px;
        position: relative;
    }
    #numbered_breadcrumb div span{display: none;}
    #numbered_breadcrumb div.active span, #numbered_breadcrumb div b{
        display: block;
    }
    #numbered_breadcrumb div.active span{position: absolute; left: 50%; bottom: -4px;}
    #numbered_breadcrumb div.active span i{position: relative; left: -50%;}
    #numbered_breadcrumb div.active:first-child span{left: 0;}
    #numbered_breadcrumb div.active:first-child span i{left: 0;}
    #createContractDSLForm.page3 .row {margin-left: 0; margin-right: 0;}
    #divergentPhoneBookEntryBlock{padding-left: 15px;}
    label[for=wantsPhoneBookEntry_] + div{
        padding-left: 30px;
    }
    #createContractDSLForm .checkbox-row.col-xs-24 {
        padding-right: 0;
    }
    #createContractDSLForm .optionBlock.withTable .withNoContent.has-pretty-child {
        margin-left: -10px !important;
    }
    .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{    clear: both;}
    .loginout {
        padding: 8px 20px;
        margin-top: 8px;
    }
    .panel-title {
        font-size: 20px;
    }
    .panel-title.highlight-csit {
        font-size: 22px;
    }
    .btn.btn-primary {
        padding: 8px 20px;
    }
    #customerMessageForm .pull-right.btn-withArrow{display: block; margin-bottom: 8px;}
    .currentProviderType .radio-check-table-row{display: block;    position: relative;}
    #iFrameBody .cage2 .form-group > div{padding-left: 15px;}
    #newProductOverview a.showProductsLink{margin-right: 15px;}
    #createContractDSLForm .radio-check-table-cell.col-xs-24 {
        padding: 0 5px;
    }
    #createContractDSLForm #divergentPhoneBookEntryBlock .radio-check-table-cell.col-xs-24 {
        padding: 0;
    }
    .rightBlock.col-xs-24.col-sm-10.phoneNumbers {
        width: calc(100% - 28px);
    }
    .panel-body .rightBlock.changeEntryBl {
        margin-top: 10px;
        width: 28px;
        position: relative;
        left: 5px;
        top: 22px;
    }
    #createContractDSLForm.page3 .radio-check-table-cell {
        min-width: auto;
        width: auto;
        padding-right: 0;
    }
}
@media (max-width: 660px)
{
    #newProductOverview .result{display: block; }
    .result .stoererBlock,.result .panel-body{display: block; width: 100%; }
    .result .breaker {display: none;}
    .result .stoererBlock { padding-top: 30px; padding-bottom: 20px; box-shadow: none; border-top: none; }
    img.tariffImage{position: relative; top: -30px }
    .resultElem img.tariffImage, .resultElem b.diffBST
    {position: relative; top: 0; }
    .arrow_result_stoerer {display: none;
        /*
        position: absolute;
        left: calc(50% - 8px);
        transform: rotate(90deg);
        top: -8px;
        */
    }
    .modal-body {
        position: relative;
        padding: 5px 0;
    }
    b.diffBST{top: -30px;font-size: 20px;}
    #changeProductForm .result .stoererBlock{float: none;}
    #changeProductForm div#newProductOverview{padding-left: 10px; padding-right: 15px;}
    .stoererBlock .colorBlock{ float: none; padding-bottom: 5px;}
}
@media (max-width: 650px)
{
    #main {padding-bottom: 175px;}
}
@media (max-width: 590px)
{
    .prodCalc, .result{display: block; }
    .stoererBlock,.prodCalc .panel-body{display: block; width: 100%; }
    .arrow_stoerer {
        position: absolute;
        left: calc(50% - 20px);
        transform: rotate(90deg);
        top: -8px;
    }
    .stoererBlock { padding-top: 90px; padding-bottom: 20px; box-shadow: 0 1px 3px #8DAD32 inset; }
    .stoerer { width: 90px; top: -15px; }
    .infoBl{font-size: 18px; line-height: normal;}
    .ERP_successBl .entry{
        width: 100%;
        height: auto !important;
    }
}
@media (min-width: 451px)
{
    #iFrameBody .cage2 .form-group.col-sm-12.col-xs-24{
        width: 50%;
    }
}

@media (max-width: 480px)
{
    #createContractDSLForm.page3 .optionBlock .radio-check-table-cell{width: 100%;}
    #createContractDSLForm.page3 .optionBlock .radio-check-table-cell.price_cell { margin-left: 32px; }
}
@media (max-width: 450px)
{
    header a.metaNavi{
        padding-right: 0;
        top: 55px;
        position: absolute;
        right: 15px;
    }
    .col {padding: 0 15px;}
    .col20 {width: 100%;}
    .col80 {width: 100%;}
    .col20 + .col80 {padding-top: 5px; }
    .col80 + .col20 {padding-top: 5px; }
    .col:last-child {  padding-right: 15px;  }
    #consumptionBlock > div:first-child { margin-bottom: 15px; }
    #yourDataBlock .content .entry{width: 100%;}
    #iFrameBody .form-group .col20 {padding-right: 0;}
    #iFrameBody  #slider_power .col, #iFrameBody  #slider_gas .col {padding: 0;}
    #contractOverviewForm input.btn-primary:not(#apply_filter) {
        position: inherit;
        right: inherit;
        top: inherit;
    }
    #newProductOverview a.showProductsLink {
        margin-right: 15px;
        margin-top: 15px;
        margin-left: 0;
        display: block;
        float: none !important;
    }
    #createContractDSLForm.page3 .radio-check-table-cell.col-xs-2 {
        float: right;
    }
    #createContractDSLForm.successPage .btn-primary{margin-top: 10px;}
}
@media (max-width: 400px)
{
    #recommendationContent{
        margin: 0 -23px 15px;
        width: calc(100% + 46px);
    }
    .entry {
        padding: 0;
        font-size: 18px;
        border-width: 1px;
        height: 40px;
    }
    .infoBl{font-size: 16px;}
    #customerTypeBlock .tabHeadline .tab { width: 50%; min-width: inherit; }
    #customerTypeBlock .tabHeadline .tab label b {display: none;}
    .tabHeadline{width: 100%;}
    #customerTypeBlock .tabHeadline .tab label span {display: block;}
    #customerTypeBlock .tabHeadline .tab:last-child label{padding-left: 30px;}
    footer .navbar-nav > li > a{ padding: 6px 15px 6px 8px;}
    div#prodDataBlock{padding: 10px;}
    #createContractDSLForm:not(.confirmPage) .small {white-space: nowrap;}

    #createContractDSLForm.page1 .panel-title > b{white-space: nowrap;}
    #createContractDSLForm.confirmPage .pull-right.btn-withArrow {
        margin-bottom: 10px;
    }
    label.recommendedByLabel{
        position: relative; padding-right: 40px;
    }
    label.recommendedByLabel span {
        position: absolute;
        right: 20px; top: 0;
    }
    .radio-check-table-cell.checkbox_cell.has-pretty-child label{padding-left: 30px;}
    .radio-check-table-cell.toolTip_cell{width: 20px !important;}
    .radio-check-table-cell.price_cell b {
        font-size: 10px;
    }
    .houseTypeBl .radio-check-table-cell{ display: block;}
    #createContractDSLForm.confirmPage .btn.btn-primary{
        padding: 8px 12px;
    }
    #createContractDSLForm.confirmPage .btn.btn-default{padding: 5px 12px;}
    #createContractDSLForm .radio-check-table-cell{
        min-width: auto;
    }
    #createContractDSLForm.page1 span:not(.popover-tooltip){
        padding-left: 2px;
    }
}

@media (min-width: 451px)
{
    #iFrameBody #streetBlock.form-group .col20 {
        padding-right: 0;
        padding-left: 15px;
    }
}
