/** colors */
:root {
    --black: rgb( 51, 51, 51 );
	--blue: rgb(0, 121, 179);
}

/** 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: "BundesSerifWeb";
    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: "BundesSerifWeb";
    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;
}

body {
	background-color: #fff;
}

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

/** base */
#wrapper {
    max-width: 900px;
    margin: auto;
	border: solid 1px var(--blue);
	margin-bottom: 50px;
	margin-top: 25px;
}

#backyard {
	background-color: none;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 30px;
	z-index: 1000;
	overflow: hidden;
}

#showCase {
	height: 350px;
	display: none;
}

header {
	min-height: 130px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: white;
	padding: 40px;
}

/** header */
header a {
    line-height: 1px;
	background-image: none;
}
header a img {
    padding: 0;
    margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	height: 150px;
}

header section {
	margin-left: 98px;
}


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

#headerImage {
	margin-left: 0px;
	margin-right: -0px;
	margin-top: -700px;
	width: 100%;
	z-index: 100;
}

#imgHeader {
	width: 100%;
}

.desktop {
	display: block;
}

/** main */
main {
	margin-top: 46px;
    clear: both;
	margin-bottom: 20px;

/*	margin-left: 168px;*/
	margin-left: 50px;;
	margin-right: 50px;
	padding-bottom: 20px;
}

#logos {
	min-height: 110px;
	line-height: 1px;
	margin-top: -10px;
	margin-left: -10px;
}

#logos {
	display: none;
}

#showCase div#second {
	position: absolute;
	right: 30px;
	top: 0px;
}

#orientierungLogo {
	width: 350px;
	right: 0;
	position: absolute;
}

#logoClaim {
	margin-top: 80px;
	width: 170px;
	right: 3px;
}

#bkgLogo {
	margin-top: 100px;
	width: 150px;
	right: -20px;
}

#showCase div#second_left {
	position: absolute;
	left: 30px;
	top: 0px;
}

#showCase div#second_left #orientierungLogo {
	width: 350px;
	left: 0;
	position: absolute;
}

#showCase div#second_left #logoClaim {
	margin-top: 80px;
	width: 170px;
	left: 10px;
}

#showCase div#second_left #bkgLogo {
	margin-top: 100px;
	width: 150px;
	left: 0px;
}

main p {
	margin-bottom: 15px;
}

main p strong {
	font-family: "BundesSansWeb";
}

h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "BundesSansWeb";
	font-size: 38px;
	line-height: 48px;
	font-stretch: 100%;
	font-weight: normal;;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-size: 20px;
	line-height: 24.4px;
	margin-bottom: 10px;
	font-family: "BundesSansWeb";
}

h4 {
	font-size: 15px;
    line-height: 22.5px;
    font-family: "BundesSansWeb";
}

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

li {
	list-style-type: disc;
	padding-left: .25rem;
	font-size: 15px;
	line-height: 22.5px;
}

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

a  {
	font-family: "BundesSansWeb";
	font-weight: bold;
	color: var(--blue);
	text-decoration: underline;
}

a:hover {
	color: var(--black);
	text-decoration: none;
}

a[href^="mailto:"] {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position-y: -1342px;
	padding-left: 20px;
}

a[href^="mailto:"]:hover {
	background-position-y: -1131px;
}


a[href^="https:"] {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position-y: -6227px;
	background-position-x: 5px;
	padding-left: 20px;
}

a[href^="https:"]:hover {
	background-position-y: -4135px;
	background-position-x: 5px;
}


#backyard a {
	background-image: none;
	padding-left: 0px;
}

#title2 h2 {
	margin-top: 26px;
	margin-bottom: 32px;
}

#intro h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#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: var(--blue);
	background-image: none;
	display:block;
	color:#fff;
	padding: 10px;
	padding-left: 36px;
	padding-right: 36px;
	margin-bottom: 32px;
	/*box-shadow: 0 2px 8px 0 #89919a;*/
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 3px;
}

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

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

#application ul {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	margin-left: 0;
	display: flex;
	list-style-position: inside;

}

#application ul li {
	margin-top: 30px;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	list-style-type: none;
	width: 20%;
	background-image: url(../img/verlauf.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: 0px;
	background-size: 6px 180px;
}

#application ul li:nth-child(2) {
	margin-top: 0;
}

#application ul li:nth-child(3) {
	margin-top: 30px;
}

#application ul li:nth-child(4) {
	margin-top: 0;
}

#application ul li:last-child {
	padding-right: 0;
}

#application ul li h2 {
	color: var(--blue);
	font-size: 26px;
	margin-bottom: 10px;
}

#application ul li p.status {
	color:var(--blue);
	margin-bottom: 6px;
}

#application ul li p {
	font-weight: bold;
}

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

#summary p {
	font-family: "BundesSansWeb";
/* 	font-weight: bold; */
}

.noMg {
	margin-bottom: 0;
}

@media screen and ( max-width: 480px ) {
	#wrapper {
		padding-left: 0px;
		padding-right: 0px;
		border: none;
		margin:0 auto;
	}

	#backyard {
		background-size: 100%;
	}

	#showCase {
		height: 220px;
		height: calc(55vw - 12.5px);
		/*height: 270px;;*/
	}

	header {
		padding: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: -10px;
	}

	header a img {
		height: 12vh;
		margin-left: 0;
		margin-top: 10px;
	}

	header section {
		margin-left: 0px;
	}

	#showCase {
		margin-top: -67px;
	}

	#second_left {
		margin-top: 20px;
	}

	#logos {
		min-height: 80px;
		margin-top: 0px;
		margin-left: -8px;
	}

	#logos {
		display: block;
		min-height: 100px;
		margin-top: -50px;
	}

	#second {
		height: 90%;
	}
	.desktop {
		display: flex;
	}

	#logos .mobile {
		display: flex;
	}


	#orientierungLogo {
		width: 200px;
		margin-top: 30px;
		right: -10px;
	}

	#logoClaim {
		display: block;
		position: relative;
		right: auto;
		width: 115px;
		top: -50px;
		left: 10px;
	}


	#bkgLogo {
		width: 110px;
		position: absolute;
		right: -10px;
		/*margin-top: -32px;
		margin-top: 20px;*/
		bottom: 0px;
		float: left;
	}

	#showCase div#second_left {
		left: 20px;
	}

	#showCase div#second_left #orientierungLogo {
		width: 200px;
		margin-top: 30px;
		left: 0;
	/*	right: -10px;*/
	}

	#showCase div#second_left #logoClaim {
		display: block;
		position: relative;
		right: auto;
		width: 115px;
		top: -20px;
		left: 10px;
	}

	#showCase div#second_left #bkgLogo {
		width: 110px;
		position: absolute;
		right: -10px;
		bottom: -30px;
		float: left;
	}

	#showCase div#second #orientierungLogo {
		width: 200px;
		margin-top: 45px;
		right: -10px;
	/*	right: -10px;*/
	}

	#showCase div#second #logoClaim {
		display: block;
		position: relative;
		right: auto;
		width: 115px;
		top: 0px;
		left: 10px;
	}

	#showCase div#second #bkgLogo {
		width: 110px;
		position: absolute;
		right: -10px;
		float: left;
	}

	header h1 {
		margin-top: 25px;
		font-size: 26px;
		line-height: 32px;
	}

	main {
		margin-top: 24px;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 0;;
	}

	main p {
		font-size: 15px;
		line-height: 22.5px;
	}

	main section {
		margin-bottom: 25px;
	}

	main section div h2 {
		font-size: 21px;
		margin-top: 25px;
	}

	ul {
		margin-top: 0;
		margin-bottom: 10px;
		padding-left: 22.5px;
	}

	#application div ul {
		display: block !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	#application ul li {
		width: 100%;
		padding-top: 0;
		padding-bottom: 5px;
	}

	#application ul li h2 {
		margin-bottom: 10px;
	}
}

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

	#showCase div#second #bkgLogo {
		margin-bottom: -10px;
	}
}

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