/* Version: 05.03.2018 */


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

p {
	margin: 0 0 0.2rem 0;
}

h1 {
	line-height: 1.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 1rem;
	margin: 0;
}

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

h3 {
	margin: 0.2rem 0 0;
	line-height: 1.7rem;
	font-size: 1.3rem;
	font-weight: 700;
}

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

.blue {
	color: #00afea;
}
.pink{
        color:#e34489;
}
.frame-outer {
	position: relative;
	padding: 0;
	width: 780px;
	margin: 1.3rem auto;
	border: 0.02rem solid #cbcbcb;
	box-shadow: -0.1rem 0.1rem 1rem #d7d7d7;
	font-size: 0.95rem;
	background-color: #FFF;
}

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

.frame-outer2 {
	position: relative;
	padding: 0;
	width: 700px;
	margin: 1.3rem auto;
	border: 0.02rem solid #00afea;
	box-shadow: -0.1rem 0.1rem 1rem #d7d7d7;
	font-size: 0.95rem;
	background-color: #FFF;
}

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

.content {
	padding: 1.1rem 3%;
	border-left: solid 1px #cbcbcb;
	border-right: solid 1px #cbcbcb;
}

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

.about {
	padding: 1.1rem 3%;
	background-color: #dadad9;
}

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

.header{
	position: relative;
}

.logo {
	width: 4rem;
	float: right;
}

.logo-bg {
	position: relative;
	padding: 0;
	width: 720px;
	margin: auto;
}

#title-block {
	position: absolute;
	bottom: 3%;
	right: 0;
	padding: 0.5rem 3%;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(0, 0, 0);
	/* -------------------------------------------------------------- */
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

#box-left {
	float: left;
	width: 72%;
        padding-top: 1.1rem;
}

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

#box-right2 {
	float: right;
	width: 13%;
        top: 86rem;
        position: absolute;
}

.footer {
	padding: 1.1rem 3%;
	background-color: #00afea;
	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: #000;
	text-decoration: none;
}

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

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

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

.footer a:link {
	color: #FFF;
	text-decoration: none;
}

.footer a:visited {
	text-decoration: none;
	color: #FFF;
}

.footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

.footer a:active {
	text-decoration: none;
	color: #FFF;
}

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

li {
	padding: 0px;
	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;
}
*/

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0.8rem 0;
}

.left {
	width: 100%;
	padding: 1rem 3%;
	margin-right: 0.4rem;
}

.right {
	width: 100%;
	padding: 1rem 3%;
	margin-left: 0.4rem;
}

/* -------------- 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 {}

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

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

.table {
	display: table;
	width: 100%;
	/* -- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT -- */
	/* border-collapse: collapse; */
	/* --------------------------------------------------------------------*/
	table-layout: fixed;
	/* ----- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----- */
	/* border-spacing: 3rem; */
	/* --------------------------------------------------------------------*/
}

.row {
	display: table-row;
}

#cell-left,
#cell-right {
	display: table-cell;
	vertical-align: bottom;
	padding: 1rem 3%;
}

#cell-left {
	border-right: 15px solid #fff;
}

#cell-right {
	border-left: 15px solid #fff;
}

.bg-darkblue {
	background: rgb(78, 147, 250);
}

.bg-lightblue {
	background: rgb(127, 174, 245);
}

.button_box {
	text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background: #FFF;
	padding: 0.6rem 1.5rem 0.6rem 1.5rem;
	margin: 2rem auto;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 0;
	border: solid 1px #2165ad;
	transition: .3s background ease;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	color: #2165ad;
	white-space:nowrap;
	box-sizing: border-box;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
.button a:hover {
	background-position: 15px center;
	background-color: #2165ad;
	text-decoration: none;
	color: #FFF;
}


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
