/* 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: #7d6e65;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.4;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 1rem 0;
}

h1 {
  line-height: 1.4;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

h2 {
  margin: 0;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: normal;
}


h3 {
  margin: 0;
  line-height: 1.35;
  font-size: 1.7rem;
  font-weight: normal;
}


.blau{color:#002b56;}
.blau-bg{background-color:#002b56;}
.rot{color:#cc0935;}
.rot-bg{background-color:#cc0935;}
.hellgrau-bg{background-color:#dfdad5;}
.weiss{color:#fff;}
.padd{padding:1rem 4rem;}
.upp{text-transform: uppercase;}
.big{font-size:1.1rem; line-height:1.4rem;}

.line{ text-decoration-color:#cc0935; text-decoration-line:underline; text-decoration-style: solid; text-underline-position:under; text-decoration-thickness: 4px; text-decoration-skip:none; text-underline-position: bottom;}
.listen{padding:1rem 1rem 0.2rem 1rem;}


.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.9rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}



.content {
  padding: 2.5rem 4rem;;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}



.footer {

}

.footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: 0;
  vertical-align: middle;
}

a:link {
  color: #002b56;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #002b56;
}

a:hover {
  text-decoration: underline;
  color: #cc0935;
}

a:active {
  text-decoration: none;
  color: #002b56;
}

ul {
  margin: 0 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; */
  /* ------------------------------------------------------------------------------------------------- */
  position: relative; 
	margin: auto;
  padding: 0;
}

/* --------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */


li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "»";
  font-size: 0.8rem;
  color: #cc0935;
} 



.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;
}





.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
}

.left {
  width: 48%;
  
}

.right {
  width: 48%;
text-align: right;
  
}

.button_box {
  text-align: left;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #002b56;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 1rem auto 0rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #002b56;
  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: #002b56;
}

/*
_______________________

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 {}
