@charset "UTF-8";


.teaser-box {
  display:block;
  margin-bottom:40px;
  width: 100%;
  cursor:pointer;
}

.teaser-img {
  position:relative;
  width:100%;
  height:250px;
  background-size: cover;
  background-position: center center;
  background-image:url(https://www.tesis.de/fileadmin/Templates/Resources/Public/images/placeholder.jpg);
}


.teaser-textbox {
  position: relative;
  padding-right: 20px;
  box-sizing: border-box;
  text-align:left;
}

.teaser-header {
  position:relative;
  margin-bottom:10px;
  margin-top:20px;
  
  font-size: 16px;
  line-height: 1;
  color: #002395;
  font-weight:700;
}

.teaser-text {
  position:relative;
}