:root {
	--base-color: #00264e;
}

@font-face {
	font-family:"Kipp No1";
	font-style:normal;
	font-weight:500;
	src : url("../fonts/Kipp-No1.otf");
}
@font-face {
	font-family:"Kipp No2";
	font-style:normal;
	font-weight:500;
	src : url("../fonts/Kipp-No2.otf");
}
@font-face {
	font-family:"Source Sans Pro";
	font-style:normal;
	font-weight:bold;
	src : url("../fonts/SourceSansPro-Bold.ttf");
}
@font-face {
	font-family:"Source Sans Pro";
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/SourceSansPro-Regular.ttf");
}

html, body {
	margin: 0;
    width: 100%;
    font-family:"Source Sans Pro", sans-serif;
	font-style:normal;
	background-color: var(--base-color);
	color: #ffffff;
}

body {
	max-width: 1495px;
	margin: 0 auto;
}

#ausbildungsberufe,
#benefits,
#das-sind-wir,
#bewerben {
	z-index: 1;
}

.frame header {
    font-weight:bold;
}

.card {
	background-color: #002247;
	border: 2px solid rgba(0,0,0,.25);
}

.card .card-header {
	background-color: rgba(0,0,0,.2);
	border-bottom: 2px solid rgba(0,0,0,.2);
}


.header-img {
	width: 100%;
	height: auto;
	position: sticky;
	top: 0;
	z-index: 1;
}

.navigation {
	display: flex;
	margin-top: 1rem;
	justify-content: space-around;
}

.splat {
	width: 21rem;
	height: 8rem;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.splat-label,
.splat2-label,
.splat3-label {
	color: var(--base-color);
	font-family: "Kipp No1", sans-serif;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	line-height: 2.25rem;
}

.splat2-label {
	margin-left: -5rem;
	margin-top: 1rem;
}

.splat-label:hover,
.splat2-label:hover,
.splat3-label:hover {
	text-decoration: none;
	color: var(--base-color);
}

.splat2 {
	width: 21rem;
	height: 8rem;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.splat3 {
	width: 21rem;
	height: 8rem;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position-y: -3rem;
}

.job-list {
	width: 56rem;
	padding-left: 1rem;
}

.bg-img-label {
	color: var(--base-color);
	background-color: #fff;
	font-family: "Kipp No2", sans-serif;
	font-size: 1.5rem;
	line-height: 100%;
	transform: rotate(-4deg);
	box-shadow: 0.5rem 0.5rem black;
	width: fit-content;
}

.benefits {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 1rem 0;
	width: 53rem;
	margin-bottom: 5rem;
	grid-auto-rows: 7rem;
}

.benefits .benefit {
	display: grid;
	grid-template-columns: auto;
	gap: 0.5rem;
	padding-top: 1rem;
}

.benefits .benefit img {
	margin: 0 auto;
	height: 3rem;
	width: 3rem;
	object-fit: contain;
}

.benefits .benefit span {
    text-align: center;
    font-weight: bold;
}

.wolking-logo,
.wdw-logo {
	width: auto;
	height: 4rem;
	margin-bottom: 2rem;
}

/* Positionen aller Bilder */

.bg-img {
	position: absolute;
	z-index: 0;
}

.bg-img.werkstatt {
	margin-left: 57rem;
	height: 503px;
	width: auto;
	margin-top: -23rem;
}

.bg-img.buero {
	margin-left: 57rem;
	width: auto;
	height: 24rem;
	margin-top: 8rem;
}

.bg-img.team {
	width: auto;
	height: 37rem;
	margin-left: 57rem;
	margin-top: -18rem;
}

.bg-img.rasta {
	margin-left: 53rem;
	height: 24rem;
	width: auto;
	margin-top: 17rem;
}

.bg-img.schrank {
	margin-left: 2rem;
	width: auto;
	height: 20rem;
	margin-top: -12rem;
}

.bg-img.muehle {
	margin-left: -14rem;
	margin-top: 35rem;
	width: auto;
	height: 12rem;
}

.luftbild-wdw {
	height: 18rem;
	width: auto;
}

.luftbild-wolking {
	height: 18rem;
	width: auto;
}

.big-light-splat {
	position: absolute;
	z-index: -1;
	margin-top: 5rem;
	margin-left: 24rem;
}

.big-dark-splat {
	position: absolute;
	z-index: -1;
	margin-top: 17rem;
	margin-left: 35rem;
}

.footer-logos {
	width: 70%;
	height: auto;
	margin-top: 2rem;
	margin-left: 13rem;
}

a.anchor {
	visibility: hidden;
	display: block;
	position: relative;
	top: -312px;
}

.btn.btn-link {
	color: #fff !important;
	font-size: 1.25rem;
}

a {
	color: #fff;
}

a:hover {
	color: #00aeef;
}


/*
@media (max-width: 1495px) {
	.job-list {
		width: 100%;
	}
	.benefits {
		width: 100%;
	}
}
*/