@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700);
@charset "UTF-8";
/*!
*
* Built with love by secondnetwork and B&B.
* https://secondnetwork.de
* https://bundb.de
*

Theme Name: neworbit Theme
Theme URI: https://neworbit.secondnetwork.de
Description: Design by B&B. Markenagentur | technology by secondnetwork.
Version: 1.0.0
Author: B&B. Markenagentur
Author URI: https://bundb.de

License: MIT
License URI: http://opensource.org/licenses/mit-license.php

*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------

  Welcome to neworbit 1.0.0 Settings.

--------------------------*/
/*--------------------------

  Base options

--------------------------*/
/*--------------------------

  User Interface Colors

--------------------------*/
/* Primärfarben */
/*--------------------------

  Typography

--------------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "ff-meta-web-pro", Arial, sans-serif;
  color: #262626;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 61.99em) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

.wrapper {
  overflow: hidden;
  background-color: #F2F2F2;
  padding: 2rem 0rem 0rem 0rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none;
}

.hide.active,
.show {
  display: block;
}

.text-center {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
  display: block;
}

.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "ff-meta-web-pro", Arial, sans-serif;
  color: #262626;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 61.99em) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

.wrapper {
  overflow: hidden;
  background-color: #F2F2F2;
  padding: 2rem 0rem 0rem 0rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none;
}

.hide.active,
.show {
  display: block;
}

.text-center {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
  display: block;
}

.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

footer {
  margin-top: auto;
}

.gap {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.main_grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr min(122rem, calc(100% - 5rem)) 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 3rem;
  padding: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 58em) {
  .main_grid {
    grid-template-columns: 1fr min(122rem, calc(100% - 10rem)) 1fr;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .main_grid.right > * {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
  }
  .main_grid.left > * {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
  }
  .main_grid.left > * div:nth-child(1) {
    order: 2;
  }
  .main_grid.left > * div:nth-child(2) {
    order: 1;
  }
}

.main_grid > * {
  grid-column: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.main_full_text {
  position: relative;
  display: grid;
  grid-template-columns: 1fr min(90rem, calc(100% - 6rem)) 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 6rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 58em) {
  .main_full_text {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.main_full_text > * {
  grid-column: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.header_grid {
  position: relative;
  display: grid;
  padding: 2rem 0;
  grid-template-columns: 1fr min(122rem, calc(100% - 5rem)) 1fr;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
@media (min-width: 58em) {
  .header_grid {
    grid-template-columns: 1fr min(122rem, calc(100% - 10rem)) 1fr;
  }
}

.header_grid > * {
  grid-column: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  position: relative;
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.footer_grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr min(90rem, calc(100% - 10rem)) 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_grid > * {
  grid-column: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.full_grid {
  width: 100%;
  grid-column: 1/4 !important;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  padding: 0 0rem;
}

.grid_two_three {
  width: 100%;
  grid-column: 1/4 !important;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 58em) {
  .grid_two_three {
    grid-column: 2/4 !important;
  }
}

.cardbox {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 2rem;
  background-color: #1b325f;
  margin-bottom: 6rem;
}
.cardbox__footer {
  margin-top: auto;
}
.cardbox p {
  margin: 0;
}
.cardbox::after {
  position: absolute;
  content: "";
  background: #e6a100;
  height: 1.6rem;
  width: 100%;
  z-index: 2;
  bottom: -1.6rem;
  left: 0rem;
}

.space {
  padding: 0 0 5rem 0;
}

.bg_block {
  position: relative;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aligner-left {
  display: flex;
  align-items: center;
  justify-content: left;
}

.divider {
  height: 0.1rem;
  background-color: #e6e6e6;
}

.grid-6 {
  display: grid;
  gap: 2rem;
  grid-column: 2/3;
}
@media (min-width: 34em) {
  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 58em) {
  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 75em) {
  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.grid-4 {
  display: grid;
  row-gap: 2rem;
  grid-column: 2/3;
}
@media (min-width: 34em) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 58em) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 75em) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.grid-3 {
  display: grid;
  row-gap: 2rem;
  grid-column: 2/3;
  grid-gap: 0 2rem;
}
@media (min-width: 34em) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 58em) {
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid-1-3 {
  display: grid;
  row-gap: 2rem;
}
@media (min-width: 34em) {
  .grid-1-3 {
    grid-template-columns: 2fr 3fr;
  }
}

.grid-3-2 {
  display: grid;
  row-gap: 2rem;
}
@media (min-width: 34em) {
  .grid-3-2 {
    grid-template-columns: 2fr 1fr;
    grid-column: 2/3;
  }
}

.grid-2-3 {
  display: grid;
}
@media (min-width: 34em) {
  .grid-2-3 {
    grid-template-columns: 2fr 4fr;
    grid-column: 2/3;
  }
}

.grid-3-4 {
  display: grid;
  row-gap: 4rem;
}
@media (min-width: 58em) {
  .grid-3-4 {
    grid-template-columns: 3fr 4fr;
    grid-column: 2/3;
  }
}

.grid-2 {
  display: grid;
}
@media (min-width: 58em) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
    grid-column: 2/3;
  }
}
.grid-2 .icon {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.grid-2 .text {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-bottom: 2rem;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #262626;
  font-family: "ff-meta-web-pro", Arial, sans-serif;
  line-height: 115%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0rem 0rem 2rem 0rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #262626;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "ff-meta-web-pro", Arial, sans-serif;
}

.preline {
  font-size: 1.8rem;
  display: block;
  font-family: "ff-meta-web-pro", Arial, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.5rem;
  line-height: 160%;
}

.subline {
  font-size: 2.5rem;
  font-family: "ff-meta-web-pro", Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 61.99em) {
  .subline {
    font-size: 2rem;
  }

  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
  }
}
h1 {
  font-size: 6rem;
  font-weight: 700;
}

h2 {
  font-size: 4.2rem;
  font-weight: 700;
}

h3 {
  font-size: 2.8rem;
  font-weight: 700;
}

h4 {
  font-size: 2.2rem;
  font-weight: 800;
}

h5 {
  font-size: 1.4rem;
  font-weight: 800;
}

h6 {
  font-size: 1.8rem;
  font-weight: 800;
}

@media (max-width: 61.99em) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 2.3rem;
  }
}
address {
  font-style: normal;
  margin-bottom: 1;
}

.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}

/*=====================================================

  Links & Paragraph styles

  ======================================================*/
p {
  word-wrap: break-word;
  margin: 0rem 0rem 2rem 0rem;
  margin-top: 0;
}
p:last-child {
  margin: 0;
}

a {
  color: #1b325f;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  font-weight: 600;
}
a:hover {
  color: #1b325f;
}

/*=====================================================

  Lists

 ======================================================*/
ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
  margin-left: 30px;
}

ul.square, ul.circle, ul.disc {
  margin-left: 25px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}

.enumeration ul {
  list-style: disc outside;
  margin-left: 25px;
}

ol ol {
  margin: 4px 0 5px 30px;
}

ul.large li {
  line-height: 21px;
}

dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}

p ul, article ul, .full-text ul {
  margin-left: 2.4rem;
}
p li, article li, .full-text li {
  margin-bottom: 2rem;
  font-size: 2rem;
}
p ul li::before, article ul li::before, .full-text ul li::before {
  content: "⬤";
  font-size: 1.4rem;
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1b325f;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 2.5rem;
  /* Also needed for space (tweak if needed) */
  margin-left: -1.8em;
  vertical-align: 0.3rem;
}

/* Mobile */
em {
  font-style: normal;
}

strong {
  font-weight: 900;
  line-height: inherit;
}

small {
  font-size: 56.4%;
  line-height: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777;
}

/*  Blockquotes  */
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #ccc;
}
blockquote p {
  line-height: 20px;
  color: #777;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #262626;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a {
  color: #262626;
}
blockquote cite a:visited {
  color: #262626;
}

hr {
  border: 1px solid #ccc;
  clear: both;
  margin: 16px 0 18px;
  height: 0;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ccc;
  cursor: help;
}

abbr {
  text-transform: none;
}

.text-white {
  color: #ffffff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff !important;
}
.text-white p {
  color: #ffffff !important;
}

/**
   * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #262626 !important;
    text-decoration: underline;
  }
  p a:visited {
    color: #262626 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
footer {
  background-color: #0D284B;
  color: #fff;
  font-size: 1.6rem;
  bottom: 0;
  padding: 4rem;
  width: 100%;
  font-weight: bold;
}
footer .logo {
  background-image: url("/images/logowhite.svg");
  background-repeat: no-repeat;
  height: 4.6rem;
  width: 22rem;
  float: left;
}
@media (max-width: 74.99em) {
  footer .logo {
    margin: 0 auto;
    float: none;
  }
}
footer .copyright {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 5.5rem;
}
@media (max-width: 74.99em) {
  footer .copyright {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 3.5rem;
    margin-left: 0;
    clear: both;
    padding-top: 3rem;
  }
}
footer .copyright a,
footer .copyright a:hover {
  color: #ffffff;
}
@media (max-width: 74.99em) {
  footer .subfooter {
    text-align: center;
  }
}
footer .social {
  display: flex;
  float: right;
  position: relative;
  margin-top: 0rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 5rem;
  right: 0;
}
@media (max-width: 74.99em) {
  footer .social {
    display: flex;
    line-height: 1rem;
    position: unset;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    width: 100%;
  }
}
footer .social a {
  margin-left: 1rem;
}
footer .navfooter {
  padding-bottom: 2rem;
  position: relative;
  min-height: 1px;
  padding-left: 5rem;
  padding-right: 5rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 58em) {
  footer .navfooter {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 62em) {
  footer .navfooter {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
footer .navfooter a,
footer .navfooter a:hover {
  color: #ffffff;
  font-weight: 900;
}
footer .navfooter li a,
footer .navfooter li a:hover {
  color: #ffffff;
  font-weight: 300;
}

.endfooter {
  background: #F4F4F4;
}

.pagination {
  padding: 1.1rem 2rem 2rem 0;
  text-align: center;
}
.pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 0.2em;
}
.pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.pagination a,
.pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: 0.6em 1.2em;
  font-size: 1.4rem;
  font-weight: bold;
}
.pagination a {
  border-radius: 4px;
  background-color: #1b325f;
  color: #FFF;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagination a:hover {
  background-color: #1b325f;
}
.pagination a:active {
  /* click effect */
  transform: scale(0.9);
}
.pagination a.disabled {
  /* button disabled */
  color: rgba(27, 50, 95, 0.4);
  pointer-events: none;
}
.pagination a.disabled::after, .pagination a.disabled::before {
  opacity: 0.4;
}
.pagination .button:first-of-type a::before {
  content: "«";
}
.pagination .button:last-of-type a::after {
  content: " »";
}
.pagination .current {
  border-radius: 4px;
  /* selected number */
  background-color: #101d37;
  pointer-events: none;
}

/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
.go-top {
  position: absolute;
  bottom: 2rem;
  left: -60px;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  width: 60px;
  height: 60px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  box-shadow: -3px 1px 5px -1px rgba(0, 0, 0, 0.33);
  transition: all 0.5s;
  padding: 1rem;
}

.go-top:hover {
  background-color: #fff;
}

.go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  background: #fff;
}

/*! purgecss end ignore */
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  border: 2px solid #c9c9c9;
  border-radius: 0.4rem;
}

textarea {
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  border: 2px solid #c9c9c9;
  border-radius: 0.4rem;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

.text-danger {
  color: #ca3838;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}

.footer-info {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 2rem !important;
}

.default-checkbox {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.2s linear;
}
.default-checkbox input[type=checkbox] {
  display: none;
}
.default-checkbox div {
  font-size: 1.4rem;
  font-weight: 900;
}
.default-checkbox .text {
  margin: 1px;
}
.default-checkbox span {
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
  margin: 0 10px 0 0;
  border: 2px solid #1b325f;
  transition: background-color 0.15s ease-in;
  width: 12px;
  position: relative;
}
.default-checkbox span::before {
  display: block;
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background 0.25s linear;
  background: #fff;
}
.default-checkbox span:hover {
  background: #f5f5f5;
}
.default-checkbox input[type=checkbox]:checked + span {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  border: 2px solid #1b325f;
}
.default-checkbox input[type=checkbox]:checked + span::before {
  background: #1b325f;
}
.default-checkbox input[type=checkbox]:checked:hover + span {
  background-color: #fff;
  color: #f5f5f5;
  text-decoration: none;
  border: 2px solid #1b325f;
}
.default-checkbox input[type=checkbox]:checked:hover + span::before {
  background: #1b325f;
}

.radiobox {
  display: flex;
  margin-top: 1.5rem;
}

.default-radio {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.default-radio input[type=radio] {
  display: none;
}
.default-radio div {
  font-size: 1.4rem;
  font-weight: 900;
}
.default-radio .text {
  margin: 1px;
}
.default-radio span:hover {
  background: #f5f5f5;
}
.default-radio input[type=radio]:checked + span {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  border: 2px solid #1b325f;
}
.default-radio input[type=radio]:checked + span::before {
  background: #1b325f;
}
.default-radio input[type=radio]:checked:hover + span {
  background-color: #fff;
  color: #f5f5f5;
  text-decoration: none;
  border: 2px solid #1b325f;
}

.default-checkbox {
  margin-top: 0.5rem;
}
.default-checkbox input[type=checkbox] {
  display: none;
}
.default-checkbox .text {
  margin: 1px;
}
.default-checkbox span {
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  display: block;
  margin: 0 10px 0 0;
  border: 2px solid #262626;
  transition: background-color 0.15s ease-in;
  width: 12px;
}
.default-checkbox span:hover {
  background: #f5f5f5;
}
.default-checkbox input[type=checkbox]:checked + span {
  color: #fff;
  text-decoration: none;
  border: 2px solid #1b325f;
}
.default-checkbox input[type=checkbox]:checked:hover + span {
  color: #f5f5f5;
  text-decoration: none;
  border: 2px solid #1b325f;
}

span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item span {
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
  margin: 0 10px 0 0;
  border: 0.2rem solid #c9c9c9;
  border-radius: 0.4rem;
  transition: background-color 0.15s ease-in;
  width: 12px;
  float: left;
  font-size: 0;
  height: 1rem;
  position: relative;
  top: 0.4rem;
}
span.wpcf7-list-item span:hover {
  background: #f5f5f5;
}
span.wpcf7-list-item input[type=checkbox] {
  display: none;
}
span.wpcf7-list-item input[type=checkbox]:checked + span {
  background: url("/img/svg/check.svg");
  background-color: #1b325f;
  color: #fff;
  text-decoration: none;
  border: 0.2rem solid #3f3f3f;
}
span.wpcf7-list-item input[type=checkbox]:checked:hover + span {
  background-color: #1b325f;
  color: #f5f5f5;
  text-decoration: none;
  border: 0.2rem solid #3f3f3f;
}

.slide-up-down, .slide-close {
  overflow: hidden;
}

.slide-up > form {
  transform: translateY(0);
}

.slide-close > form {
  -webkit-animation: slideup 0.5s forwards;
          animation: slideup 0.5s forwards;
}

.slide-down > div {
  transform: translateY(-100%);
  -webkit-animation: slidedown 0.5s forwards;
          animation: slidedown 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes slideup {
  to {
    transform: translateY(-100%);
    height: 0;
  }
}

@keyframes slideup {
  to {
    transform: translateY(-100%);
    height: 0;
  }
}
@-webkit-keyframes slidedown {
  to {
    transform: translateY(0);
  }
}
@keyframes slidedown {
  to {
    transform: translateY(0);
  }
}
[type=submit]:disabled {
  cursor: not-allowed;
}

input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=month]:hover, input[type=time]:hover, input[type=week]:hover {
  background: #ffffff;
  outline: none !important;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus {
  background: #fff;
  outline: none !important;
}

input[type=button], input[type=reset], input[type=submit] {
  background: #fff;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #fff;
}

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  background: #fff;
}

input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  background: #fff;
}

/* Accordion */
.accordion-box {
  margin-bottom: 5rem;
}
@media (min-width: 58em) {
  .accordion-box .main_grid {
    grid-template-columns: 1fr min(110rem, calc(100% - 10rem)) 1fr;
  }
}
.accordion-box .main_grid .title {
  text-align: center;
}

.accordion__item + .accordion__item {
  margin-top: 2px;
}

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

.accordion__title {
  font-family: "ff-meta-web-pro", Arial, sans-serif;
  width: 100%;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background-color: #f5f5f5;
  position: relative;
}
.accordion__title span {
  font-size: 1.2rem;
  color: #777;
  display: block;
}

.accordion__title::after {
  content: "";
  position: absolute;
  background: #1b325f;
  -webkit-mask-image: url("/img/svg/dropdown.svg");
          mask-image: url("/img/svg/dropdown.svg");
  width: 3.2rem;
  height: 3.2rem;
  z-index: 1;
  right: 1rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__item.is-open .accordion__title::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
  padding: 0 2rem 0 2rem;
  transition: max-height 0.5s ease-out;
  max-height: 0;
  overflow: hidden;
  border-bottom: 0.1rem solid #ccc;
}
.accordion__content ul {
  margin-left: 2.5rem;
}
.accordion__content ul li {
  margin-bottom: 1.5rem;
}
.accordion__content ul li::before {
  content: "⬤";
  font-size: 1rem;
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1b325f;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 2rem;
  /* Also needed for space (tweak if needed) */
  margin-left: -2.5em;
  vertical-align: 0.3rem;
}

.accordion__content > p {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.card p, .card h4 {
  padding: 0 2rem 2rem 2rem;
  margin: 0;
}
.card .hart {
  text-align: center;
  margin: auto 2rem 2rem 2rem;
  padding: 1rem;
  background: rgba(0, 120, 190, 0.05);
  fill: #456;
  cursor: default;
}
.card .voteradio input[type=radio] {
  display: none;
}
.card .voteradio span {
  text-decoration: none;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
}

.header_img {
  padding: 15rem 0rem;
  background-position: center;
  background-size: cover;
}

.grau {
  background-color: #f9f9f9;
}

.sprungmarken:target {
  display: block;
  position: relative;
  top: -10rem;
  visibility: hidden;
}

.btn,
.button,
.read_more,
a.button {
  cursor: pointer;
  padding: 1.5rem 5rem;
  display: inline-block;
  font-weight: 700;
  outline: none;
  position: relative;
  border: none;
  border-radius: 0.4rem;
  transition: background-color 0.2s ease-in-out;
  transition: all 0.2s ease 0s;
  color: #1b325f;
  background-color: transparent;
}

.btn {
  position: relative;
  background-color: #1b325f;
  color: #ffffff;
  padding: 0.8rem 2.5rem;
  border: 0.1rem solid #1b325f;
}
.btn:hover {
  background-color: #ffffff;
  color: #1b325f;
  border: 0.1rem solid #1b325f;
}
.btn__outline {
  background-color: transparent;
  color: #ffffff;
  border: 0.1rem solid #ffffff;
}
.btn__outline:hover {
  background-color: #ffffff;
  color: #1b325f;
  border: 0.1rem solid #ffffff;
}

#submitButton,
input[type=button],
input[type=submit] {
  padding: 1.1rem 5rem;
  position: relative;
  border: solid 0.1rem transparent;
  /* !importanté */
  border-radius: 0.4rem;
  z-index: 500;
}
#submitButton span,
input[type=button] span,
input[type=submit] span {
  position: relative;
  z-index: 500;
}
#submitButton::before,
input[type=button]::before,
input[type=submit]::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #fff;
  margin: 0.1rem;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  z-index: 1;
}
#submitButton::after,
input[type=button]::after,
input[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -0.1rem;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(90deg, #1B325F 0%, #7FC600 100%);
}

.appbutton {
  position: relative;
  padding: 2rem 1.2rem 2rem 0;
  display: inline-block;
  z-index: 30;
}
.appbutton::before {
  content: "";
  -webkit-mask-image: none !important;
          mask-image: none !important;
  display: none;
}

.tel,
.mobil,
.email,
.maproute,
.dl {
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  position: relative;
  display: block;
}
.tel a,
.mobil a,
.email a,
.maproute a,
.dl a {
  color: #ffffff;
  font-weight: 500;
}
.tel a:hover,
.mobil a:hover,
.email a:hover,
.maproute a:hover,
.dl a:hover {
  color: #ffffff;
}
.tel::before {
  content: "";
  -webkit-mask-image: url("/img/svg/phone.svg");
          mask-image: url("/img/svg/phone.svg");
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  left: 0rem;
  top: 0;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  position: absolute;
}

.maproute::before {
  content: "";
  -webkit-mask-image: url("/img/svg/maproute.svg");
          mask-image: url("/img/svg/maproute.svg");
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  left: 0rem;
  top: 0;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  position: absolute;
}

.mobil::before {
  content: "";
  -webkit-mask-image: url("/img/svg/phone.svg");
          mask-image: url("/img/svg/phone.svg");
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  left: 0rem;
  top: 0;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  position: absolute;
}

.email::before {
  content: "";
  -webkit-mask-image: url("/img/svg/email.svg");
          mask-image: url("/img/svg/email.svg");
  background-color: #ffffff;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  left: 0rem;
  top: 0;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  position: absolute;
}

.right-arrow {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  bottom: 50px;
  height: 20px;
  transform: rotate(-45deg);
  width: 20px;
  display: inline-block;
}

.left-arrow {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  bottom: 50px;
  height: 20px;
  opacity: 0.8;
  transform: rotate(-225deg);
  width: 20px;
}

.bottom-arrow {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  bottom: 50px;
  height: 20px;
  transform: rotate(45deg);
  width: 20px;
}

.top-arrow {
  left: 15px;
  position: relative;
  top: 18px;
  transform: rotate(-135deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 50px;
  height: 10px;
  width: 10px;
}

.main-navigation {
  transition: all 2s ease-in-out;
  line-height: 4rem;
  line-height: 5rem;
  font-weight: 600;
  display: block;
  position: absolute;
  right: 0rem;
}
.main-navigation .nav-button a {
  cursor: pointer;
  background: #ffffff;
  color: #1b325f;
  padding: 1rem 2rem;
}
.main-navigation .nav-button a:hover {
  background: #7fc600;
  color: #1b325f;
}
.main-navigation ul,
.main-navigation ul > li {
  display: flex;
  justify-content: flex-end;
}
.main-navigation .externicon::before {
  display: none;
}
.main-navigation a {
  transition: all 0.5s, height 0.5s, background-color 1s;
  position: relative;
  color: #212121;
  margin-left: 2rem;
}
.main-navigation .current-menu-item a::after {
  content: "";
  position: absolute;
  background: #212121;
  height: 0.5rem;
  width: 100%;
  bottom: 0.5rem;
  left: 0;
  transition: all ease 0.5s;
}
.main-navigation a:hover {
  transition: all 0.5s, height 0.5s, background-color 1s;
  color: #3f3f3f;
}
@media (max-width: 57.99em) {
  .main-navigation {
    transition: ease-in-out all 200ms;
    transition: ease-in-out all 200ms;
    padding: 3rem;
    right: -200%;
    width: calc(100% + 10rem);
    height: calc(100vh + 40rem);
    top: 8rem;
    font-size: 2rem;
    margin: 0 -5rem;
    background: #fff;
  }
  .main-navigation ul,
.main-navigation ul > li {
    display: block;
  }
  .main-navigation .current-menu-item a::after {
    background-color: #fff;
  }
  .main-navigation li {
    padding: 1rem;
  }
  .main-navigation a {
    color: #333;
    margin: 0;
    font-size: 2.5rem;
  }
  .main-navigation a:hover {
    color: #333;
  }
}
