/* 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: Arial, Helvetica, 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: #f1f1f1;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0 0 0.5rem 0;
}

h1 {
	line-height: 1.5;
	font-size: 1.8rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	margin: 0;
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
}

.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.8rem;
}

.frame-outer2 {
	position: relative;
	padding: 0;
	width: 740px;
	margin: 1.3rem auto;
	background-color: #fff;
	border: 0.02rem solid #A7A9A4;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.85rem;
line-height: 1.15;
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

.linie{
	background-color:#000000;
	height:0.1rem;
	width:100%;
}

.content {
	padding: 1.1rem 3%;
}
.content2 {
	padding: 1.1rem 3% 0.25rem 3%;
}
.content::after {
	content: "";
	display: block;
	clear: both;
}

.blau{
	color: #0000ff;
}

.header{
	position: relative;
}

.logo {
	position: absolute;
	bottom: 1rem;
	right: 0.5rem;
}

.logo2 {
	position: absolute;
	bottom: 2.5rem;
	right: 0.5rem;
}

.geraet{
	position: absolute;
	right: -0.8rem;
	bottom: 3.2rem;
}

.geraet_small{
width: 25%;
	position: absolute;
	right: -0.8rem;
	bottom: 3.2rem;
}

.geraet2{
	position: absolute;
	right: 0rem;
	bottom: 8rem;
}

.geraet3{
	position: absolute;
	right: 0rem;
	bottom: 3rem;
}

.revolution{
	position: absolute;
	top: 0.8rem;
	right: 6.5rem;
}

.text_oben {
	position: absolute;
	top: 2rem;
	right: 3rem;
	width: 65%;
}

.titel{
	position: absolute;
	bottom: 1rem;
	right: 12rem;
}

.titel2 {
    position: absolute;
    bottom: 0.55rem;
    right: 10rem;
}

.titel3 {
    position: absolute;
    bottom: 0.5rem;
    right: 9rem;
}

.titel4 {
	position: absolute;
	bottom: 1.5rem;
	right: 8rem;
	width: 100%;
}

 .titel5 {
    position: absolute;
    bottom: 1rem;
    right: 7rem;
}

.text_klein{
	font-size: 0.68rem;
}

.abstand{
	height: 0.4rem;
}

.box-left {
	float: left;
	width: 13%;
	text-align: center;
	margin-top: 0.15rem;
}

.box-right {
	float: right;
	width: 82%;
}

#footer {
	position: relative;
	background-color: #f2f2f2;
	padding: 1rem 3%;

}

#footer::after {
	content: "";
	display: block;
	clear: both;
}

#box_left_unten{
	float: left;
	width: 41%;
}

#box_right_unten{
	float: right;
	width: 56%;
	border-left: 0.1rem solid #000;
	padding-left: 0.5rem;
}


#box_left_unten2{
	float: left;
	width: 15%;
}

#box_right_unten2{
	float: right;
	width: 84%;
	
	padding-left: 0.5rem;
}

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;
}

ul {
	margin-top: 0.5rem;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: 0.4rem;
	padding-left: 0.4rem;
	list-style-type: none;
}
ul.unten {
	margin-top: 0.5rem;
	margin-right: auto;
	margin-bottom: 0.25rem;
	margin-left: 0.4rem;
	padding-left: 0.4rem;
	list-style-type: none;
}
li {
	position: relative;
	margin: auto;
	padding: 0.1rem 0 0.1rem 0.2rem;
}

li::before {
	position: absolute;
	top: 0;
	left: -0.8rem;
	content: "○";
	font-size: 0.8rem;
	color: #009ed7;
} 
/*
_______________________

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;
}

.left {
	width: 32%;
	margin-right: 0.3rem;
}

.right {
	width: 32%;
	margin-left: 0.4rem;
}

.middle {
	width: 33%;
	margin-left: 0.4rem;
	border-left: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	padding: 0 0.4rem;
}

.left_new{
	width: 50%;
	margin-right: 0.3rem;
}

.right_new{
	width: 50%;
	margin-left: 0.3rem;
	padding-left: 1rem;
	border-left: 0.1rem solid #000;
}

/* -------------- 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: #0065FF;
	padding: 0.6rem 2.5rem 0.6rem 2.5rem;
	margin: 2rem auto;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	border: 0.1rem solid #0065FF;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
}
.button a:hover {
	background-position: 15px center;
	background-color: #fff;
	text-decoration: none;
	color: #0065FF;
}


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
