/*!
Theme Name: Eddie 2020
Author: neothink GbR
Author URI: https://www.neothink.de/
Version: 1.0
!*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Hacks */
/* Runde Ecken in iOS entfernen */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Colors */
/* Fonts */
@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/AvenirNextLTPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: 700; }

@font-face {
  font-family: 'Moon 2.0';
  src: url("fonts/Moon2.0Regular400.otf") format("opentype"); }

/* Mixins */
/* General */
html {
  height: 100%; }

body {
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.125rem; }

:focus {
  outline: 0; }

/* Paragraphs */
p {
  line-height: 1.56; }
  p:not(:last-child) {
    margin-bottom: 1.5rem; }

/* Standard Links */
a {
  color: #000;
  text-decoration: none; }

/* Images */
img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto; }

/* Box Sizing */
div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Grid */
[class*="col-"] {
  float: left;
  min-height: 0.063rem; }

.row {
  width: 100%; }

.row > *:last-child {
  margin-right: 0; }

.container {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto; }
  @media screen and (max-width: 1152px) {
    .container:not(.container-start) {
      padding-left: 3%;
      padding-right: 3%; } }
  .container.no-padding {
    padding: 0; }

/* Full Columns */
@media screen and (max-width: 480px) {
  .col-full {
    width: 100% !important; } }

/* Tiny Columns */
.col-xs-1 {
  width: 6.34404%;
  margin-right: 2.17014%; }

.col-xs-2 {
  width: 14.85822%;
  margin-right: 2.17014%; }

.col-xs-3 {
  width: 23.3724%;
  margin-right: 2.17014%; }

.col-xs-4 {
  width: 31.88657%;
  margin-right: 2.17014%; }

.col-xs-5 {
  width: 40.40075%;
  margin-right: 2.17014%; }

.col-xs-6 {
  width: 48.91493%;
  margin-right: 2.17014%; }

.col-xs-7 {
  width: 57.42911%;
  margin-right: 2.17014%; }

.col-xs-8 {
  width: 65.94329%;
  margin-right: 2.17014%; }

.col-xs-9 {
  width: 74.45747%;
  margin-right: 2.17014%; }

.col-xs-10 {
  width: 82.97164%;
  margin-right: 2.17014%; }

.col-xs-11 {
  width: 91.48582%;
  margin-right: 2.17014%; }

.col-xs-12 {
  width: 100%;
  margin-right: 2.17014%; }

.offset-xs-1 {
  margin-left: 8.51418%; }

.offset-xs-2 {
  margin-left: 17.02836%; }

.offset-xs-3 {
  margin-left: 25.54253%; }

.offset-xs-4 {
  margin-left: 34.05671%; }

.offset-xs-5 {
  margin-left: 42.57089%; }

.offset-xs-6 {
  margin-left: 51.08507%; }

.offset-xs-7 {
  margin-left: 59.59925%; }

.offset-xs-8 {
  margin-left: 68.11343%; }

.offset-xs-9 {
  margin-left: 76.6276%; }

.offset-xs-10 {
  margin-left: 85.14178%; }

.offset-xs-11 {
  margin-left: 93.65596%; }

/* Small Columns */
@media (min-width: 768px) {
  .col-sm-1 {
    width: 6.34404%;
    margin-right: 2.17014%; }
  .col-sm-2 {
    width: 14.85822%;
    margin-right: 2.17014%; }
  .col-sm-3 {
    width: 23.3724%;
    margin-right: 2.17014%; }
  .col-sm-4 {
    width: 31.88657%;
    margin-right: 2.17014%; }
  .col-sm-5 {
    width: 40.40075%;
    margin-right: 2.17014%; }
  .col-sm-6 {
    width: 48.91493%;
    margin-right: 2.17014%; }
  .col-sm-7 {
    width: 57.42911%;
    margin-right: 2.17014%; }
  .col-sm-8 {
    width: 65.94329%;
    margin-right: 2.17014%; }
  .col-sm-9 {
    width: 74.45747%;
    margin-right: 2.17014%; }
  .col-sm-10 {
    width: 82.97164%;
    margin-right: 2.17014%; }
  .col-sm-11 {
    width: 91.48582%;
    margin-right: 2.17014%; }
  .col-sm-12 {
    width: 100%;
    margin-right: 2.17014%; }
  .offset-sm-1 {
    margin-left: 8.51418%; }
  .offset-sm-2 {
    margin-left: 17.02836%; }
  .offset-sm-3 {
    margin-left: 25.54253%; }
  .offset-sm-4 {
    margin-left: 34.05671%; }
  .offset-sm-5 {
    margin-left: 42.57089%; }
  .offset-sm-6 {
    margin-left: 51.08507%; }
  .offset-sm-7 {
    margin-left: 59.59925%; }
  .offset-sm-8 {
    margin-left: 68.11343%; }
  .offset-sm-9 {
    margin-left: 76.6276%; }
  .offset-sm-10 {
    margin-left: 85.14178%; }
  .offset-sm-11 {
    margin-left: 93.65596%; } }

/* Medium Columns */
@media (min-width: 992px) {
  .col-md-1 {
    width: 6.34404%;
    margin-right: 2.17014%; }
  .col-md-2 {
    width: 14.85822%;
    margin-right: 2.17014%; }
  .col-md-3 {
    width: 23.3724%;
    margin-right: 2.17014%; }
  .col-md-4 {
    width: 31.88657%;
    margin-right: 2.17014%; }
  .col-md-5 {
    width: 40.40075%;
    margin-right: 2.17014%; }
  .col-md-6 {
    width: 48.91493%;
    margin-right: 2.17014%; }
  .col-md-7 {
    width: 57.42911%;
    margin-right: 2.17014%; }
  .col-md-8 {
    width: 65.94329%;
    margin-right: 2.17014%; }
  .col-md-9 {
    width: 74.45747%;
    margin-right: 2.17014%; }
  .col-md-10 {
    width: 82.97164%;
    margin-right: 2.17014%; }
  .col-md-11 {
    width: 91.48582%;
    margin-right: 2.17014%; }
  .col-md-12 {
    width: 100%;
    margin-right: 2.17014%; }
  .offset-md-1 {
    margin-left: 8.51418%; }
  .offset-md-2 {
    margin-left: 17.02836%; }
  .offset-md-3 {
    margin-left: 25.54253%; }
  .offset-md-4 {
    margin-left: 34.05671%; }
  .offset-md-5 {
    margin-left: 42.57089%; }
  .offset-md-6 {
    margin-left: 51.08507%; }
  .offset-md-7 {
    margin-left: 59.59925%; }
  .offset-md-8 {
    margin-left: 68.11343%; }
  .offset-md-9 {
    margin-left: 76.6276%; }
  .offset-md-10 {
    margin-left: 85.14178%; }
  .offset-md-11 {
    margin-left: 93.65596%; } }

/* Large Columns */
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 6.34404%;
    margin-right: 2.17014%; }
  .col-lg-2 {
    width: 14.85822%;
    margin-right: 2.17014%; }
  .col-lg-3 {
    width: 23.3724%;
    margin-right: 2.17014%; }
  .col-lg-4 {
    width: 31.88657%;
    margin-right: 2.17014%; }
  .col-lg-5 {
    width: 40.40075%;
    margin-right: 2.17014%; }
  .col-lg-6 {
    width: 48.91493%;
    margin-right: 2.17014%; }
  .col-lg-7 {
    width: 57.42911%;
    margin-right: 2.17014%; }
  .col-lg-8 {
    width: 65.94329%;
    margin-right: 2.17014%; }
  .col-lg-9 {
    width: 74.45747%;
    margin-right: 2.17014%; }
  .col-lg-10 {
    width: 82.97164%;
    margin-right: 2.17014%; }
  .col-lg-11 {
    width: 91.48582%;
    margin-right: 2.17014%; }
  .col-lg-12 {
    width: 100%;
    margin-right: 2.17014%; }
  .offset-lg-1 {
    margin-left: 8.51418%; }
  .offset-lg-2 {
    margin-left: 17.02836%; }
  .offset-lg-3 {
    margin-left: 25.54253%; }
  .offset-lg-4 {
    margin-left: 34.05671%; }
  .offset-lg-5 {
    margin-left: 42.57089%; }
  .offset-lg-6 {
    margin-left: 51.08507%; }
  .offset-lg-7 {
    margin-left: 59.59925%; }
  .offset-lg-8 {
    margin-left: 68.11343%; }
  .offset-lg-9 {
    margin-left: 76.6276%; }
  .offset-lg-10 {
    margin-left: 85.14178%; }
  .offset-lg-11 {
    margin-left: 93.65596%; } }

/* Header */
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative; }
  header .container {
    padding: 4.188rem 0 0; }
    @media (max-width: 991px) {
      header .container {
        padding: 3rem 0 0; } }
    @media (max-width: 480px) {
      header .container {
        padding: 2rem 0 0; } }
  header .logo {
    padding-left: 3.688rem; }
    header .logo a {
      display: block;
      max-width: 9.938rem; }
      @media (max-width: 480px) {
        header .logo a {
          max-width: 6rem; } }
    @media (max-width: 991px) {
      header .logo {
        padding-left: 0; } }
  header:after {
    visibility: visible;
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 56, 39, 0)), to(#e7e7e7));
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#e7e7e7', GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
    content: ''; }
  header.withoutBorder:after {
    display: none; }
  header .burger-menu {
    display: none;
    float: right;
    width: 121px;
    height: 30px;
    padding-top: 0.8rem; }
    @media (max-width: 1155px) {
      header .burger-menu {
        display: block; } }
    @media (max-width: 480px) {
      header .burger-menu {
        padding-top: 0; } }
    header .burger-menu.is-open span.burger-menu-txt {
      opacity: 0;
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0); }
    header .burger-menu #burger-click-region {
      position: absolute;
      left: 80px;
      width: 40px;
      height: 30px;
      cursor: pointer; }
      header .burger-menu #burger-click-region.active .burger-menu-piece:nth-child(1) {
        -webkit-animation: burger-open-top 400ms ease-out forwards;
        animation: burger-open-top 400ms ease-out forwards; }
      header .burger-menu #burger-click-region.active .burger-menu-piece:nth-child(2) {
        opacity: 0;
        -webkit-transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
        transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
        -o-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
        transition: transform 400ms ease-out, opacity 0ms linear 200ms;
        transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out; }
      header .burger-menu #burger-click-region.active .burger-menu-piece:nth-child(3) {
        -webkit-animation: burger-open-bot 400ms ease-out forwards;
        animation: burger-open-bot 400ms ease-out forwards; }
      header .burger-menu #burger-click-region.closing .burger-menu-piece:nth-child(1) {
        -webkit-animation: burger-close-top 400ms ease-out forwards;
        animation: burger-close-top 400ms ease-out forwards; }
      header .burger-menu #burger-click-region.closing .burger-menu-piece:nth-child(3) {
        -webkit-animation: burger-close-bot 400ms ease-out forwards;
        animation: burger-close-bot 400ms ease-out forwards; }
    header .burger-menu span.burger-menu-txt {
      display: block;
      position: absolute;
      left: 10px;
      top: 20px;
      cursor: default;
      -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
      transition: opacity 200ms ease-out, -webkit-transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
      -o-transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
      transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
      transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83), -webkit-transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83); }
      @media (max-width: 480px) {
        header .burger-menu span.burger-menu-txt {
          top: 10px;
          left: 15px; } }
    header .burger-menu span.burger-menu-piece {
      display: block;
      position: absolute;
      width: 40px;
      border-top: 6px solid #FDC840;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: -webkit-transform 400ms ease-out;
      transition: -webkit-transform 400ms ease-out;
      -o-transition: transform 400ms ease-out;
      transition: transform 400ms ease-out;
      transition: transform 400ms ease-out, -webkit-transform 400ms ease-out; }
      header .burger-menu span.burger-menu-piece:nth-child(1) {
        top: 0; }
      header .burger-menu span.burger-menu-piece:nth-child(2) {
        top: 12px;
        opacity: 1;
        -webkit-transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
        transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
        -o-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
        transition: transform 400ms ease-out, opacity 0ms linear 200ms;
        transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out; }
      header .burger-menu span.burger-menu-piece:nth-child(3) {
        top: 24px; }

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0); }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg); } }

@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0); }
  100% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg); } }

@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg); } }

@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }
  100% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg); } }

@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
    transform: translate3d(0, 12px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  50% {
    -webkit-transform: translate3d(0, 12px, 0) rotate(0deg);
    transform: translate3d(0, 12px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg); }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
    transform: translate3d(0, -12px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg); }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
    transform: translate3d(0, -12px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  @media (max-width: 1155px) {
    header nav.desktop-nav {
      display: none; } }
  header nav.desktop-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1.1rem;
    overflow: hidden; }
    header nav.desktop-nav ul li {
      -webkit-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s;
      position: relative;
      border: 2px solid transparent; }
      header nav.desktop-nav ul li:before {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        width: 0;
        height: 0;
        top: -2px;
        left: 0; }
      header nav.desktop-nav ul li:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        width: 0;
        height: 0;
        bottom: -1px;
        right: -3px; }
      header nav.desktop-nav ul li:not(.current-menu-item):not(.sociallink):hover {
        color: #FDC840; }
        header nav.desktop-nav ul li:not(.current-menu-item):not(.sociallink):hover:before, header nav.desktop-nav ul li:not(.current-menu-item):not(.sociallink):hover:after {
          width: 100%;
          height: 100%;
          z-index: -1; }
        header nav.desktop-nav ul li:not(.current-menu-item):not(.sociallink):hover:before {
          border-top-color: #FDC840;
          border-right-color: #FDC840;
          -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
          -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
          transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
        header nav.desktop-nav ul li:not(.current-menu-item):not(.sociallink):hover:after {
          border-bottom-color: #FDC840;
          border-left-color: #FDC840;
          -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
          -o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
          transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
      header nav.desktop-nav ul li:not(:last-child):not(.sociallink) {
        margin-right: 1rem; }
      header nav.desktop-nav ul li a {
        display: block;
        padding: 7px 16px 6px; }
      header nav.desktop-nav ul li.current-menu-item {
        border: 2px solid #FDC840;
        border-radius: 2px; }
      header nav.desktop-nav ul li.sociallink {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        header nav.desktop-nav ul li.sociallink a {
          padding: 0px 16px 6px; }
        header nav.desktop-nav ul li.sociallink a:hover {
          background-size: 59%; }

/* Main */
main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* Breadcrumb */
/* Sidebar */
/* Footer */
footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: #FDC840; }
  footer .container {
    padding: 2.875rem 0 3.5rem; }
  footer .logo {
    padding-left: 3.125rem; }
    footer .logo a {
      display: block;
      max-width: 9.188rem; }
      @media (max-width: 480px) {
        footer .logo a {
          max-width: 6rem; } }
  footer nav ul li a {
    display: block;
    padding: 0.5rem 0; }
  footer .menu nav .sociallink {
    display: none; }
  footer #menu-footer-social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer #menu-footer-social-menu li {
      display: inline-block; }
    footer #menu-footer-social-menu li.fb a {
      background: url(css/icons/facebook-white.svg) no-repeat center center;
      background-size: contain;
      width: 40px; }
    footer #menu-footer-social-menu li.insta a {
      background: url(css/icons/insta-white.svg) no-repeat center center;
      background-size: contain;
      width: 40px; }
  @media (max-width: 767px) {
    footer div.menu {
      padding: 0 3.125rem; }
    footer div.footer-social-menu {
      padding: 1rem 2.3rem 0; }
    footer .logo {
      margin-bottom: 2rem; }
    footer div.footer-menu {
      margin-right: 0; } }
  @media (max-width: 480px) {
    footer .logo {
      padding-left: 0; }
    footer div.footer-menu {
      padding: 0; }
    footer div.menu {
      padding: 0;
      margin-bottom: 0.7rem; } }

/* Forms */
input[type=text],
input[type=tel],
input[type=email] {
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #000 !important;
  color: #000 !important;
  font-family: "Avenir Next", sans-serif;
  padding: 0 !important; }

input[type=submit] {
  font-family: "Avenir Next", sans-serif; }

label {
  font-size: 0.875rem !important;
  line-height: 1.57;
  font-weight: normal !important; }

.btn {
  background-image: -webkit-linear-gradient(60deg, #FDC840 50%, #FFF 50%);
  background-image: -o-linear-gradient(60deg, #FDC840 50%, #FFF 50%);
  background-image: linear-gradient(30deg, #FDC840 50%, #FFF 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  border: 3px solid #FDC840; }
  .btn:hover {
    background-position: 100%;
    color: #FDC840; }
  .btn:after {
    content: '';
    display: block;
    position: absolute;
    background: #FF5540;
    height: 100%;
    width: 100%;
    right: -9px;
    bottom: -9px;
    z-index: -1;
    visibility: visible; }
  .btn.multiline-btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 11.375rem;
    margin: 0 0 0 1.4rem;
    line-height: 1.39;
    padding: 0.7rem 0;
    letter-spacing: 0.12rem; }

.nf-field-element .btn {
  height: 62px !important;
  background: #FDC840 !important; }
  .nf-field-element .btn:hover {
    color: #FF5540 !important; }

.submit-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .submit-wrap .nf-field-element {
    width: auto !important;
    display: inline-block; }
    .submit-wrap .nf-field-element .btn {
      font-size: 1.75rem;
      letter-spacing: 0.12em;
      padding: 18px 130px 23px; }
      @media (max-width: 690px) {
        .submit-wrap .nf-field-element .btn {
          padding: 18px 20px 23px; } }
      @media (max-width: 455px) {
        .submit-wrap .nf-field-element .btn {
          font-size: 1.2rem;
          padding: 19px 20px 18px; } }
    .submit-wrap .nf-field-element:after {
      content: '';
      display: block;
      position: absolute;
      background: #FF5540;
      height: 100%;
      width: 100%;
      right: -6px;
      bottom: -6px;
      z-index: -1;
      visibility: visible; }

.nf-after-form-content {
  text-align: center; }

.checkbox-wrap {
  margin: 2rem 0 2rem; }

.nf-form-content {
  padding: 0 70px !important; }
  @media (max-width: 455px) {
    .nf-form-content {
      padding: 0 !important; } }

.nf-error .nf-error-msg {
  font-size: 0.875rem !important; }

.nf-field-container {
  display: inline-block;
  width: 100%; }
  .nf-field-container.short {
    width: 45%; }
    @media (max-width: 1140px) {
      .nf-field-container.short {
        width: 100%; } }
  .nf-field-container.withMargin {
    margin-right: 9.2%; }
    @media (max-width: 1140px) {
      .nf-field-container.withMargin {
        margin-right: 0; } }

.nf-form-fields-required,
.ninja-forms-req-symbol {
  display: none; }

/* Headlines */
h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: 0.08rem; }
  @media (max-width: 700px) {
    h1 {
      font-size: 2.1rem; } }

h2,
h1.special {
  font-size: 1.875rem;
  line-height: 1.27;
  color: #FFF;
  letter-spacing: 0.08rem;
  display: inline-block;
  font-weight: 700;
  padding: 25px 44px;
  margin-bottom: 50px; }
  h2.h-green,
  h1.special.h-green {
    background-color: #8BBF92; }
  h2.h-turquoise,
  h1.special.h-turquoise {
    background-color: #26B0BF; }
  h2.h-orange,
  h1.special.h-orange {
    background-color: #FDC840; }
  @media (max-width: 700px) {
    h2,
    h1.special {
      padding: 2rem 1.5rem;
      font-size: 1.6rem; } }

h3 {
  color: #FDC840;
  line-height: 1.94;
  font-weight: 700; }

/* Helpers */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.normal-margin {
  margin-bottom: 1rem; }

.double-margin {
  margin-bottom: 2rem; }

.triple-margin {
  margin-bottom: 3rem; }

.quadruple-margin {
  margin-bottom: 4rem; }

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

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

.uppercase {
  text-transform: uppercase; }

.no-overflow {
  overflow: hidden; }

.sameHeight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bold,
strong {
  font-weight: bold; }

.italic,
em {
  font-style: italic; }

/* Clearfix */
div:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden; }

/* Content Elements */
section {
  position: relative; }
  section:not(:last-child).withBorder:after,
  section:not(:last-child) .container.withBorder:after {
    visibility: visible;
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 56, 39, 0)), to(#e7e7e7));
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#e7e7e7', GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
    content: ''; }
  section.text-bild {
    padding: 2rem auto 2rem; }
    section.text-bild .container {
      padding-top: 3.750rem;
      padding-bottom: 4rem;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        section.text-bild .container.style-zielscheiben {
          padding-right: 6.95%; } }
      section.text-bild .container.style-zielscheiben .bg-zielscheiben {
        background: url(css/img/bg-zielscheibe.svg) no-repeat center left;
        background-size: 90%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        @media (max-width: 991px) {
          section.text-bild .container.style-zielscheiben .bg-zielscheiben {
            background: none; } }
      section.text-bild .container.style-zielscheiben .icon-mobile {
        display: none;
        position: absolute;
        left: 0;
        top: -45px;
        width: 120px;
        height: 200px; }
        @media (max-width: 991px) {
          section.text-bild .container.style-zielscheiben .icon-mobile {
            display: block; } }
        section.text-bild .container.style-zielscheiben .icon-mobile svg {
          max-width: 100%; }
        section.text-bild .container.style-zielscheiben .icon-mobile svg path {
          fill: #8BBF92 !important; }
      @media (min-width: 992px) {
        section.text-bild .container.style-gluehbirne {
          padding-left: 6.95%; } }
      section.text-bild .container.style-gluehbirne .icon-mobile {
        display: none;
        position: absolute;
        right: 0;
        top: -45px;
        width: 150px;
        height: 200px; }
        @media (max-width: 991px) {
          section.text-bild .container.style-gluehbirne .icon-mobile {
            display: block; } }
      section.text-bild .container.style-gluehbirne img.icon-desktop {
        max-width: 300px;
        margin-top: 5.5rem;
        display: inline-block; }
        @media (max-width: 991px) {
          section.text-bild .container.style-gluehbirne img.icon-desktop {
            display: none; } }
      @media (max-width: 850px) {
        section.text-bild .container.style-zielscheibe-orange h2 br {
          display: none; } }
      section.text-bild .container.style-zielscheibe-orange .image-wrapper img.icon-desktop {
        max-width: 11.5rem;
        position: absolute;
        top: -2rem;
        left: 0; }
        @media (max-width: 900px) {
          section.text-bild .container.style-zielscheibe-orange .image-wrapper img.icon-desktop {
            max-width: 8rem;
            left: 6rem;
            top: 1rem; } }
        @media (max-width: 650px) {
          section.text-bild .container.style-zielscheibe-orange .image-wrapper img.icon-desktop {
            display: none; } }
      @media (min-width: 992px) {
        section.text-bild .container.style-zahnraeder {
          padding-left: 6.95%; } }
      section.text-bild .container.style-zahnraeder .icon-mobile {
        display: none;
        position: absolute;
        right: 0;
        top: 30px;
        width: 150px;
        height: 200px; }
        @media (max-width: 991px) {
          section.text-bild .container.style-zahnraeder .icon-mobile {
            display: block; } }
        @media (max-width: 460px) {
          section.text-bild .container.style-zahnraeder .icon-mobile {
            right: -70px; } }
      section.text-bild .container.style-zahnraeder img.icon-desktop {
        max-width: 288px;
        margin-top: 1rem; }
        @media (max-width: 991px) {
          section.text-bild .container.style-zahnraeder img.icon-desktop {
            display: none; } }
      section.text-bild .container.style-zahnraeder ul li {
        background: url(css/icons/list-arrow-turq.svg) left top no-repeat;
        padding-left: 3.5rem;
        min-height: 24px;
        line-height: 1.5; }
        section.text-bild .container.style-zahnraeder ul li:not(:last-child) {
          margin-bottom: 0.7rem; }
      section.text-bild .container.style-vrbrille img, section.text-bild .container.style-custom-li img, section.text-bild .container.style-custom-re img {
        max-width: 260px;
        margin: 7rem 0 0 6.125rem; }
        @media (max-width: 991px) {
          section.text-bild .container.style-vrbrille img, section.text-bild .container.style-custom-li img, section.text-bild .container.style-custom-re img {
            max-width: 190px;
            margin: 7rem 0 0 0; } }
        @media (max-width: 767px) {
          section.text-bild .container.style-vrbrille img, section.text-bild .container.style-custom-li img, section.text-bild .container.style-custom-re img {
            margin: 0 auto 1.5rem; } }
      section.text-bild .container.style-custom-li img, section.text-bild .container.style-custom-re img {
        margin-top: 0; }
      section.text-bild .container.style-zahnraeder-orange img.icon-desktop {
        margin-top: 3.5rem; }
        @media (max-width: 991px) {
          section.text-bild .container.style-zahnraeder-orange img.icon-desktop {
            display: none; } }
      section.text-bild .container.style-zahnraeder-orange .icon-mobile {
        display: none;
        position: absolute;
        right: 0;
        top: 30px;
        width: 200px;
        height: 200px; }
        @media (max-width: 991px) {
          section.text-bild .container.style-zahnraeder-orange .icon-mobile {
            display: block; } }
        @media (max-width: 815px) {
          section.text-bild .container.style-zahnraeder-orange .icon-mobile {
            width: 150px; } }
        @media (max-width: 740px) {
          section.text-bild .container.style-zahnraeder-orange .icon-mobile {
            display: none; } }
      section.text-bild .container.style-zielscheibe-orange ul li, section.text-bild .container.style-zahnraeder-orange ul li {
        background: url(css/icons/list-arrow-orange.svg) left top no-repeat;
        padding-left: 3.5rem;
        min-height: 24px;
        line-height: 1.5; }
        section.text-bild .container.style-zielscheibe-orange ul li:not(:last-child), section.text-bild .container.style-zahnraeder-orange ul li:not(:last-child) {
          margin-bottom: 0.7rem; }
  section.downloads-box {
    padding: 4.688rem 0 4rem; }
    section.downloads-box .download-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    section.downloads-box .datei {
      display: block;
      height: 4rem;
      width: 4.94rem;
      padding-top: 5.5rem;
      font-size: 0.875rem;
      background: url(css/icons/download.svg) top center no-repeat;
      margin: 0 2.8125rem; }
  section.bestell-box {
    padding: 4.688rem 0 0; }
    section.bestell-box .kontaktdaten {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        section.bestell-box .kontaktdaten {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      section.bestell-box .kontaktdaten img {
        max-width: 95px; }
      section.bestell-box .kontaktdaten div:first-child {
        margin-right: 15px; }
      section.bestell-box .kontaktdaten div:last-child {
        padding-top: 0.4rem; }
    section.bestell-box .hinweis {
      font-size: 0.875rem;
      color: #8BBF92;
      line-height: 1.57; }
    section.bestell-box h2 {
      margin-bottom: 35px;
      font-size: 1.75rem;
      line-height: 1.25; }
  section.boxubersicht-box {
    padding: 4.875rem 0 7.125rem; }
    @media (min-width: 992px) {
      section.boxubersicht-box .content-wrapper {
        padding-left: 11.98%; } }
    @media (max-width: 767px) {
      section.boxubersicht-box .image-wrapper {
        margin-top: 2rem; } }
    section.boxubersicht-box .image-wrapper img {
      max-width: 12.563rem;
      margin: 0 0 1rem 1rem;
      z-index: -2; }
      @media (max-width: 767px) {
        section.boxubersicht-box .image-wrapper img {
          margin: 0 0 1rem 10%; } }
    section.boxubersicht-box .content {
      background: #26B0BF;
      padding: 3.188rem 4.5rem;
      color: #FFF; }
      @media (max-width: 700px) {
        section.boxubersicht-box .content {
          padding: 2rem 1.5rem; } }
      section.boxubersicht-box .content h2 {
        margin-bottom: 2.188rem;
        padding: 0 0 0 0; }
      section.boxubersicht-box .content ul li {
        background: url(css/icons/list-arrow-orange.svg) left top no-repeat;
        padding-left: 3.5rem;
        min-height: 24px;
        line-height: 1.3; }
        section.boxubersicht-box .content ul li:not(:last-child) {
          margin-bottom: 0.7rem; }
    @media (max-width: 767px) {
      section.boxubersicht-box a {
        position: absolute;
        top: 6rem;
        right: 10%; } }
    @media (max-width: 555px) {
      section.boxubersicht-box a {
        top: auto;
        bottom: 0; } }
  section.quote {
    padding: 6.063rem 0 6rem; }
    section.quote .quote-content:before {
      content: '';
      display: block;
      width: 5.125rem;
      height: 4.313rem;
      background: url(css/icons/arrow-ltr.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      left: -6.5rem;
      top: -0.9rem;
      visibility: visible; }
      @media (max-width: 767px) {
        section.quote .quote-content:before {
          left: -1.5rem; } }
    section.quote .quote-content:after {
      content: '';
      display: block;
      width: 5.125rem;
      height: 4.313rem;
      background: url(css/icons/arrow-ltr.svg) no-repeat center center;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background-size: contain;
      position: absolute;
      right: -6.5rem;
      top: -0.9rem;
      visibility: visible; }
      @media (max-width: 767px) {
        section.quote .quote-content:after {
          right: -1.5rem; } }
    section.quote .zitat {
      font-size: 1.75rem;
      line-height: 2.375rem;
      letter-spacing: 0.08rem; }
      @media (max-width: 700px) {
        section.quote .zitat {
          font-size: 1.5rem; } }
    section.quote .autor {
      font-size: 0.938rem;
      line-height: 1.25rem; }
    @media (max-width: 767px) {
      section.quote .zitat,
      section.quote .autor {
        display: block;
        max-width: 80%;
        margin: 0 auto; } }
    @media (max-width: 570px) {
      section.quote .zitat,
      section.quote .autor {
        max-width: 70%; } }
  section.startseiten-header-box .container {
    padding-bottom: 3.875rem; }
    @media (max-width: 500px) {
      section.startseiten-header-box .container {
        padding-bottom: 2.5rem; } }
    section.startseiten-header-box .container h1 {
      font-weight: 700;
      margin-bottom: 3rem;
      padding-left: 3.875rem; }
      @media (max-width: 700px) {
        section.startseiten-header-box .container h1 {
          margin-bottom: 1.5rem; } }
      @media (max-width: 685px) {
        section.startseiten-header-box .container h1 {
          padding-left: 0; } }
    section.startseiten-header-box .container .content {
      width: 39rem;
      margin-top: 18.438rem;
      padding: 0 0 0 6.95%; }
      @media (max-width: 1120px) {
        section.startseiten-header-box .container .content {
          margin-top: 15rem; } }
      @media (max-width: 991px) {
        section.startseiten-header-box .container .content {
          padding: 0 0 0 3%; } }
      @media (max-width: 850px) {
        section.startseiten-header-box .container .content {
          width: 30rem;
          margin-top: 13rem; } }
      @media (max-width: 500px) {
        section.startseiten-header-box .container .content {
          width: 97%; } }
  section.startseiten-header-box, section.zitat-header-box {
    background: #FDC840;
    -webkit-box-shadow: inset 0px 11px 8px -10px #b88501, inset 0px -11px 8px -10px #b88501;
    box-shadow: inset 0px 11px 8px -10px #b88501, inset 0px -11px 8px -10px #b88501; }
    section.startseiten-header-box .container, section.zitat-header-box .container {
      height: auto; }
      section.startseiten-header-box .container .icon-arrow-pencil,
      section.startseiten-header-box .container .icon-globe,
      section.startseiten-header-box .container .icon-light,
      section.startseiten-header-box .container .icon-calendar, section.zitat-header-box .container .icon-arrow-pencil,
      section.zitat-header-box .container .icon-globe,
      section.zitat-header-box .container .icon-light,
      section.zitat-header-box .container .icon-calendar {
        position: absolute; }
      section.startseiten-header-box .container .icon-arrow-pencil, section.zitat-header-box .container .icon-arrow-pencil {
        top: 4.125rem;
        left: 5rem; }
        @media (max-width: 1120px) {
          section.startseiten-header-box .container .icon-arrow-pencil, section.zitat-header-box .container .icon-arrow-pencil {
            width: calc(500*0.7px); } }
        @media (max-width: 991px) {
          section.startseiten-header-box .container .icon-arrow-pencil, section.zitat-header-box .container .icon-arrow-pencil {
            left: 3%; } }
        @media (max-width: 850px) {
          section.startseiten-header-box .container .icon-arrow-pencil, section.zitat-header-box .container .icon-arrow-pencil {
            width: calc(500*0.5px); } }
      section.startseiten-header-box .container .icon-light, section.zitat-header-box .container .icon-light {
        top: 3.69rem;
        right: 9rem; }
        @media (max-width: 1120px) {
          section.startseiten-header-box .container .icon-light, section.zitat-header-box .container .icon-light {
            width: calc(151*0.7px);
            right: 6rem; } }
        @media (max-width: 920px) {
          section.startseiten-header-box .container .icon-light, section.zitat-header-box .container .icon-light {
            display: none; } }
      section.startseiten-header-box .container .icon-globe, section.zitat-header-box .container .icon-globe {
        top: 9.8rem;
        right: 19.56rem; }
        @media (max-width: 1120px) {
          section.startseiten-header-box .container .icon-globe, section.zitat-header-box .container .icon-globe {
            width: calc(210*0.7px);
            right: 16.56rem; } }
        @media (max-width: 920px) {
          section.startseiten-header-box .container .icon-globe, section.zitat-header-box .container .icon-globe {
            right: 12rem;
            top: 4rem; } }
        @media (max-width: 850px) {
          section.startseiten-header-box .container .icon-globe, section.zitat-header-box .container .icon-globe {
            width: calc(210*0.5px);
            right: 10rem; } }
        @media (max-width: 750px) {
          section.startseiten-header-box .container .icon-globe, section.zitat-header-box .container .icon-globe {
            right: 6rem; } }
        @media (max-width: 620px) {
          section.startseiten-header-box .container .icon-globe, section.zitat-header-box .container .icon-globe {
            right: 3%;
            top: 3rem; } }
        @media (max-width: 480px) {
          section.startseiten-header-box .container .icon-globe, section.zitat-header-box .container .icon-globe {
            display: none; } }
      section.startseiten-header-box .container .icon-calendar, section.zitat-header-box .container .icon-calendar {
        top: 22.81rem;
        right: 9.31rem; }
        @media (max-width: 1120px) {
          section.startseiten-header-box .container .icon-calendar, section.zitat-header-box .container .icon-calendar {
            width: calc(115*0.7px);
            right: 6.31rem; } }
        @media (max-width: 690px) {
          section.startseiten-header-box .container .icon-calendar, section.zitat-header-box .container .icon-calendar {
            display: none; } }
  section.fuer-schulen-intro-box .container {
    padding-bottom: 4.75rem; }
  section.fuer-schulen-intro-box h1 {
    max-width: 41.75rem;
    margin-bottom: 15px; }
  section.fuer-schulen-intro-box .content-wrapper {
    padding-top: 8.125rem; }
    @media (max-width: 767px) {
      section.fuer-schulen-intro-box .content-wrapper {
        padding-top: 1rem; } }
  section.fuer-schulen-intro-box .button-wrapper {
    padding-top: 13.5rem; }
    @media (max-width: 767px) {
      section.fuer-schulen-intro-box .button-wrapper {
        padding-top: 5rem; } }
    @media (max-width: 455px) {
      section.fuer-schulen-intro-box .button-wrapper .multiline-btn {
        margin: 0; } }
  section.fuer-schulen-intro-box .image-wrapper img {
    max-width: 18.44rem;
    margin: 0 auto; }
    @media (max-width: 767px) {
      section.fuer-schulen-intro-box .image-wrapper img {
        max-width: 10rem;
        padding-top: 2rem; } }
    @media (max-width: 455px) {
      section.fuer-schulen-intro-box .image-wrapper img {
        max-width: 9rem;
        margin: auto auto;
        float: right; } }
  section.how-to-use-box {
    padding: 3.875rem 0; }
    section.how-to-use-box h2 {
      margin-bottom: 4.375rem; }
      @media (max-width: 767px) {
        section.how-to-use-box h2 {
          margin-bottom: 2.375rem; } }
    section.how-to-use-box .container {
      max-width: 850px; }
    section.how-to-use-box .text-content {
      padding: 1.8rem 2.625rem 1.8rem 5rem;
      background: #26B0BF;
      border-radius: 3px;
      color: #FFF; }
    section.how-to-use-box .first-column {
      width: 50%;
      margin-right: 0; }
      @media (max-width: 767px) {
        section.how-to-use-box .first-column {
          width: 100%; } }
    @media (max-width: 767px) {
      section.how-to-use-box .desktop-only {
        display: none; } }
    section.how-to-use-box .mobile-only {
      display: none; }
      @media (max-width: 767px) {
        section.how-to-use-box .mobile-only {
          display: block; } }
    section.how-to-use-box .image-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0; }
      section.how-to-use-box .image-wrapper img {
        max-height: 210px; }
      @media (max-width: 767px) {
        section.how-to-use-box .image-wrapper {
          margin-top: 2rem; } }
    section.how-to-use-box .counter {
      position: absolute;
      left: 2.1rem;
      top: 1.5rem;
      color: #FDC840;
      font-weight: 700;
      font-size: 1.875rem;
      font-family: "Moon 2.0", sans-serif; }
  section.text-block {
    padding-top: 3.625rem;
    padding-bottom: 4.5rem; }
  section.text-block-bg {
    padding: 2.813rem 0 3.5rem; }
    section.text-block-bg h2 {
      color: #FFF;
      padding: 0;
      margin-bottom: 38px; }
    section.text-block-bg .box-bg {
      padding: 2.625rem 5.938rem; }
      @media (max-width: 700px) {
        section.text-block-bg .box-bg {
          padding: 2rem 1.5rem; } }
    section.text-block-bg .box-75 {
      color: #FFF; }
  section.team-box {
    padding-top: 3.625rem;
    padding-bottom: 4.5rem; }
    section.team-box .biographys {
      margin-top: 9rem; }
      section.team-box .biographys .team-member {
        padding-left: 6rem;
        padding-right: 8rem; }
        @media (max-width: 1145px) {
          section.team-box .biographys .team-member {
            padding-right: 5rem;
            padding-left: 1rem; } }
        @media (max-width: 767px) {
          section.team-box .biographys .team-member:first-child {
            margin-bottom: 7rem; } }
        @media (max-width: 500px) {
          section.team-box .biographys .team-member {
            padding-left: 0;
            padding-right: 0; } }
      section.team-box .biographys h2 {
        color: #000;
        padding: 0;
        font-family: "Moon 2.0", sans-serif;
        letter-spacing: 0.12rem;
        position: relative;
        margin-bottom: 7.5rem; }
        @media (max-width: 1145px) {
          section.team-box .biographys h2 {
            max-width: 10rem; } }
        @media (max-width: 767px) {
          section.team-box .biographys h2 {
            margin-bottom: 5rem; } }
      section.team-box .biographys .team-img {
        position: absolute;
        display: block;
        width: 206px;
        height: 206px;
        top: -4.5rem;
        right: 0rem; }
  section.unterstuetzen-box {
    padding-bottom: 4.3rem; }
    section.unterstuetzen-box .boxen div {
      background: #26B0BF;
      display: inline-block;
      float: left;
      width: 46%;
      margin-bottom: 2.5rem;
      border-radius: 3px;
      padding: 1.5rem 2rem 2.5rem; }
      section.unterstuetzen-box .boxen div img {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      section.unterstuetzen-box .boxen div:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      section.unterstuetzen-box .boxen div:nth-child(odd) {
        margin-right: 8%; }
      section.unterstuetzen-box .boxen div:after {
        content: '';
        display: block;
        position: absolute;
        background: #FDC840;
        border-radius: 3px;
        height: 100%;
        width: 100%;
        right: -6px;
        bottom: -6px;
        z-index: -1;
        visibility: visible; }
      @media (max-width: 570px) {
        section.unterstuetzen-box .boxen div {
          width: 100%;
          margin-right: 0; } }
    section.unterstuetzen-box .boxen a {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    section.unterstuetzen-box .boxen span {
      color: #FFF;
      font-size: 1.875rem;
      letter-spacing: 0.08em;
      display: block;
      text-align: center;
      font-weight: 700;
      margin-top: 1rem; }
  section.text {
    padding: 3.750rem 0; }
    section.text .container {
      padding: 0 3.688rem; }
      @media (max-width: 480px) {
        section.text .container {
          padding: 0 3%; } }
  section.button {
    padding: 4.063rem 0; }
    section.button .btn {
      width: 41.25rem;
      max-width: 95%;
      margin: 0;
      font-size: 1.875rem;
      line-height: 1.27; }
      @media (max-width: 455px) {
        section.button .btn {
          font-size: 1.2rem; } }
    section.button .btn.btn-turq,
    section.button .btn.multiline-btn.btn-turq {
      background: #26B0BF !important; }
      section.button .btn.btn-turq:after,
      section.button .btn.multiline-btn.btn-turq:after {
        background: #FDC840; }
  section.zitat-header-box .container .icon-globe {
    top: 1.69rem;
    right: 14rem;
    width: 172px; }
    @media (max-width: 1120px) {
      section.zitat-header-box .container .icon-globe {
        width: calc(172*0.7px);
        right: 12rem; } }
    @media (max-width: 920px) {
      section.zitat-header-box .container .icon-globe {
        right: 12rem;
        top: 1.69rem; } }
    @media (max-width: 850px) {
      section.zitat-header-box .container .icon-globe {
        width: calc(172*0.5px);
        right: 10rem; } }
    @media (max-width: 750px) {
      section.zitat-header-box .container .icon-globe {
        right: 6rem; } }
    @media (max-width: 620px) {
      section.zitat-header-box .container .icon-globe {
        right: 3%;
        top: 3rem; } }
    @media (max-width: 480px) {
      section.zitat-header-box .container .icon-globe {
        display: none; } }
  section.zitat-header-box .container .icon-speech {
    position: absolute;
    width: 191px;
    bottom: 2rem;
    left: 14rem; }
    @media (max-width: 1120px) {
      section.zitat-header-box .container .icon-speech {
        width: calc(191*0.7px);
        bottom: 3rem; } }
    @media (max-width: 850px) {
      section.zitat-header-box .container .icon-speech {
        width: calc(191*0.5px);
        left: 10rem;
        bottom: 4rem; } }
    @media (max-width: 620px) {
      section.zitat-header-box .container .icon-speech {
        left: 4rem; } }
    @media (max-width: 480px) {
      section.zitat-header-box .container .icon-speech {
        left: auto;
        right: 2rem;
        bottom: 3rem; } }
  section.zitat-header-box .container .icon-calendar {
    top: auto;
    bottom: 2.25rem;
    right: 15rem; }
    section.zitat-header-box .container .icon-calendar svg {
      -webkit-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
      transform: rotate(9deg); }
    @media (max-width: 1120px) {
      section.zitat-header-box .container .icon-calendar {
        display: none; } }
  section.zitat-header-box .container .quote-content {
    max-width: 90%;
    width: 36.875rem;
    left: 0;
    right: 0;
    margin: 19rem auto 12rem;
    font-size: 1.75rem;
    line-height: 2.375rem; }
    @media (max-width: 1120px) {
      section.zitat-header-box .container .quote-content {
        margin: 16rem auto 10rem; } }
    @media (max-width: 850px) {
      section.zitat-header-box .container .quote-content {
        margin: 12rem auto 9rem;
        max-width: 70%; } }
    @media (max-width: 620px) {
      section.zitat-header-box .container .quote-content {
        margin: 12rem auto 6rem; } }
    section.zitat-header-box .container .quote-content:before {
      content: '';
      display: block;
      width: 5.125rem;
      height: 4.313rem;
      background: url(css/icons/arrow-ltr-red.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      left: -6.5rem;
      top: -0.9rem;
      visibility: visible; }
      @media (max-width: 850px) {
        section.zitat-header-box .container .quote-content:before {
          width: 3rem;
          left: -3.5rem;
          top: 0rem; } }
    section.zitat-header-box .container .quote-content:after {
      content: '';
      display: block;
      width: 5.125rem;
      height: 4.313rem;
      background: url(css/icons/arrow-ltr-red.svg) no-repeat center center;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background-size: contain;
      position: absolute;
      right: -6.5rem;
      top: -0.9rem;
      visibility: visible; }
      @media (max-width: 850px) {
        section.zitat-header-box .container .quote-content:after {
          width: 3rem;
          right: -3.5rem;
          top: 0rem; } }
  section.zitat-header-box .container .zitat {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.08rem; }
    @media (max-width: 700px) {
      section.zitat-header-box .container .zitat {
        font-size: 1.5rem; } }
  section.zitat-header-box .container .autor {
    font-size: 0.938rem;
    line-height: 1.25rem; }
  section.partner-logos {
    padding-bottom: 3.125rem; }
    section.partner-logos .logo-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.partner-logos .logo-list .logo {
        width: 17%;
        margin: 0 1.875% 2rem; }
        @media (max-width: 767px) {
          section.partner-logos .logo-list .logo {
            width: 28.333333333%; } }
        @media (max-width: 560px) {
          section.partner-logos .logo-list .logo {
            width: 42.5%; } }
      section.partner-logos .logo-list a {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0; }
  section.spenden-box {
    padding: 2.813rem 0; }
    section.spenden-box .intro-text {
      background: #26B0BF;
      border-radius: 3px;
      color: #FFF;
      padding: 2.625rem 5.938rem; }
      section.spenden-box .intro-text h2 {
        padding: 0; }
      @media (max-width: 700px) {
        section.spenden-box .intro-text {
          padding: 2rem 1.5rem; } }
    section.spenden-box .content a {
      color: #26B0BF; }

.text-small {
  font-size: 0.938rem;
  letter-spacing: 0.08em;
  line-height: 1.250rem; }

.text-very-small {
  font-size: 0.688rem;
  letter-spacing: 0.08em;
  line-height: 0.938rem; }

li.sociallink a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  top: 11px; }

li.fb a {
  background: url(css/icons/facebook.svg) no-repeat center center;
  background-size: 50%;
  height: 20px;
  width: 16px;
  top: 7px; }

li.insta a {
  background: url(css/icons/insta.svg) no-repeat center center;
  background-size: 50%;
  height: 20px;
  width: 16px;
  top: 7px; }

/* Mobile Menu */
nav.mobile-nav {
  display: none;
  position: absolute;
  top: 141px;
  width: 100%;
  background-color: #FFF;
  z-index: 999;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0px 8px 19px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 19px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 19px -15px rgba(0, 0, 0, 0.75); }
  @media (max-width: 991px) {
    nav.mobile-nav {
      top: 123px; } }
  @media (max-width: 480px) {
    nav.mobile-nav {
      top: 94px; } }
  nav.mobile-nav ul li {
    text-align: center; }
    nav.mobile-nav ul li.insta a,
    nav.mobile-nav ul li.fb a {
      background-size: contain; }
    nav.mobile-nav ul li.fb {
      margin-left: 3%; }
    nav.mobile-nav ul li a {
      line-height: 2.5;
      display: block;
      width: 100%; }
    nav.mobile-nav ul li.sociallink {
      display: inline-block; }
      nav.mobile-nav ul li.sociallink a {
        height: 25px;
        width: 40px; }
