@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
/* Basic */
body {
  background: #fff linear-gradient(top, rgba(0, 0, 0, 0.05), transparent) repeat-x, repeat top left;
  background-size: 100% 30em, auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  color: #696969;
  font-weight: 300;
  line-height: 2.25em;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  color: #696969;
  font-weight: 400;
  line-height: 2.25em; }

a {
  color: #c70126;
  text-decoration: none; }
  a strong {
    color: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 300; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    outline: 0; }

h2 {
  font-size: 2.25em;
  margin: 0 0 1.1em 0;
  line-height: 1em; }

h3 {
  margin: 0 0 1em 0;
  font-size: 1rem;
  line-height: 28.9px;
  font-weight: bold; }

p + h3 {
  margin-top: 2rem; }

b, strong {
  font-weight: 600;
  color: #444; }

i, em {
  font-style: italic; }

br.clear {
  clear: both; }

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em; }

hr {
  border: 0;
  border-top: solid 1px #eee; }

blockquote {
  border-left: solid 0.5em #eee;
  padding: 1em 0 1em 2em;
  font-style: italic; }

p, ul, ol, dl, table, figure {
  margin-bottom: 1.5em; }

/* Section/Article */
section, article {
  margin-bottom: 5em; }

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0; }

footer {
  margin: 2.5em 0 0 0; }

/* Forms */
form label {
  display: block;
  font-weight: 400;
  margin: 0 0 1em 0;
  font-size: 0.8em;
  color: #444; }

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #eee; }
  form input[type="text"]:focus,
  form input[type="email"]:focus,
  form input[type="password"]:focus,
  form select:focus,
  form textarea:focus {
    border-color: #0090c5; }

form input[type="text"],
form input[type="email"],
form input[type="password"] {
  line-height: 3em;
  padding: 0 1em; }

form select {
  line-height: 3em;
  padding: 0 1em; }

form textarea {
  min-height: 9em;
  padding: 1em; }

form .formerize-placeholder {
  color: #555 !important; }

form ::-webkit-input-placeholder {
  color: #555 !important; }

form :-moz-placeholder {
  color: #555 !important; }

form ::-moz-placeholder {
  color: #555 !important; }

form :-ms-input-placeholder {
  color: #555 !important; }

form ::-moz-focus-inner {
  border: 0; }

/* Tables */
table {
  width: 100%; }
  table.default {
    width: 100%; }
    table.default tr {
      border-top: solid 1px #eee; }
      table.default tr:first-child {
        border-top: 0; }
    table.default td {
      padding: 0.5em 1em 0.5em 1em; }
    table.default th {
      text-align: left;
      padding: 0.5em 1em 0.5em 1em;
      font-weight: 400;
      margin: 0 0 1em 0; }
    table.default thead {
      background: #404248;
      color: #fff; }

/* Image */
figure {
  display: inline-block;
  outline: 0; }
  figure img {
    display: block;
    max-width: 100%; }
  figure.fit {
    display: block;
    width: 100%; }
    figure.fit img {
      width: 100%; }
  figure.featured {
    display: block;
    width: 100%;
    margin: 0 0 2.5em 0; }
    figure.featured img {
      width: 100%; }
  figure.left {
    float: left;
    margin: 0 2em 2em 0; }
  figure.centered {
    display: block;
    margin: 0 0 2.5em 0; }
    figure.centered img {
      margin: 0 auto;
      width: auto; }

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  transition: background-color .25s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  background: #0090c5;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 400;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 1.35em;
  padding: 0.6em 1.5em; }
  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    position: relative;
    margin-right: 0.5em;
    top: 0.05em; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button:hover,
  .button:hover {
    background: #10a0d5; }
  input[type="button"]:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  button:active,
  .button:active {
    background: #20b0e5; }
  input[type="button"].alt,
  input[type="submit"].alt,
  input[type="reset"].alt,
  button.alt,
  .button.alt {
    background: #f1f1f1;
    background: rgba(0, 0, 0, 0.05);
    color: #444; }
    input[type="button"].alt:hover,
    input[type="submit"].alt:hover,
    input[type="reset"].alt:hover,
    button.alt:hover,
    .button.alt:hover {
      background: #e8e8e8;
      background: rgba(0, 0, 0, 0.085); }
    input[type="button"].alt:active,
    input[type="submit"].alt:active,
    input[type="reset"].alt:active,
    button.alt:active,
    .button.alt:active {
      background: #e4e4e4;
      background: rgba(0, 0, 0, 0.15); }
  input[type="button"].big,
  input[type="submit"].big,
  input[type="reset"].big,
  button.big,
  .button.big {
    font-size: 2.25em;
    padding: 0.8em 0.9em; }

/* List */
ul.default {
  list-style: disc;
  padding-left: 1em; }
  ul.default li {
    padding-left: 0.5em; }

ul.actions li {
  display: inline-block;
  padding: 0 0 0 0.25em;
  margin: 0 0 0 0.25em; }
  ul.actions li:first-child {
    margin-left: 0;
    padding-left: 0; }

ul.menu li {
  border-left: solid 1px #e0e0e0;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em; }
  ul.menu li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0; }

ol.default {
  list-style: decimal;
  padding-left: 1.25em; }
  ol.default li {
    padding-left: 0.25em; }

/* Box */
.box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 2em; }
  .box.feature {
    padding: 0; }
    .box.feature .inner {
      padding: 4em 2em 3em 2em; }
    .box.feature h2 {
      font-size: 1.35em; }
    .box.feature p {
      margin: 0; }
    .box.feature .image {
      position: relative;
      margin: 0; }
      .box.feature .image img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }

/* Wrappers */
#header-wrapper {
  border-top: 1px #FFF solid;
  padding: 0 0 0 0px;
  /* Header */ }
  #header-wrapper #header {
    position: relative;
    /* Logo */
    /* Nav */ }
    #header-wrapper #header #logo {
      display: block;
      background: url(images/logo.jpg) no-repeat 117px top;
      background-size: contain;
      height: 98px;
      padding-left: 117px;
      margin-bottom: 39px;
      margin-top: 37px; }
      #header-wrapper #header #logo h1 {
        font-weight: 300;
        font-size: 33px;
        line-height: 1;
        letter-spacing: 0.05em;
        display: block;
        color: #555555;
        padding: 10px 0 0 96px; }
        #header-wrapper #header #logo h1 em {
          font-style: inherit;
          color: #c70126;
          display: block;
          padding-left: 95px;
          padding-top: 3px; }
      #header-wrapper #header #logo > dl {
        display: none; }
    #header-wrapper #header #nav {
      border-top: 3px dotted rgba(222, 222, 222, 0);
      background-color: white;
      background-origin: border-box;
      background-image: linear-gradient(to right, #dedede 0%, #dedede 45.45455%, transparent 45.45455%);
      background-position: 0 top;
      background-size: 11px 3px;
      background-repeat: repeat-x;
      position: sticky;
      z-index: 1;
      top: 0;
      font-size: 15px;
      min-height: 49px;
      padding: 9px 0 5px; }
      #header-wrapper #header #nav > ul {
        list-style: none;
        font-weight: 400;
        margin: 0 auto;
        display: table;
        padding: 0; }
        #header-wrapper #header #nav > ul > li + li {
          padding-left: 1.6em; }
        #header-wrapper #header #nav > ul > li + li:before {
          display: block;
          content: ' ';
          border-left: 2px solid #858585;
          opacity: 0.9;
          position: absolute;
          left: calc(0.8em - 2px);
          top: 14px;
          height: calc(1em - 5px);
          width: 0; }
        #header-wrapper #header #nav > ul li {
          display: inline-block;
          position: relative;
          margin: 0;
          line-height: 100%;
          padding: 0 0 10px; }
          #header-wrapper #header #nav > ul li a, #header-wrapper #header #nav > ul li span {
            display: inline-block;
            padding: 10px 0;
            font-weight: 400;
            letter-spacing: 0.025em;
            color: #696969;
            text-decoration: none; }
          #header-wrapper #header #nav > ul li > ul {
            display: none; }
          #header-wrapper #header #nav > ul li:hover > a, #header-wrapper #header #nav > ul li:hover > span {
            color: #ef1428; }
          #header-wrapper #header #nav > ul li.active > a, #header-wrapper #header #nav > ul li.active > span {
            color: #ef1428; }
          #header-wrapper #header #nav > ul li.current > a, #header-wrapper #header #nav > ul li.current > span {
            color: #c70126; }
      #header-wrapper #header #nav ul > li:hover > ul,
      #header-wrapper #header #nav ul > li:active > ul,
      #header-wrapper #header #nav ul > li:focus > ul {
        display: block; }
      #header-wrapper #header #nav ul a:hover ~ ul,
      #header-wrapper #header #nav ul a:active ~ ul,
      #header-wrapper #header #nav ul a:focus ~ ul {
        display: block; }
      #header-wrapper #header #nav ul > li > ul {
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-top: 0;
        background: #fff;
        letter-spacing: 0.025em;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        padding: 0;
        min-width: 19em;
        box-shadow: 0px 1px 2px 0em rgba(0, 0, 0, 0.25); }
        #header-wrapper #header #nav ul > li > ul li > ul {
          left: 100%;
          top: 0; }
        #header-wrapper #header #nav ul > li > ul li {
          display: block;
          border-top: solid 1px #eee;
          line-height: 1.5em;
          padding: 0; }
          #header-wrapper #header #nav ul > li > ul li:first-child {
            border-top: 0; }
          #header-wrapper #header #nav ul > li > ul li > a:not(:only-child):before {
            content: "▸";
            float: right;
            position: relative;
            top: -2px; }
          #header-wrapper #header #nav ul > li > ul li > a, #header-wrapper #header #nav ul > li > ul li > span {
            text-decoration: none;
            color: inherit;
            display: block;
            padding: 1em 1.5em; }

#main-wrapper {
  margin: 0 0 0 189px;
  position: relative;
  border-top: 3px solid #f2f2f2; }
  #main-wrapper #accent {
    position: absolute;
    top: -3px;
    left: -189px;
    bottom: 0;
    width: 189px;
    background-size: 100% auto;
    background: transparent no-repeat 0 0;
    box-sizing: border-box;
    border-right: rgba(255, 255, 255, 0.6) solid 74px;
    padding: 664px 0 0 14px;
    font-size: 14px;
    color: #9e9e9e; }
    #main-wrapper #accent:hover {
      color: #c60125; }
  #main-wrapper main {
    font-weight: 400;
    padding: 24px 24px 24px 87px;
    line-height: 160%;
    font-size: 17px;
    color: #333333;
    max-width: 793px;
    min-height: calc(100vh - 321px); }
    #main-wrapper main h2 {
      margin-left: -60px;
      font-weight: 300;
      color: #9e9e9e;
      font-size: 20px;
      letter-spacing: 7px; }
    #main-wrapper main h2:first-child {
      margin-bottom: 78px; }
      #main-wrapper main h2:first-child + figure {
        margin-top: -75px; }
    #main-wrapper main p {
      max-width: 38em; }
    #main-wrapper main ul {
      margin-top: 1ex; }
      #main-wrapper main ul.grau {
        color: #b3b3b3; }
        #main-wrapper main ul.grau > li > div {
          color: #333333; }
    #main-wrapper main a:hover {
      color: #ef1428;
      text-decoration: underline; }
    #main-wrapper main figure {
      display: block;
      max-width: 100%;
      margin: 0; }
      #main-wrapper main figure.right {
        float: right;
        max-width: 300px;
        margin-left: 30px;
        margin-bottom: 30px; }

@media screen and (min-width: 601px) {
  body.startseite #page-wrapper {
    margin-top: 80px; }
  body.startseite #header-wrapper #header #logo {
    position: relative;
    min-width: 670px;
    margin-top: 108px;
    margin-bottom: 134px;
    height: 277px;
    padding-left: 153px;
    background-position: 153px top; }
    body.startseite #header-wrapper #header #logo h1 {
      padding: 20px 0 0 243px;
      font-size: 46px; }
      body.startseite #header-wrapper #header #logo h1 em {
        padding-left: 132px; }
    body.startseite #header-wrapper #header #logo > dl {
      display: block;
      width: 15.1em;
      margin-top: 10px;
      margin-left: 375px;
      margin-right: auto;
      background: #f0f0f0;
      padding: 10px 16px 17px;
      font-weight: 500;
      line-height: 150%;
      font-size: 16px; }
      body.startseite #header-wrapper #header #logo > dl dt {
        padding: 0;
        min-width: 0.6em;
        float: left;
        color: #c70126;
        margin: 0 0.2em 0 0; }
      body.startseite #header-wrapper #header #logo > dl dd {
        color: #3d3a3a;
        margin: 0;
        padding: 0; }
        body.startseite #header-wrapper #header #logo > dl dd:before {
          content: '- '; }
  body.startseite #header-wrapper #header #nav {
    padding-top: 12px; }
    body.startseite #header-wrapper #header #nav > ul {
      margin-left: 55px; }
    body.startseite #header-wrapper #header #nav ul > li > ul {
      top: auto;
      bottom: 100%;
      bottom: calc(100% - 1.5em); }
  body.startseite #main-wrapper {
    border: none; } }

@media screen and (max-width: 600px) {
  body.startseite #header-wrapper {
    box-shadow: 0px 3px 0 #d22027 inset;
    border-top-width: 50px; }
    body.startseite #header-wrapper #header #logo {
      margin-bottom: 111px; }
      body.startseite #header-wrapper #header #logo > dl {
        display: block;
        width: 15.1em;
        margin-top: 20px;
        margin-left: 105px;
        margin-right: 0;
        background: #f0f0f0;
        padding: 7px 12px 11px;
        font-weight: 500;
        line-height: 150%;
        font-size: 12px; }
        body.startseite #header-wrapper #header #logo > dl dt {
          padding: 0;
          min-width: 0.6em;
          float: left;
          color: #c70126;
          margin: 0 0.2em 0 0; }
        body.startseite #header-wrapper #header #logo > dl dd {
          color: #3d3a3a;
          margin: 0;
          padding: 0; }
          body.startseite #header-wrapper #header #logo > dl dd:before {
            content: '- '; }
    body.startseite #header-wrapper #header #nav {
      clear: both; }
  body.startseite #main-wrapper {
    border-top-color: #d22027;
    margin-left: 0; } }

/* Small */
@media screen and (max-width: 600px) {
  /* Basic */
  body, input, select, textarea {
    line-height: 2em; }
  h2, h3, h4, h5, h6 {
    font-size: 13pt;
    margin: 0 0 1em 0; }
  /* Section/Article */
  section, article {
    clear: both;
    margin-bottom: 3em !important; }
    section.last, article.last {
      margin-bottom: 0 !important; }
  /* Image */
  .image.left {
    width: 25%;
    margin-bottom: 2em !important; }
  /* List */
  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important; }
  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0; }
    ul.actions li:first-child {
      margin-top: 0; }
  /* Button */
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    text-align: center;
    font-size: 1.25em !important;
    padding: 0.65em 0 !important; }
    input[type="button"].icon,
    input[type="submit"].icon,
    input[type="reset"].icon,
    button.icon,
    .button.icon {
      padding-right: 0.75em !important; }
      input[type="button"].icon:before,
      input[type="submit"].icon:before,
      input[type="reset"].icon:before,
      button.icon:before,
      .button.icon:before {
        margin-right: 0.5em;
        top: 0.05em; }
  #header-wrapper {
    margin: 0; }
    #header-wrapper #header {
      /* Logo */ }
      #header-wrapper #header #logo {
        margin-top: 0;
        padding-left: 10px;
        background-position: 10px top; }
        #header-wrapper #header #logo h1 {
          padding-left: 87px; }
          #header-wrapper #header #logo h1 em {
            padding-left: 40px; }
      #header-wrapper #header #nav {
        padding: 0; }
        #header-wrapper #header #nav:before {
          content: "Menü ☰";
          font-weight: 400;
          display: block;
          padding: 10px 20px; }
        #header-wrapper #header #nav:hover ul {
          display: block;
          pointer-events: all; }
        #header-wrapper #header #nav:hover:before {
          pointer-events: none;
          width: fit-content; }
        #header-wrapper #header #nav ul {
          display: none;
          position: static; }
        #header-wrapper #header #nav > ul {
          margin: 0;
          background-color: #f8f8f8;
          padding: 0px 0 10px 20px; }
          #header-wrapper #header #nav > ul > li + li {
            padding-left: 0; }
          #header-wrapper #header #nav > ul > li + li:before {
            display: none; }
          #header-wrapper #header #nav > ul li {
            display: block;
            position: static;
            padding: 0;
            margin: 0;
            line-height: 1.5em; }
            #header-wrapper #header #nav > ul li > a {
              padding: 10px 0;
              display: block;
              border-bottom: 1px solid #999999; }
            #header-wrapper #header #nav > ul li > ul {
              display: block; }
        #header-wrapper #header #nav ul > li > ul {
          position: static;
          z-index: initial;
          background: transparent;
          padding: 0 0 0 20px;
          min-width: 0;
          margin: 0;
          box-shadow: none;
          font-size: inherit;
          border-top: 2px solid #999999; }
          #header-wrapper #header #nav ul > li > ul li {
            border: none;
            display: block;
            line-height: 1.5em;
            padding: 0; }
            #header-wrapper #header #nav ul > li > ul li:first-child {
              border-top: 0; }
            #header-wrapper #header #nav ul > li > ul li > a:not(:only-child):before {
              display: none; }
            #header-wrapper #header #nav ul > li > ul li > span, #header-wrapper #header #nav ul > li > ul li > a {
              display: block;
              background-color: #fff;
              border-bottom: 1px solid #999999;
              padding: 10px 0 10px 10px; }
  #main-wrapper {
    padding: 0;
    margin: 0; }
    #main-wrapper #accent {
      display: none; }
    #main-wrapper main {
      padding: 24px 12px;
      font-size: 15px; }
      #main-wrapper main h2 {
        margin-left: 0; }
      #main-wrapper main h2:first-child {
        margin-bottom: 24px; }
        #main-wrapper main h2:first-child + figure {
          margin-top: 0; }
      #main-wrapper main figure, #main-wrapper main figure.right {
        float: none;
        max-width: 100%;
        max-width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px; } }

/* Large */
@media screen and (min-width: 1033px) {
  html, body {
    background: #f8f8f8; }
  #page-wrapper {
    background: #FFF;
    max-width: 1033px;
    margin: 27px auto; } }

body #baguetteBox-overlay .baguetteBox-button {
  background: transparent; }
  body #baguetteBox-overlay .baguetteBox-button svg polyline, body #baguetteBox-overlay .baguetteBox-button svg g {
    stroke: #333;
    opacity: 0.5; }
    body #baguetteBox-overlay .baguetteBox-button svg polyline > line, body #baguetteBox-overlay .baguetteBox-button svg g > line {
      stroke: inherit; }

body #baguetteBox-overlay #baguetteBox-slider {
  pointer-events: none; }
  body #baguetteBox-overlay #baguetteBox-slider .full-image {
    display: inline-block;
    vertical-align: middle;
    margin: auto; }
    body #baguetteBox-overlay #baguetteBox-slider .full-image:before {
      display: none; }
    body #baguetteBox-overlay #baguetteBox-slider .full-image figure {
      display: flex;
      flex-direction: column;
      align-items: center; }
      body #baguetteBox-overlay #baguetteBox-slider .full-image figure figcaption {
        pointer-events: initial;
        white-space: normal;
        flex: 0;
        order: 1;
        margin: 0 0 auto 0;
        position: static;
        text-align: center;
        padding: 1rem 0.5rem;
        color: inherit;
        background: transparent;
        font-family: inherit;
        font-size: 1.3rem;
        max-width: 50em;
        text-shadow: 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF; }
      body #baguetteBox-overlay #baguetteBox-slider .full-image figure img {
        order: 0;
        max-height: 360px;
        max-width: 360px;
        max-height: calc(100vh - 8rem);
        max-width: 100vw;
        margin: auto;
        pointer-events: initial; }
      body #baguetteBox-overlay #baguetteBox-slider .full-image figure figcaption + img {
        margin: auto 0 0; }
