@charset "UTF-8";

.teaser_home {
	color: #FFF;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 1em;
	padding-bottom: 1em;
	position: relative;
}

.teaser_home .rslides_containter {
	position: relative;
}

.teaser_home .rslides {
	margin: 0;
	padding: 0;
	list-style: none;
}

.teaser_home .rslides li {
	position: relative;
}

.teaser_home .rslides li > a {
	display: block;
	width: 100%;
}

.teaser_home .rslides img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border: 0;
	position: relative;
	z-index: 1;
}

.teaser_home .caption {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	color: #444;
	z-index: 50;
}

.teaser_home .caption-inner {
	display: inline-block;
	max-width: 66%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 2% 5%;
	font-size: 1.1em;
	line-height: 1.4;
	box-sizing: border-box;
}

span.teaser_caption_title_first,
span.taser_caption_title_last {
	font: 1.1em 'Oswald', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

span.taser_caption_title_last {
	color: #b2cd1b;
}

span.taser_caption_title_corona {
	color: #ff9900;
}

span.taser_caption_title_last_1 {
	color: #ACC90A;
}

span.taser_caption_title_last_2 {
	color: #EA650D;
}

span.taser_caption_title_last_3 {
	color: #2CC;
}

span.taser_caption_title_last_4 {
	color: #cf1212;
}

span.taser_caption_title_last_5 {
	color: #ffc000;
}

.teaser_home h1.home {
	line-height: 1.2;
	margin-bottom: 0.25rem;
	margin-top: 2px;
}

.teaser_home .rslides_nav {
	top: auto !important;
	bottom: 0;
	transform: none;
	display: block;
}

@media (min-width: 1921px) {
	.teaser_home .caption-inner,
	span.teaser_caption_title_first,
	span.taser_caption_title_last {
		font-size: 1.7em;
	}
}

@media (max-width: 991.98px) {
	.teaser_home {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}

	.teaser_home .rslides_containter,
	.teaser_home .rslides,
	.teaser_home .rslides li,
	.teaser_home .rslides li > a {
		width: 100vw;
	}

	.teaser_home .rslides img {
		width: 100vw;
		height: 100vw;
	}

	.teaser_home .caption {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
	}

	.teaser_home .caption-inner {
		max-width: none;
		width: 100%;
		display: block;
		font-size: 1em;
		line-height: 1.45;
		padding: 0.75rem 1.5rem 1rem;
		background-color: rgba(255, 255, 255, 0.92);
	}

	.teaser_home .caption .teaser_caption_title_first,
	.teaser_home .caption .taser_caption_title_last {
		font-size: 1.4em;
		float: none;
		display: inline-block;
	}

	.teaser_home h1.home {
		font-size: 1.35rem;
		line-height: 1.25;
		text-align: center;
	}

	.teaser_home .rslides_nav {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.teaser_home .caption-inner {
		font-size: 1em;
	}

	.teaser_home .rslides_nav {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px),
(min-width: 1200px) {
	.teaser_home {
		padding-left: 0;
	}
}
