.teaserIcon {
  float: left;
  width: 60px;
  height: 68px;
  background: url(/interhyp-assets/images/icons/teasericons.png) no-repeat;
}

.teaserIcon#question {
	background-position: -10px -3px;
}

.teaserIcon#phone {
	background-position: -8px -135px;
}

.teaserIcon#privacy {
	background-position: -8px -258px;
}

.teaserIcon#car {
	background-position: -8px -381px;
}

.teaserIcon#price {
	background-position: -8px -484px;
}

.teaserIcon#talk {
	background-position: -8px -597px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {

	.teaserIcon{
    	background-image: url(/interhyp-assets/images/icons/teasericonsretina.png);
        background-size: 72px 715px;
 	}
}

.panel__body h2.panel_title {
  color: #666;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 0;
  height: 70px;
  height: 4.375rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  font-size: 1.75rem;
}