

.teaser-home__bgImg {
	position: relative;
	background-size: cover !important;
}

.teaser-img {
	display: block;
	width: 100%;
}

.teaser-home__content {	   
    color: white;
    font-weight: bold;
	padding: 3% 3% 10%;
}

.teaser-home__headline-img {
	margin-bottom: -15%;
	height: auto;
	width: 65%;
}

.teaser-home__description-box {
  max-width: 33%;
  border: 1px solid rgb(60, 58, 59);
  border-radius: 3px;
  max-height: 50%;
  margin-left: 18%;
  background-color: rgba(41, 39, 40, 0.6);
  padding: 15px 15px 25px;
  position: relative;
}

.teaser-home__description-box * {
  color: white;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.teaser-home__linkUrl {
	position: relative;
	text-decoration: none;
	background-color: rgb(255, 72, 12);
	padding: 10px 20px;
	border-radius: 3px;
}

.teaser-home__linkUrl::after {
	content: "\f0da";
	font-family: fontawesome;
	margin-left: 6px;
}