/* 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: 'Open Sans', sans-serif;

/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #122d45;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 1rem 0;
}

h1 {
  line-height: 2.5rem;
  font-size: 2.3rem;
 font-family: calibri, sans-serif;
  padding: 20px 0;
  margin: 0.6rem 0;
	border-top: 3px solid #69b42e;
	border-bottom: 3px solid #69b42e;
}

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

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

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

.logo {
  width: 15.5rem;
  position:absolute;
	left:6%;
	top:50px;
}

.header {
  position: relative;
}

.title-block {
  position: absolute;
  bottom: 6%;
  left:6%;
  padding: 0;
  line-height: 2.2rem;
  font-size: 2rem;
} 

.content {
  padding: 2rem 6%;
}

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




.blau{color:#122d45;}
.blau-background{background-color:#122d45; position: relative;}
.lichtgrau{background-color:#c5c5cf;}
.malgruen{background-color:#69b42e; color:#fff;}
.weiss{color:#fff;}
.abstand-unten{margin-bottom:-1.5rem;}
.schirm{position: absolute; right:0; top:-7.6rem; width:8rem;}


.lichtgrau-spitze{
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #c5c5cf transparent transparent transparent;
line-height: 0px;
_border-color: #c5c5cf #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	margin:0 auto;
}



.weiss-spitze{
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #ffffff transparent transparent transparent;
line-height: 0px;
_border-color: #fff #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	margin:0 auto; 
}



.blau-spitze{
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 20px;
border-color: transparent transparent #122d45 transparent;
line-height: 0px;
_border-color: #000000 #000000 #122d45 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	margin:0 auto; 
}



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

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

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

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

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

ul {
  margin: 0.5rem auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: none;

  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* list-style-type: none; */
  /* DANN MUSS "list-style-type: disc;" GELÖSCHT WERDEN.
  /* ------------------------------------------------------------------------------------------------- */
}

li {
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* position: relative; */
  /* ------------------------------------------------------------------------------------------------- */
  margin: auto;
  padding: 0;
		position: relative;
}

/* --------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */


li::before {
  position: absolute;
  top: 0.2rem;
  left: -1.1rem;
  content: "►";
  font-size: 0.7rem;
  color: #fff;
} 



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

p:empty {
  height: 1rem;
}


/* -------------- 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;") -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
	padding: 2.5% 5% 3.5% 5%;
	
}

.left {
  width: 48%;
}

.right {
  width: 48%;
}

.button_box {
  text-align: center;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #122d45;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2.5rem auto;
  cursor: pointer;
  border: 0.1rem solid #fff;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
	font-size:1.1rem;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #122d45;
}

/*
_______________________

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