/** colors */
:root {
    --black: rgb( 25, 25, 25 );
	--unit: min( 42px, calc( 1vw * 70 / 6 ) );
}

/** fonts */
@font-face {
    font-family: "BundesSans";
    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: "BundesSans";
    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;
}

body {
	background-color: #fff;
}

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

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

/** base */
#wrapper {
    max-width: 930px;
    margin: auto;
	padding: 25px 40px;
	border: solid 1px var( --black );
}

header {
	min-height: 130px;
	overflow: hidden;
	margin: -25px -40px ;
}

/** header */
header a {
    line-height: 1px;
	background-image: none;

}
header a svg,
header a img {
    padding: 0;
    margin: 0;
	/* margin-top: -25px; */
	/* margin-left: -40px; */
	max-height: 260px;
}

/** main */
main {
	margin-top: 32px;
    clear: both;
	margin-bottom: 20px;
	/*margin-left: 112px;*/
	margin-left: 106px;
}

main p {
	margin-bottom: 25px;
}

main p strong,
main li strong {
	font-family: "BundesSans";
}


main h1 {
	margin-top: 50px;
	font-family: "BundesSans";
	font-size: 35px;
	line-height: 45px;
	font-stretch: 100%;
	-webkit-font-smoothing: antialiased;
}

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

h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 12px;
	font-family: "BundesSans";
}

ul  {
	margin-bottom: 2rem;
	padding-left: 1.25rem;
	line-height: 1.5294117647;
	list-style: none;
}

li {
	list-style-type: disc;
	padding-left: .25rem;
	margin-bottom: 18px;
}

li::marker {
	color: rgb(107, 117, 129);
}

a  {
	font-family: "BundesSans";
	font-weight: bold;
	text-decoration: none;
	color: var( --black );
	background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cg%20fill%3D%22%236B7581%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20points%3D%226.20610522%20-0.0003%206.20610522%201.94893693%2010.6729812%201.94893693%205%207.62130407%206.3775709%208.9997%2012.0505521%203.32635873%2012.0505521%207.79372533%2014%207.79372533%2014%20-0.0003%22%2F%3E%3Cpolygon%20points%3D%220%201.0004%200%2014.0004%2013%2014.0004%2013%2010%2011%2010%2011%2012.0004%202%2012.0004%202%203.0004%204%203.0004%204%201.0004%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #6b7581;
	transition: all .4s ease-in-out;
}

#application a.arrow,
#contact a.arrow {
	padding-right: 24px;
	background-position: right 3px center;
	background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%3E%3Cpolygon%20fill%3D%22%236B7581%22%20fill-rule%3D%22evenodd%22%20points%3D%2223.796%2059%2022.263%2060.226%2025.7%2064.519%2014%2064.519%2014%2066.481%2025.7%2066.481%2022.263%2070.774%2023.796%2072%2029%2065.499%22%20transform%3D%22translate%28-14%20-59%29%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
}

#application a.btn {
	width: fit-content;
	background-color: rgb(25, 25, 25);
	background-image: none;
	display:block;
	color:#fff;
	padding: 16px;
	padding-left: 36px;
	padding-right: 36px;
	margin-bottom: 32px;
	box-shadow: 0 2px 8px 0 #89919a;
	margin-top: 40px;
	margin-bottom: 40px;
}

#application a.btn:hover {
	background-color: #6b7581;
}

#application a.btn p {
	font-family: "BundesSans";
	display: inline;
	font-weight: normal;
	margin:0;
	padding-right: 6px;
	text-transform: uppercase;
}

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

#summary p {
	font-family: "BundesSans";
	font-weight: bold;
}

.noMg {
	margin-bottom: 0;
}

@media screen and ( max-width: 480px ) {
	#wrapper {
		padding-left: 20px;
		padding-right: 20px;
		border: none;
	}
	header a {
		margin: -25px 20px 20px;
	}

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

	h2 {
		font-size: 21px;
	}

	main {
		margin-top: 16px;
		margin-left: 0;
	}

	ul {
		margin-bottom: 10px;
	}
}
