@charset "UTF-8";
/* VARIABLES */
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Source+Serif+Pro:400,600,700&display=swap");
/* NORMALIZE */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%; }

p {
  margin: 0; }

body {
  background: #fff;
  color: #373632;
  line-height: 138%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 1rem;
  font-feature-settings: "lnum" 1,"tnum" 1;
  -webkit-font-feature-settings: "lnum" 1,"tnum" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bodyWrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem; }

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  outline: 1px solid #000;
  font-size: 1.3rem;
  line-height: 1.8rem; }

/* ELEMENTE */
.noMg {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

strong, .strong {
  font-family: 'Source Sans Pro', serif; }

h1, h2, h3, h4 {
  font-family: 'Source Serif Pro', serif; }

h1 {
  font-size: 5rem;
  line-height: 6.3rem;
  margin: 23px 0 38px; }

h2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  font-weight: 700; }
  a:hover {
    color: #dedede; }

ul {
  margin-left: 8px;
  margin-bottom: 20px;
  margin-top: 0;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
  list-style: none; }
  ul li {
    position: relative; }
    ul li::before {
      content: "";
      background: #fff;
      width: 3px;
      height: 3px;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 7px;
      margin-left: -8px; }
  ul ul li {
    margin-left: -2px; }
    ul ul li::before {
      content: "–";
      background: transparent;
      width: 10px;
      top: 0;
      margin-left: -8px;
      color: #0073bc; }

/* HEADER */
header {
  padding: 50px 59px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* INHALT */
.bg {
  background: #0073bc;
  color: #fff;
  overflow: hidden;
  padding: 76px 60px 0; }

.intro {
  padding-bottom: 51px; }
  .intro p {
    font-family: 'Source Serif Pro', serif;
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-weight: 300; }
    .intro p strong {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 700; }
    .intro p.einleiter {
      font-size: 1.2rem;
      line-height: 1.8rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 700; }

.box {
  margin: 0 0 20px;
  overflow: hidden; }
  .box p {
    margin: 0 0 13.33333px; }
  .box > *:last-child {
    margin-bottom: 0 !important; }
  .box .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .box .side > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 10px; }
      .box .side > *:first-child {
        padding-right: 10px;
        padding-left: 0; }
      .box .side > * p {
        margin-bottom: 20px; }
      .box .side > * > *:last-child {
        margin-bottom: 0; }
        .box .side > * > *:last-child > *:last-child {
          margin-bottom: 0;
          padding-bottom: 0; }

/* FOOTER */
footer {
  padding: 56px 60px 36px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0073bc;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  font-weight: 200;
  font-family: 'Source Serif Pro', serif; }
  footer a {
    color: #fff;
    font-weight: 400; }

/* IE */
@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -32px; } }

@media screen and (max-width: 590px) {
  .box .side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .box .side > * {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }
      .box .side > *:first-child {
        padding-right: 0; }
    .box .side ul {
      margin-bottom: 0; }
    .box .side > div {
      padding-top: 20px; } }

.noWrap {
  white-space: pre;
  word-break: keep-all;
}