/*css*/
/* Copyright Tobias Voss - just-rubbish.de for firmazwei.de*/
/* Tarifrechner*/

/*TArifrechner Anpassungen*/


@media (max-width: 480px){
  #swdu-calc .calculator form{
    max-width: 95%;
  }
  #swdu-calc .calculator .content{
    padding: 40px 10px 0;
  }
}

@media (max-width: 340px){
  #swdu-calc .calculator .marketTabs .market{
    font-size: 16px!important;
  }
  #swdu-calc{
    min-width: 280px!important;
    max-width: 280px!important;
  }
  #swdu-calc .calculator form{
    max-width: 280px!important;
  }
  #swdu-calc .calculator .content{
    padding: 40px 17px 0!important;
  }
  #swdu-calc .calculator .content.zipcodeUsage .zipcodeInput, 
  #swdu-calc .calculator .content.zipcodeUsage .usageInput{
    padding: 17px 10px!important;
    max-width: 80%!important;
  }
}

.errors{
  padding-top: 30px;
}

.frame-layout-218{
  padding-bottom: 0px;
  margin-bottom: -2em;
}


.tarifitem .prize {
padding: 1em 40px;
  justify-content: center;
}
.tarifitem .prize table {
font-size: 16px;
color: #ffffff;
width: 100%;
table-layout: fixed;

}
.tarifitem .prize table tbody td {
padding-top: 5px;
padding-bottom: 5px;
/*border-bottom: 1px solid white;*/
  border: none;
  padding-left: 5px:
  
}

.tarifitem .prize table td:first-child{
  text-align: left;
  padding-left: 0px;
  padding-right: 5px;
}

.tarifitem .prize table tbody td:last-child {
/*padding-left: 10px;*/
}
.tarifitem .prize table tbody tr:last-child td {
font-weight: normal;
font-size: 12px;
border-bottom: none;
  padding-left: 0px;
}

.tarifitem .prize table tbody tr:nth-child(4) td{
  font-size: 20px;
  font-family: Roboto-Semibold, Arial, sans-serif;
}

.tarifitem .prize table tfoot {
font-size: 10px;
}
.tarifitem .prize table tfoot td {
padding-top: 5px;
}

.orderBTN a{
  margin-top: 1.5em;
}

/*Tarifrechner Ende*/

#tarif-container.hide{
  display: none;
}

.tarifitem{
  margin-bottom: 3em;
}

.tariffs{
}  
.tariffs ul{
  list-style: none!important;
  margin: 0px!important;
  padding: 0px!important;
  clear: left;
}
.tarifdownloads a{
  color: #6f6f6f;
}
.tarifdownloads a:hover {
color: #4d9825;
}

.tarifshort{
  /*height: 220px;*/
  background-color: #f0f0f0;
  display: flex;
  /*flex-direction: column;*/
}

.leftbox{
  position: relative;
  margin: 0px!important;
  padding: 0px!important;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rightbox{
  display: flex;
  flex-direction: column;
}

/*@media (max-width: 480px){
.leftbox{
height: 70px;
}
}*/


.tarif-headline{
  /*position: absolute;
  top: 0px;
  left: 0px;*/
  width: 100%;
  /*background-color: rgba(113,171,65,0.8);*/
  font-family: Roboto-Semibold, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  color: #000;
  padding: 15px 10px 10px 10px;
}

.tarif-img{
  height: 100%;
}

.tarif-img img{
  width: 100%;
  max-height: 100%;
  height: 100%!important;
  overflow: hidden;
}

@media (max-width: 480px){
.tarif-img img{
  display: none;
}
.tarif-description-short{
  border-top: none!important;
}
}

.tarif-description-short{
  /*border-top: 1px solid #ccc;*/
  padding: 15px 15px 40px 10px;
  height: 100%;
}

.tarif-description-short p{
  font-family: Roboto-Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3em;
  /*color: #717171;*/
}

.tarif-description-short a{
  text-decoration: none;
  color: #2b2b2b;
}

.tarif-description-short a:hover{
  color:#4d9825;
  }

.tarif-description-short ul{
  
}

.tarif-description-short li{
  font-size: 15px;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.tarif-description-short li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -15px;
color: rgba(113, 171, 65, 1);
}

.prize{
/*  background-color: #eaad32;*/
  background-color: #4d9825!important;
  /*height: 100%;*/
  color: #fff!important;
}


/*Accordeon*/

.tariffs .accordionModule .panel-heading{
  margin: 0px;
  height: 0px;
}

.tariffs .accordionModule .panel-heading h4{
  background-color: #f0f0f0;
  color: #000;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #dee2e6;
  margin-top: -40px;
  
}
.tariffs .accordionModule .panel-heading h4 a{
  color: #000;
  font-size: 0.7em;
}

.tariffs .accordionModule .panel-heading h4 a:after{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f00d";    
width: 38px;
text-align: center;
font-size: 20px;
color: #000;
line-height: 34px;
background-color: transparent;
}

.tariffs .accordionModule .panel-title a:hover,.tariffs .accordionModule .panel-heading h4 a:hover span, .orderBTN a:hover{
  text-decoration: none;
}

.tariffs .accordionModule .panel-heading h4 a:before{
  display: none;
}
.tariffs .accordionModule .panel-heading h4 a:after{
  content: "\f106";
  font-size: 22px;
  line-height: 38px;
  color: #000;
}

.tariffs .accordionModule .panel-heading h4 a.collapsed:before{
  display: none;
}
.tariffs .accordionModule .panel-heading h4 a.collapsed:after{
  content: "\f107";
  font-size: 16px;
  line-height: 38px;
  color: #000;
}

.tariffs .tarifdetails .container{
  margin:0px!important;
  padding:0px!important;
}

.more_info, .orderBTN{
  padding-right: 0px!important;
  padding-left: 0px!important;
  text-align: center;
  margin-bottom: 1em;
}

.orderBTN .btn{
  width: 100%;
  background-color: #ffb415;
  font-size: 22px;
  line-height: 38px;
  margin: 0px;
  padding: 0px;
  border-bottom: none;
}

.orderBTN .btn a{
  text-transform: none;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
}

.orderBTN .btn a:after{
  content: ' >';
}

.tariffs .accordionModule .col-md-4{
  width: 33.3333333%!important;
}

.tariffs .accordionModule .col-md-8{
  width: 66.66666667%!important;
}

.tariffs .accordionModule .col-md-12{
  width: 100%!important;
}


.tariffs .panel-body{
  padding: 1.5em 1em 1em 1em;
  margin: 0px;
  background-color: #f9f9f9;
  /*border-left: 1px solid #cbcbcb!important;
  border-right: 1px solid #cbcbcb!important;
  border-bottom: 1px solid #cbcbcb!important;*/
}

.tariffs .panel-body .col-md-12, .tariffs .panel-body .col-md-4, .tariffs .panel-body .col-md-12{
  margin: 0px!important;
  padding: 0px!important;
}

.tariffs .nav-pills>li>a,
.tarifdownloads h3{
  color: #6f6f6f;
  font-size: 1.6rem;
}

.tariffs .nav-pills>li.active>a{
  color: #2b2b2b;
}

.tariffs .nav-pills>li>a:hover{
  color: #2b2b2b;
  text-decoration: none;
}

.tariffs .nav-pills>li{
  padding-right: 1em;
  padding-left: 1em;
  border-left: 1px solid #6f6f6f;
}

.tariffs .nav-pills>li:first-child{
  padding-left: 0em;
  border-left: 0px solid #6f6f6f;
}

.tariffs .nav-pills{
  margin-bottom: 1em!important;
}

.tariffs .tab-content li{
  font-size: 15px;
  line-height: 1.2em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}

.tariffs .tab-content li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -15px;
color: rgba(113, 171, 65, 1);
}

.tariffs .tab-content tr{
  
}

.tariffs .tab-content td{
  vertical-align: top;
  padding: 0.5em;
}

.tariffs .tab-content a{
  text-decoration: underline;
}

.tariffs .tab-content a:hover{
  color:#4d9825;
}

.tariffs .tab-content a.button-orange {
  text-decoration: none;
}

.tariffs .tab-content a.button-orange:hover{
  color:#fff;
}

.tariffs .tab-content .tab-pane img{
  max-width: 100%!important;
  height: auto!important;
}

/*.tariffs .linkList{
position: absolute;
top: 250px;
left: 10px;
}*/

/*top tarif tipp*/


/*.tarifitem.toptarif .leftbox .tarif-headline:after{
  content: "Unser Toptarif";
  display: box;
  color: #fff;
  background-color:#ebae32;
  width: 120px;
  padding: 5px;
  position: absolute;
  right:0px;
  top: 40px;
  text-align:right;
}*/

.tarifitem.empfehlung .leftbox .tarif-headline:after{
  content: "Unser Tipp";
  display: box;
  color: #fff;
  background-color:#ebae32;
  width: 160px;
  padding: 5px;
  position: absolute;
  right:0px;
  top: 10px;
  text-align:center;
}

.filter{
  width: 104%;
  clear: left;
  height: 80px;
  display: none;
  --bs-gutter-x: 40px;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-.5 * var(--bs-gutter-x));
margin-left: calc(-.5 * var(--bs-gutter-x));
}
.filter.show{
  display: block;
}

.filter div{
  width: 16.13%;
  color: #fff;
  float: left;
  padding: 0 0px;
  margin: 0 3px;
  background-color: rgba(77, 152, 37, 0.6);
  display: table;
  height: 3.2em;
  text-align: center;
  line-height: 3.2em;
}

.filter div:hover{
  background-color: rgba(77, 152, 37, 1);
  cursor: pointer;
}

.filter div.activeTarifFilter{
  background-color: rgba(77, 152, 37, 1);
}

.filter div:first-child{
  margin-left: 0px;
}
.filter div:last-child{
  margin-right: 0px;
}

#toptarif{
  /*display: none;*/
}

.filter #tarifitem:before{
  content: url(img/filtericons/swdu_checkbox_alle-tarife.png);
  padding-right: 0.5em;
  position: relative;
    top: 6px;
}

.filter #grundversorgung:before{
  content: url(img/filtericons/swdu_checkbox_grundversorgung.png);
  padding-right: 0.5em;
  position: relative;
    top: 6px;
}

.filter #toptarif:before{
  content: url(img/filtericons/swdu_tarifrechnr_icon_tarifempfehlung_01.png);
  padding-right: 0.5em;
  position: relative;
    top: 6px;
}

.filter #sondertarif:before{
  content: url(img/filtericons/swdu_checkbox_sondertarife.png);
  padding-right: 0.5em;
  position: relative;
    top: 6px;
}

.filter #onlinetarif:before{
  content: url(img/filtericons/swdu_checkbox_online-tarif.png);
  padding-right: 0.5em;
  position: relative;
    top: 6px;
}

.filter #oekotarif:before{
  content: url(img/filtericons/swdu_checkbox_oekostrom.png);
  padding-right: 0.5em;
  position: relative;
    top: 6px;
}

.tarif-description-short .table th, .tarif-description-short .table td {
  padding: 0.5rem 0.75rem 0 0.75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  vertical-align: bottom;
}
.tarif-description-short .table th:last-child, .tarif-description-short .table td:last-child {
  border-right: 0px solid #dee2e6;
}
.tarif-description-short table p{
  margin-bottom: 0.5rem;
}
.tarif-description-short table h4,
.tarif-description-short table h3{
  margin-bottom: 0rem;
}

@media (max-width: 990px){
.filter div {
  width: 15.85%;
}

.filter #oekotarif{
  padding: 0 10px;
}

.filter #tarifitem{
  padding: 0 20px;
}

.filter #toptarif:before, .filter #oekotarif:before, .filter #sondertarif:before, .filter #grundversorgung:before {
  top: 18px;
}

.filter #onlinetarif:before{
  top: 20px;
}

.filter #tarifitem:before{
  top: 16px;
}

.filter{
  height: 125px;
}

.tarif-description-short{
  padding: 5px 10px;
}

.contactTeaserSection .row .linkList{
  font-size: 14px;
}

.contactTeaserSection .row .linkList li a {
  line-height: 24px;
}

.contactTeaserBlock .item.phoneItem p{
  font-size: 14px;
}

.tarifitem .prize{
  padding: 10px;
}

.tarifitem .prize {
padding: 10px!important;
}

.tarifitem .prize table tbody td {
padding-top: 5px!important;
padding-bottom: 5px!important;
}

.tarifitem .prize table {
  font-size: 15px!important;
}

.tarifitem .prize table tbody tr:last-child td{
  font-size: 16px!important;
} 

.tarifitem .prize table tfoot {
font-size: 12px!important;
}

.tarifdetails .tab-content table{
  max-width: 100%!important;
}

}

@media (max-width: 768px){
.filter div {
  width: 15.3%;
  font-size: 14px;
  line-height: 3.8em;
}

.tarif-description-short {
  padding: 5px!important;
}

.tarifdetails .content, .tarifdetails .container{
  width: 100%;
}

.tarifdetails .panel-body .tab-content{
  padding: 10px!important;
}

}

/* Smartphone quer */
@media (max-width: 740px){
.filter div {
  width: 15.3%;
  font-size: 14px;
  line-height: 3.8em;
}

.tarif-img{
  display: none;
}

/*.tarifshort .leftbox {
  height: 45px;
}*/

.tarif-description-short {
  border-top: 0px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px!important;
}
}


@media (max-width: 480px){
.filter div {
  width: 49%;
  margin: 0 3px 5px 0;
}

.filter #toptarif:before, .filter #oekotarif:before, .filter #sondertarif:before, .filter #grundversorgung:before, .filter #onlinetarif:before, .filter #tarifitem:before {
  top: 6px;
}

.filter {
  height: 180px;
}

.tariffs .accordionModule .col-xs-12, .tariffs .accordionModule .col-md-4, .tariffs .accordionModule .col-md-8{
    width: 100%!important;
}

.tarifshort {
  height: auto;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.tarifdetails{
  margin-bottom: 40px;
}

.tarif-description-short {
  padding: 30px 25px 25px 25px!important;
}

.tarifitem .prize {
  padding: 20px!important;
}

.tarifitem .prize h4{
  margin-top: 0px;
}

.tarifdetails .panel-body .col-xs-12{
  width: 100%!important;
}

.tarifdetails .panel-body .tab-content{
  padding: 10px!important;
}

.tariffs .tab-content td{
  padding: 0px;
}

}

@media (max-width: 320px){
  .filter div {
  width: 48%;
  margin: 0 3px 5px 0;
  height: 3.9em;
font-size: 12px;
}
}


/* SmartHome Akkordeon Teaser */

.SmartAkkordeon .sa_right_column img{
  max-width:100%!important;
  height: auto!important;
}

.SmartAkkordeon .panel-body .row{
  margin-left: 0px;
  margin-right: 0px;
}

.SmartAkkordeon .prize{
padding: 15px 15px;
  text-align:center;
  color: #fff;
}

.SmartAkkordeon .prize > a, .SmartAkkordeon .prize p a{
  text-decoration: underline;
}

.SmartAkkordeon .tarif-description-short h2{
  margin-top: 0px;
  font-size: 25px!important;
}

.SmartAkkordeon .sa_left_column li{
  font-size: 15px;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.SmartAkkordeon .sa_left_column li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -15px;
color: rgba(113, 171, 65, 1);
}


/* SmartTeaser */

.SmartTeaser{
  margin-bottom: 70px;
}

.SmartTeaser ul{
  list-style: none!important;
  margin: 0px!important;
  padding: 0px!important;
}

.SmartTeaser .sa_right_column img{
  max-width:100%!important;
  height: auto!important;
}

.SmartTeaser .panel-body .row{
  margin-left: 0px;
  margin-right: 0px;
}

.SmartTeaser .prize{
padding: 15px 15px;
  text-align:center;
  color: #fff;
}

.SmartTeaser .prize > a, .SmartTeaser .prize p a{
  text-decoration: underline;
}

.SmartTeaser .tarif-description-short h2{
  margin-top: 0px;
  font-size: 25px!important;
}

.SmartTeaser .tarif-description-short h3, .SmartAkkordeon .tarif-description-short h3{
  margin-top: 0px;
  font-size: 25px!important;
}

.SmartTeaser .sa_left_column li{
  font-size: 15px;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.SmartTeaser .sa_left_column li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -15px;
color: rgba(113, 171, 65, 1);
}

.SmartTeaser .tarif-description-short {
border-top: 1px solid #ccc;
padding: 15px 15px;
border-bottom: 1px solid #ccc;
height: 100%;
}

.SmartTeaser .prize .orderBTN .btn{
position: absolute;
left: 0;
bottom: -40px;
}

.SmartTeaser .plain .orderBTN .btn{
position: absolute;
right: -1px;
bottom: -40px;
width: 50%;
}
@media (max-width: 768px){
.SmartTeaser .plain .orderBTN .btn{
  width: 100%;
}
.SmartTeaser .tarifitem_teaser{
  padding-left: 0px;
  padding-right: 0px;
}

}


.SmartTeaser .plain .orderBTN .btn a{
  text-decoration: none;
}

/* mask gruenteaser*/

.gruenTeaser .tarifshort{
  background-color: #4d9825;
  height: 100%!important;
  position: relative;
  min-height: 100px;
}

.gruenTeaser .tarif-description-short p, .gruenTeaser .tarif-description-short h1, .gruenTeaser .tarif-description-short h2, .gruenTeaser .tarif-description-short h3, .gruenTeaser .tarif-description-short h4, .gruenTeaser .tarif-description-short td{
  color: #fff;
}

.gruenTeaser .tarif-description-short{
  border: none!important;
    min-height: 100px;
}

.gruenTeaser .leftbox{
  
}

.gruenTeaser .gruenicon{
  text-align: center;
  padding-top: 1.5em;
}

.gruenTeaser .gruenicon img{
  min-width: 30px;
  height: auto!important;
  max-width: 55px;
  padding-bottom: 15px;
}

.gruenTeaser .orderBTN {
position: absolute;
right: 0px;
bottom: -40px;
}

@media (max-width: 768px){
.gruenTeaser .tarif-description-short {
  padding-left: 15px!important;
  padding-right: 15px!important;
  }
}
@media(max-width:768px){
.tarifshort {
  height: auto;
}
.tarif-img {
  height: 100%;
}
.tarif-img img {
width: 100%;
max-height: auto;
height: auto;
}
}


/*tarifteaser*/

#calc-tel,
#calc-offerind,
#calc-offerbusiness,
#calc-teasextern{
    display: none;
}

#calc-tel.show,
#calc-offerind.show,
#calc-offerbusiness.show,
#calc-teasextern.show{
  display: block;
}

.calcteaser{
  padding: 0em;
  box-sizing: border-box;
  background-color: #F0F0F0;
  color: #494847;
}

#calc-offerind{
  margin-bottom: 4em;
}

#calc-teasextern .calcteaser{
  background-color: transparent;
}

.teaser-rp, .teaser-zebra{
  display: block;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 2px #8E8E8E; 
  box-shadow: 0px 0px 10px 2px #8E8E8E;
}
.teaser-rp img,
.teaser-zebra img{
  width: 100%;
  margin-bottom: 1em;
}
.teaser-rp .btn, .teaser-zebra .btn{
  margin-top: 0.5em;
  margin-bottom: 1em;
}


.calcteaser a,
.calcteaser a:hover{
  text-decoration: none;
}


.calcteaser .teasimg{
  padding: 0px;
}
.calcteaser .teasimg img{
  width: 100%;
  height: auto;
}
.calcteaser .teastxt{
  padding-top: 0.7em;
  padding-bottom: 1em;
}

@media (max-width: 1200px){
  .filter div {
    margin: 0 2px;
  }
  .tarifitem .prize table{
    font-size: 14px;
  }
  .tarif-description-short table h5{
    font-size: 1.1em;
  }
}

@media(max-width:991px){
  .filter div {
    margin: 0 1px;
    width: 16%;
  }
  .filter #oekotarif:before,
  .filter #tarifitem:before{
    display: block;
  }
  .tarifitem .prize{
    padding: 1em 20px;
  }  
  .tariffs ul{
    padding-top: 1em!important;
  }
}

@media(max-width:768px) and (min-width:576px){
  .tarifshort table{
    display: list-item;
  }
  .tarifshort table tr{
    display: inline-grid;
    width: 100%;
  }
  
  .tarifshort table.tariff-price-info tr{
    display: inline-grid;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
  }
  .tarifshort table.tariff-price-info td:first-child{
    text-align: center;
    font-size: 0.85em;
  }
  .tarifshort .btn-default {
	padding: 12px 15px;
  }
  .tarif-description-short .table td {
	border-top: 0px solid #dee2e6;
    border-right: 0px;
	border-bottom: 1px solid #dee2e6;
  }
}

@media(max-width:768px){
  .filter div {
	width: 15.3%;
  }
}

@media(max-width:575px){
  .tariffs .accordionModule .col-md-8 {
	width: 100%!important;
  }
  .tariffs .accordionModule .panel-heading h4 {
    background-color: #f0f0f0;
    color: #000;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #dee2e6;
	padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
  }
  .tariffs .panel-body .col-md-4.tarifdownloads{
    padding-right: 20px!important;
    padding-left: 20px!important;
  }
  .filter #toptarif:before, .filter #oekotarif:before, .filter #sondertarif:before, .filter #grundversorgung:before,   .filter #onlinetarif:before, .filter #tarifitem:before {
    display: block;

  }
  .filter div{
    width: 32%;
    margin-bottom:2px;
  }

}