/** colors */
:root {
    --black: rgb( 25, 25, 25 );
	--lightBlue: #c9dfe8;
	--sand: #ede7de;
	--blue: #003399;
	--bulletColor: var(--blue );
	--h1Color: var( --blue );
	--h2Color: var( --blue );
	--unit: min( 42px, calc( 1vw * 70 / 6 ) );
}

/** fonts */
@font-face {
    font-family: "BundesSansWeb";
    src: url("../fonts/bundessansweb-regular-woff-data.woff") format("woff2"), url("../fonts/bundessansweb-regular-woff-data.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "BundesSansWeb";
    src: url("../fonts/bundessansweb-bold-woff-data.woff") format("woff2"), url("../fonts/bundessansweb-bold-woff-data.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "BundesSerif";
    src: url("../fonts/bundesserifweb-regular-woff-data.woff") format("woff2"), url("../fonts/bundessansweb-regular-woff-data.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "BundesSerif";
    src: url("../fonts/bundesserifweb-italic-woff-data.woff") format("woff2"), url("../fonts/bundesserifweb-italic-woff-data.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

/** reset */
* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

h2:empty,
div:empty,
p:empty,
section:empty {
    display: none;
}

a[href^="tel:"] {
    white-space: nowrap;
}
html,
body {
    background-color: #fff;
}

:root {
    font-size: 17px;
    line-height: 26px;
    font-family: "BundesSansWeb";
    color: var( --black );
}

body {
    max-width: 900px;
	margin: auto;
}

/** base */
#wrapper {
    max-width: 900px;
    margin: auto;
	border: solid 1px rgb( 25, 25, 25 );
	overflow: hidden;
}

header {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
/*
header a {
    line-height: 1px;
	display: inline-block;
	width: 100%;
	max-width: 526px;
}
*/
header a > img {
	width: 100%;
}

header p.slogan {
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 36px;
	line-height: 40px;
	transform: rotate(-4deg);
	text-transform: uppercase;
}
header p.slogan > span {
	display: block;
}
header p.slogan > span:nth-child(2) {
	margin-left: 40px;
}
header p.slogan > span:last-of-type {
	text-align: center;
}
header p.slogan > span span {
	font-size: 120%;
}

/** main */
main {
    clear: both;
	margin: 20px 4%;
}

p {
	margin-bottom: 25px;
}

h1 {
	margin-top: 30px;
	font-size: 35px;
	line-height: 45px;
	font-stretch: 100%;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	color: var( --h1Color );
}

h1 small {
	display: block;
	font-size: 17px;
    line-height: 26px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 3px;
}

h1 sup {
	font-size: 20px;
}
h1 + div {
	color: var( --h1Color );
}

h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 12px;
	margin-top: 0px;
	font-weight: bold;
	color: var( --h2Color );
}

ul  {
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 15px;
	list-style: none;
}

ul ul {
	margin-bottom: 0;
}

li {
	list-style-type: disc;
	padding-left: .25rem;
	line-height: 28.9px;
	font-size: 17px;
}
li li {
	list-style-type: '✓';
}
section > h2:empty,
section > div:empty {
	display: none;
}

li::marker {
	color: var(--bulletColor);
}
li li::marker {
	color: var(--bulletColor);
}

a  {
	font-weight: bold;
	text-decoration: none;
	color: var( --blue );
}

a:hover {
	text-decoration: underline;
	transition: all .2s ease-in-out;
}

ul:has( li.benefit ) {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 0 0 20px 0;
}
li.benefit {
	list-style-type: none;
	text-align: center;
	line-height: 20px;
	padding-bottom: 20px;
}
li.benefit::before {
	content: '';
	display: block;
	width: 60px;
	aspect-ratio: 1/1;
	background-size: contain;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 15px;
}
.zukunft::before {
	background-image: url("../img/zukunftssicherheit.svg");
}
.arbeitszeit::before {
	background-image: url("../img/arbeitszeiten.svg");
}
.vorsorge::before {
	background-image: url("../img/altersvorsorge.svg");
}
.zusammearbeit::before {
	background-image: url("../img/zusammenarbeit.svg");
}
.entwicklung::before {
	background-image: url("../img/entwicklung.svg");
}
.weiterbildung::before {
	background-image: url("../img/weiterbildung.svg");
}
.qualifikation::before {
	background-image: url("../img/qualifikation.svg");
}
.verguetung::before {
	background-image: url("../img/verguetung.svg");
}
.reisen::before {
	background-image: url("../img/reisen.svg");
}
.projekte::before {
	background-image: url("../img/projekte.svg");
}
.jobticket::before {
	background-image: url("../img/jobticket.svg");
}
.verbeamtung::before {
	background-image: url("../img/verbeamtung.svg");
}
.itzulage::before {
	background-image: url("../img/it-zulage.svg");
}
.telearbeit::before {
	background-image: url("../img/telearbeit.svg");
}

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

	ul:has( li.benefit ) {
		grid-template-columns: 33% 33% 33%;
	}
}
@media screen and (max-width: 479px ) {

	ul:has( li.benefit ) {
		grid-template-columns: 50% 50%;
	}
}
a.btn {
	background-color: var( --blue );
	display: inline-block;
	color:#fff;
	padding: 8px 24px;
	margin: 20px 0;
	border-radius: 3px;
	border: solid 1px var( --blue );
	font-weight: normal;
}

a.btn:hover {
	outline: 2px solid #fff;
	outline-offset: -3px;
	border-color: var( --blue );
	text-decoration: none;
	transition: 0ms;
}

#contact a {
	background-image: none;
	padding-right: 0;
}

.noMg {
	margin-bottom: 0;
}


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

	#apply {
		margin-right: -20px;
	}

}

@media screen and ( max-width: 480px ) {
	#wrapper {
		border: none;
	}

	main h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2 {
		font-size: 21px;
	}

	ul {
		margin-bottom: 10px;
	}
}

.noWrap {
	white-space: pre;
	word-break: keep-all;
  }