@-webkit-keyframes borders {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}
@-o-keyframes borders {
  0% {
    -o-transform: translate(-50%, -50%) scale(0);
       transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(0.8);
       transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}
@keyframes borders {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
         -o-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes dots {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@-o-keyframes dots {
  0% {
    -o-transform: translate(-50%, -50%) scale(0);
       transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes dots {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.worldmapsection.row {
  margin: 0;
}
.worldmapsection .col-sm-8,
.worldmapsection .col-sm-4 {
  padding: 0;
}
.worldmapsection .teaserlink {
  text-decoration: none;
  color: #ffffff;
}
.worldmapsection .teaserlink:hover {
  color: #ffffff;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser {
  width: 100%;
  height: 450px;
  position: relative;
  display: inline-block;
  float: left;
  background-color: transparent;
  cursor: pointer;
  -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;
}
@media (max-width: 991px) {
  .worldmapsection .teaserlink .dhsv_vc_world_teaser {
    height: auto;
  }
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .dots {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .dots span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
       -o-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #be2b1d;
}
@media (max-width: 767px) {
  .worldmapsection .teaserlink .dhsv_vc_world_teaser .dots span {
    width: 5px;
    height: 5px;
  }
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .borders {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .borders span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
       -o-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
  border: 2px solid red;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .imageout {
  width: 100%;
  height: 100%;
  max-width: 620px;
  display: inline-block;
  float: right;
  position: relative;
}
@media (max-width: 991px) {
  .worldmapsection .teaserlink .dhsv_vc_world_teaser .imageout {
    margin: 60px 0;
  }
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .imageout .image {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 450px;
  max-width: 100%;
  width: auto;
  -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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .title {
  width: 310px;
  padding: 20px 15px;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser .desc {
  position: relative;
  padding: 30px;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser:hover {
  cursor: pointer;
  background: #f4f4f4;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.imageteaser .inhalt .title {
  color: #808080;
  padding: 30px;
  line-height: 1;
  font-family: 'blender_bold', sans-serif;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.imageteaser .inhalt .link {
  font-size: 20px;
  color: #808080;
  position: absolute;
  bottom: 0;
  left: 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;
  text-transform: uppercase;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.scrollactive .dots span {
  -webkit-animation: dots 0.5s ease-out forwards;
       -o-animation: dots 0.5s ease-out forwards;
          animation: dots 0.5s ease-out forwards;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.scrollactive .borders span {
  -webkit-animation: borders 3s ease-out infinite;
       -o-animation: borders 3s ease-out infinite;
          animation: borders 3s ease-out infinite;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.scrollactive .borders span:nth-child(1) {
  -webkit-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.scrollactive .borders span:nth-child(2) {
  -webkit-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.scrollactive .borders span:nth-child(3) {
  -webkit-animation-delay: 1.6s;
       -o-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser.scrollactive .borders span:nth-child(4) {
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background-color: #be2b1d;
  cursor: pointer;
  height: 450px;
  -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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right .imageout {
  width: 100%;
  padding-top: 56.25%;
  max-height: 100%;
  display: inline-block;
  float: left;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right .imageout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.5;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right .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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right .title {
  width: 100%;
  padding: 20px 15px;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right .desc {
  position: relative;
  padding: 30px;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right:hover {
  cursor: pointer;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.imageteaser .inhalt .title {
  color: #ffffff;
  padding: 30px;
  line-height: 1;
  font-family: 'blender_bold', sans-serif;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.imageteaser:hover .imageout:after {
  background: #be2b1d;
  opacity: 0.9;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.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;
}
.worldmapsection .teaserlink .dhsv_vc_world_teaser_right.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;
}
