#blog_teaser
{
	width: 100%;
	max-width: 1200px;;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 55px;
	padding-top: 110px;
}

#blog_teaser .button-wrapper
{
	position: relative;
}

#blog_teaser .slider-button-container
{
	display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 30px auto 0 auto;
}

#blog_teaser .slider-button-container .slider-button
{
	width: 31px;
    height: 17px;
    transition: all 200ms;
}

#blog_teaser .slider-button-container .slider-button.previous
{
	background: url('/images/previous-arrow.svg') top center no-repeat;
	margin-right: 15px;
}

#blog_teaser .slider-button-container .slider-button.next
{
	background: url('/images/next-arrow.svg') top center no-repeat;
}

#blog_teaser .slider-button-container .slider-button.previous:hover
{
	transform: translateX(-5px);
}

#blog_teaser .slider-button-container .slider-button.next:hover
{
	transform: translateX(5px);
}

#blog_teaser .slider-button.swiper-button-disabled
{
	opacity: 0.3;
}

#blog_teaser .slider-button-container a
{
	font-family: "Nunito Sans", sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #191918;
    text-decoration: none;
	margin-left: 30px;
    transition: color 200ms;
}

#blog_teaser .slider-button-container a:hover
{
	color: #e56913;
}

#blog_teaser .slider-nav
{
	position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    width: 65px;
    display: flex;
    align-items: center;
}

#blog_teaser .slider-nav img
{
	transition: transform 200ms;
}

#blog_teaser .slider-nav.previous
{

}

#blog_teaser .slider-nav.previous:hover img
{
	transform: translateX(-5px);
}

#blog_teaser .slider-nav.next
{
	margin-left: 15px;
}

#blog_teaser .slider-nav.next:hover img
{
	transform: translateX(5px);
}

#blog_teaser .slider-nav.swiper-button-disabled
{
	display: none;
}

@media screen and (max-width:1200px)
{
	#blog_teaser .slider-nav
	{
		display: none;
	}
}

#blog_teaser .container-fluid
{
	overflow: hidden;
}

#blog_teaser .swiper-slide
{
	overflow: hidden;
	margin-right: 30px;
	width: 100%;
	max-width: 424px;
	box-shadow: 0px 0 10px rgba(0,0,0,0.2);

}

@media screen and (max-width:400px)
{
	#blog_teaser .swiper-slide
	{
		margin-right: 0;
	}
}

#blog_teaser .link:link,
#blog_teaser .link:active,
#blog_teaser .link:visited
{
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

#blog_teaser .link.no-image
{
	justify-content: center;
}

#blog_teaser .link .image-container
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#blog_teaser .link img:not(.bg)
{
	width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

#blog_teaser .link img.bg
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	max-width: none !important;
	object-fit: cover;
	filter: blur(25px);
}

#blog_teaser .link .title-description-container
{
	position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background: #F7F7F7;
    height: 170px;
    transition: all 200ms;
    text-align: center;
}

#blog_teaser .link.no-image .title-description-container
{
	height: 100%;
}

.title-date-wrapper
{
	display: flex;
	flex-direction: column;
}

#blog_teaser .link .title-description-container .title
{
	font-size: 21px;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	color: #15232C;
	margin-bottom: 5px;
}

#blog_teaser .link .title-description-container .teaser-text
{
	color: #213744;
}

#blog_teaser .link .title-description-container .date
{
    font-size: 16px;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
	font-weight: normal;
    margin-bottom: 5px;
	color: #435F71;
}

@media screen and (max-width:400px)
{
	#blog_teaser .link .title-description-container .title
	{
		font-size: 16px;
	}
}

#blog_teaser .link.no-image .title-description-container .title
{
	font-size: 24pt;
}

.blog-teaser-description
{
	font-size: 16pt;
    font-family: 'Lato', sans-serif;
	font-weight: normal;
}

#blog_teaser .link:hover .blog-teaser-description
{
	color:#212121;
}

#blog_teaser .link:hover .title-description-container
{

	background: transparent;
    background-image: url('/images/blog-overlay.png');
    background-size: cover;
    height: 252px;
}

#blog_teaser .link:hover .title-description-container .title,
#blog_teaser .link:hover .title-description-container .date,
#blog_teaser .link:hover .title-description-container .teaser-text
{
        color: #F7F7F7 !important;
}

#blog_teaser .link .title-description-container .read-more-text
{
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    opacity: 0;
    transition: opacity 200ms;
}

#blog_teaser .link:hover .title-description-container .read-more-text
{
	opacity: 1;
}

.teaser-header p
{
	font-family: 'Montserrat-SemiBold';
	font-weight: 600;
	font-style: normal;
	font-size: 23pt;
}