

section.m46_text_und_verlinkungen {
	background-color: #f4fbfe;
}

section.m46_text_und_verlinkungen:before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		168deg, #1db1e8,
		transparent 13%
	);
	opacity: .16;
	pointer-events: none;
}

section.m46_text_und_verlinkungen > .container {
	position: relative;
	z-index: 1;
}

section.m46_text_und_verlinkungen .m46_titel {
	margin-bottom: 22px;
	font-size: 2.41028388rem;
	max-width: 65%;
}

section.m46_text_und_verlinkungen .m46_text_container > p {
	margin-bottom: 13px;
}

section.m46_text_und_verlinkungen .m46_text_container ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 40px;
	list-style-type: none;
}

section.m46_text_und_verlinkungen .m46_text_container ul li {
	padding-left: 38px;
	position: relative;
}

section.m46_text_und_verlinkungen .m46_text_container ul li:not(:last-child) {
	margin-bottom: 5px;
}

section.m46_text_und_verlinkungen .m46_text_container ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 25px;
	height: 25px;
	background: #1db1e8;
	box-shadow:
		inset 0 8px 13px rgba(255, 255, 255, 0.41),
		inset 0 -8px 13px rgba(21, 16, 10, 0.05),
		inset 0 0 6px rgba(255, 255, 255, 0.07);
	background-image: url('../../../img/checkmark.png');
	background-size: 11px 9px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

section.m46_text_und_verlinkungen .m46_link_container {
	margin-top: 68px;
}


section.m46_text_und_verlinkungen .m46_verlinkung {
	--titleInitialStart: 50%;
	--iconSize: 56px;
	
	margin-bottom: 29px;
}

section.m46_text_und_verlinkungen .m46_verlinkung:last-child {
	margin-bottom: 0;
}

section.m46_text_und_verlinkungen .m46_opener {
	background-color: #fff;
	border: 1px solid #e6f1f5;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	height: 100%;
}

section.m46_text_und_verlinkungen .m46_opener:hover {
	/* --titleInitialStart: calc(50% + 25px); */
}

section.m46_text_und_verlinkungen .m46_verlinkung_content {
	position: relative;
	height: 100%;
}

section.m46_text_und_verlinkungen .m46_verlinkung_image {
	position: absolute;
	z-index: 0;
	width: calc(var(--titleInitialStart) + 50px);
	height: 100%;
	
	transition: width .4s;
}

section.m46_text_und_verlinkungen .m46_opener:hover .m46_verlinkung_image {
	width: calc(var(--titleInitialStart) + 75px);
}

section.m46_text_und_verlinkungen .m46_verlinkung_image:after {
	content: '';
	position: absolute;
	width: 120%;
	height: 100%;
	left: -20%;
	top: 0;
	background: linear-gradient(
		90deg, 
		transparent,
		#fff
	);
	
	transition: left .4s, width .4s;
}

section.m46_text_und_verlinkungen .m46_opener:hover .m46_verlinkung_image:after {
	width: 100%;
	left: 0;
}
	
section.m46_text_und_verlinkungen .m46_main_content {
	padding: 47px 34px 46px 0;
	width: 100%;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	align-items: center;
	gap: 20px 45px;
}

section.m46_text_und_verlinkungen .m46_verlinkung_title {
	padding-left: var(--titleInitialStart);
	/* overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical; */
	
	transition: padding .4s;
}

section.m46_text_und_verlinkungen .m46_verlinkung_title * {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

section.m46_text_und_verlinkungen .m46_verlinkung_icon {
	width: var(--iconSize);
	min-width: var(--iconSize);
	height: var(--iconSize);
	min-height: var(--iconSize);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #1db1e8;
	border: 1px solid #1db1e8;
	box-shadow:	inset 0 8px 13px rgba(255, 255, 255, 0.41),
				inset 0 -8px 13px rgba(21, 16, 10, 0.05),
				inset 0 0 6px rgba(255, 255, 255, 0.07);
				
	transition: background-color .4s;
}

section.m46_text_und_verlinkungen .m46_opener:hover .m46_verlinkung_icon {
	background-color: #fff;
}

section.m46_text_und_verlinkungen .m46_verlinkung_icon * {
	width: 13px;
	min-width: 13px;
	fill: #fff;
	
	transition: fill .4s;
}

section.m46_text_und_verlinkungen .m46_opener:hover .m46_verlinkung_icon * {
	fill: #1db1e8;
}

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

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

@media screen and (max-width: 1699px) {
	section.m46_text_und_verlinkungen .m46_verlinkung {
		--titleInitialStart: 40%;
	}
}

@media screen and (max-width: 1599px) {
	section.m46_text_und_verlinkungen .m46_titel {
		font-size: 2.21028388rem;
	}
}

@media screen and (max-width: 1399px) {
	section.m46_text_und_verlinkungen .m46_verlinkung_title {
		hyphens: auto;
	}
}

@media screen and (max-width: 1199px) {
	section.m46_text_und_verlinkungen .m46_titel {
		max-width: 75%;
	}
	
	section.m46_text_und_verlinkungen .m46_verlinkung {
		--titleInitialStart: 32%;
		--iconSize: 40px;
	}
	
	section.m46_text_und_verlinkungen .m46_main_content {
		padding: var(--titleInitialStart) 24px 25px 24px;
		flex-direction: column;
		align-items: start;
		justify-content: end;
	}
	
	section.m46_text_und_verlinkungen .m46_verlinkung_image {
		height: calc(var(--titleInitialStart) + 80px);
		width: 100%;
		
		transition: height .4s;
	}
	
	section.m46_text_und_verlinkungen .m46_opener:hover .m46_verlinkung_image {
		height: calc(var(--titleInitialStart) + 100px);
		width: 100%;
	}
	
	section.m46_text_und_verlinkungen .m46_verlinkung_image:after {
		width: 100%;
		height: 120%;
		top: auto;
		bottom: 0;
		left: 0;
		background: linear-gradient(
			180deg, 
			transparent, 
			#fff
		);
		transition: bottom .4s, height .4s;
	}
	
	section.m46_text_und_verlinkungen .m46_opener:hover .m46_verlinkung_image:after {
		height: 100%;
	}
	
	section.m46_text_und_verlinkungen .m46_verlinkung_title {
		padding-left: 0;
		text-align: start;
	}
	
	section.m46_text_und_verlinkungen .m46_verlinkung_icon * {
		width: 10px;
	}
}

@media screen and (max-width: 991px) {
	section.m46_text_und_verlinkungen .m46_text_main {
		gap: 40px;
	}
	
	section.m46_text_und_verlinkungen .m46_titel {
		max-width: 55%;
	}
	
	section.m46_text_und_verlinkungen .m46_text_right {
		display: flex;
		gap: 20px 10px;
		flex-wrap: wrap;
	}
	
	section.m46_text_und_verlinkungen .m46_verlinkung {
		width: calc(50% - 5px);
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	section.m46_text_und_verlinkungen .m46_titel {
		font-size: 2.01028388rem;
		max-width: 65%;
	}
	
	section.m46_text_und_verlinkungen .m46_verlinkung {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	section.m46_text_und_verlinkungen .m46_main_content {
		padding: var(--titleInitialStart) 19px 20px 19px;
	}
	
	section.m46_text_und_verlinkungen .m46_titel {
		font-size: 1.71028388rem;
	}
}

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

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

@media screen and (max-width: 400px) {
	section.m46_text_und_verlinkungen .m46_titel {
		font-size: 1.41028388rem;
		max-width: 100%;
	}
}