.three-links {
	background-color: rgb(237, 248, 250);
	padding: 20px;
}

.three-links-margin {
	padding: 0 !important;
	display: flex;
}

.three-links a,
.three-links .center-link-container {
	margin: 0 !important;
	padding: 0 !important;
	flex: 1 auto;
	text-decoration: none;
	position: relative;
	color: rgb(0, 67, 82);
}

/* Position der Verlinkung, innerhalb der Verlinkung selbst, setzen (wegen viel Abstand links und rechts) */
.three-links a:nth-child(2) {
	display: flex;
	justify-content: center;
	padding-left: 30px; /* wegen dem icon */
}
.three-links a:nth-child(3) {
	display: block;
	text-align: right;
}

/* Pfeile setzen */
.three-links a::before,
.three-links a::after {
	font-family: fontawesome;
	font-size: 22px;
	position: absolute;
	margin-top: -3px;
}
.three-links a:first-child::before {
	content: "\f053";
	left: -25px;
}
.three-links a:nth-child(3)::after {
	content: "\f054";
	right: -25px;
}

/* Bild beim mittleren Bild */
.three-links .center-link-container {
	display: flex;
	justify-content: center;
}
.three-links .center-link {
	display: flex;
	padding-left: 40px;
}
.three-links img {
	width: 30px;
	position: absolute;
	margin-left: -35px;
	margin-top: -6px;
}
