/* Version: 05.03.2018 */

@font-face {
  font-family: "Open Sans";
  src: local('Open Sans'),
       url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
  font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Open Sans Italic --- */
@font-face {
  font-family: "Open Sans";
  src: local('Open Sans'),
       url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	 line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

 /* ----------------------------------------------------------- */

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #3c3c3b;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #f1f1f1;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0 0 0.1rem 0;
}

h1 {
	line-height: 1.2;
	font-size: 1.45rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	margin: 0;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: normal;
}

h3 {
	margin: 0;
	line-height: 1.2;
	font-size: 1.1rem;
	font-weight: normal;
}
h4 {
	margin: 0;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: normal;
padding: 1rem;
}
.frame-outer {
	position: relative;
	padding: 0;
	width: 720px;
	margin: 1.3rem auto;
	background-color: #fff;
	border: 0.02rem solid #A7A9A4;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.9rem;
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

.content {
	padding: 1.1rem 5%;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

.green{
	color: #53be7e;
}

.titel{
	background-color: #fff;
	padding: 2%;
	text-align: center;
}

.text_unten{
	background-color: #fff;
	padding: 3%;
}

.header{
	position: relative;
}

.logo {
	position: absolute;
	top: 4%;
	left: 3%;
    padding: 1.3rem;
}

.logo44 {
	position: absolute;
	top: 4%;
	right: 3%;
    padding: 1.3rem;
}

.logo_repo{
	display: none;
}

.bg_green{
	background-image: url(green_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 3rem 5%;
	color: #fff;
	min-height: 263px;
}

.bg_grey{
	background-image: url(bg_grey.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 3rem 5%;
	color: #000;
	min-height: 263px;
}

.abstand{
	height: 0.3rem;
}

#title-block {
	position: absolute;
	bottom: 32%;
	right: 12%;
	padding: 0.5%;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(255, 255, 255);
	/* -------------------------------------------------------------- */
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	min-width: 77%;
}

#title-block-unten {
	position: absolute;
	bottom: 25%;
	right: 16%;
	padding: 0.5%;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(255, 255, 255);
	/* -------------------------------------------------------------- */
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	max-width: 65%;
}

#footer {
	background-color: #53be7e;
	padding: 1rem 5%;
	color: #fff;
}

#footer::after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9;
	border: 0;
	vertical-align: middle;
}

a:link {
	color: #53be7e;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #53be7e;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #53be7e;
}

ul {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
	list-style-image: url(bp_dunkel.png);
}

li {
	/*-- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT --*/
	/* position: relative; */
	/* --------------------------------------------------------------------- */
	margin: auto;
	padding: 0.2rem 0;
}

p:empty {
	height: 0.625rem;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.hide {
	display: none;
}

.refnr {}

.justifier {
	text-align: justify;
	text-align-last: justify;
}

.justifier:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.apply {}
