.teaserlink {
  text-decoration: none;
  color: #ffffff;
}
.teaserlink:hover {
  color: #ffffff;
}
.teaserlink .dhsv_vc_teaserbox {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background-color: #be2b1d;
  cursor: pointer;
  height: 270px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -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%;
  max-height: 100%;
  display: inline-block;
  float: left;
}
.teaserlink .dhsv_vc_teaserbox .imageout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.2;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.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;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.teaserlink .dhsv_vc_teaserbox .title {
  width: 100%;
  padding: 20px 15px;
}
.teaserlink .dhsv_vc_teaserbox .desc {
  position: relative;
  padding: 30px;
}
.teaserlink .dhsv_vc_teaserbox:hover {
  cursor: pointer;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser .inhalt {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1px;
  bottom: 0;
  left: 0;
  color: #000000;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser .inhalt .title {
  color: #ffffff;
  padding: 30px;
  line-height: 1;
  font-family: 'blender_bold', sans-serif;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser .inhalt .desc {
  position: absolute;
  opacity: 0;
  bottom: 0;
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-right: 80px;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
       -o-transform: translateY(-50px);
          transform: translateY(-50px);
  font-family: 'Roboto', sans-serif;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser .inhalt .link {
  font-size: 20px;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser:hover .imageout:after {
  background: #be2b1d;
  opacity: 0.9;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser:hover .imageout .image {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease 4s;
  -o-transition: all ease 4s;
  transition: all ease 4s;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser:hover .inhalt .desc {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.teaserlink .dhsv_vc_teaserbox.imageteaser:hover .inhalt .link {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all ease 0.5s 0.3s;
  -o-transition: all ease 0.5s 0.3s;
  transition: all ease 0.5s 0.3s;
}
