/* 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: "Roboto", sans-serif; /* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
  /* ------------------------------------------------------------ */
  color: #1e1e50;
  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;
}

.abstand {
  margin: 0 0 1rem 0;
}

h1 {
  font-family: "DM Serif Display", serif;
  ine-height: 1.5;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #415f4b;
  color: #fff;
  padding: 5px 10px;
  width: 200px;
  margin: -2.3rem 0 0 -3rem;
}

.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-outer::after {
  content: "";
  display: block;
  clear: both;
}

.txt_gt {
  font-size: 1.2em;
  line-height: 1.45em;
}

.logo {
  width: 40%;
  float: left;
  padding: 10px;
}

.header {
  position: relative;
}

.farbe {
  color: #33aa33;
}

.sub-title {
  font-size: 1.1em;
  font-weight: bold;
}

.title-block {
  position: absolute;
  bottom: 39%;
  left: 0;
  padding: 0.5rem 3%;
  color: #fff;
  width: 100%;
  text-align: center;
}

.content {
  padding: 1.1rem 7%;
}

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

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

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

.footer {
  color: #415f4b;
}

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

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 ul {
  margin-bottom: 0;
}

ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: disc;
  /* ------------- 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;
}

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

li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: url(bg.jpg);
  font-size: 0.8rem;
  color: red;
}

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

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

/* -------------- 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: 1rem 0;
}

.left {
  width: 46%;
  padding: 1rem 3%;
  border: 3px solid #415f4b;
}

.right {
  width: 46%;
  padding: 1rem 3%;
  border: 3px solid #415f4b;
}

.left-footer,
.right-footer {
  position: relative;
  background: #1e1e50;
  color: #fff;
  width: 50%;
  padding: 1rem 3%;
  text-align: center;
}

.left-footer p,
.right-footer p {
  margin-bottom: 0.5rem;
}

.left:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: #fff;
}

.left-footer a:link,
.left-footer a:visited,
.right-footer a:link,
.right-footer a:visited {
  color: #fff;
}

.ap {
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  width: 5rem;
  margin-bottom: 0.5rem;
}

.block {
  margin: 3rem 0 0 0;
  width: 100%;
  padding: 1rem 3%;
  border: 3px solid #415f4b;
}
.button_box {
  text-align: center;
}

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

/*_______________________
    
    BUTTON MIT ANIMATION
    _______________________
    */

.button a {
  display: inline-block;
  background: #00bee6;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 0.5rem auto;
  cursor: pointer;
  border-radius: 0.2rem;
  border: 0.1rem solid #0065ff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
}

.button a:hover {
  background: #009ec0;
  text-decoration: none;
}

/*
    _______________________
    
    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 {
}
