@charset "UTF-8";
/* * * * * SETTINGS * * * * */
/* 0 = false // 1 = true */
/* * * * * DEPENDENCIES * * * * */
/* Dependencies usally don't write anything into the CSS file */
/* https://gist.github.com/bitmanic/1134548 */
/*
Baseline, measured in pixels
The value should be the same as the font-size value for the html element
If the html element's font-size is set to 62.5% (of the browser's default font-size of 16px),
then the variable below would be 10px.
*/
/* * * * * PLUGINS * * * * */
/* Slider */
/* macht Fehler @import url("//hello.myfonts.net/count/35b421"); */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* * * * * GENERAL STUFF * * * * */
/*!
 * @license
 * MyFonts Webfont Build ID 3519521, 2018-02-01T05:51:12-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: CamingoDos-Light by Jan Fromm
 * URL: https://www.myfonts.com/fonts/jan-fromm/camingo-dos/light/
 *
 * Webfont: CamingoDos-Regular by Jan Fromm
 * URL: https://www.myfonts.com/fonts/jan-fromm/camingo-dos/regular/
 *
 * Webfont: CamingoDos-SemiBold by Jan Fromm
 * URL: https://www.myfonts.com/fonts/jan-fromm/camingo-dos/semi-bold/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3519521
 * Licensed pageviews: 50,000
 * Webfonts copyright: Copyright (c) 2006-2011 by Jan Fromm. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'CamingoDos-Light';
  src: url("../webfonts/35B421_0_0.eot");
  src: url("../webfonts/35B421_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/35B421_0_0.woff2") format("woff2"), url("../webfonts/35B421_0_0.woff") format("woff"), url("../webfonts/35B421_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CamingoDos-Regular';
  src: url("../webfonts/35B421_1_0.eot");
  src: url("../webfonts/35B421_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/35B421_1_0.woff2") format("woff2"), url("../webfonts/35B421_1_0.woff") format("woff"), url("../webfonts/35B421_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CamingoDos-SemiBold';
  src: url("../webfonts/35B421_2_0.eot");
  src: url("../webfonts/35B421_2_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/35B421_2_0.woff2") format("woff2"), url("../webfonts/35B421_2_0.woff") format("woff"), url("../webfonts/35B421_2_0.ttf") format("truetype"); }

/* often needs to be at the top of the CSS file */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
   * 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; }

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

img {
  max-width: 100%; }

nav ul {
  padding: 0; }

nav li {
  list-style-type: none; }

span.unicorn:before {
  content: "@"; }

span.unicorn > span {
  /*
     * Hide only visually, but have it available for screen readers:
     * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
     *
     * Beachten: Diese Art des Ausblendens ermöglicht ein Copy & Paste von
     * E-Mailadressen. Bei anderen Varianten, etwa display: none, ist dies
     * nicht mehr möglich!
     */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* * * * * MAIN STRUCTURE * * * * */
.wrapper {
  padding-top: 72px;
  min-height: 100vh; }

.content {
  margin: 0 auto;
  padding: 20px 15px;
  width: 100%;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 80vh; }

.content--narrow {
  /* 4 Spalten à 175px / 3 Abstände à 16px */
  max-width: 778px; }

@media (min-width: 800px) {
  .content {
    padding: 20px 15px; } }

@media (min-width: 1130px) {
  .wrapper {
    padding-top: 100px; } }

/* * * * * MAIN TYPOGRAPHY * * * * */
body {
  font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, p, ul, ol {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 25px; }

h1:after {
  content: ' ';
  display: block;
  width: 42px;
  height: 6px;
  background: url("/assets/images/deco_title.svg") 0 0 no-repeat; }

h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em; }

h3 {
  font-size: 22px;
  font-size: 1.375rem; }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 1em; }

p.date {
  margin: 0; }

/* LISTS */
ul:not([class]) {
  margin: 0 0 1em 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em; }

ul:not([class]) li {
  padding: 0 0 0 1em;
  position: relative;
  list-style-type: none; }

ul:not([class]) li:before {
  content: '»';
  color: #87c832;
  position: absolute;
  top: 0;
  left: 0; }

/* LINKS */
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #87c832; }

a:not([class]) {
  border-bottom: 1px solid #000; }
  a:not([class]):hover {
    color: #87c832;
    border-color: #87c832; }

h2 a {
  color: #000;
  text-decoration: none;
  border-bottom: none !important;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s; }
  h2 a:hover {
    color: #87c832; }

/* OVERHEAD */
h3.overhead {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #87c832;
  margin-bottom: 0.5em; }

/* FORMS */
.cform h3,
.cform label {
  font-size: 14px;
  font-size: 0.875rem; }

/* SMALL PRINT */
.small h2 {
  font-size: 16px;
  font-size: 1rem; }

.small p,
.small h3,
.small li,
p.small,
h3.small,
figcaption {
  font-size: 14px;
  font-size: 0.875rem; }

figcaption {
  color: #666; }

/* TABLE */
th,
td {
  font-size: 14px;
  font-size: 0.875rem; }

@media (min-width: 600px) {
  h1 {
    font-size: 32px;
    font-size: 2rem; }
  h1:after {
    width: 54px;
    height: 8px; }
  h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  p {
    font-size: 18px;
    font-size: 1.125rem; }
  ul:not([class]) {
    font-size: 18px;
    font-size: 1.125rem; }
  /* OVERHEAD */
  h3.overhead {
    font-size: 18px;
    font-size: 1.125rem; }
  /* FORMS */
  .cform h3,
  .cform label {
    font-size: 16px;
    font-size: 1rem; }
  /* SMALL PRINT */
  .small h2 {
    font-size: 18px;
    font-size: 1.125rem; }
  .small p,
  .small h3,
  .small li,
  p.small,
  h3.small,
  figcaption {
    font-size: 16px;
    font-size: 1rem; }
  /* TABLE */
  th,
  td {
    font-size: 16px;
    font-size: 1rem; } }

@media (min-width: 800px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem; }
  h2 {
    font-size: 26px;
    font-size: 1.625rem; }
  h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  p {
    font-size: 20px;
    font-size: 1.25rem; }
  ul:not([class]) {
    font-size: 20px;
    font-size: 1.25rem; }
  /* OVERHEAD */
  h3.overhead {
    font-size: 20px;
    font-size: 1.25rem; }
  /* FORM */
  .cform h3,
  .cform label {
    font-size: 18px;
    font-size: 1.125rem; }
  /* SMALL */
  .small h2 {
    font-size: 19px;
    font-size: 1.1875rem; }
  .small p,
  .small h3,
  .small li,
  p.small,
  h3.small,
  figcaption {
    font-size: 17px;
    font-size: 1.0625rem; }
  /* TABLE */
  th,
  td {
    font-size: 17px;
    font-size: 1.0625rem; } }

.webfonts-loaded h1,
.webfonts-loaded h2,
.webfonts-loaded h3,
.webfonts-loaded h3.overhead,
.webfonts-loaded strong,
.webfonts-loaded b,
.webfonts-loaded .cform label,
.webfonts-loaded .linenav__link:after,
.webfonts-loaded .is-current .linenav__link,
.webfonts-loaded .grouptoggle__item,
.webfonts-loaded .globalfooter__item > a,
.webfonts-loaded .globalnav__item > a,
.webfonts-loaded .contentsubnav__list,
.webfonts-loaded .accordion__label,
.webfonts-loaded .morelink,
.webfonts-loaded .backlink,
.webfonts-loaded .openmore,
.webfonts-loaded th,
.webfonts-loaded p.date {
  font-family: 'CamingoDos-SemiBold', Arial, Helvetica, sans-serif;
  font-weight: normal; }

.webfonts-loaded body,
.webfonts-loaded input,
.webfonts-loaded textarea,
.webfonts-loaded button,
.webfonts-loaded .linenav__link,
.webfonts-loaded .cform .checkboxlist label,
.webfonts-loaded .cform label .label-add,
.webfonts-loaded .globalnav__item .globalnav__link--lang {
  font-family: 'CamingoDos-Light', Arial, Helvetica, sans-serif;
  font-weight: normal; }

.webfonts-loaded .small p,
.webfonts-loaded p.small,
.webfonts-loaded .small li {
  font-family: 'CamingoDos-Regular', Arial, Helvetica, sans-serif; }

/* * * * * HEADER / NAVIGATION * * * * */
.globalheader {
  width: 100%;
  background: #87c832;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.globalheader__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 20px 15px; }

.globalheader__logowrap {
  width: 120px; }

.globalheader__logo {
  display: block;
  width: 120px; }

.globalheader__navtoggle {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 8888;
  display: block;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  background: url("/assets/images/navtoggle-is-closed.svg") center center no-repeat;
  background-size: 32px 32px; }

.has-open-nav .globalheader__navtoggle {
  background-image: url("/assets/images/navtoggle-is-open.svg"); }

@media (min-width: 1130px) {
  .globalheader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px; }
  .globalheader__logowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px 0 0; }
  .globalheader__logo {
    width: 170px; }
  .globalheader__navtoggle {
    display: none; } }

/* General */
.globalnav__link {
  color: #FFF;
  text-decoration: none;
  display: block; }
  .globalnav__link:hover {
    color: #517516; }

/* NAVIGATIONHACK */
.langwrap {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  white-space: wrap;
  width: 1em; }

.globalnav__link--lang.is-current {
  color: #000; }

@media (max-width: 1129px) {
  .globalnav__list,
  .globalnav__sublist {
    display: none;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8em; }
  /* Main */
  .has-open-nav .globalnav__list {
    display: block;
    margin-top: 20px;
    border-top: 1px solid #FFF; }
  .globalnav__item {
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    padding-top: 3px; }
  /* Sub */
  .globalnav__item--has-sub {
    background: url("/assets/images/sub-is-closed.svg") right 12px no-repeat;
    background-size: 20px 11px; }
  .globalnav__item--has-sub.is-open .globalnav__sublist {
    display: block; }
  .globalnav__subitem {
    text-transform: none; }
  /* LANG */
  .globalnav__link--lang {
    display: inline-block;
    margin-right: 12px;
    width: 1em; } }

@media (min-width: 1130px) {
  .globalnav {
    width: calc(100% - 170px); }
  /* MAIN */
  .globalnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .globalnav__item {
    width: 16.6666666667%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 2px solid #FFF;
    position: relative; }
  .globalnav__item > .globalnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    height: 100px;
    text-align: center;
    padding: 0 10px; }
  .globalnav__item.is-current > .globalnav__link {
    background: #FFF;
    color: #87c832; }
  /* SUB */
  .globalnav__sublist {
    display: none; }
  .globalnav__item--has-sub.is-open .globalnav__sublist {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #87c832; }
  .globalnav__subitem {
    padding: 10px 0; }
  .globalnav__subitem .globalnav__link {
    display: block;
    padding: 0 10px;
    text-align: center; }
  /* LANG */
  .globalnav__item--lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .globalnav__link {
    padding: 0 5px; }
  .globalnav__link--lang {
    display: inline-block; }
  .globalnav__item--lang > .globalnav__link--lang {
    padding: 0 5px; }
  .globalnav__link--lang:last-child {
    margin-right: 0; } }

/* * * * * CONTENT MODULES * * * * */
.attn {
  padding: 10px;
  color: #c00;
  background-color: #f7d9d9;
  border: 1px solid #c00;
  position: relative; }

.attn p {
  margin-bottom: 0; }

/* Attention messages for old / no-js browsers */
.cover {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto; }

.slideshow {
  width: 100%; }

.slideshow__imgwrap {
  position: relative;
  background: #efefef;
  padding-bottom: 40.3539823009%; }

.slideshow__img {
  position: absolute;
  top: 0;
  left: 0; }

.mod__col_2_6,
.mod__col_4_6 {
  width: 100%; }

.mod__col_2_6 {
  margin-bottom: 16px; }

.mod--img-txt {
  border-bottom: 1px solid #87c832;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.mod--img-txt:last-of-type {
  border-bottom: none;
  padding-bottom: 0; }

.mod--img-txt img {
  display: block; }

.mod--img-txt a img {
  -webkit-transition: opacity linear 0.25s;
  transition: opacity linear 0.25s; }

.mod--img-txt a:hover img {
  opacity: 0.8; }

.img-border {
  border: 1px solid #000; }

@media (min-width: 396px) {
  .mod--img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mod__col_2_6 {
    /* 2 Spalten à 175px / 1 Abstand à 16px */
    width: 32.389380531%;
    margin-bottom: 0; }
  .mod__col_4_6 {
    /* 4 Spalten à 175px / 3 Abstände à 16px */
    width: 66.1946902655%; } }

@media (min-width: 600px) and (max-width: 788px) {
  .mod__col_2_6 {
    width: 48.2849604222%; }
  .mod__col_4_6 {
    width: 48.2849604222%; } }

figure {
  margin: 0 0 30px 0; }

.linenav {
  border-top: 1px solid #87c832;
  border-bottom: 1px solid #87c832;
  list-style-type: none;
  padding: 8px 0 2px 0;
  margin: 20px 0; }

.linenav__item {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1rem; }

.linenav__link:after {
  display: block;
  content: attr(data-name);
  white-space: nowrap;
  height: 1px;
  overflow: hidden;
  visibility: hidden; }

.linenav__link {
  text-decoration: none;
  color: #87c832; }
  .linenav__link:hover {
    color: #517516; }

@media (min-width: 800px) {
  .linenav__item {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 1000px) {
  .linenav__item {
    font-size: 22px;
    font-size: 1.375rem; } }

.contentsubnav {
  border-top: 1px solid #87c832;
  margin: 20px 0 30px 0; }

.contentsubnav__list {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2em; }

.contentsubnav__item {
  padding-top: 4px;
  border-bottom: 1px solid #87c832; }

.contentsubnav__link {
  display: block;
  color: #87c832;
  text-decoration: none;
  background: url("/assets/images/arrow-green.svg") right center no-repeat;
  background-size: 12px 20px; }
  .contentsubnav__link:hover {
    color: #517516; }

@media (min-width: 600px) {
  .contentsubnav__list {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 800px) {
  .contentsubnav__list {
    font-size: 20px;
    font-size: 1.25rem; } }

.cform {
  margin: 20px 0;
  /* CHECKBOX LIST */
  /* CHECKBOX */ }
  .cform input[type="text"],
  .cform input[type="email"],
  .cform input[type="tel"],
  .cform textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #87c832;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    padding: 3px 5px;
    margin-bottom: 16px; }
    .cform input[type="text"]:focus,
    .cform input[type="email"]:focus,
    .cform input[type="tel"]:focus,
    .cform textarea:focus {
      border-color: #517516;
      outline: none; }
  .cform button,
  .cform input[type="submit"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #87c832;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    padding: 5px 45px 3px 25px;
    -webkit-appearance: none;
    background: #87c832;
    color: #FFF;
    position: relative; }
    .cform button:hover,
    .cform input[type="submit"]:hover {
      background: #517516;
      border-color: #517516;
      color: #FFF;
      cursor: pointer; }
  .cform button:after {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url("/assets/images/arrow-white.svg") 0 0 no-repeat;
    background-size: 12px 20px; }
  .cform label,
  .cform h3 {
    line-height: 1.4em;
    display: block; }
  .cform label input[type="radio"],
  .cform label input[type="checkbox"] {
    margin-right: 6px; }
  .cform .checkboxlist {
    list-style: none;
    margin-bottom: 20px; }
  .cform .checkboxlist__item {
    padding-left: 28px;
    position: relative; }
  .cform .checkboxlist label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4em;
    display: block; }
  .cform .checkboxlist input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .cform .checkboxlist input[type="checkbox"] + label {
      cursor: pointer;
      padding: 0; }
    .cform .checkboxlist input[type="checkbox"] + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 16px;
      height: 16px;
      background: #FFF;
      border: 2px solid #87c832;
      top: 0;
      left: 0;
      position: absolute; }
    .cform .checkboxlist input[type="checkbox"]:hover + label:before {
      background: #a5d666; }
    .cform .checkboxlist input[type="checkbox"]:focus + label:before {
      -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
              box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
    .cform .checkboxlist input[type="checkbox"]:checked + label:before {
      background: #87c832; }
    .cform .checkboxlist input[type="checkbox"]:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
    .cform .checkboxlist input[type="checkbox"]:disabled + label:before {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #ddd; }
    .cform .checkboxlist input[type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 12px;
      background: white;
      width: 2px;
      height: 2px;
      -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
              box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

@media (min-width: 600px) {
  .cform input[type="text"],
  .cform input[type="email"],
  .cform input[type="tel"],
  .cform textarea,
  .cform button {
    font-size: 18px;
    font-size: 1.125rem; }
  .cform .checkboxlist label {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 1000px) {
  .cform input[type="text"],
  .cform input[type="email"],
  .cform input[type="tel"],
  .cform textarea,
  .cform button {
    font-size: 20px;
    font-size: 1.25rem; }
  .cform .checkboxlist label {
    font-size: 20px;
    font-size: 1.25rem; } }

.searchresult {
  border-top: 1px solid #87c832;
  margin: 0 0 1em 0; }
  .searchresult th,
  .searchresult td {
    vertical-align: top; }

@media (max-width: 499px) {
  .searchresult th {
    display: none; }
  .searchresult td {
    display: block;
    width: 100%;
    padding: 4px 0; }
  .searchresult td:last-child {
    border-bottom: 1px solid #87c832; } }

@media (min-width: 500px) {
  .searchresult th {
    text-align: left; }
  .searchresult th,
  .searchresult td {
    padding: 6px 0;
    border-bottom: 1px solid #87c832; }
  .searchresult th:first-child,
  .searchresult td:first-child {
    width: 100px; }
  .searchresult th:last-child,
  .searchresult td:last-child {
    width: 150px;
    text-align: right; } }

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

.paging__back,
.paging__more {
  width: 50%; }

.paging__more {
  text-align: right; }

.divider {
  height: 1px;
  border: none;
  border-top: 1px solid #87c832;
  margin: 50px 0; }

.grouptoggle {
  list-style-type: none;
  margin: 50px 0 50px 0;
  padding: 0; }

.grouptoggle__item {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #87c832;
  margin-bottom: 0.5em; }

.grouptoggle__item input[type="radio"] {
  margin-right: 6px;
  position: absolute;
  opacity: 0; }
  .grouptoggle__item input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .grouptoggle__item input[type="radio"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 2px solid #87c832;
    border-radius: 50%; }
  .grouptoggle__item input[type="radio"]:hover + label:before {
    background: #a5d666; }
  .grouptoggle__item input[type="radio"]:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .grouptoggle__item input[type="radio"]:checked + label:before {
    background: #87c832; }
  .grouptoggle__item input[type="radio"]:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .grouptoggle__item input[type="radio"]:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd; }

/* GROUPS */
.js .group {
  display: none; }

.js .group.is-visible {
  display: block; }

@media (min-width: 800px) {
  .grouptoggle__item {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 1000px) {
  .grouptoggle__item {
    font-size: 20px;
    font-size: 1.25rem; } }

.morelink,
.backlink,
.openmore {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #87c832;
  text-decoration: none;
  padding-right: 15px;
  padding: 2px 15px 0 0;
  position: relative;
  display: inline-block; }
  .morelink:hover,
  .backlink:hover,
  .openmore:hover {
    color: #517516; }

.backlink {
  padding: 2px 0 0 15px; }

.openmore {
  padding-right: 21px; }

.morelink:after,
.backlink:before,
.openmore:after {
  content: ' ';
  width: 9px;
  height: 15px;
  background: url("/assets/images/arrow-green.svg") right center no-repeat;
  background-size: 9px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.backlink:before {
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.openmore:after {
  width: 15px;
  height: 9px;
  background: url("/assets/images/accordiontoggle.svg") right center no-repeat;
  background-size: 15px 9px;
  top: 5px;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.is-open .openmore:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

@media (min-width: 600px) {
  .morelink,
  .backlink,
  .openmore {
    font-size: 18px;
    font-size: 1.125rem; }
  .morelink:after,
  .backlink:before {
    width: 10px;
    height: 17px;
    background-size: 10px 17px; }
  .openmore:after {
    top: 8px;
    width: 17px;
    height: 10px;
    background-size: 17px 10px; } }

@media (min-width: 800px) {
  .morelink,
  .backlink,
  .openmore {
    font-size: 20px;
    font-size: 1.25rem; }
  .morelink {
    padding: 3px 18px 0 0; }
  .backlink {
    padding: 2px 0 0 18px; }
  .openmore {
    padding-right: 26px; }
  .morelink:after,
  .backlink:before {
    width: 12px;
    height: 20px;
    background-size: 12px 20px; }
  .openmore:after {
    width: 20px;
    height: 12px;
    background-size: 20px 12px; } }

.accordion {
  margin-bottom: 30px; }

.accordion__item {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden; }

.accordion__item:last-child {
  border-bottom: 1px solid #87c832; }

.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.accordion__label {
  font-size: 16px;
  font-size: 1rem;
  color: #87c832;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 4px 26px 0  0;
  border-top: 1px solid #87c832;
  line-height: 2em;
  cursor: pointer; }
  .accordion__label:hover {
    color: #517516; }

.accordion__content {
  display: none; }

/* :checked */
input:checked ~ .accordion__content {
  display: block; }

/* Icon */
.accordion__label::after {
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  width: 20px;
  height: 11px;
  line-height: 3;
  text-align: center;
  background: url("/assets/images/accordiontoggle.svg") 0 0 no-repeat;
  background-size: 20px 11px;
  content: ' '; }

/* Version mit radio wird derzeit nicht verwendet */
input[type=radio]:checked + .accordion__label::after,
input[type=checkbox]:checked + .accordion__label::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

@media (min-width: 600px) {
  .accordion__label {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 800px) {
  .accordion__label {
    font-size: 20px;
    font-size: 1.25rem; } }

.js .additional__info {
  display: none; }

.js .is-open .additional__info {
  display: block;
  padding-bottom: 1em; }

.additional + p {
  margin-top: -1em; }

.globalfooter {
  color: #FFF;
  background: #87c832; }

.globalfooter .col_1_4 {
  margin-bottom: 20px; }

.globalfooter a {
  color: #FFF;
  text-decoration: none;
  border-color: #FFF; }
  .globalfooter a:hover {
    border-color: #517516;
    color: #517516; }

.globalfooter__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 20px 20px; }

.globalfooter__list,
.globalfooter__sublist {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.globalfooter__sublist {
  margin-bottom: 0; }

.globalfooter__item {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 1em; }

.globalfooter__item--no_mb {
  margin-bottom: 0; }

.globalfooter__subitem,
.globalfooter p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em; }

.globalfooter__subitem {
  text-transform: none; }

/* COPYRIGHT */
.globalfooter--copyright {
  color: #000;
  background: #a5d666; }

.globalfooter--copyright p {
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }

@media (min-width: 600px) {
  .globalfooter__colwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .globalfooter__colwrap .col_1_4 {
      width: 50%; }
  .globalfooter__item,
  .globalfooter__subitem,
  .globalfooter p {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 1000px) {
  .globalfooter__colwrap .col_1_4 {
    width: 25%;
    margin-bottom: 0; } }

@media (min-width: 600px) {
  .globalfooter--copyright p {
    font-size: 14px;
    font-size: 0.875rem; } }

@media (min-width: 1000px) {
  .globalfooter--copyright p {
    text-align: center;
    font-size: 16px;
    font-size: 1rem; } }

.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.social__item {
  display: inline-block;
  margin-right: 12px; }

.social__item:last-child {
  margin-right: 0; }

.social__link {
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s; }
  .social__link:hover {
    opacity: 0.7; }

.social__link--fb {
  background-image: url("/assets/images/icon-facebook.svg"); }

.social__link--tw {
  background-image: url("/assets/images/icon-twitter.svg"); }

.social__link--li {
  background-image: url("/assets/images/icon-linkedin.svg"); }

.social__link--rss {
  background-image: url("/assets/images/icon-rss.svg"); }

@media (min-width: 600px) {
  .social {
    text-align: left; } }

/* * * * * ADDITIONAL STUFF: OLD IE BUG FIXING * * * * */
