section.m30_seitennavigation {
	background: #faf7f1;
}

section.m30_seitennavigation .wb_hop_img_container {
	top: -70px;
	left: 0;
	height: 100%;
}

section.m30_seitennavigation > .container {
	position: relative;
	z-index: 2;
}

section.m30_seitennavigation .row {
	justify-content: space-between;
}

section.m30_seitennavigation .item.active {
	width: 33.33333%;
}

section.m30_seitennavigation .item {
	height: 450px;
	width: 22%;
	transition: .5s;
	cursor: pointer;
}

section.m30_seitennavigation .item_inner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: .5s;
}

section.m30_seitennavigation .item_inner .item_image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 43, 19, .6);
	pointer-events: none;
}

section.m30_seitennavigation .item_inner .item_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:  #002b13 !important;
	z-index: 2;
	transition: .5s;
	pointer-events: none;
}

section.m30_seitennavigation .item.active .item_inner .item_overlay {
	opacity: 0;
}

section.m30_seitennavigation .item_inner .content_container {
	padding: 55px 30px 40px 30px;
	z-index: 3;
	transition: .5s;
	/* width: 370px; */
	/* width: auto; */
	position: absolute;
	top: 0;
}

/* section.m30_seitennavigation .item.active.first_item .content_container {
	top: 100%;
	transform: translateY(-100%);
} */

/* section.m30_seitennavigation .item:not(.active):first-child .content_container {
	
	transform: translateY(0);
} */

section.m30_seitennavigation .item.active .content_container {
	/* width:: 75%; */
}

section.m30_seitennavigation .item_inner .item_arrow_container {
	z-index: 3;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #ffef00;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 30px;
	bottom: 42px;
	transition: .5s;
}

section.m30_seitennavigation .item.active.first_item .item_arrow_container {
	left: calc(100% - 40px);
	transform: translateX(-100%);
}

/* section.m30_seitennavigation .item.active .item_arrow_container {
	left: inherit;
	right: 30px;
} */

section.m30_seitennavigation .item_inner .item_arrow_container svg,
section.m30_seitennavigation .item_inner .item_arrow_container img {
	width: 14px;
	height: auto;
	transform: rotate(-90deg);
}

section.m30_seitennavigation .icon_container svg {
	fill: #ffef00;
}

section.m30_seitennavigation .icon_container img,
section.m30_seitennavigation .icon_container svg {
	height: 60px;
	width: 55px;
	object-fit: contain;
}

section.m30_seitennavigation .title_container {
	margin-top: 30px;
	margin-bottom: 10px;
}

section.m30_seitennavigation .title {
	text-transform: uppercase;
	font-weight: 600;
}

section.m30_seitennavigation .text_container * {
	font-size: 15px;
}

@media screen and (max-width: 2199px) {
	section.m30_seitennavigation .item {
		height: 425px;
	}
}

@media screen and (max-width: 1599px) {
	section.m30_seitennavigation .item {
		width: 50%;
		margin-bottom: 30px;
		height: 335px;
	}
	
	section.m30_seitennavigation .item.active {
		width: 60%;
	}
	
	section.m30_seitennavigation .item.inactive {
		width: 40%;
	}
	
	section.m30_seitennavigation .icon_container img, 
	section.m30_seitennavigation .icon_container svg {
		height: 55px;
		width: 45px;
	}
	
	section.m30_seitennavigation .title_container {
		margin-top: 20px;
	}
	
	section.m30_seitennavigation .item_inner .item_arrow_container {
		width: 35px;
		height: 35px;
	}
	
	section.m30_seitennavigation .item_inner .item_arrow_container svg, 
	section.m30_seitennavigation .item_inner .item_arrow_container img {
		height: 12px;
	}
	
	section.m30_seitennavigation .item_inner .item_overlay {
		background: rgb(0, 43, 19, .5) !important;
	}
	
	section.m30_seitennavigation .wb_hop_img_container {
		height: 50%;
	}
	
	/* section.m30_seitennavigation .item_inner .content_container {
		height: 100% !important;
	} */
	
	/* section.m30_seitennavigation .item_inner .content_container {
		padding-bottom: 70px;
	} */
}

@media screen and (max-width: 991px) {
	section.m30_seitennavigation .item_inner .item_arrow_container {
		bottom: 30px;
	}
	
	section.m30_seitennavigation .item_inner .content_container {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	section.m30_seitennavigation .item {
		width: 100%;
		margin-bottom: 20px;
	}
	
	section.m30_seitennavigation .item_inner .content_container {
		padding: 40px 30px;
		position: relative;
	}
	
	section.m30_seitennavigation .icon_container img, 
	section.m30_seitennavigation .icon_container svg {
		height: 50px;
		width: 40px;
	}
	
	section.m30_seitennavigation .item_inner .item_arrow_container {
		display: none;
	}
	
	section.m30_seitennavigation .item {
		height: auto;
	}
	
	/* section.m30_seitennavigation .item_inner .item_overlay {
		display: none;
	} */
	
	section.m30_seitennavigation .title_container {
		margin-top: 15px;
	}
	
	section.m30_seitennavigation .item_inner .content_container {
		width: auto !important;
	}
}

@media screen and (max-width: 575px) {
	section.m30_seitennavigation .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	section.m30_seitennavigation .item_inner .content_container {
		padding: 40px 20px;
	}
}