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

.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;
  line-height: 1.4;
}

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

.content {
  padding: 1.1rem 4%;
}

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

p {
  margin:0;
	text-align: justify;
}

p:empty {
  height: 1rem;
}

.blau{color:#576D93;}

.abstandKlein{
	margin-top:0.45rem;
}

.abstand10{
	margin-top:0.625rem;
}

.abstand15{
	margin-top:0.9rem;
}

.abstand25{
	margin-top:1.5rem;
}

.linie{
	margin: 1.5rem 0;
	border-top:0.1rem dotted rgba(255,255,255,1.00);
	height: 0;
}

#titel{
	padding:1rem 4%;
	background: url(landkarte.jpg) no-repeat center center;
	background-size: cover;
}

#titelLeft{
	float: left;
	padding:1rem 0 1rem 4%;
	width: 50%;
}

#titelbild{
	width:12rem;
	height: 12rem;
	border-radius: 6rem;
	background: url(tastatur.jpg) no-repeat;
	background-size: cover;
	border: 0.2rem solid rgba(255,255,255,1.00);
}

#titelRight{
	float: right;
	padding:1rem 0 1rem 0;
	width:50%;
	color: rgba(255,255,255,1.00);
}

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

h1 span {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.0rem;
	font-weight: 400;
}

h2 {
	margin: 0;
	padding: 0 0 0.6rem 2rem;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 700;
	color:#576D93;
	position: relative;
}

.right h2 {
	margin: 0;
	padding: 0 0 0.6rem 2rem;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 700;
	color:#fff;
	position: relative;
}

.icon{
	position:absolute;
	left:0;
	top:0;
	width:1.5rem;
}

/* -------------- FLEXBOX-------------------- */
#flexOben {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:0;
	flex-wrap: wrap;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#flexUnten {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:0;
	flex-wrap: wrap;
  flex-direction: row;
}

.left {
	width: 50%;
	padding: 1rem 3%;
}

.right {
	width: 50%;
	padding: 1rem 4%;
	background: #576D93;
	color:#fff;
}

/* -------------- FLEXBOX-------------------- */

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

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

#footer {
	background: #4C4C4E;
	color: rgba(255,255,255,1.00);
	padding: 1rem 4%;
}

#footerLeft {
	float: left;
	width:50%;
}

#footerLeft img{
	width:3rem;
	padding: 0 0.5rem 0 0;
	display: inline-block;
}

#footerRight {
	float: right;
	width:50%;
	padding: 0 0 0 4%;
}

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

#mail{
	position: relative;
	padding: 0 0 0 2.5rem;
}

#mail img{
	position: absolute;
	width: 1.4rem;
	top:0;
	left:0;
}

#web{
	position: relative;
	padding: 0 0 0 2.5rem;
}

#web img{
	position: absolute;
width: 1.6rem;
	top:0;
	left:0.3rem;
}

img {
	  max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
	display: block;
}

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

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

a:hover {
  text-decoration: none;
  color:#576D93;
}

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: none;
  color:#576D93;
}

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

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0 1rem;
}

li::before{
	content:"•";
	position: absolute;
	top: -0.05rem;
	left: 0.2rem;
}

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

.ausblenden {
}

.einblenden {
	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;
}

.button_box {
  text-align: center;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #ed1c24;
  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 #ed1c24;
  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: #ed1c24;
}

/*
_______________________

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


/*
_______________________

MARKIERTER TEXT
_______________________

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

*/
.apply {}
