
section.m36_text_und_galerieslider {
	z-index: 1;
}

section.m36_text_und_galerieslider .text_column_count_2 {
	column-count: 2;
	column-gap: 120px;
}

section.m36_text_und_galerieslider .m36_titel_container {
	max-width: 500px;
}

section.m36_text_und_galerieslider .m36_links_container {
	display: flex;
	align-items: baseline;
}

section.m36_text_und_galerieslider .m36_link_container{
	display: flex;
}

section.m36_text_und_galerieslider .m36_link_container:not(:last-child) {
	margin-right: 21px;
}

section.m36_text_und_galerieslider .m36_text_und_galerieslider_container_inner p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}

section.m36_text_und_galerieslider.legal {
	padding-top: 240px;
}

section.m36_text_und_galerieslider .m36_titel_container {
	max-width: 600px;
}

section.m36_text_und_galerieslider .m36_arrows_container.for_desktop {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(85%);
	pointer-events: none;
}

section.m36_text_und_galerieslider .slick-track{
	margin: 0 -4.5px;
}

section.m36_text_und_galerieslider .m36_galerie_item {
	margin: 0 4.5px;
}

section.m36_text_und_galerieslider .m36_galerie_item_content {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(10, 57, 84, .3);
}

/* section.m36_text_und_galerieslider .m36_galerie_item_content img {
	opacity: .5;
} */

section.m36_text_und_galerieslider .m36_galerie_item_show_more_icon_desc_container {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px 15px;
	z-index: 2;
}

section.m36_text_und_galerieslider .m36_galerie_item_content p {
	font-size: .9rem;
	color: #fff;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}

section.m36_text_und_galerieslider .m36_galerie_item_content.with_text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, #0a3954 0%, transparent 100%);
	/* background: rgba(10, 57, 84, .5); */
	z-index: 1;
	transition: height .3s;
}

section.m36_text_und_galerieslider .m36_galerie_item_content:hover:after {
	height: 100%;
}

section.m36_text_und_galerieslider .for_mobil .m36_arrows_container {
	display: none;
}

section.m36_text_und_galerieslider .m36_galerie_container {
	margin-top: 54px;
}

/* section.m36_text_und_galerieslider .slick-slide img {
	max-height: 350px;
} */

section.m36_text_und_galerieslider .slick-slide {
	height: 350px;
}

section.m36_text_und_galerieslider[data-section-divider="true"] {
	padding-bottom: 0;
}

section.m36_text_und_galerieslider[data-section-divider="true"] .m36_text_und_galerieslider_main {
	border-bottom: 1px solid #acb6bd;
	padding-bottom: var(--desktop_padding);
}

section.m36_text_und_galerieslider .m36_galerie_item_img_container {
	width: 100%;
	height: 100%;
}

section.m36_text_und_galerieslider .m36_galerie_item_icon_container svg {
	fill: #edaa2c;
	width: 13px;
	min-width: 13px;
	height: 17px;
	min-height: 17px;
}

section.m36_text_und_galerieslider .m36_galerie_item_desc_container {
	display: none;
	padding-left: 34px;
	margin-top: -20px;
}

section.m36_text_und_galerieslider .m36_galerie_item_show_more_container {
	margin-bottom: 16px;
}

@media screen and (max-width: 1799px) {
	section.m36_text_und_galerieslider .for_mobil .m36_arrows_container {
		display: block;
	}
	
	section.m36_text_und_galerieslider .m36_arrows_container.for_desktop {
		display: none;
	}
	
	section.m36_text_und_galerieslider .m36_dots_arrows_container {
		margin-top: 50px;
	}
	
	section.m36_text_und_galerieslider .mM_arows.m36_arrows {
		justify-content: end;
	}
}

@media screen and (max-width: 1599px) {
	section.m36_text_und_galerieslider .slick-slide {
		height: 300px;
	}
}

@media screen and (max-width: 1399px) {
	section.m36_text_und_galerieslider .text_column_count_2 {
		column-gap: 60px;
	}
}

@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 991px) {
	section.m36_text_und_galerieslider[data-section-divider="true"] .m36_text_und_galerieslider_main {
		padding-bottom: var(--tablet_padding);
	}
	
	section.m36_text_und_galerieslider .text_column_count_2 {
		column-count: 1;
	}
	
	section.m36_text_und_galerieslider.legal {
		padding-top: 200px;
	}
}

@media screen and (max-width: 767px) {
	section.m36_text_und_galerieslider .m36_links_container {
		flex-direction: column;
	}
	
	section.m36_text_und_galerieslider .m36_link_container:not(:last-child) {
		margin-right: 0;
		margin-bottom: 21px;
	}
}

@media screen and (max-width: 575px) {
	section.m36_text_und_galerieslider[data-section-divider="true"] .m36_text_und_galerieslider_main {
		padding-bottom: var(--mobile_padding);
	}
	
	section.m36_text_und_galerieslider.legal {
		padding-top: 160px;
	}
	
	section.m36_text_und_galerieslider .slick-slide {
		height: 250px;
	}
}
