section.m31_history{
	opacity:0;
}

section.m31_history .m31_item_content{
	background-color:#f1f1f1;
	height:100%;
}

section.m31_history .m31_history_container_content{
	padding:20px;
}

section.m31_history p{
	margin:0;
}

section.m31_history .m31_item{
	margin-bottom:30px;
}

section.m31_history .m31_history_container_load_more{
	width: 100%;
    display: table;
}

section.m31_history .m31_history_load_more{
    display: table;
}

section.m31_history .m31_history_load_more_container{
	position:relative;
	width:200px;
}

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

section.m31_history .m31_history_load_more_text{
	text-align:center;
	cursor:pointer;
}

section.m31_history .m31_link_container{
	margin-top:20px;
}

section.m31_history .m31_history_pagination_container{
	display:table;
}

section.m31_history .m31_history_pagination_container>div{
	float:left;
	cursor:pointer;
}

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

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

section.m31_history .m31_image_container img{
	width:100%;
}

.m31_history_filter_category_items{
	display:flex;
	margin:10px 0;
}

.m31_history_filter_category_item{
	padding:10px;
	background-color:gray;
	margin-right:10px;
	cursor:pointer;
}

.m31_history_filter_category_item.active{
	background-color:red;
}

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

section.m31_history[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.m31_history[data-kurze-ausgabe-slide="true"] [data-ausrichtung*="zentriert_ausfuellung"] .slick-slide:not(.slick-active) {
	opacity: .3;
}

section.m31_history .m31_titel_container {
	max-width: 400px;
}

section.m31_history .slick-dots {
	position: relative;
	bottom: unset;
	text-align: start;
	scrollbar-width: none;
	overflow-x: scroll;
	position: static;
	display: flex;
}

section.m31_history .slick-dots li {
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	margin-right: 400px;
}

section.m31_history .m31_history_item_content h2 {
	margin-top: 13px;
	margin-bottom: 0;
}

section.m31_history .m31_history_items_container.slick-dotted.slick-slider {
	margin-top: 100px;
	margin-bottom: 0;
}

section.m31_history .slick-list {
	padding-top: 5px;
	padding-right: 70px;
}

section.m31_history .m31_history_item_content {
	max-width: 205px;
}

section.m31_history .m31_history_item {
	position: relative;
}

section.m31_history .m31_history_item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

section.m31_history .m31_history_item:last-child:before {
	width: 205px;
}

section.m31_history .m31_history_item:after {
	content: '';
	position: absolute;
	top: -3px;
	left: 34px;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	transition: .4s;
}

section.m31_history .m31_history_item.slick-current:after {
	top: -5px;
	width: 11px;
	height: 11px;
}

section.m31_history .m31_history_items_container {
	margin-top: 87px;
}

section.m31_history section.m3_bild .m3_image_container[data-bildhoehe="normal"] {
	height: 715px;
}

section.m31_history section.m3_bild .m3_image_container img {
	object-position: right;
}

@media all and (max-width: 1399px) {
	section.m31_history section.m3_bild .m3_image_container img {
		object-position: 70%;
	}
}

@media all and (max-width: 767px) {
	section.m31_history section.m3_bild .m3_image_container img {
		object-position: right 35%;
	}
}

@media all and (max-width: 575px) {
	section.m31_history section.m3_bild .m3_content_text_container > .container {
		max-width: 100% !important;
		padding: 0 30px;
	}
	
	section.m31_history section.m3_bild .m3_image_container[data-bildhoehe="normal"] {
		height: 1215px;
	}
	
	section.m31_history .m31_titel_container {
		max-width: 350px;
	}
	
	section.m31_history .m31_history_item:before {
		left: 5px;
		width: 1px;
		height: 100%;
	}
	
	section.m31_history .m31_history_item:after {
		top: 19px;
		left: 2px;
	}
	
	section.m31_history .m31_history_item_content {
		max-width: unset;
		padding-left: 20px;
	}
	
	section.m31_history .m31_history_item:last-child:before {
		width: 1px;
	}
	
	section.m31_history .m31_history_item_content h2 {
		margin-top: 0;
	}
	
	section.m31_history .m31_history_item:not(:last-child) .m31_history_item_content {
		padding-bottom: 43px;
	}
	
	section.m31_history .m31_history_items_container {
		height: 765px;
		overflow-y: scroll;
		margin-top: 73px;
	}
}

@media all and (max-width: 475px) {
	section.m31_history .m31_history_item_content {
		max-width: 205px;
	}
}

@media all and (max-width: 371px) {
	section.m31_history section.m3_bild .m3_image_container[data-bildhoehe="normal"] {
		height: 1265px;
	}
}
