.block-content,
.content-item {
  color: #585858;
}
.contentmanager-contentlist-view .columns .sidebar-additional,
.contentmanager-content-view .columns .sidebar-additional {
  order: 2;
}
.contentmanager-content-view .block-content .theme-article-wrapper,
.contentmanager-content-view .block-content .theme-intro-detail {
  line-height: 1.7;
  font-size: 16px;
}
.contentmanager-content-view .block-content .theme-date,
.contentmanager-content-view .block-content .theme-category,
.contentmanager-content-view .block-content .theme-author {
    display: inline-block;
}
.theme-page-title-detail {
  font-size: 30px;
  font-weight: 600;
}
.content-item .ct-column-main .inside .theme-page-title-overview {
  font-size: 20px;
  font-weight: 600;
  flex: 1 1 auto;
  padding: 10px 0;
}
.contentmanager-contentlist-view .block-products-list .block-title {
  display: block;
}
.theme-headline-detail {
  font-weight: 600;
}
.theme-date,
.theme-category,
.theme-author {
  font-size: 12px;
}
.content-item .ct-column-main .inside .theme-image-overview,
.content-item .ct-column-main .inside .theme-page-title-overview,
.content-item .ct-column-main .inside .theme-date,
.content-item .ct-column-main .inside .theme-category,
.content-item .ct-column-main .inside .theme-teaser-overview {
  flex: 0 1 auto;
}
.content-item .ct-column-main .inside .theme-image-overview a{
  width: 100%;
}
.content-item .ct-column-main .inside .theme-teaser-overview {
  padding: 15px 0;
}
.theme-date a:hover,
.theme-teaser-overview a:hover {
  text-decoration: none;
}
.contents-items.widget-content-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.content-item {
  width: calc(100%/3);
  padding: 0 10px;
  text-align: center;
  margin: 0 auto 20px;
  box-sizing: border-box;
  flex: 0 1 auto;
  position: relative;
}
.content-item:nth-child(1),
.content-item:nth-child(2) {
  width: 50%;
}
.ct-view .ct-column-main {
  width: 100%;
}
.content-item .ct-column-main {
  height: 100%;
  width: 100%;
}
.content-item .ct-column-main .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content-item .ct-column-main .inside > * {
  flex: 1 1 auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.content-item .ct-column-main .inside h2 {
  font-size: 20px;
  font-weight: 600;
}
.action.secondary {
  display: inline-flex !important;
}
.theme-back-button-detail {
  text-align: center;
}
.inner-theme-teaser-wrapper {
  background-color: #f3eff0;
  margin-bottom: 20px;
  display: block;
}
.inner-theme-img {
  float: left;
  width: 20%;
}
.inner-theme-headline {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px;
  float: left;
  width: 80%;
  box-sizing: border-box;
}
.theme-headline-sidebar {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: 300;
}
.theme-summary-sidebar {
  font-size: 12px;
  padding: 15px 0;
}
.theme-commercial-img {
  margin: 10px auto;
  display: block;
}
@media screen and (max-width: 769px) {
  .content-item,
  .content-item:nth-child(1),
  .content-item:nth-child(2) {
    width: 100%;
  }
  .inner-theme-img {
    width: 100%;
  }
  .inner-theme-headline {
    width: 100%;
  }
}
