section.m30_videoslider:not([data-kurze-ausgabe="true"]) .m30_title_container_title {
	margin-bottom: 60px;
	position: relative;
}

section.m30_videoslider:not([data-kurze-ausgabe="true"]) .m30_title_container_title * {
	position: relative;
	z-index: 1;
	font-size: .875rem;
	color: #ededed;
	padding-right: 30px;
	background: #121212;
	text-transform: uppercase;
	display: inline-block;
}

section.white .m30_title_container_title *,
section.purewhite .m30_title_container_title * {
	color: #007fc5;
	background: #ededed;
}

section.light .m30_title_container_title * {
	background: #1a1a1a;
}

section.purewhite .m30_title_container_title * {
	background: #fff;
}

.m30_item {
	margin-bottom: 30px;
}

section.m30_videoslider .m30_link_container a {
	display: inline-block;
	color: #007fc5;
	-webkit-transition: border-color .4s, background .4s, color .4s;
	-moz-transition: border-color .4s, background .4s, color .4s;
	-ms-transition: border-color .4s, background .4s, color .4s;
	-o-transition: border-color .4s, background .4s, color .4s;
	transition: border-color .4s, background .4s, color .4s;
}

section.m30_videoslider .m30_link_container a:hover {
	color: #fff;
}

section.m30_videoslider .m30_link_container a svg {
	width: 15px;
	height: 15px;
	fill: #007fc5;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.white .m30_link_container a,
section.purewhite .m30_link_container a {
	color: #007fc5;
}

section.m30_videoslider.white .m30_link_container a:hover,
section.m30_videoslider.purewhite .m30_link_container a:hover {
	color: #fff;
}

section.m30_videoslider.white .m30_link_container a svg,
section.m30_videoslider.purewhite .m30_link_container a svg {
	fill: #007fc5;
}

section.m30_videoslider .m30_link_container a:hover svg {
	fill: #fff;
}

section.m30_videoslider .m30_link_container a span {
	display: inline-block;
	margin-left: 8px;
}

.m30_item_title {
	font-size: 1rem;
	font-weight: 400;
	font-family: "verdana-pro", sans-serif;
	margin: 15px 0;
}

.m30_item_title_name {
	color: #007fc5;
	text-transform: uppercase;
}

.m30_item_title_stellung {
	color: #676767;
}

section.m30_videoslider .row {
	justify-content: space-between;
	overflow: hidden;
}

section.m30_videoslider .m30_item_teaser_container {
	margin-bottom: 40px;
}

section.m30_videoslider .m30_item {
	margin-bottom: 130px;
	position: relative;
}

.m30_videoslider_load_more_container {
	display: flex;
	justify-content: center;
}

.m30_videoslider_load_more_text {
	cursor: pointer;
}

.m30_videoslider_load_more_text svg {
	width: 15px;
	height: 15px;
	stroke: #fff;
	margin-bottom: 2px;
	margin-right: 5px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: fill .4s, -webkit-transform .4s;
	-moz-transition: fill .4s, -moz-transform .4s;
	-ms-transition: fill .4s, -ms-transform .4s;
	-o-transition: fill .4s, -o-transform .4s;
	transition: fill .4s, transform .4s;
}

.m30_videoslider_load_more_text:hover svg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="rechts"], 
section.m30_videoslider[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="zentriert_ausfuellung_rechts"] {
	padding-left: 0;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .slick-track {
	display: flex;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .slick-slide {
	height: inherit;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_videoslider_container_content,
section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item_content {
	height: 100%;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_videoslider_container_content {
	padding: 25px;
	border: 1px solid #333333;
	background: #1a1a1a;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="links"], 
section.m30_videoslider[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="zentriert_ausfuellung_links"] {
	padding-right: 0;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_videoslider_container {
	padding: 0 12px;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] [data-ausrichtung*="zentriert_ausfuellung"] .slick-slide {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] [data-ausrichtung*="zentriert_ausfuellung"] .slick-slide:not(.slick-active) {
	opacity: .3;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item {
	margin-bottom: 0;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item:after {
	display: none;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_title_container_title * {
	font-size: 2.8125rem;
	margin-bottom: 60px;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: -108px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #007fc5;
	border-radius: 60%;
	width: 48px;
	height: 48px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .4s, background .4s;
	-moz-transition: opacity .4s, background .4s;
	-ms-transition: opacity .4s, background .4s;
	-o-transition: opacity .4s, background .4s;
	transition: opacity .4s, background .4s;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button.slick-disabled {
	opacity: 0;
	cursor: default;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button svg {
	fill: #fff;
	width: 9px;
	height: 11px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button:hover {
	background: #fff;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button:hover svg {
	fill: #007fc5
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button.m30_slider_next {
	left: auto;
	right: 100px;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button.m30_slider_next svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .slick-list {
	margin: 0 -15px;
	padding: 5px 0;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item .m30_item_content {
	margin: 0 15px;
}

section.m30_videoslider .m30_videoslider_video_container {
	position: relative;
	min-height: 224px;
}

section.m30_videoslider .m30_video {
	max-width: 100%;
}

section.m30_videoslider .m30_videoslider_poster_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

section.m30_videoslider .m30_videoslider_poster_container img {
	object-fit: cover;
	object-position: center top;
	width: 100%;
	height: 100%;
}

section.m30_videoslider .m30_videoslider_poster_container .m30_play_button {
	position: absolute;
	left: 20px;
	bottom: 25px;
	width: 58px;
	height: 58px;
}

section.m30_videoslider .m30_videoslider_poster_container .m30_play_button svg {
	background: #ededed;
	border-radius: 50%;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

section.m30_videoslider .m30_videoslider_poster_container .m30_play_button svg path {
	fill: #ededed;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m30_videoslider .m30_videoslider_poster_container .m30_play_button svg polygon {
	fill: #1a1a1a;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m30_videoslider .m30_videoslider_poster_container:hover .m30_play_button svg {
	background: #1a1a1a;
}

section.m30_videoslider .m30_videoslider_poster_container:hover .m30_play_button svg polygon {
	fill: #ededed;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item:before {
	right: 5px;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item:last-child:before {
	display: none;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_link_container a span {
	color: #ccc;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_link_container a svg {
	fill: #ccc;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_link_container a:hover span {
	color: #007fc5;
}

section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_link_container a:hover svg {
	fill: #007fc5;
}

.mm_lightbox .m30_video {
	height: 100%;
	width: auto;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 2199px) {
	section.m30_videoslider .m30_item:before {
		right: -25px;
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item:before {
		right: 40px;
	}
}

@media screen and (max-width: 1920px) {
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item:before {
		right: -5px;
	}
}

@media screen and (max-width: 1599px) {
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item:before {
		right: 0;
	}
}

@media screen and (max-width: 1399px) {
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_prev {
		left: 30px;
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button.m30_slider_next {
		right: 30px;
	}
	
	section.m30_videoslider .row {
		padding: 0 60px;
	}
}

@media screen and (max-width: 1199px) {
	section.m30_videoslider .row {
		padding: 0;
	}
}

@media screen and (max-width: 991px) {	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] {
		padding-left: 90px;
		padding-right: 90px;
	}
}

@media screen and (max-width: 767px) {
	section.m30_videoslider .m30_item:before {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] {
		padding-left: 0;
		padding-right: 0;
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="rechts"], 
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .container[data-ausrichtung="zentriert_ausfuellung_rechts"] {
		max-width: 100% !important;
		padding-left: 42px;
		padding-right: 42px;
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button {
		top: auto;
		bottom: 10px;
		left: 42px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_slider_button.m30_slider_next {
		left: auto;
		right: 42px;
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_title_container_title * {
		font-size: 2.1125rem;
	}
}

@media screen and (max-width: 500px) {
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .slick-list {
		margin: 0;
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item .m30_item_content {
		margin: 0;
		padding: 0;
	}
	
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_item:before {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	section.m30_videoslider[data-kurze-ausgabe-slide="true"] .m30_title_container_title * {
		font-size: 1.6125rem;
	}
}