#tx_tarifrechner {
  margin-bottom: 40px;
}
#tx_tarifrechner *:focus {
  outline: none;
}
#tx_tarifrechner hr {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #eee;
}
#tx_tarifrechner #rechner_wrap {
  margin-bottom: 40px;
}
#tx_tarifrechner #rechner_wrap h1, #tx_tarifrechner #rechner_wrap h2, #tx_tarifrechner #rechner_wrap h3, #tx_tarifrechner #rechner_wrap h4, #tx_tarifrechner #rechner_wrap h5 {
  margin-top: 0px;
}
#tx_tarifrechner.single #rechner_wrap {
  max-width: 500px;
}
#tx_tarifrechner.single .ergebnisliste {
  max-width: 700px;
}
#tx_tarifrechner #rechner_inner_wrap {
  position: relative;
}
#tx_tarifrechner #rechner_inner_wrap #loadinganimation {
  z-index: 100;
}
#tx_tarifrechner #stromgas_wrap {
  width: 100%;
}
#tx_tarifrechner #stromgas_wrap .rechner-ui {
  width: 50%;
  padding: 20px 30px 30px 30px;
}
#tx_tarifrechner #stromgas_wrap #gas-ui {
  float: right;
}
#tx_tarifrechner #stromgas_wrap #gas-ui .tarifvergleich {
  text-align: right;
}
#tx_tarifrechner #stromgas_wrap #strom-ui {
  float: left;
}
#tx_tarifrechner #stromgas_wrap #strom_wrap, #tx_tarifrechner #stromgas_wrap #gas_wrap, #tx_tarifrechner #stromgas_wrap #elektrowaerme_wrap {
  border: none;
  width: auto;
  padding: 0;
}
#tx_tarifrechner #strom_wrap, #tx_tarifrechner #gas_wrap, #tx_tarifrechner #elektrowaerme_wrap {
  padding: 20px 20px 40px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
}
#tx_tarifrechner #plz {
  width: 70px;
}
#tx_tarifrechner #plz_filter {
  padding-right: 20px;
}
#tx_tarifrechner #kundengruppe_filter {
  padding-bottom: 20px;
}
#tx_tarifrechner #filter_wrap {
  padding-bottom: 20px;
}
#tx_tarifrechner .ui-slider {
  margin-bottom: 15px;
}
#tx_tarifrechner .input_row {
  margin-bottom: 0.8em;
}
#tx_tarifrechner input#nennwaerme {
  width: 55px;
}
#tx_tarifrechner .textfield {
  width: 120px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px 10px;
}
#tx_tarifrechner .help_icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url("../Icons/Steps/Swtf/info.png") center center no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
  top: 0.5em;
}
#tx_tarifrechner .help_icon:after {
  content: "";
  display: block;
}
#tx_tarifrechner #berechnen_wrap {
  position: relative;
  top: -15px;
  text-align: center;
}
#tx_tarifrechner .klimaaufpreiskwh {
  color: #417505;
}
#tx_tarifrechner .steps {
  width: 100%;
  float: left;
  padding-bottom: 0.5em;
  border: none;
  margin: 0;
}
#tx_tarifrechner .steps legend {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#tx_tarifrechner .steps img {
  max-width: 100%;
  display: block;
  float: left;
}
#tx_tarifrechner .steps .step {
  display: block;
  height: 100%;
  float: left;
  cursor: pointer;
}
#tx_tarifrechner .steps input[type="radio"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#tx_tarifrechner .steps label:nth-of-type(1) {
  width: 17%;
}
#tx_tarifrechner .steps label:nth-of-type(2) {
  width: 20%;
}
#tx_tarifrechner .steps label:nth-of-type(3) {
  width: 28%;
}
#tx_tarifrechner .steps label:nth-of-type(4) {
  width: 35%;
}
#tx_tarifrechner .steps .visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#tx_tarifrechner .slider_wrap {
  clear: both;
  margin-bottom: 1.5em;
}
#tx_tarifrechner .ui-slider-handle {
  background: transparent url("../Img/slidehandle.png") no-repeat left top;
  border: 0 none;
  height: 30px;
  width: 19px;
  cursor: ew-resize;
  top: 0;
}
#tx_tarifrechner .ui-slider-horizontal {
  background: transparent url("../Img/sliderbg.png") no-repeat right -3px;
  border: none;
  height: 27px;
  clear: both;
}
#tx_tarifrechner .ui-widget-header {
  background: transparent url("../Img/sliderbg.png") no-repeat left -27px;
}
#tx_tarifrechner .tarif_details {
  overflow: hidden;
  display: none;
}
#tx_tarifrechner .tarif_wrap h2, #tx_tarifrechner .tarif_wrap h3, #tx_tarifrechner .tarif_wrap h4 {
  background: #ccc;
  padding: 10px 10px 10px 20px;
}
#tx_tarifrechner .tarif_wrap .tarif_basisdaten {
  padding: 20px 20px 20px 20px;
}
#tx_tarifrechner .tarif_wrap .tarif_basisdaten ul, #tx_tarifrechner .tarif_wrap .tarif_basisdaten li {
  margin: 0;
  padding: 0;
}
#tx_tarifrechner .tarif_wrap .tarif_basisdaten li {
  list-style: none;
}
#tx_tarifrechner .tarif_wrap .tarif_hinweis {
  margin-top: 10px;
}
#tx_tarifrechner .tarif_wrap .tarif_bestellen_wrap {
  text-align: center;
}
#tx_tarifrechner .tarif_wrap .tarif_bestellen_wrap .btn {
  position: relative;
  bottom: -40px;
}
#tx_tarifrechner .tarif_wrap .tarif_details_wrap {
  background: #ccc;
  padding: 40px 20px 20px 20px;
}

#rechner_wrap #plz {
  margin-right: 15px;
}

#ort_filter label {
  margin-right: 10px;
}
#ort_filter select {
  max-width: 220px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 8px 10px;
}

#showkwhnacht span,
#hidekwhnachtelektro span,
#showkwhnachtelektro span {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 699px) {
  #tx_tarifrechner #stromgas_wrap .rechner-ui {
    width: 100%;
  }

  #stromgas_wrap,
.ergebnisliste,
#berechnen_wrap {
    max-width: 450px;
  }

  #tx_tarifrechner #stromgas_wrap #strom-ui {
    float: left;
    border-right: 0px;
    border-bottom: 1px solid #CCC;
  }

  #tx_tarifrechner .ergebnisliste .nctr_arbeitspreis,
#tx_tarifrechner .ergebnisliste .nctr_grundpreis {
    display: none;
  }

  #tx_tarifrechner table.ergebnisliste tbody .nctr_tarifname {
    width: 70%;
  }
}
#bestellen {
  margin-left: 45px;
}

#nctr_bestellen_wrap {
  padding-top: 10px;
  margin-bottom: 30px;
}

#nctr_bestellen_wrap {
  background-position: 55px -5px;
}

#nctr_bestellen_wrap {
  text-align: left;
  margin-bottom: 30px;
}

#tarifauswahl {
  margin: 20px 0px;
    display: inline-block;
}

.bestellform legend {
  margin-top: 50px;
}
.bestellform .hideFirst {
  display: none;
}
.bestellform #rechnungsanschrift.input_group {
  padding: 0;
}
.bestellform #rechnungsanschrift.input_group.hidethis h3 {
  border-bottom: none;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 0px;
}
.bestellform #rechnungsanschrift.input_group.visible h3 {
  text-decoration: none;
  cursor: default;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.qtip {
  line-height: 170% !important;
  max-width: 200px !important;
}

.qtip-content {
  font-size: 14px;
}
.qtip-content .csc-header {
  display: none !important;
}
.qtip-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 50px;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  border-bottom: 3px solid #FF0042;
}

#tx_tarifrechner input.error, textarea.error {
  border: 2px solid #FF0042;
}

#tx_tarifrechner {
  /*  .btn-primary {
      background: $primary-color;
      border-color: $primary-color;
      -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
      &:hover {
        background: $primary-color;
        border-color: $primary-color;
      }
    }*/
}
#tx_tarifrechner a {
  color: rgb(241, 135, 0);
}
#tx_tarifrechner .tx_tarifrechner_firstlegend {
  margin-top: 0px;
}
#tx_tarifrechner .tarifunterlagen.card {
    background: #666;
    padding: 20px;
    color: #ffffff;
    border-radius: 6px;
    border-color: #666;
}
#tx_tarifrechner .tarifunterlagen.card a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
#tx_tarifrechner #rechner_wrap {
  margin-top: 20px;
}
#tx_tarifrechner #strom_wrap, #tx_tarifrechner #gas_wrap, #tx_tarifrechner #elektrowaerme_wrap {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-right: none;
  border-left: none;
  border-top: 12px solid rgb(241, 135, 0);
  border-bottom: 12px solid #EFEFEF;
  border-radius: 0.25rem;
  padding: 20px 30px;
}
#tx_tarifrechner .col_tarif {
  margin-bottom: 30px;
  position: relative;
}
#tx_tarifrechner .col_tarif .tarif_tipp_icon {
  position: absolute;
  z-index: 1000;
  top: 63px;
  right: 20px;
  display: none;
}
#tx_tarifrechner .tarif_wrap {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
}
#tx_tarifrechner .tarif_wrap h2, #tx_tarifrechner .tarif_wrap h3, #tx_tarifrechner .tarif_wrap h4 {
  font-size: 30px;
  color: #FFFFFF;
  background: #777777;
  border-bottom: 2px solid #666666;
  padding: 10px 10px 10px 20px;
}
#tx_tarifrechner .tarif_wrap .tarif_basisdaten {
  padding: 10px 20px 20px 20px;
}
#tx_tarifrechner .tarif_wrap .tarif_basisdaten #ergebnisform {
  padding: 0;
  margin: 0;
}
#tx_tarifrechner .tarif_wrap .tarif_bestellen_wrap {
  text-align: center;
  margin-bottom: -40px;
  position: relative;
}
#tx_tarifrechner .tarif_wrap .tarif_bestellen_wrap .btn {
  position: inherit;
  top: auto;
}
#tx_tarifrechner .tarif_wrap .tarif_preis {
  font-size: 1.688rem;
  font-weight: bold;
}

#tx_tarifrechner .tarif_wrap .tarif_preis sup {
  display: none;
}

#tx_tarifrechner .tarif_wrap .tarif_preis_monat {
  font-size: 1.288rem;
  margin-bottom: 10px;
}
#tx_tarifrechner .tarif_wrap .tarif_preis_jahr {
  margin-bottom: 10px;
}

#tx_tarifrechner .tarif_wrap .tarif_preis_jahr sup {
  display: none;
}

#tx_tarifrechner .tarif_wrap .tarif_details_wrap {
  background: #EFEFEF;
}
#tx_tarifrechner .tarif_wrap .tarif_details.show {
  padding-top: 10px;
}

#tx_tarifrechner .tarif_wrap .tarif_details.show sup {
  display: none;
}

#tx_tarifrechner .tarif_wrap .fa-check-circle {
  margin-right: 10px;
}
#tx_tarifrechner .iteration-0 {
  margin-top: 1px;
}
#tx_tarifrechner .iteration-0 .tarif_wrap {
  background: rgb(241, 135, 0);
  border-color: rgb(241, 135, 0);
  border-width: 2px;
}
#tx_tarifrechner .iteration-0 .tarif_wrap .fa-check-circle {
  color: rgb(241, 135, 0);
}
#tx_tarifrechner .iteration-0 .tarif_wrap h2, #tx_tarifrechner .iteration-0 .tarif_wrap h3, #tx_tarifrechner .iteration-0 .tarif_wrap h4 {
  background: rgb(241, 135, 0);
  border-bottom: none;
}
#tx_tarifrechner .iteration-0 .tarif_wrap h3 {
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 10px;
}
#tx_tarifrechner .iteration-0 .tarif_wrap .tarif_basisdaten {
  padding-top: 18px;
  background: #FFFFFF;
}
#tx_tarifrechner .iteration-1 h2, #tx_tarifrechner .iteration-1 h3, #tx_tarifrechner .iteration-1 h4 {
  background: rgb(241, 135, 0);
  border-bottom: none;
}
#tx_tarifrechner .col_tarif_oeko .tarif_wrap .fa-check-circle {
  color: rgb(236, 102, 8);
}
#tx_tarifrechner .col_tarif_oeko .tarif_wrap h2, #tx_tarifrechner .col_tarif_oeko .tarif_wrap h3, #tx_tarifrechner .col_tarif_oeko .tarif_wrap h4 {
  background: rgb(236, 102, 8);
  border-bottom: 2px solid rgba(241, 135, 0, 0.88);
}
#tx_tarifrechner input#berechnen {
  position: absolute;
  top: -70px;
  right: 20px;
}

 @media (max-width: 375px) {
  #tx_tarifrechner #strom_wrap, #tx_tarifrechner #gas_wrap, #tx_tarifrechner #elektrowaerme_wrap {
    padding-bottom: 60px;
  }
  #tx_tarifrechner input#berechnen {
    top: -44px !important;
    right: 217px !important;
  }
}

#tx_tarifrechner .form-check {
  width: 100%;
  margin: 5px 0px;
}
#tx_tarifrechner .ueberschrift-tarifempfehlung {
  margin: 60px 0px 20px 0px;
}
#tx_tarifrechner .ueberschrift-tarifempfehlung h2 {
  width: 100%;
  text-align: center;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


/* Toggle button accessibility styles */

#tx_tarifrechner .toggle-button,
#tx_tarifrechner .toggletarif {
   background: none;
   border: none;
   padding: 0;
   color: inherit;
   text-decoration: none;
   cursor: pointer;
   font: inherit;
}

#tx_tarifrechner .toggletarif svg {
    margin-right: 0.3em;
}

#tx_tarifrechner .toggletarif span {
    text-decoration: underline;
}

#tx_tarifrechner .bi-exclamation-triangle-fill {
   vertical-align: text-top;
   margin-right: 0.3em;
}

.tarifdetails-open {
    display: none;
}
.tarif-expanded .tarifdetails-closed {
    display: none;
}
.tarif-expanded .tarifdetails-open {
    display: inline;
}

.toggle-button:hover {
  text-decoration: none;
}

.toggle-button:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.toggle-button[aria-expanded="true"] .button-text::after {
  content: " (ausblenden)";
}

.input-section[hidden] {
  display: none !important;
}

/* Invalid input field styling */
input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
  background-color: #fff5f5 !important;
}

input[aria-invalid="true"]:focus,
select[aria-invalid="true"]:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
  outline: none !important;
}

/*# sourceMappingURL=bootstrap4-tarifrechner.css.map */
