section.m11_news{
	opacity:0;
}

section.m11_news .m11_title_container .m11_link_container a svg {
	margin-left: 5px;
}

section.m11_news .m11_item .m11_item_content{
	background-color:#121212;
	height:100%;
	display: flex;
	flex-direction: column;
	padding: 25px;
	color: #fff;
	border: 1px solid #333333;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

section.m11_news.purewhite .m11_item .m11_item_content {
	background-color: #fff;
	color: #1a1a1a;
	border-color: #c7c7c7;
}

section.m11_news .m11_item:hover .m11_item_content {
	background: #1b1b1b;
}

section.m11_news.purewhite .m11_item:hover .m11_item_content {
	background-color: #ffffff;
}

section.m11_news .m11_item .m11_image_container{
	overflow: hidden;
}

section.m11_news .m11_item .m11_image {
	transition: ease-in-out .3s;
}

section.m11_news .m11_item:hover .m11_image {
	transform: scale(1.1);
	transition: ease-in-out .3s;
}


section.m11_news .m11_news_container_content{
	padding-top: 32px;
	//height:100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.m11_news p{
	margin:0;
}

section.m11_news .m11_item:not(:nth-last-child(-n+3)){
	margin-bottom:30px;
}

section.m11_news .m11_news_container_load_more{
	width: 100%;
    display: table;
}

section.m11_news .m11_news_load_more{
    display: table;
}

section.m11_news .m11_news_load_more_container{
	position:relative;
	width:200px;
}

section.m11_news .m11_news_load_more_loader{
    position: absolute;
    width: 20px;
    transform: translate(50%, 0);
    cursor:default;
}

section.m11_news .m11_news_load_more_text{
	text-align:center;
	cursor:pointer;
}

section.m11_news .m11_link_container{
	margin-top:25px;
}

section.m11_news .m11_news_pagination_container{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

section.m11_news .pagination_items{
	display:flex;
	gap: 7px;
}

section.m11_news .pagination_prev_one,
section.m11_news .pagination_item,
section.m11_news .pagination_next_one{
	cursor:pointer;
}

section.m11_news .pagination_active{
	color:#b04453;
}

section.m11_news[data-text-kurzen="true"] .m11_title_text_container{
	height: 120px;
    overflow: hidden;
}

section.m11_news .m11_image_container img{
	width:100%;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container img,
section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container img {
	height: 100%;
	object-fit: cover;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
	max-height: 490px;
	height: 490px;
}

section.m11_news .m11_created_date_inner{
	display: flex;
	font-size: .875rem;
	margin-bottom: 20px;
}

section.m11_news .m11_created_date_inner p {
	color: #676767;
}

section.m11_news .m11_created_date_inner p.m11_news_categorie {
	color: #007fc5;
	text-transform: uppercase;
}

section.m11_news .m11_separator{
	margin: 0 10px;
}

section.m11_news .m11_title_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 43px;
}

section.m11_news .m11_title_container .m11_title_container_title * {
	font-size: 2.8125rem;
}

section.m11_news.purewhite .m11_title_container .m11_title_container_title * {
	color: #1a1a1a;
}

section.m11_news .m11_title_container .m11_link_container{
	margin-top:0;
}

section.m11_news .m11_title {
	margin-bottom: 35px;
}

section.m11_news .m11_title a * {
	font-size: 1.5625rem;
	line-height: 2.1875rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}

section.m11_news.purewhite .m11_title a * {
	color: #1a1a1a;
}

section.m11_news .m11_item .m11_link_container a svg {
	height: 11px;
	width: 9px;
	fill: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

section.m11_news.purewhite .m11_item .m11_link_container a svg {
	fill: #333333;
}

/* Newsroom START */

section.m11_news[data-kurze-ausgabe="false"] .m11_title_container .m11_title_container_title * {
	font-size: .875rem;
	text-transform: uppercase;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_title_container {
	border-bottom: 1px solid rgba(51,51,51,.2);
}

.m11_news_filter_category_items{
	display: flex;
	margin-bottom: 50px;
}

.m11_news_filter_category_item{
	padding: 15px 25px;
	background-color: transparent;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 30px;
	color: #333333;
	font-size: .875rem;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.m11_news_filter_category_item.active,
.m11_news_filter_category_item:hover{
	background-color: #007fc5;
	color: #fff;
}

.m11_news_filter_category_item:last-child{
	margin-right:0;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_item:first-child {
	margin-bottom: 30px;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child{
	width:100%
}

section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_item_content{
	display: flex;
	flex-direction: row;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_container{
	width: 60%;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_container[data-img-format="hochformat"] {
	width: 33.333%;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_container[data-img-format="hochformat"] img {
	max-height: 550px;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_news_container_content{
	width: 40%;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_item:first-child .m11_news_container_content {
	justify-content: flex-end;
	padding-top: 0;
	padding-left: 50px;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_item:first-child .m11_image_container img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.pagination_icon {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	-webkit-transition: border-color .4s, background .4s;
	-moz-transition: border-color .4s, background .4s;
	-ms-transition: border-color .4s, background .4s;
	-o-transition: border-color .4s, background .4s;
	transition: border-color .4s, background .4s;
}

.pagination_icon svg {
	width: 9px;
	height: 11px;
	fill: #1a1a1a;
	-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.m11_news .pagination_prev_one,
section.m11_news .pagination_next_one {
	display: flex;
	align-items: center;
}

section.m11_news .pagination_prev_one .pagination_icon {
	margin-right: 20px;
}

section.m11_news .pagination_next_one .pagination_icon {
	margin-left: 20px;
}

section.m11_news .pagination_prev_one:hover .pagination_icon,
section.m11_news .pagination_next_one:hover .pagination_icon {
	background: #007fc5;
	border-color: #007fc5;
}

section.m11_news .pagination_prev_one:hover .pagination_icon svg,
section.m11_news .pagination_next_one:hover .pagination_icon svg {
	fill: #fff;
}

section.m11_news .pagination_next_one .pagination_icon svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

section.m11_news .m11_news_container_pagination {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid rgba(51,51,51,.2);
}

section.m11_news .pagination_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #c7c7c7c;
	border-radius: 50%;
	-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.m11_news .pagination_item.pagination_active,
section.m11_news .pagination_item:hover {
	color: #fff;
	background: #007fc5;
	border-color: #007fc5;
}

section.m11_news .pagination_button_container.inactive {
	opacity: 0;
}


section.m11_news .m11_news_container_content_title_text {
	height: 180px;
	overflow: hidden;
	position: relative;
}

section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_post,
section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image {
	height: 475px;
}

/* section.m11_news .m11_news_container_content_title_text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2rem;
	background: linear-gradient(to top, #ffffff 0%, transparent 100%);
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
} */

/* section.m11_news .m11_item:hover .m11_news_container_content_title_text:after {
	background: linear-gradient(to top, #fff 0%, transparent 100%);
} */

/* Newsroom END */

@media screen and (min-width: 1921px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_post,
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image {
		height: 525px;
	}
}

@media screen and (min-width: 2200px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_post,
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image {
		height: 575px;
	}
}

@media screen and (min-width: 2400px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_post,
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image {
		height: 625px;
	}
}

@media screen and (max-width: 2199px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
	section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
		max-height: 424px;
		height: 424px;
	}
}

@media screen and (max-width: 1920px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_container[data-img-format="hochformat"] img {
		max-height: 400px;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
	section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
		max-height: 324px;
		height: 324px;
	}
}

@media screen and (max-width: 1599px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
	section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
		max-height: 257px;
		height: 257px;
	}
}

@media screen and (max-width: 1399px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container {
		max-height: 304px;
		height: 304px;
	}
}

@media screen and (max-width: 1199px) {
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
	section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
		max-height: 244px;
		height: 244px;
	}
}

@media screen and (max-width: 991px) {
	section.m11_news .m11_item {
		margin-bottom: 30px;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:first-child .m11_news_container_content {
		padding-left: 30px;
	}
	
	section.m11_news .m11_title a * {
		font-size: 1.3625rem;
		line-height: 1.8875rem;
	}
	
	section.m11_news .m11_title {
		margin-bottom: 30px;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_container[data-img-format="hochformat"] {
		width: 50%;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
	section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
		max-height: 284px;
		height: 284px;
	}
}

@media screen and (max-width: 767px) {
	section.m11_news .m11_title_container {
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
	section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
		max-height: 464px;
		height: 464px;
	}
	
	section.m11_news .m11_title_container .m11_title_container_title {
		width: 100%;
	}
	
	section.m11_news .m11_title_container .m11_title_container_title * {
		font-size: 2.3125rem;
		margin-bottom: 30px;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_news_container_content,
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_container {
		width: 100%;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_item_content {
		flex-direction: column;
		justify-content: space-between;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:first-child .m11_news_container_content {
		padding-top: 32px;
		padding-left: 0;
	}
	
	.m11_news_filter_category_items {
		flex-wrap: wrap;
	}
	
	.m11_news_filter_category_item {
		width: calc(50% - 5px);
		text-align: center;
	}
	
	.m11_news_filter_category_item:nth-child(even) {
		margin-right: 0;
	}
	
	.m11_news_filter_category_item:not(:nth-last-child(-n+2)) {
		margin-bottom: 10px;
	}
	
	section.m11_news .pagination_next_one .pagination_icon,
	section.m11_news .pagination_prev_one .pagination_icon {
		margin-left: 0;
		margin-right: 0;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_news_container_main .m11_item:first-child .m11_image_container[data-img-format="hochformat"] {
		width: 100%;
	}
	
	section.m11_news[data-kurze-ausgabe="false"] .m11_item:not(:first-child) .m11_image_container,
	section.m11_news[data-kurze-ausgabe="true"] .m11_item .m11_image_container {
		height: auto;
		max-height: unset;
	}
	
	section.m11_news .m11_news_container_content_title_text {
		height: auto;
	}
}

@media screen and (max-width: 500px) {
	.m11_news_filter_category_item {
		width: 100%;
		margin-right: 0;
	}
	
	.m11_news_filter_category_item:not(:last-child) {
		margin-bottom: 10px;
	}
	
	section.m11_news .m11_news_pagination_container {
		flex-wrap: wrap;
	}
	
	section.m11_news .pagination_items {
		width: 100%;
		order: 3;
		justify-content: center;
	}
	
	section.m11_news .pagination_prev_one {
		order: 1;
	}
	
	section.m11_news .pagination_next_one {
		order: 2;
	}
}