section.m22_kreislauf {
	overflow: hidden;
}

section.m22_kreislauf .m22_elemente_container {
	display: flex;
	justify-content: space-between;
	gap: 0 80px;
}

section.m22_kreislauf .m22_elemente_container .m22_elemente_item {
	width: 33.3%;
}

section.m22_kreislauf .m22_elemente_container .m22_elemente_item:nth-child(2) {
	margin-top: 75px;
}

section.m22_kreislauf .m22_elemente_container .m22_elemente_item:last-child {
	margin-top: 150px;
}

section.m22_kreislauf .m22_elemente_image {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: 2px solid #e1e3e6;
	border-radius: 15px;
	height: 260px;
	align-items: center;
	transition: .15s;
}

section.m22_kreislauf .m22_elemente_image:hover {
	border: 3px solid #1db1e8;
}

section.m22_kreislauf .m22_elemente_titel h3 {
	font-weight: bold;
	margin-top: 25px;
	line-height: 1;
	margin-bottom: 0;
}

section.m22_kreislauf .m22_elemente_image img {
	width: auto;
}

section.m22_kreislauf .m22_elemente_beschreibung {
	display: flex;
	margin-top: 15px;
}

section.m22_kreislauf .m22_elemente_beschreibung p {
	font-weight: bold;
	margin: 3px 0 0 10px;
	width: 100%;
}

section.m22_kreislauf .m22_titel {
	margin-bottom: 60px;
}

section.m22_kreislauf .m22_elemente_image-arrow {
	position: relative;
}

section.m22_kreislauf .m22_elemente_arrow {
	position: absolute;
	top: 65%;
	right: -30px;
	transform: translate(30px , -65%);
}

section.m22_kreislauf .m22_elemente_item:last-child .m22_elemente_arrow {
	display: none;
}

/* Pfeil unter halb der Elemente */

/*
section.m22_kreislauf .m22_elemente_container:after {
	content: "";
	display: inline-block;
	background-image: url("https://sun-x.energy/wp-content/uploads/2023/03/arrow-long-kreislauf.png");
	position: absolute;
	height: 150px;
	width: 100%;
	background-size: contain;
	bottom: -6px;
	background-repeat: no-repeat;
}
*/

/*
section.m22_kreislauf .m22_elemente_container:after {
	content: "";
	display: inline-block;
	background-image: url("https://sun-x.energy/wp-content/uploads/2023/03/arrow-long-kreislauf.png");
	position: absolute;
	height: 40px;
	width: 10 - 100%;
	background-size: 1245px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden
}
*/

section.m22_kreislauf .m22_elemente_long_arrow {
	position: absolute;
	bottom: 10px;
	right: calc(33.33333% - 13px);
	width: 20px;
	height: 2px;
	background-repeat: repeat-x;
	background-image: url(https://sun-x.energy/wp-content/themes/mediaMEANS-V5/img/long_arrow_line.png);
	
}

section.m22_kreislauf .m22_elemente_long_arrow_top {
	position: absolute;
	bottom: 10px;
	left: 13px;
	width: 2px;
	height: 0px;
	background-repeat: repeat-y;
	background-image: url(https://sun-x.energy/wp-content/themes/mediaMEANS-V5/img/long_arrow_top.png);
}


section.m22_kreislauf .m22_elemente_long_arrow_spitze {
	position: absolute;
	bottom: 110px;
	left: 4px;
	width: 21px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(https://sun-x.energy/wp-content/themes/mediaMEANS-V5/img/long_arrow_spitze.png);
}


section.m22_kreislauf .m22_elemente_container_main {
	position: relative;
}

section.m22_kreislauf .arrow_desktop {
	display: block;
}

section.m22_kreislauf .arrow_mobile {
	display: none;
}

section.m22_kreislauf .m22_elemente_titel-beschreibung span {
	color: #1db1e8 !important;
}

section.m22_kreislauf .m22_elemente_titel {
	padding-bottom: 10px;
}

section.m22_kreislauf .m22_elemente_beschreibung {
	margin-top: 10px;
}

section.m22_kreislauf .m22_titel span {
	transition: .6s;
}

section.m22_kreislauf .m22_titel span p {
	display: inline-block;
	font-family: "omnium", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 0;
}

section.m22_kreislauf .m22_elemente_image.active {
	border: 3px solid #1db1e8;
}

section.m22_kreislauf .m22_beschreibung_check img {
	max-height: 30px;
	width: auto;
}

@media screen and (max-width: 2199px) {
	section.m22_kreislauf .m22_elemente_container:after {
		height: 150px;
		background-size: 1045px;
	}
}

@media screen and (max-width: 1920px) {
	section.m22_kreislauf .m22_elemente_container:after {
		height: 140px;
		background-size: 900px;
	}
}

@media screen and (max-width: 1399px) {
	section.m22_kreislauf .m22_elemente_image {
		height: 220px;
	}
	
	section.m22_kreislauf .m22_elemente_container:after {
		height: 120px;
		background-size: 780px;
	}
}

@media screen and (max-width: 1199px) {
	section.m22_kreislauf .m22_elemente_container:after {
		display: none;
	}

	section.m22_kreislauf .m22_mobile_arrow {
		display: flex;
		align-items: center;
	}
	
	section.m22_kreislauf .m22_mobile_arrow:after {
		content: "";
		display: inline-block;
		background-image: url("https://sun-x.energy/wp-content/uploads/2023/03/arrow-long-mobile-new01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 95%;
	}
	
	section.m22_kreislauf .m22_mobile_arrow {
		max-width: 95px;
		width: 100%;
	}
	
	section.m22_kreislauf .m22_cont {
		display: flex;
	}
	
	section.m22_kreislauf .arrow_desktop {
		display: none;
	}
	
	section.m22_kreislauf .arrow_mobile {
		display: block;
	}
	
	section.m22_kreislauf .arrow_mobile svg {
		width: auto;
		height: 50px;
		object-fit: contain;
	}
	
	section.m22_kreislauf .m22_elemente_image {
		position: relative;
	}
	
	section.m22_kreislauf .m22_elemente_arrow.arrow_mobile {
		top: inherit;
		bottom: -50%;
		left: 75%;
		right: inherit;
		transform: translate(-75%, 50%);
	}
}

@media screen and (max-width: 991px) {
	section.m22_kreislauf .arrow_mobile svg {
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	section.m22_kreislauf .m22_elemente_image {
		height: 170px;
	}
	
	section.m22_kreislauf .m22_elemente_arrow.arrow_mobile {
		bottom: -100% !important;
		left: 50% !important;
		transform: translate(-50%, 100%) !important;
	}
	
	section.m22_kreislauf .m22_mobile_arrow::after {
		height: 90%;
	}
	
	section.m22_kreislauf .m22_elemente_image:hover {
		border: 2px solid #1db1e8;
	}
	
	section.m22_kreislauf .m22_titel .kreislauf_blue {
		color: #1db1e8 !important;
	}

}


/* Pfeil ende */


@media screen and (max-width: 1199px) {
	section.m22_kreislauf .m22_elemente_container {
		flex-direction: column;
	}
	
	section.m22_kreislauf .m22_elemente_container .m22_elemente_item {
		width: 100%;
	}
	
	section.m22_kreislauf .m22_elemente_container .m22_elemente_item:nth-child(2),
	section.m22_kreislauf .m22_elemente_container .m22_elemente_item:last-child {
		margin-top: 75px;
	}
	
	section.m22_kreislauf .m22_elemente_arrow {
		right: 50%;
		transform: translate(50% , -50%);
		top: 150%;
	}
	
	section.m22_kreislauf .m22_elemente_arrow > img {
		transform: rotate(90deg);
	}
	
	section.m22_kreislauf .m22_elemente_container {
		max-width: 100%;
		width: 100%;
	}
	
	section.m22_kreislauf .m22_elemente_container_main {
		width: 100%;
	}
	
	section.m22_kreislauf .m22_elemente_long_arrow_spitze,
	section.m22_kreislauf .m22_elemente_long_arrow {
		display: none;
	}
	
	section.m22_kreislauf .m22_elemente_arrow.arrow_mobile {
		bottom: -70%;
		left: 50%;
		transform: translate(-50%, 70%);
	}
	
	section.m22_kreislauf .m22_elemente_long_arrow,
	section.m22_kreislauf .m22_elemente_long_arrow_top,
	section.m22_kreislauf .m22_elemente_long_arrow_spitze {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	section.m22_kreislauf .m22_elemente_arrow {
		top: 155%;
	}
	
}

@media screen and (max-width: 767px) {
	section.m22_kreislauf .m22_elemente_container .m22_elemente_item:nth-child(2), 
	section.m22_kreislauf .m22_elemente_container .m22_elemente_item:last-child {
		margin-top: 105px;
	}
}

@media screen and (max-width: 575px) {
	section.m22_kreislauf .m22_elemente_image img {
		max-height: 60px;
	}
}

@media screen and (max-width: 575px) {
	
	section.m22_kreislauf .arrow_mobile svg {
		height: 40px;
	}
}

@media screen and (max-width: 470px) {
	section.m22_kreislauf .m22_elemente_item:nth-child(2) .m22_elemente_arrow.arrow_mobile {
		bottom: -115%;
		left: 50%;
		transform: translate(-50%, 115%);
	}
}

@media screen and (max-width: 450px) {
	section.m22_kreislauf .m22_elemente_arrow.arrow_mobile {
		bottom: -110% !important;
		transform: translate(-50%, 110%) !important;
	}
}

@media screen and (max-width: 425px) {
	section.m22_kreislauf .m22_elemente_item:first-child .m22_elemente_arrow.arrow_mobile {
		bottom: -115%;
		left: 50%;
		transform: translate(-50%, 115%);
	}
}