section.m29_historie {
	background: #025a2e;
	padding-top: 180px;
}

section.m29_historie .m29_image{
	min-height:200px;
}

section.m29_historie[data-slider="slick_slider"] .m29_galerie_item{
	height:100%;
}

section.m29_historie[data-slider="slick_slider"] .m29_video_container{
	width:100%;
	height:100%;
	object-fit:cover;
}

section.m29_historie .row{
	min-height:400px;
	position: relative;
}

section.m29_historie .m29_image_container,
section.m29_historie .m29_content_container{
	display:flex;
	z-index: 2;
}

section.m29_historie .m29_image_container img{
	object-fit:cover;
	width:100%;
}

section.m29_historie .m29_content_container{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
}

section.m29_historie .m29_content{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
	flex-flow:row wrap;
	flex-direction: column;
}

section.m29_historie .flex_row_reverse{
	flex-direction: row-reverse;
}

section.m29_historie[data-slider="slick_slider"] .m29_image{
	min-height:auto;
}

section.m29_historie .m29_galerie_container {
    width: 100%;
}


section.m29_historie .items_wrapper {
	position: relative;
}

section.m29_historie .vertical_line {
	position: absolute;
	top: -60px;
	left: calc(50% + 11px);
	transform: translateX(calc(-50% + 11px));
	width: 2px;
	/* height: calc(100% + 60px); */
	/* height: calc(100% + 60px); */
	background: #528c6d;
	display: inline-block;
	z-index: 1;
	padding: 0;
}

section.m29_historie .item {
	position: relative;
}

section.m29_historie .item:last-child {
	margin-bottom: 0;
}

section.m29_historie .item:before {
	content: '';
	position: absolute;
	top: -70px;
	left: calc(50% + 11px);
	transform: translateX(calc(-50% + 11px));
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffef00;
	display: inline-block;
	z-index: 2;
}

section.m29_historie .item:after{
	content: '';
	position: absolute;
	top: -82.5px;
	left: calc(50% + 11px);
	transform: translateX(calc(-50% + 11px));
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #ffef0033;
	display: inline-block;
	z-index: 1;
}

section.m29_historie .item:nth-child(even)::before,
section.m29_historie .item:nth-child(even)::after {
	display: none;
}

section.m29_historie .titel_container:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -38px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffef00;
	display: inline-block;
	z-index: 2;
}

section.m29_historie .item:nth-child(odd) {
	margin-bottom: 115px;
}

section.m29_historie .item:nth-child(even) {
	margin-bottom: 165px;
}

section.m29_historie .item:last-child {
	margin-bottom: 0 !important;
}

section.m29_historie .item:nth-child(odd) .titel_container:before {
	display: none;
}

section.m29_historie .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section.m29_historie .item:nth-child(odd) .inner {
	flex-direction: row;
}

section.m29_historie .item:nth-child(even) .inner {
	flex-direction: row-reverse;
}

section.m29_historie .item:nth-child(odd) .content_container {
	padding-right: 50px;
}

section.m29_historie .item:nth-child(even) .content_container {
	padding-left: 50px;
}

section.m29_historie .content_container,
section.m29_historie .image_container {
	width: 50%;
}

section.m29_historie .content_container {
	height: max-content;
}

section.m29_historie .titel_container {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	margin-bottom: 15px;
	position: relative;
}

section.m29_historie .titel_container * {
	color: #ffef00;
	margin-bottom: 0;
}

section.m29_historie .text_container * {
	color: #e9ebe3;
}

section.m29_historie .titel,
section.m29_historie .seperator {
	margin-bottom: 5.5px;
}

section.m29_historie .text_container p {
	margin-bottom: 25px;
	hyphens: auto;
	-webkit-hyphens: auto;
}

section.m29_historie .text_container p:last-child {
	margin-bottom: 0;
}

section.m29_historie .text_container strong {
	font-weight: 700;
}

section.m29_historie .image_container img {
	height: 450px;
}

@media screen and (max-width: 1920px) {
	section.m29_historie .image_container img {
		height: 360px;
	}
}

@media screen and (max-width: 1599px) {
	section.m29_historie .image_container img {
		height: 320px;
	}
	
	section.m29_historie {
		padding-top: 135px;
	}
}

@media screen and (max-width: 991px) {
	section.m29_historie .item:before,
	section.m29_historie .item:after,
	section.m29_historie .item .titel_container:before,
	section.m29_historie .vertical_line {
		display: none;
	}
	
	section.m29_historie .content_container, 
	section.m29_historie .image_container {
		width: 100%;
	}
	
	section.m29_historie .item:nth-child(odd) .content_container {
		padding-right: 0;
	}
	
	section.m29_historie .item:nth-child(even) .content_container {
		padding-left: 0;
	}
	
	section.m29_historie .item {
		margin-bottom: 80px !important;
	}
	
	section.m29_historie .text_container p {
		margin-bottom: 15px;
	}
	
	section.m29_historie .content_container {
		margin-bottom: 35px;
	}
	
	section.m29_historie .image_container img {
		height: 360px;
	}
	
	section.m29_historie {
		padding-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	section.m29_historie .image_container img {
		height: 280px;
	}
	
	section.m29_historie .item {
		margin-bottom: 60px !important;
	}
	
	section.m29_historie .titel_container {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 575px) {
	section.m29_historie .image_container img {
		height: 250px;
	}
	
	section.m29_historie .titel, 
	section.m29_historie .seperator {
		margin-bottom: 2px;
	}
	
	section.m29_historie .titel_container {
		gap: 8px;
	}
	
	section.m29_historie .content_container {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 450px) {
	section.m29_historie .image_container img {
		height: 200px;
	}
	
	section.m29_historie .item {
		margin-bottom: 50px !important;
	}
}

@media screen and (max-width: 375px) {
	section.m29_historie .m29_galerie_item.with_mask {
		height: 300px;
	}
}
