@media (min-width: 768px) {
  .content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .content-text {
    padding: 20px 32px;
  }
  
  .content-image, 
  .content-text {
    height: 450px;
    width: 50%;
  }
  
  .content-image-tag {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
  }
}

.post-main .content {
  margin: 0 auto;
  max-width: 768px;
}

@media (min-width: 1280px) {
  .componentPadding {
    padding: 40px 0 !important;
  }
}
@media (min-width: 768px) {
  .componentPadding {
    padding: 32px 0 !important;
  }
}

.componentPadding {
  padding: 20px 0;
}

@media (min-width: 480px) {
  .h4, h4 {
    font-size: 1.2rem !important;
  }
}

h1 {
  font-size: 2.4rem !important;
}

.content-image-tag {
    border-radius: 0;
}

.content-text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content.themeBlack {
  background: -webkit-gradient(linear,left top,right top,from(#2d2926),to(#504b46));
  background: linear-gradient(90deg,#2d2926,#504b46);
}

.content--background {
  background: -webkit-gradient(linear,left top,right top,from(#009639),to(#97d700));
  background: linear-gradient(90deg,#009639,#97d700);
}

.teaser-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0,0%,100%,.8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 5px;
  position: absolute;
  width: 100%;
}

.teaser {
  position: relative;
}

.teaser-title {
  font-size: 18px;
  margin-bottom: 3px;
}

.teaser-subtitle {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.centerMaxWidthContainer span a {
  font-size: 18px;
  color: #444;
}