.teaserbox-simple {
  background: white;
  border-radius: 13px;
  box-shadow: 8px 8px 16px 1px #dedede;
  width: 100%;
  padding: 43px;
  margin-bottom: 25px;
  transition: box-shadow 0.3s ease;
  position: relative;
  padding-bottom: 80px;
}
.teaserbox-simple:after {
  border: 4px solid #009ee0;
  border-radius: 5px;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
}
.teaserbox-simple:hover {
  box-shadow: 5px 4px 16px 3px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s;
}
.teaserbox-simple .btn.btn-primary,
.teaserbox-simple button {
  z-index: 3;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9;
}
.teaserbox-simple .teaserbox-simple-icon {
  max-height: 85px;
  margin: 5px 0 0 0;
}
.teaserbox-simple .teaserbox-simple_title {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.teaserbox-simple .teaserbox-simple_title h2 {
  margin: 0;
  padding: 0;
}
.teaserbox-simple .teaserbox-simple_body {
  margin-bottom: 30px;
  color: #757575;
  font-weight: normal;
}
.teaserbox-simple .visually-hidden {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  color: transparent;
}
.teaserbox-simple.without-bodytext {
  padding: 43px 23px;
}
.teaserbox-simple.without-bodytext .img-responsive {
  margin: 71px auto 0 auto;
  height: 105px;
  width: auto;
  max-height: 105px;
  max-width: 131px;
}
.teaserbox-simple.without-bodytext h2 {
  margin: 0 auto;
}
