/* TYPE 2 */

.aktuelles-post-wrapper.theme_style_2{display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 90%;
  transition: transform 0.3s;margin-bottom: 20px;
}
.post-48 .aktuelles-post-wrapper.theme_style_2 {
   height: 354px;
   position: relative;
}

.aktuelles-post-wrapper.theme_style_2 h2{margin: 0;font-size: 24px !important;font-weight: bold;}

.aktuelles-post-wrapper.theme_style_2 .artikel-thumbnail{max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-right: 2px solid #f0f0f0;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  margin: 20px !important;}

.aktuelles-post-wrapper.theme_style_2 .artikel-text{width: 100% !important;padding: 20px;}

.post-48 .beitrag_grid_wrapper {
	margin: 0px auto !important;
	overflow: hidden;
	position: absolute;
	bottom: 40px;
	height: 98px;
	width: 36%;
	left: 7px;
	/* background: #fff !important; */
}
.post-48 .theme_style_3 .beitrag_grid-post-wrapper {
	border-radius: 4px;
	box-shadow: unset;
	/* width: calc( 100% / 4 - 20px); */
	width: 20%;
	height: 100%;
	background: no-repeat;
}
.post-48 .theme_style_3 .beitrag_grid-thumbnail {
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: unset;
	margin: 0px;
	height: 100% !important;
	margin-left: 5px;
}
.post-48 .beitrag_grid-post-wrapper {
	margin-right: 10px;
	margin-bottom: 0px;
}
.post-86 .aktuelles-post-wrapper.theme_style_2 .artikel-thumbnail {
	max-width: 400px;
	height: 200px;
	border-radius: 0;
	background-position: bottom !important;
}
