.teaserlink {
  text-decoration: none;
  color: #ffffff;
}
.teaserlink:hover {
  color: #ffffff;
}
.teaserlink .dhsv_vc_teaserbox {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #293656;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.teaserlink .dhsv_vc_teaserbox .imageout {
  width: 100%;
  padding-top: 56.25%;
  display: inline-block;
  float: left;
}
.teaserlink .dhsv_vc_teaserbox .imageout .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}
.teaserlink .dhsv_vc_teaserbox .title {
  width: 100%;
  font-size: 23px;
  padding: 20px 15px;
}
.teaserlink .dhsv_vc_teaserbox .desc {
  position: relative;
  padding: 0 15px 20px 15px;
}
.teaserlink .dhsv_vc_teaserbox:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}
.teaserlink .dhsv_vc_teaserbox.imageteaser .inhalt {
  position: absolute;
  width: 100%;
  min-height: 1px;
  bottom: 0;
  left: 0;
  color: #000000;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser .inhalt .desc {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser:hover .inhalt {
  min-height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.9);
}
.teaserlink .dhsv_vc_teaserbox.imageteaser:hover .inhalt .desc {
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
