/* 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;
}


.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 .aktuelles-post-wrapper.theme_style_2 {
   height: 354px;
   position: relative;
}

.post-48 .beitrag_grid_wrapper {
	margin: 0px auto !important;
	overflow: hidden;
	position: absolute;
	bottom: 40px;
	height: 98px;
	width: 36%;
	left: 7px;
}
.post-48 .theme_style_3 .beitrag_grid-post-wrapper {
	border-radius: 4px;
	box-shadow: unset;
	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-48 .aktuelles-wrapper {
	display: flex;
	gap: 19px;
}
.post-48 .aktuelles-post-wrapper.theme_style_2  {
	display: block !important;
	/* width: 33% !important; */

}
.post-48 .aktuelles-post-wrapper.theme_style_2 .artikel-thumbnail {
  width: calc(100% - 40px) !important;
  max-width: calc(100% - 40px);
	border-radius: 0;
	height: 277px;
	
}
.post-86 .aktuelles-post-wrapper.theme_style_2 .artikel-thumbnail {
	max-width: 400px;
	height: 200px;
	border-radius: 0;
	background-position: bottom !important;
} 

.post-48 .zertifikate-top-medizin {
	display: none;
}

@media (max-width: 599px) {

.post-48 .aktuelles-wrapper {
	display: block;
}
.post-48 .aktuelles-post-wrapper.theme_style_2 {
	display: block !important;
	width: 100 !important;
}
}


/*IPAD*/

@media (min-width: 600px) and (max-width: 921px) {
	
}