/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
.custom-blog{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins Regular';
	background: #f2f2f2;
}
.custom-blog h2 {
	font-size: 36px;
	color: #39393A;
	margin-bottom: 25px;
	line-height: 1.4em;
}
.custom-blog p{
	font-size: 16px;
	color: #969696;
}
.custom-blog .sub-post{
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	width: 100%;
    padding: 10px;
}
.grid {
    display: flex;
	flex-direction: row;
    width: 80%;
    position: relative;
    margin-top: 15px;
	gap: 50px;
}
.custom-blog .main-blog-post{
  position: relative;
  height:406px;
  width: 760px;
  border-radius: 5px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 760px) {
  .custom-blog .main-blog-post{
  height:420px;
  width: 350px;
}
	.grid {
    display: flex;
	flex-direction: column;
}
}
.custom-blog h3{
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 24px;
  color: #39393A;
  width: 90%;
  line-height: 1.4em;
}
.custom-blog .meta-information{
  font-size: 16px;
  color: #39393A;
  margin-bottom: 5px;
}
.custom-blog .category{
  color: #FF007A;
  background-color: #F7EAF0;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content;
  margin-bottom: 10px;
}
.custom-blog .overlay{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(rgba(255,255,255,.73), #fff 70%);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding-left:25px;
  padding-bottom: 10px;
  border-radius: 5px;
}