.teaser-heading
{
	text-align: center;
	padding-top: 140px;
	padding-bottom: 70px;
}

#blog_teaser
{
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

#blog_teaser .swiper-container
{
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

#blog_teaser .link:link,
#blog_teaser .link:active,
#blog_teaser .link:visited
{
	position: relative;
	display: block;
	height: 400px;	
	text-decoration: none;
}

#blog_teaser .link img
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	max-height: 334px;
	width: 100% !important;
	max-width: none !important;
	object-fit: cover;
}

#blog_teaser .link .title-description-container
{
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	text-align: center;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 25px;
	background-color: #ffffff;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-box-shadow: 0px -1px 15px -4px #000000; 
	box-shadow: 0px -1px 15px -4px #000000;
	transition: all 200ms;
}

#blog_teaser .link.has-image:hover .title-description-container
{
	bottom: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

#blog_teaser .link.has-image .title-description-container
{
	height: 290px;
}

#blog_teaser .link .title-description-container .date
{
	font-size: 11pt;
	font-weight: normal;
	color: #2c2c2c;
}

#blog_teaser .link .title-description-container .title
{
	font-size: 18pt;
	font-family: open_sans, sans-serif;
	font-weight: normal;
	color: #0073CD;
	margin: 25px 0 11px 0;
}

#blog_teaser .link .title-description-container .teaser-text
{
	font-size: 12pt;
	font-weight: normal;
	color: #1d1d1d;
}

#blog_teaser .link .title-description-container .read-more-text
{
	position: relative;
	display: block;
	text-align: center;
	font-size: 13pt;
	font-weight: normal;
	color: #0073CD;	
	transition: opacity 200ms;
	margin-top: 8px;
}

#blog_teaser .next,
#blog_teaser .previous
{
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border: none;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	border-radius: 50%;
}

#blog_teaser .next.swiper-button-disabled,
#blog_teaser .previous.swiper-button-disabled
{
	display: none;
}

#blog_teaser .next::before,
#blog_teaser .previous::before
{
	position: relative;
    top: -1px;
	font-family: font_awesome;
	font-size: 16pt;
	color: #1d1d1d;
}

#blog_teaser .previous
{
	left: 0;
}

#blog_teaser .previous::before
{
	content: "\f053";
	right: 1px;
}

#blog_teaser .next
{
	right: 0;
}

#blog_teaser .next::before
{
	content: "\f054";
	left: 1px;
}

.view-all-posts-container
{
	font-family: open_sans, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}