.application-link a {
	color: #005EA8;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #005EA8;
	display: inline-block;
	position: relative;
	border-radius: 5px;
	font-family: "LatoBold";
}
.application-link a:before {
	content: "";
	background: url('../images/externWindow.svg');
	display: inline-block;
	vertical-align: middle;
	color: #005EA8;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -3px;
}
.application-link.active a:after {
	content: "";
	border-radius: 50%;
	width: 10px;
	height: 10px;
	opacity: .25;
	background-color: #00722D;
	display: inline-block;
	margin-left: 10px;
	-webkit-animation: up-right 1.5s infinite;
	-moz-animation: up-right 1.5s infinite;
	-o-animation: up-right 1.5s infinite;
	animation: up-right 1.5s infinite;
}
@keyframes up-right {
	0% {
		transform: scale(1);
		opacity: 0.25;
	}
	50% {
		transform: scale 1, 5;
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: .25;
	}
}
.application-possible {
	color: #00722D;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	font-family: "LatoBold";
}
.disclaimer {
	margin: 30px 0;
	padding-top: 30px;
	border-top: 1px solid #e4e3e3;
}
.disclaimer p, .disclaimer a {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	font-family: "LatoRegular";
}
.disclaimer a {
	color: #337ab7;
}
.group-projectinformation {
	margin-left: 52px;
	background-color: #f1f1f1;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
}
.group-projectinformation::before {
	position: absolute;
	left: -52px;
	top: 0;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #ffffff;
	content: "\e919";
	font-family: 'icomoon';
	font-size: 24px;
	font-weight: normal;
	background: #005EA8;
}
.group-projectinformation a.link {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #3C3C3C;
	font-family: "AleoRegular";
	padding-right: 10px;
	vertical-align: top;
	word-wrap: break-word;
}
.group-projectinformation a.link::before {
	content: "\e91a";
	font-size: 18px;
	font-weight: normal;
	font-family: 'icomoon';
	display: inline-block;
	vertical-align: bottom;
	color: #005EA8;
	margin-right: 12px;
	width: 26px;
	/*margin-left: -37px;*/
	float: left;
}
.group-projectinformation .field-label {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #005EA8;
	font-family: "LatoRegular";
	padding-right: 10px;
	margin-bottom: 7px;
}
.group-projectinformation .headline {
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	padding-bottom: 30px;
}
.kontakt-box-container {
	position: absolute !important;
	left: 100%;
	top: 0;
	width: 300px;
}
.kontakt-box-container .kontakt-box {
	background-color: #005EA8;
	color: #ffffff;
	display: flex;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	hyphens: auto;
}
.kontakt-box-container .kontakt-box a {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}
.kontakt-box-container .kontakt-box a:hover {
	text-decoration: underline;
}
.kontakt-box-container .kontakt-box .image {
	background: url('../images/consulting.svg') no-repeat center;
	color: #005EA8;
	flex: 0 0 60px;
	margin-right: 20px;
}
.module--foerderlotse_outer_content:last-child {
	border-bottom: 1px solid #005ea8;
}