





































/*  ##################################  */
/*  Service Produkt Vergleich  */
/*  ##################################  */

.package-headline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.top-box{
height: 50px;
}

/*  Ersatz für .col-xs-6 */
/*  Beschreibungs-Reihe */
.labelRow {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}
/*  Beschreibungs-Reihe Ueberschrift  */
.atrbNameCol {
    font-size: 1.25rem;
    height: 50px;
    line-height: 50px;
    background-color: #F4F4F4;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
    display: block;
}
/*  Beschreibungs-Reihe Unterpunkte  */
.attrbCol {
    padding-left: 10px;
    height: 50px;
    border-bottom: 1px solid #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    align-items: center;
    color: #313131;
    display: grid;
}
/*  Icon-Reihe 1 bis 3 */
.attrbIconRow{
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
}
/*  Icon-Reihe 1 bis 3 Ueberschrift */
.iconNameCol {
    font-size: 1.25rem;
    height: 50px;
    line-height: 50px;
    background-color: #F4F4F4;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
    display: block;
}
/*  Icon-Reihe 1 bis 3 Icons */
.attrbRowIcon{
    display: grid;
    height: 50px;
    border-bottom: 1px solid #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    align-items: center;
    color: #313131;
    text-align: center;
}



@media (max-width: 992px) {
    .scrollableFrame{
        overflow: auto;
        white-space: nowrap;
    }
    .scrollableContent {
        display: inline-block;
        width: 700px;
    }
    .comparisonTopRow {
        white-space: normal;
        width: 700px;
    }
    .comparisonContentRow {
        overflow:auto;
        white-space:normal;
        width: 700px;
    }
    .attrbRowIcon{
        height: 70px;
    }
    .iconNameCol {
        height: 70px;
        line-height: 70px;
    }

    .atrbNameCol {
        height: 70px;
        line-height: 70px;
        padding-left:20px;
    }

    .attrbCol {
        height: 70px;
        padding-left:25px;
    }
}

@media (max-width: 556px) {
    .attrbRowIcon{
        height: 40px;
    }
    .iconNameCol {
    height: 40px;
    line-height: 40px;
    }
    .attrbCol {
        height: 40px;
        font-size: 13px;
    }
    .atrbNameCol {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }
    .package-headline {
        font-size: 12px;
    }

}

















#mpp-preis{
background:#2d59a4!important;
}

#vorteilsrechner-eingabe {
background-color: #FAF7F7;
  border: 1px solid #CFCDCD;
  padding: 5px 0px;
  padding-left: 30px;
  min-height:320px;
}

#vorteilsrechner-ergebnis  {
  background-color: #FAF7F7; 
  border: 1px solid #CFCDCD;
  margin-top: 10px;
  padding: 5px 0px 10px 0px;
  height: 94px;
}

#vorteilsrechner-ergebnis #ergebnis {
  color: black;
  width: 747px;  
  overflow: hidden;
  text-align:left;
  padding-left: 30px;
}

#vorteilsrechner-ergebnis #cache2 {
  background-color: light-grey;  
color: #aaaaff;
  width: 100%;  
  overflow: hidden;
  text-align: right;
  font-size: 78px;
  position: relative;
  bottom: 84px;
}

/* fuer IE 6 soll es unsichtbar sein, denn der kann das nicht richtig */
* html #vorteilsrechner-ergebnis #cache2 {
  visibility: hidden;  
}

#vorteilsrechner-ergebnis #details {
  text-align: left;
  position:relative;
  z-index: 1001;
  bottom: 100px;
}

#vorteilsrechner-details{

  background-color: #FAF7F7; 
  border: 1px solid #CFCDCD;

  color: black;
  text-align: left;
  margin-top: 10px;
  padding: 5px;
  padding-left: 30px;
}

#prozentsatz {
  color: royalblue;
  font-size: 13px;
  font-weight:bold;
}

#vorteilsrechner-details h3 {
  /* color: royalblue; */
}

/* ###  FEATURE: 31 ### GRAPHISCHE VORTEILSDARSTELLUNG ### */

#vorteilsrechner-graphisches-ergebnis  {
  background-color: #FAF7F7; 
  border: 1px solid #CFCDCD;
  margin-top: 10px;
  padding: 5px 0px 10px 0px;
  height: auto;
}

#vorteilsrechner-graphisches-ergebnis #ergebnis {
  color: black;
  width: 700px;  
  overflow: hidden;
  text-align:left;
  padding-left: 30px;
}

.dyn_vorteils-table {
	text-align: center;
	vertical-align: middle;
	border: 0px none;
        padding-left: 0px;
}

.dyn_vorteils-table td {
	padding: 0px;
        margin: 0px;
color: #FFF;
}

#dyn_spacer{
        width: 12px;
}

#dyn_row{
        width: 125px;
}

.dyn_baseline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
border-bottom-color: #000;
}

.dyn_dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
border-bottom-color: red;
}

.dyn_dottedline_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
border-bottom-color: red;
}

.dyn_dottedline_top {
	border-top-width: 1px;
	border-top-style: dashed;
border-top-color: red;
}

.dyn_alle-raten {
height: 370px;
}

#dyn_restwert {
height: 37px;
background-color: #777;

}

.dyn_geraetepreis {
background-color: #000;
height: 370px;
}

#dyn_kosten {
height: 37px;
background-color: #09F;
        border: 0px none;
        margin: 0px;
        padding: 0px;
}

#dyn_kosten-dummy {
background-color: #FAF7F7;
height: 37px;
	}

/* IE faulty box model */
*+html, * html #dyn_kosten-dummy {
	padding-bottom: 2px;
}

#dyn_top-vorteil {
margin-top: -8px;
}

#dyn_raten {
background-color: #0f1e37;
}

#dyn_raten-rest {
	height: 100%;
}

#dyn_vorteil {
background-color: #1c3764;
	margin: 0px;
	padding: 0px;
min-width:200px;
}

#dyn_table-centered {
       height: 100%;
       width: 100%;
       text-align: center;
       vertical-align: middle;
       margin: 0px;
       padding: 0px;
}

#dyn_top {
	height: 50%;
}

#dyn_bottom {
	height: 45%;
}

#dyn_vorteil-dummy {
/*color: #000;*/
	background-color: #faf7f7;
	margin: 0px;
	margin-bottom:-1px;
	padding: 0px;
border-bottom: red 1px dashed;
        overflow: hidden;
}

#dyn_vorteil-dummy-empty {
background-color: #FAF7F7;
	margin: 0px;
	padding: 0px;
        overflow: hidden;
}

#dyn_mark {
color: #000;
font-weight:bold;
font-size:1.1em;
}

#vorteilsrechner_irrtumsvorbehalt {
        color: #101010;
        font-size: 11px;
        font-weight: lighter;
}





.mailentscheidung .control-label, .form-control {
  height: auto;
}
.mailentscheidung .well-form {
background-color: rgba(255,255,255,0.9);
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::: Captcha
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.visualCaptcha {
    text-align: center;
    margin-bottom: 0;
    margin-top: 1rem;
}
.visualCaptcha-explanation {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border-color: #ccc;
    background: #fff;
    color: #333;
}
.visualCaptcha-explanation b{
    font-weight: bold;
}
.accessibility-description, .visualCaptcha-explanation, .status.valid {
    margin-top: 0;
    border: 1px solid #ccc;
}
.visualCaptcha-possibilities img{
   width:32px;
   height:32px;
}
.visualCaptcha-possibilities .img{
   margin-right: 1rem;
   margin-bottom: 1rem;
   border-radius: 1rem;
   border-width: 1px;
   border-color: #ccc;
   padding: 0.5rem;
   background: #fff;
}
.visualCaptcha-possibilities .visualCaptcha-selected {
    border-color: #337ab7;
    background: #fff;
    border-width: 2px;
}
.visualCaptcha-refresh-button:before, .visualCaptcha-accessibility-button:before {
    font-family: FontAwesome;
    font-weight: 700;
    text-decoration: none;
}
.visualCaptcha-refresh-button:before {
    content: "\f01e";
}
.visualCaptcha-accessibility-button:before {
   content: "\f028";
}
.visualCaptcha-refresh-button, .visualCaptcha-accessibility-button {
   margin: 0 1rem 1rem 0;
   vertical-align: middle;
   padding: 6px 10px 5px;
   text-decoration: none;
}
.visualCaptcha-refresh-button img, .visualCaptcha-accessibility-button img {
   display: none;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
:::::::::::::::::::::::: Queries
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
*/
@media (max-width: 767px) {
  .mailentscheidung .well-form {
    max-height: unset;
  }
}
@media (min-width: 768px) {
  .mailentscheidung .well-form {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .mailentscheidung .well-form {
    max-height: unset;
  }
}
@media (min-width: 1200px) {
  .mailentscheidung .well-form {
    max-height: unset;
  }
}

























/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
:::::::::::::::::::::::: Global
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
*/
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  font-family: 'Roboto Light', 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
:::::::::::::::::::::::: Custom
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
*/
.header-links a,
.header-links a:hover, .header-links a:focus, .header-links a:active {
  color: #fff;
}
.content {
  background-color: #cccccc;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 10px;
}

.mpp {
  background-image: url("/sets/login/de/shop_header/login_background3.jpg");
}
.emob {
background-image: url("/sets/login/de/shop_header/login_background4.jpg");
}

.well-form {
  background-color: rgba(255,255,255,0.8);
  border: none;
  border-radius: 5px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;

  overflow-y: auto;
}
.well-form a,
.well-form a:hover {
  color:;
}
.btn {
  font-size: 1rem;
}
.control-label, .form-control {
  font-weight: normal;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: 2.25rem;
}
ul.footer > li > a {
  color: #fff;
  padding: 0;
  margin: 10px auto;
}
ul.footer > li > a:hover, ul.footer > li > a:active, ul.footer > li > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}
.copyright,
.copyright a, 
.copyright a:hover, .copyright a:active, .copyright a:focus {
  color: #ccc;
  margin-bottom: 15px;
}

input#mandant_kennung, input#mandant_user, input#mandant_pass {
  font-family: monospace;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
:::::::::::::::::::::::: Queries
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
*/
@media (max-width: 460px) {
  .content {
  }
}
@media (min-width: 460px) {
  .content {
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .content {
    margin-top: 0;
    border-radius: 0;
    background-position: top right;
    background-size: auto auto;
  }
  .well-form {
    margin-top: 10px;
    max-height: 655px;
  }
}
@media (min-width: 768px) {
  .content {
    min-height: 500px;
    margin-top: 15px;
  }
  .main {
    min-height: 415px;
  }
  .well-form {
    margin-top: 15px;
    max-height: 420px;
  }
}
@media (max-width: 991px) {

}
@media (min-width: 992px) {
  .content {
    min-height: 695px;
  }
  .main {
    min-height: 610px;
  }
  .well-form {
    margin-top: 45px;
    max-height: 555px;
  }

}
@media (max-width: 1199px) {

}
@media (min-width: 1200px) {
  .content {
    min-height: 840px;
  }
  .main {
    min-height: 755px; 
  }
  .well-form {
    max-height: 700px;
  }
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
:::::::::::::::::::::::: Helpers
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  
*/
w-100 {
  width: 100% !important;
}
.h-100 {
  heighct: 100% !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-0 {
  margin: 0 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 1rem 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-2 {
  margin: 1.5rem 1.5rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.mr-2 {
  margin-right: 1.5rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.ml-2 {
  margin-left: 1.5rem !important;
}
.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-3 {
  margin: 3rem 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 1rem 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-2 {
  padding: 1.5rem 1.5rem !important;
}
.pt-2 {
  padding-top: 1.5rem !important;
}
.pr-2 {
  padding-right: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 1.5rem !important;
}
.pl-2 {
  padding-left: 1.5rem !important;
}
.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-3 {
  padding: 3rem 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}





































.kontaktformular .error {
  color: red;
}

.kontaktformular p, h1, table {
  /* margin: 0px 0px 10px 0px; */
}





.kunden_freischaltung .error {
  color: red;
}

.kunden_freischaltung .leftcol {
  width: 120px;
  font-weight: bold;
} 

.kunden_freischaltung .eingabe {
  background-color: #fff;
  border: 1px solid #838383;
  width: 214px;
  margin: 2px 0 1px 0;
  padding: 2px;
}

.kunden_anmeldung .error {
  color: red;
}

.kunden_anmeldung p, h1, table {
  margin: 0px 0px 10px 0px;
}

.kunden_anmeldung .leftcol {
  width: 120px;
  font-weight: bold;
} 

.kunden_anmeldung .eingabe {
  background-color: #fff;
  border: 1px solid #838383;
  width: 214px;
  margin: 2px 0 1px 0;
  padding: 2px;
}

.newsletter .leftcol {
  width: 120px;
} 

.newsletter .pflicht {
  font-weight: bold;
} 

.newsletter .formstrasse {
	width: 180px;
	margin-right: 3px;
}

.newsletter .formnr {
	width: 25px;
}

.newsletter .formplz {
	width: 38px;
	margin-right: 3px;
}

.newsletter .formort {
	width: 167px;
}

.newsletter .formgebtag {
	width: 17px;
	margin-right: 3px;
}

.newsletter .formgebmonat {
	width: 17px;
	margin-right: 3px;
}

.newsletter .formnewsletter {
	width: 17px;
	margin: 0 3px 0 118px;
}

.newsletter .formgebjahr {
	width: 30px;
}

.newsletter .label {
	width: 110px;
}

.newsletter .marginalform {
	float: left;
	width: 420px;
	padding: 2px 0 0 10px;
}

.newsletter .rot {
  background-color: #ffd2ce;
  border: 1px solid #b01204;
} 

.newsletter .gruen {
  background-color: #eaf7c6;
  border: 1px solid #709212;
} 

.newsletter .normal {
  background-color: #fff;
  border: 1px solid #838383;
} 

.newsletter select {
	width: 220px;
	background-color: #fff;
	border: 1px solid #838383;
	margin: 2px 0 1px 0;
}

.newsletter input.breit {
	width: 214px;
}

.newsletter input.eingabe {
	margin: 2px 0 1px 0;
	padding: 2px;
}

.newsletter .error {
  color: red;
}

.kunden_maske .leftcol {
  width: 120px;
} 

.kunden_maske .pflicht {
  font-weight: bold;
} 

.kunden_maske .formstrasse {
	width: 180px;
	margin-right: 3px;
}

.kunden_maske .formnr {
	width: 25px;
}

.kunden_maske .formplz {
	width: 38px;
	margin-right: 3px;
}

.kunden_maske .formort {
	width: 167px;
}

.kunden_maske .formgebtag {
	width: 17px;
	margin-right: 3px;
}

.kunden_maske .formgebmonat {
	width: 17px;
	margin-right: 3px;
}

.kunden_maske .formnewsletter {
	width: 17px;
	margin: 0 3px 0 118px;
}

.kunden_maske .formgebjahr {
	width: 30px;
}

.kunden_maske .label {
	width: 110px;
}

.kunden_maske .marginalform {
	float: left;
	width: 420px;
	padding: 2px 0 0 10px;
}

.kunden_maske .rot {
  background-color: #ffd2ce;
  border: 1px solid #b01204;
} 

.kunden_maske .gruen {
  background-color: #eaf7c6;
  border: 1px solid #709212;
} 

.kunden_maske .normal {
  background-color: #fff;
  border: 1px solid #838383;
} 

.kunden_maske select {
	width: 220px;
	background-color: #fff;
	border: 1px solid #838383;
	margin: 2px 0 1px 0;
}

.kunden_maske input.breit {
	width: 214px;
}

.kunden_maske  input.eingabe {
	margin: 2px 0 1px 0;
	padding: 2px;
}

.kunden_maske .error{
  color: red;
  font-weight: bold;
  margin-top: 5px;
}

#rubrik_header {
	margin: 10px 0;
	
}

#rubrik_header h1 {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

#rubrik_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#rubrik_header ul li {
  margin-bottom: 5px;
}

#rubrik_header ul li a {
  padding-left: 15px;
  color: #000;
}

#rubrik_header .rechts {
  float: right;
}

#rubrik_header p{
  margin: 10px 0px 10px 0px;
}

.keine_artikel {
  color: red;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

.unterrubriken {
	overflow: hidden;
}

.unterrubriken .row {
	margin-bottom: 10px;
	overflow: hidden;
}

.unterrubriken .row .colspacer1 {
	width: 7px;
	height: 1px;
	float: left;
}

.unterrubriken .row .product {
	border: 1px solid #d3d1d1;
	width: 165px;
	padding: 10px;
	float: left;
}

*html .unterrubriken .row .product {
	width: 130px;
	padding: 8px;
}

.unterrubriken .row .product h3 {
	display: inline;
}

.unterrubriken .row .product .picturecontainer {
}

.unterrubriken .row .product .picturecontainer .picture {
	float: left;
}

.unterrubriken .row .product .picturecontainer .new {
	float: right;
	padding-top: 10px;
}

.unterrubriken .row .product .description {
	font-weight: bold;
	height: 50px;
}

.kunden_passwort_vergessen .leftcol {
  width: 120px;
  font-weight: bold;
} 

.kunden_passwort_vergessen .eingabe {
  background-color: #fff;
  border: 1px solid #838383;
  width: 214px;
  margin: 2px 0 1px 0;
  padding: 2px;
}







.rating {
	margin-bottom: 5px;
	height: 16px;
	min-height: 16px;
}

*html .rating {
	overflow: hidden;
}

.rating .stars {
	float: left;
}

.rating .votes {
	float: left;
}









.bewertungen p {
  margin: 10px 0 5px 0;
}
.bewertungen .rating {
  margin-right: 20px;
}
.bewertungen .padding{
  margin: 0 0 0 20px;
}
.bewertungen .rating .beschriftung {
  float: left;
  margin-right: 20px;
}
.bewertungen .clear {
  clear: both;
}
.bewertungen .bewertung {
  margin-bottom: 10px;
}
.bewertungen .trennlinie {
  height:2px;
  border-top: 1px solid black;
  margin: 5px 0 5px 0;
}



