/* CSS Document */
/*Page Teaser Simple*/
.vc-pageteaser-simple {
  position: relative;
  margin-bottom: 1rem;
  background-color: #0072bc;
}
.vc-pageteaser-simple a:after {
  display: none !important;
}
.vc-pageteaser-simple a .teaser-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.vc-pageteaser-simple a:hover .teaser-overlay, .vc-pageteaser-simple a:focus .teaser-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.01) 12%, rgba(0, 0, 0, 0.4) 100%);
  transition: opacity 0.25s ease-in-out;
}
.vc-pageteaser-simple a .pageteaser-infotext {
  padding: 20px;
  background-color: #0072bc;
  position: relative;
  z-index: 10;
}
.vc-pageteaser-simple a .pageteaser-infotext h4 {
  color: #ffffff;
}
/*# sourceMappingURL=dce_pageTeaserSimple.css.map */
