/* 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.2rem 0;
}

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

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

#logo2021{
width: 2.2rem;
height: 2.2rem; 
position: absolute; 
top: 1.5rem; 
left: 1.3rem; 
z-index: 5;
}

.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.75rem;
}

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

.content {
	padding: 1.1rem 9%;
}

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

.header{
	position: relative;
}

.lila{
	color: #5a2873;
}

.text_gross{
	font-size: 0.8rem;
}

#title-block {
	position: absolute;
	bottom: 16%;
	left: 4.5%;
	padding: 0.5rem 2%;
	width: 41%;
	font-size: 0.695rem;
	line-height: 1.25;
}

#title-block2 {
	position: absolute;
bottom: 26%;
left: 6%;
padding: 0.5rem 2%;
width: 40.0%;
font-size: 0.665rem;
line-height: 1.325;
}

#firmentext {
    position: absolute;
    top: 3rem;
    left: 6%;
    padding: 0.5rem 2%;
    width: 40.3%;
    font-size: 0.665rem;
    line-height: 1.325;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}

#firmablau {
    position: absolute;
    top: 3rem;
    left: 6%;
    padding: 0.5rem 2%;
    width: 30.3%;
    font-size: 0.665rem;
    line-height: 1.325;
    background: rgba(222,234,242,0.8);
    z-index: 1;
}

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

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

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: #5a2873;
}

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

ul {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: 1rem;
	padding-left: 1rem;
	list-style-type: none;
}

li {
	position: relative;
	margin: auto;
	padding: 0.1rem 0 0.1rem 0.4rem;
}

li::before {
	position: absolute;
	top: 0.2rem;
	left: -0.8rem;
	content: "■";
	font-size: 0.6rem;
	color: #5a2873;
} 

/*
_______________________

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: 0.5rem 2%;
	margin-right: 1em;
	background-color: #ebebeb;
}

.right {
	width: 100%;
	padding: 0.5rem 2%;
	margin-left: 1em;
	background-color: #ebebeb;
}
.left2 {
	width: 100%;
	padding: 0.5rem 2%;
	margin-right: 1em;
	background-color: #deeaf2;
}

.right2 {
	width: 100%;
	padding: 0.5rem 2%;
	margin-left: 1em;
	background-color: #deeaf2;
}

.flexboxoben {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.bildbox, .textbox {
	width: 48%;
}

.alignTop{align-items:flex-start;}
.alignCenter{align-items:center;}
.alignBottom{align-items:flex-end;}

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%;
}

.button_box {
	text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background: #5a2873;
	padding: 0.5rem 2rem 0.5rem 2rem;
	margin: 0 auto;
	cursor: pointer;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	border: 1px solid #5a2873;
	border-radius: 0.3rem;
}
.button a:hover {
	background-position: 15px center;
	text-decoration: none;
	color: #5a2873;
	background-color: #ded4e3;
	border: 1px solid #5a2873;
}
.apply {}
