/* Patientenzufriedenheit */
/**************************/

@font-face{font-family:rsr;src:url("/fileadmin/templates/kb/main/qualitaetskompass-statisch/patientSatisfactionCompass/roboto-slab-regular.ttf");}
@font-face{font-family:rsl;src:url("/fileadmin/templates/kb/main/qualitaetskompass-statisch/patientSatisfactionCompass/roboto-slab-light.ttf");}
@font-face{font-family:rsb;src:url("/fileadmin/templates/kb/main/qualitaetskompass-statisch/patientSatisfactionCompass/roboto-slab-bold.ttf");}

.teaser_box_patientenzufriedenheit {
  background-image:url("/fileadmin/templates/kb/main/qualitaetskompass-statisch/images/pattern-bg.png");
  margin-bottom: 52px;
  position: relative;
  padding-bottom: 30px;
}

.teaser_box_patientenzufriedenheit .box_head,
.teaser_box_patientenzufriedenheit .bewertung
{
  font-family:rsb;
  font-weight: normal;
}
.teaser_box_patientenzufriedenheit .text {
  font-family:rsr;
  padding: 10px;
  color: #303030;
  font-size: 12px;
}

.teaser_box_patientenzufriedenheit .box_head {
  color: #fff;
  background-color:#0072BB;
  padding: 3px 10px 4px;
  font-size: 14px;
}
.teaser_box_patientenzufriedenheit .box_head strong {
   font-weight: normal;
}

.teaser_box_patientenzufriedenheit .bewertung {
  background-image: url(/fileadmin/templates/kb/main/qualitaetskompass-statisch/images/kompass.png);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  padding: 30px 0 0;
  margin-top: -15px;
}
.teaser_box_patientenzufriedenheit .gesamtzufriedenheit {
  box-sizing: border-box;
  width: 50%;
  float: left;
  text-align: center;
}
.teaser_box_patientenzufriedenheit .empfehlen_uns_weiter {
  box-sizing: border-box;
  width: 50%;
  float: right;
  text-align: center;
}
.teaser_box_patientenzufriedenheit .bewertung .note {
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 66px;
  height: 66px;
  line-height: 66px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.teaser_box_patientenzufriedenheit .bewertung .gesamtzufriedenheit .note {
  background-image: url(/fileadmin/templates/kb/main/qualitaetskompass-statisch/images/gesamt_bg.png);
}
.teaser_box_patientenzufriedenheit .bewertung .empfehlen_uns_weiter .note {
   background-image: url(/fileadmin/templates/kb/main/qualitaetskompass-statisch/images/empfehlen_bg.png);
}
.teaser_box_patientenzufriedenheit .bewertung .info {
  color: #474747;
  font-size: 13px;
  line-height: 100%;
  padding-top: 3px;
}

.teaser_box_patientenzufriedenheit .patientenzufriedenheit_link {
  position: absolute;
  bottom: 0;
  margin-bottom: -22px;
}
.teaser_box_patientenzufriedenheit .patientenzufriedenheit_link a {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-image: url(/fileadmin/templates/kb/main/qualitaetskompass-statisch/images/thumbs-up.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 18px 35px 0 10px;
  min-height: 39px;
}
.teaser_box_patientenzufriedenheit .patientenzufriedenheit_link a:hover {
  text-decoration: underline;
}