/* 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 900;
  font-style: normal;
}

@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 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', sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.7;
	background-color: #FFF;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0 0 0.2rem 0;
}

h1 {
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: 0.1rem;
}

h2 {
	margin: 0;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 700;
}

h3 {
	margin: 0 0 0.5rem 0;
	line-height: 1.5;
	font-size: 1.0rem;
	font-weight: 700;
}

.mag10{
	margin-bottom: 1rem
}

.frame-outer {
	position: relative;
	padding: 0;
	width: 745px;
	margin: 1.3rem auto;
	border: 0.02rem solid #A7A9A4;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.7rem;
}

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

.content {
	padding: 2rem 5% 0;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size:contain;
}

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

.header{
	position: relative;
}

.logo {
	width: 4rem;
	float: left;
	background-color: #2d6095;
}

.logo-bg {
	position: relative;
	padding: 0;
	width: 720px;
	background-color: #2d6095;
	margin: auto;
	font-size: 0.75rem;
}

#title-block {
	position: absolute;
	bottom: 15%;
	padding: 0.5rem 3%;
	color: #fff;
}

#title-blockMitTabelle {
    position: absolute;
    bottom: 0.5rem;
    padding: 0.5rem 5%;
    color: #fff;
    width: 100%;
    text-align:left !important;
}

#titelLeft{
    float: left;
    width: 32%;
}

#titelRight{
    float: right;
    width: 66%;
}

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

#blue {
	color: #35a7e8;
}

#box-left {
	float: left;
	width: 43%;
}

#box-right {
	float: right;
	width: 48%;
}

.box-left2 {
	float: left;
	width: 48%;
}

.box-right2 {
	float: right;
	width: 48%;
}

.footer {
	position: relative;
}

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

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

a:link {
	color: #2a98f1;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #2a98f1;
}

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

a:active {
	text-decoration: none;
	color: #2a98f1;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding: 0 0 10px;
	list-style-image: url(li.jpg);
}


/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}
*/

.left {
	width: 35%;
	padding: 0rem 0% 1rem;
	margin-right: 0.4rem;
	color: #FFF;
	float: left
}

.right {
	width: 58%;
	padding: 0rem 3%;
	margin-left: 0.4rem;
	float: right
}

.flex-container {
  display: flex;
}

.flex-container img {
  width: 75%;
	padding-right: 15%;
	margin-top: 0.6rem
}


#video {
  width: 100%;
  height: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */
/* 
.flex {
	display: table;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem 0;
} 
*/
/* -- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -- */

p:empty {
	height: 0.625rem;
}

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

.hide {
	display: none;
}

.refnr {}

.apply {}
