.weg-zur-foerderung {
	margin-top:4rem;
}
.weg-zur-foerderung-spalten {
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: stretch;
	
}
.weg-zur-foerderung h4 {
	font-size:2.5rem;
	color:var(--bw-black);
	font-weight:700;
	padding-top:15px;
}
.weg-zur-foerderung h5 {
	font-size:2rem;
	color:var(--bw-black);
}
.weg-zur-foerderung p {
	margin-top:1rem;
	padding-bottom:0.5rem;
}
.weg-zur-foerderung-item {
	border:1px solid var(--bw-black);
	border-top:6px solid var(--efre);
	margin-top:90px;
	margin-bottom:60px;
	position:relative;
	width: 32%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

@media only screen and (max-width:400px) {
	.service_icon {
		display:none !important;
	}
	.weg-zur-foerderung-item  {
		margin-top:4rem !important;
		width:calc(100% + 2px);
	}
	.weg-zur-foerderung-item:first-child {
	}
	.weg-zur-foerderung-spalten {
		flex-direction:column;
	}
	.weg-zur-foerderung button {
		position:relative;
		height:80px;
	}
}
@media only screen and (min-width:401px) {
	.weg-zur-foerderung-item  {
		margin-top:calc(80px + 6rem);
		width:calc(100% + 2px);
	}
	.weg-zur-foerderung-item:first-child {
		margin-top:80px;
	}
	.weg-zur-foerderung-spalten {
		flex-direction:column;
	}
}
@media only screen and (min-width:1340px) {
	.weg-zur-foerderung-item  {
		width: 32% !important;
		margin-top:80px;
	}
	.weg-zur-foerderung-item:first-child {
		margin-top:80px;
	}
	.weg-zur-foerderung-spalten {
		flex-direction:row;
	}
}
.weg-zur-foerderung-head {
	background:var(--bw-grau-5);
	padding:2rem;
}
.weg-zur-foerderung-text {
	padding:2rem;
}
.weg-zur-foerderung-item button {
	background:var(--bw-black);
	color:#ffffff;
	padding:0;
	display:block;
	width:calc(100% + 2px);
	text-align:left;
	font-weight:700;
	position:absolute;
	left:0;
	bottom:-60px;
	min-height:60px;
	margin:0 -1px -1px -1px;
	border-radius: 0px 0px 3px 3px;
	border-right: 1px solid var(--bw-black);
	border-left: 1px solid var(--bw-black);	
	border-bottom: 1px solid var(--bw-black);
}
.weg-zur-foerderung-item button:hover {
	background-color:var(--efre-halbton) !important;
	color:var(--bw-black) !important;
	box-shadow:none !important;
}
.weg-zur-foerderung-item button:hover > .link--external {
	background-color:var(--efre-halbton);
	color:var(--bw-black) !important;
	box-shadow:none !important;
}
.weg-zur-foerderung-item .link--external {
	color:#ffffff !important;
	background-color:transparent !important;
}
.weg-zur-foerderung-item .link--external:hover {
	color:var(--bw-black) !important;
	background-color:var(--efre-halbton) !important;
	box-shadow:none !important;
}
.weg-zur-foerderung-item .link {
	display:grid;
	vertical-align:middle;
	box-shadow:none;
	margin-left:0px;
	color:#ffffff;
	padding:15px 2rem;
	line-height:2.4rem;
	transition: 0.2s;
}
.weg-zur-foerderung-itemg a:after {
	display:none;
}
.weg-zur-foerderung-item .link:hover {
	background-color:var(--efre-halbton) !important;
	color:var(--bw-black) !important;
	box-shadow:none !important;
}
.weg-zur-foerderung-item .link--external:before, .weg-zur-foerderung-item .link:before {
	display:none;
}

.service_icon {
	width: 160px;
    height: 140px;
    border-radius: 100%;
    background:#ffffff;
    position: absolute;
    top: -115px;
    right:10px;
	display:grid;
	align-content:center;
	justify-content:center;
	border:3px solid var(--bw-grau-5);
	box-shadow: 0 0 0 4px #ffffff;
}
.service_icon i, .service_icon img {
    width: 100px;
    height: 80px;
}
.service_icon a {
	box-shadow:none !important;
	background-color:transparent;
}
.service_icon a:hover {
	box-shadow:none;
	background-color:transparent;
	transform: rotate(15deg) scale(1.2);
	transition: transform 0.5s;
}
.service_icon:after {
    content: "";
    border-top: 24px solid #ffffff;
    border-right: 24px solid transparent;
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
	z-index:5;
}
