#blog_teaser
{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#blog_teaser .swiper-container
{
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}

#blog_teaser .link:link,
#blog_teaser .link:active,
#blog_teaser .link:visited
{
	position: relative;
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 1200px)
{
	#blog_teaser .link:link,
	#blog_teaser .link:active,
	#blog_teaser .link:visited
	{
		text-align: center;
	}
}

/* @media screen and (max-width: 767px)
{
	#blog_teaser .link:link,
	#blog_teaser .link:active,
	#blog_teaser .link:visited
	{
		height: 480px;
	}
}

@media screen and (max-width: 576px)
{
	#blog_teaser .link:link,
	#blog_teaser .link:active,
	#blog_teaser .link:visited
	{
		height: 400px;
	}
} */

#blog_teaser .link img
{
	position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: none !important;
	height: 313px !important;
    object-fit: cover;
}

@media screen and (max-width: 1200px)
{
	#blog_teaser .link img
	{
		height: auto !important;
		/* width: auto !important; */
	}
}


#blog_teaser .link .title-description-container
{
    position: relative;
    display: block;
    padding: 25px;
    background-color: #ffffff;
    transition: all ease 400ms;
}

@media screen and (max-width: 767px)
{
	#blog_teaser .link .title-description-container
	{
		bottom: 0;
	}
}



#blog_teaser .link .title-description-container .date
{
	font-family: 'Lato-Regular', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #212121;
	padding-bottom: 30px;
}

#blog_teaser .link.has-image:hover .title-description-container .date
{
	color: #ffffff;
}

#blog_teaser .link .title-description-container .title
{
	font-family: 'Lora', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 25px;
}

#blog_teaser .link .title-description-container .teaser-text
{
	font-family: 'PTSans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

#blog_teaser .link .title-description-container .read-more-text
{
	position: relative;
	transition: opacity 200ms;
	margin-top: 35px;
	z-index: 0;
}

#blog_teaser .link div.ww_action_button2
{
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal !important;
    color: #000000 !important;
    text-decoration: none !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative; 
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent;
}

#blog_teaser .link div.ww_action_button2::after 
{
    content: url('/images/Arrow_Black_x1.png');
    padding-left: 9px;
}

#blog_teaser .link div.ww_action_button2::before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #DBBE5A;
    z-index: -1;
    transition: all 0.7s ease;
	padding: 3px 0px;
}

#blog_teaser .link:hover div.ww_action_button2::before 
{
    width: 100%;
	z-index: -1;
}

#blog_teaser .link:hover .title-description-container .read-more-text::after
{
	transform: scaleX(1);
}

#blog_teaser .next,
#blog_teaser .previous
{
	position: absolute;
	z-index: 2;
	top: 25%;
	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;
	font-family: font_awesome;
	font-size: 16pt;
	color: #1d1d1d;
}

#blog_teaser .previous
{
	left: -40px;
}

@media screen and (max-width: 1285px)
{
	#blog_teaser .previous
	{
		left: 0;
	}
}

#blog_teaser .previous::before
{
	content: "\f053";
}

#blog_teaser .next
{
	right: -40px;
}

@media screen and (max-width: 1285px)
{
	#blog_teaser .next
	{
		right: 0;
	}
}

#blog_teaser .next::before
{
	content: "\f054";
}

.blog-header h2
{
	color: #ffffff;
}

.cke_editable .blog-header h2
{
	color: #1C1C1C;
}

