#objektpreisBild{
        background-image: url(../../images/icons/finanzrechner/finanzierung-objektpreis-0.jpg);
        width: 150px;
        height: 150px;
        /*float: left;*/
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      }

#laufzeitBild{
        background-image: url(../../images/icons/finanzrechner/finanzierung-laufzeit-0.jpg);
        width: 150px;
        height: 150px;
        /*float: left;*/
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#eigenmittelBild{
  background-image: url(../../images/icons/finanzrechner/finanzierung-eigenmittel-0.jpg);
  width: 150px;
  height: 150px;
  /*float: left;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.tooltip{
  display: none;
}
