@charset "UTF-8";
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #050505;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}

a:focus,
a:hover,
a {
  color: #20632d;
  text-decoration: none;
}
a:focus:before,
a:hover:before,
a:before {
  content: "";
  background: url("../Icons/Linkpfeile_gruen.svg") no-repeat;
  display: inline-block;
  padding: 4px;
  margin-right: 4px;
}

a[id]:before {
  content: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 20px;
}

li {
  list-style: none;
}

iframe {
  max-width: 100%;
  border: none;
}
@media screen and (max-width: 992px) {
  iframe {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
    height: 700px;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 350px) {
  .iframe-wrapper {
    display: none;
  }
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .wpwl-control {
    margin-left: 0;
    height: 3em;
  }
  .wpwl-control.wpwl-control-brand {
    height: 2.125em;
  }
}

form input[type=text].wpwl-has-error {
  border: 2px solid #a94442 !important;
}

.wpwl-wrapper-billing .wpwl-hint {
  margin-top: -23px;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .container {
    width: 1200px;
  }
}
.container .container {
  width: 100%;
  padding: 0;
}

.container-small {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1201px) {
  .container-small {
    width: 800px;
    padding-left: 0;
    padding-right: 0;
  }
}

[class*=error] {
  color: #f00;
}

.error {
  background-color: #d9534f !important;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 10px 10px 5px 6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.75);
}

.success {
  background-color: #5cb85c !important;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 10px 10px 5px 6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.75);
}

section {
  margin-bottom: 40px;
}
section.only-headline {
  margin-bottom: 0;
}
section section {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  main {
    margin-top: 130px;
  }
}

.hidden,
[class*=hidden],
.not-on-this-page {
  display: none !important;
}

.hidden-xs {
  display: block !important;
}

h1, h2 {
  color: #20632d;
  font-size: 140%;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  line-height: 1.7;
  text-transform: uppercase;
}

h3 {
  font-size: 120%;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

h4 {
  color: #20632d;
  font-size: 120%;
  font-weight: 500;
  margin: 0 0 6px 0;
}

h5 {
  color: #20632d;
  font-size: 100%;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 100%;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a72c1;
}

.centered-text p, .centered-text h1, .centered-text h2, .centered-text h3, .centered-text h4, .centered-text li {
  text-align: center;
  list-style-position: inside !important;
}
.centered-text .image-wrapper {
  width: 100%;
}
.centered-text img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

strong, b {
  letter-spacing: 1px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

.col-einsiebtel {
  width: 14.2857%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col-md-6:nth-of-type(2n+1) {
  clear: both;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
}

/* Breadcrumb */
.breadcrumb-wrapper {
  position: relative;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper:empty {
    display: none;
  }
}

.breadcrumb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul {
    margin: 10px 0 10px -4px;
  }
}
.breadcrumb ul li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul li:first-of-type a:before {
    content: "";
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li:last-of-type a:before {
    content: "";
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    display: block;
    text-align: center;
    position: relative;
  }
}
.breadcrumb ul li a {
  color: #050505;
  font-size: 90%;
}
.breadcrumb ul li a:before {
  content: ">";
  background: transparent;
  padding: 0 0 0 4px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li a:before {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 5px);
    transform: rotate(90deg);
  }
}
.breadcrumb ul li a:hover, .breadcrumb ul li a:focus, .breadcrumb ul li a.active {
  text-decoration: underline;
}

/* Breadcrumb - END */
/* Cookie */
.cc-cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(32, 99, 45, 0.9);
  text-align: center;
  z-index: 999;
  padding: 10px 0;
}
.cc-cookies h6 {
  border: none;
  font-weight: 700;
}
.cc-cookies p {
  margin-bottom: 8px;
}
.cc-cookies a {
  color: #fff;
  font-weight: 700;
}
.cc-cookies a:before {
  background: url(../Icons/Linkpfeile_weiss.svg) no-repeat;
}
.cc-cookies .cc-cookie-accept, .cc-cookies > a:last-of-type {
  border: 1px solid #fff;
  padding: 6px 10px;
  margin: 0 6px;
}
.cc-cookies .cc-cookie-accept:before, .cc-cookies > a:last-of-type:before {
  content: none;
  background: none;
}
.cc-cookies .cc-cookie-accept:hover, .cc-cookies > a:last-of-type:hover {
  color: #20632d;
  background-color: #fff;
}

.close-cookiecuttr {
  position: absolute;
  top: 2px;
  right: -20px;
  display: block;
  width: 28px;
  height: 28px;
  padding: 2px 0 0 3px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close-cookiecuttr span {
  background-color: #fff;
  display: block;
  width: 18px;
  height: 2px;
}
.close-cookiecuttr span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 9px;
  margin-bottom: -2px;
}
.close-cookiecuttr span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[class*=cmpbox] a:before,
[class*=cmpbox] a:hover:before,
[class*=cmpbox] a:focus:before {
  content: none;
}

@font-face {
  font-family: "Nobile";
  src: url("../Fonts/Nobile/Nobile.eot");
  src: url("../Fonts/Nobile/Nobile.eot#iefix") format("embedded-opentype"), url("../Fonts/Nobile/Nobile.woff") format("woff"), url("../Fonts/Nobile/Nobile.woff2") format("woff2"), url("../Fonts/Nobile/Nobile.ttf") format("truetype"), url("../Fonts/Nobile/Nobile.svg#FontAwesome") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nobile";
  src: url("../Fonts/Nobile/Nobile.eot");
  src: url("../Fonts/Nobile/Nobile.eot#iefix") format("embedded-opentype"), url("../Fonts/Nobile/Nobile-Medium.woff") format("woff"), url("../Fonts/Nobile/Nobile-Medium.woff2") format("woff2"), url("../Fonts/Nobile/Nobile-Medium.ttf") format("truetype"), url("../Fonts/Nobile/Nobile.svg#FontAwesome") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nobile";
  src: url("../Fonts/Nobile/Nobile.eot");
  src: url("../Fonts/Nobile/Nobile.eot#iefix") format("embedded-opentype"), url("../Fonts/Nobile/Nobile-Bold.woff") format("woff"), url("../Fonts/Nobile/Nobile-Bold.woff2") format("woff2"), url("../Fonts/Nobile/Nobile-Bold.ttf") format("truetype"), url("../Fonts/Nobile/Nobile.svg#FontAwesome") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nobile";
  src: url("../Fonts/Nobile/Nobile.eot");
  src: url("../Fonts/Nobile/Nobile.eot#iefix") format("embedded-opentype"), url("../Fonts/Nobile/Nobile-Italic.woff") format("woff"), url("../Fonts/Nobile/Nobile-Italic.woff2") format("woff2"), url("../Fonts/Nobile/Nobile-Italic.ttf") format("truetype"), url("../Fonts/Nobile/Nobile.svg#FontAwesome") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../Fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("../Fonts/FontAwesome/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("../Fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("../Fonts/FontAwesome/fontawesome-webfont.woff2") format("woff2"), url("../Fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"), url("../Fonts/FontAwesome/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
.submit-link {
  width: 100%;
  display: block;
  color: #edfbf0;
  background: #20632d;
  font-size: 90%;
  padding: 5px 0;
  border: 2px solid #20632d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .submit-link {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.submit-link:hover, .submit-link:focus {
  background-color: #fff;
}
.submit-link:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
}

.pager ul {
  margin-left: 0 !important;
  text-align: center;
}
.pager ul li {
  display: inline-block;
  list-style: none;
}
.pager ul li:not(.arrow).active a, .pager ul li:not(.arrow):hover a, .pager ul li:not(.arrow):focus a {
  color: #fff;
  background-color: #20632d;
}
.pager ul li.arrow a {
  border: 1px solid #fff;
}
.pager ul li.arrow.disabled a {
  color: #ccc;
}
.pager ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #20632d;
}
.pager ul li a:before {
  content: none;
  background: transparent;
}

button[type=submit],
#manageCompensation input[type=submit],
#directcompensationform input[type=submit],
#customerarea input[type=submit],
.tx-felogin-pi1 input[type=submit],
.tx-srfeuserregister-pi1 input[type=submit] {
  width: 100%;
  max-width: 800px;
  display: block;
  color: #fff;
  background: #20632d;
  padding: 8px 0;
  border: 2px solid #20632d;
  text-align: center;
}
@media screen and (max-width: 992px) {
  button[type=submit],
  #manageCompensation input[type=submit],
  #directcompensationform input[type=submit],
  #customerarea input[type=submit],
  .tx-felogin-pi1 input[type=submit],
  .tx-srfeuserregister-pi1 input[type=submit] {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
button[type=submit]:hover,
#manageCompensation input[type=submit]:hover,
#directcompensationform input[type=submit]:hover,
#customerarea input[type=submit]:hover,
.tx-felogin-pi1 input[type=submit]:hover,
.tx-srfeuserregister-pi1 input[type=submit]:hover {
  color: #20632d;
  background-color: #fff;
}
button[type=submit]:hover + span,
#manageCompensation input[type=submit]:hover + span,
#directcompensationform input[type=submit]:hover + span,
#customerarea input[type=submit]:hover + span,
.tx-felogin-pi1 input[type=submit]:hover + span,
.tx-srfeuserregister-pi1 input[type=submit]:hover + span {
  color: #20632d;
}
button[type=submit]:disabled,
#manageCompensation input[type=submit]:disabled,
#directcompensationform input[type=submit]:disabled,
#customerarea input[type=submit]:disabled,
.tx-felogin-pi1 input[type=submit]:disabled,
.tx-srfeuserregister-pi1 input[type=submit]:disabled {
  background-color: rgba(32, 99, 45, 0.5);
  border-color: rgba(32, 99, 45, 0.5);
  background-clip: padding-box;
}
button[type=submit]:disabled:hover,
#manageCompensation input[type=submit]:disabled:hover,
#directcompensationform input[type=submit]:disabled:hover,
#customerarea input[type=submit]:disabled:hover,
.tx-felogin-pi1 input[type=submit]:disabled:hover,
.tx-srfeuserregister-pi1 input[type=submit]:disabled:hover {
  color: #fff;
}
@media screen and (min-width: 993px) {
  button[type=submit]:disabled:hover + span,
  #manageCompensation input[type=submit]:disabled:hover + span,
  #directcompensationform input[type=submit]:disabled:hover + span,
  #customerarea input[type=submit]:disabled:hover + span,
  .tx-felogin-pi1 input[type=submit]:disabled:hover + span,
  .tx-srfeuserregister-pi1 input[type=submit]:disabled:hover + span {
    color: #fff;
  }
}
button[type=submit] + input[type=submit],
#manageCompensation input[type=submit] + input[type=submit],
#directcompensationform input[type=submit] + input[type=submit],
#customerarea input[type=submit] + input[type=submit],
.tx-felogin-pi1 input[type=submit] + input[type=submit],
.tx-srfeuserregister-pi1 input[type=submit] + input[type=submit] {
  margin-top: 30px;
}

span.input-wrapper {
  margin-top: 30px;
  display: block;
  position: relative;
}
span.input-wrapper span {
  color: #fff;
  position: absolute;
  top: 7px;
  left: 440px;
  font-size: 80%;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  span.input-wrapper span {
    color: #20632d;
    top: 36px;
    left: -15px;
    width: calc(100% + 30px);
    max-width: 800px;
    text-align: center;
  }
}

.playbutton-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  cursor: pointer;
}
.playbutton-wrapper .information {
  position: absolute;
  top: calc(50% + 75px);
  left: 0;
  width: 400px;
  max-width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 calc(50% - 200px);
}
@media screen and (max-width: 992px) {
  .playbutton-wrapper .information {
    margin: 0;
    font-size: 80%;
    top: auto;
    bottom: 0;
  }
}

.playbutton {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% + 20px);
  cursor: pointer;
}
.playbutton:hover span, .playbutton:focus span {
  border-left: 40px solid rgb(255, 255, 255);
}
.playbutton:hover span:before, .playbutton:focus span:before {
  border: 7px solid rgb(255, 255, 255);
}
.playbutton span {
  border-top: 25px solid transparent;
  border-left: 40px solid rgba(255, 255, 255, 0.9);
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  background-clip: padding-box;
}
.playbutton span:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  bottom: -50px;
  right: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.9);
}

.contentelement ul {
  margin-left: 20px;
}
.contentelement ul li {
  list-style: disc;
}
.contentelement .download-list {
  margin-left: 0;
}
.contentelement .download-list li {
  list-style: none;
}

.image-wrapper {
  position: relative;
}
@media screen and (min-width: 993px) {
  .image-wrapper {
    display: inline-block;
  }
}
.image-wrapper.videoelement {
  display: block;
}
.image-wrapper.img-top {
  margin-bottom: 6px;
}
@media screen and (min-width: 993px) {
  .image-wrapper.img-left {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  .image-wrapper.img-right {
    float: right;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .image-wrapper img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
.image-wrapper video {
  max-width: 100%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 992px) {
  .image-wrapper video {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
@media all and (-ms-high-contrast: none) {
  .image-wrapper video {
    width: 100%;
  }
}
.image-wrapper a:before {
  background: transparent;
  display: inline;
  padding: 0;
  margin: 0;
}
.image-wrapper .description-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .image-wrapper .description-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.image-wrapper .description-wrapper .description {
  width: 100%;
  height: 38px;
  margin-left: calc(38px - 100%);
}
.image-wrapper .description-wrapper .description.open span {
  background-size: 20px;
}
.image-wrapper .description-wrapper .description p {
  margin-bottom: 0;
  float: left;
  width: calc(100% - 38px);
  position: relative;
  color: #fff;
  background-color: rgba(32, 99, 45, 0.7);
  font-size: 80%;
  padding-top: 10px;
  padding-bottom: 6px;
}
.image-wrapper .description-wrapper .description .close {
  content: "";
  background: url("../Icons/close_weiss.svg") no-repeat center center rgba(32, 99, 45, 0.7);
  background-size: 30% !important;
  position: absolute;
  top: 0;
  left: -38px;
  padding: 19px;
  cursor: pointer;
}
.image-wrapper .description-wrapper .description .open-button {
  position: relative;
  margin: 3px;
  float: left;
  background-size: 8px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(32, 99, 45, 0.7);
  background-clip: padding-box;
}
.image-wrapper .description-wrapper .description .open-button:after {
  content: "i";
  color: #20632d;
  font-size: 160%;
  font-weight: 500;
  position: absolute;
  top: 5px;
  left: 10px;
}

.source-wrapper {
  font-style: italic;
  font-size: 80%;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 10px;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 2;
}

.source {
  display: block;
  color: #fff;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.source.copyright-black {
  color: #000;
}

.video-wrapper {
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .video-wrapper {
    msax-width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .video-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.iframe-warning {
  background: #e5e5e5;
  position: relative;
  cursor: pointer;
  max-width: 100%;
}
.iframe-warning:before {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  color: #20632d;
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .iframe-warning:before {
    font-size: 150%;
  }
}
.iframe-warning:after {
  position: absolute;
  top: calc(10% + 200px);
  left: 10%;
  width: 80%;
  font-size: 140%;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .iframe-warning:after {
    font-size: 100%;
  }
}

html:lang(en) .iframe-warning:before {
  content: "Would you like to see third-party content and features?";
}
html:lang(en) .iframe-warning:after {
  content: "You can find more information in our privacy policy.";
}

html:lang(de) .iframe-warning:before {
  content: "Möchten Sie Inhalte und Funktionen von Drittanbietern anschauen?";
}
html:lang(de) .iframe-warning:after {
  content: "Weitere Informationen finden Sie in unserer Datenschutzerklärung.";
}

@media screen and (min-width: 993px) {
  .infobox {
    padding: 60px 0;
    position: relative;
  }
}
@media screen and (min-width: 993px) {
  .infobox .calculatorbox {
    position: absolute;
    top: -20px;
    left: calc(50% - 170px);
    width: 340px;
    height: 340px;
    -webkit-border-radius: 15px 50%;
    -moz-border-radius: 15px 50%;
    border-radius: 15px 50%;
    background: url("../Icons/KK_Blatt.svg") no-repeat -18px 100px #20632d;
    background-size: 140%;
    z-index: 1;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .infobox .calculatorbox {
    transform: scale(0.9);
    top: calc(50% - 170px);
  }
}
@media screen and (max-width: 767px) {
  .infobox .calculatorbox {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 992px) {
  .infobox .calculatorbox {
    padding: 20px;
    background: url("../Icons/KK_Blatt.svg") no-repeat -50px bottom #20632d;
    background-size: 140%;
  }
}
.infobox .calculatorbox:before {
  content: "";
  background: url("../Icons/Fuss.svg") no-repeat center center;
  padding: 24px;
  margin: 10px 0;
  display: block;
}
.infobox .calculatorbox p {
  color: #fff;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 80%;
}
@media screen and (min-width: 993px) {
  .infobox .calculatorbox p {
    width: 70%;
  }
}
.infobox .calculatorbox a {
  font-size: 120%;
  font-weight: 500;
  width: 60%;
  margin: 0 auto 10px auto;
  display: block;
  color: #fff;
}
.infobox .calculatorbox a:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
  padding: 5px;
}
.infobox .calculatorbox form {
  width: 60%;
  margin: 0 auto;
}
.infobox .calculatorbox form label {
  display: inline;
  color: #fff;
}
.infobox .calculatorbox form input[type=number] {
  color: #20632d;
  font-weight: 700;
  text-align: right;
  width: 60px;
  padding: 4px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  -moz-box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  margin: 0 10px 6px 0;
}
.infobox .calculatorbox form input[type=submit] {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 4px 0;
}
.infobox .calculatorbox form p.submit {
  float: right;
  width: auto;
  position: relative;
}
.infobox .calculatorbox form p.submit span {
  background: url("../Icons/Linkpfeile_weiss.svg") no-repeat;
  position: absolute;
  top: calc(50% - 4px);
  left: -12px;
  padding: 4px;
}
.infobox .fundraisingbox-euro:before,
.infobox .fundraisingbox-ton:before {
  content: none !important;
}
.infobox .box {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .infobox .box {
    height: 300px;
  }
}
@media screen and (min-width: 993px) {
  .infobox .box.left-box {
    padding-right: 55px;
  }
  .infobox .box.left-box .info {
    padding: 10px 145px 10px 30px;
  }
  .infobox .box.left-box .source-wrapper {
    right: 190px;
  }
  .infobox .box.right-box {
    padding-left: 55px;
  }
  .infobox .box.right-box .info {
    padding: 10px 30px 10px 145px;
  }
  .infobox .box.right-box .source-wrapper {
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .infobox .box .source-wrapper {
    right: 40px;
  }
}
@media screen and (min-width: 993px) {
  .infobox .box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1201px) {
  .infobox .box img {
    width: 530px;
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .infobox .box img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .infobox .box img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
@media screen and (min-width: 993px) {
  .infobox .box .info {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1201px) {
  .infobox .box .info {
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .infobox .box .info {
    padding: 20px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .infobox .box .info {
    margin-left: -15px;
    width: 100%;
  }
}
.infobox .box .info h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 120%;
  line-height: 1.3;
}
@media screen and (min-width: 993px) {
  .infobox .box .info h3 {
    height: 43px;
  }
}
@media screen and (min-width: 1201px) {
  .infobox .box .info h3 {
    font-size: 150%;
    width: 355px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
  }
}
.infobox .box .info p {
  color: #fff;
  font-size: 80%;
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .infobox .box .info p {
    font-size: 80%;
  }
}
.infobox .box .info a {
  color: #fff;
  font-size: 80%;
}
.infobox .box .info a:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
}

.image-panel-wrapper .info, .infobox .info {
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(32, 99, 45, 0.7);
}

.linkbox .linkbox-wrapper {
  position: relative;
}
.linkbox .linkbox-wrapper a:before {
  content: none;
  padding: 0;
  margin: 0;
}
.linkbox .linkbox-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .linkbox .linkbox-wrapper img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
.linkbox .linkbox-wrapper img.bgcolor1 {
  background-color: #568351;
}
.linkbox .linkbox-wrapper img.bgcolor2 {
  background-color: #6e9064;
}
.linkbox .linkbox-wrapper img.bgcolor3 {
  background-color: #859f79;
}
.linkbox .linkbox-wrapper img.bgcolor4 {
  background-color: #9aae8f;
}
.linkbox .linkbox-wrapper img.bgcolor5 {
  background-color: #b1bfa6;
}
.linkbox .linkbox-wrapper img.bgcolor6 {
  background-color: #dde2d8;
}
.linkbox .linkbox-wrapper .overlay {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  background-color: rgba(32, 99, 45, 0.7);
  text-transform: uppercase;
  text-align: center;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .linkbox .linkbox-wrapper .overlay {
    width: calc(100% + 30px);
    left: -15px;
  }
}

@media screen and (min-width: 993px) {
  .gridelements .col-md-3 .linkbox .overlay {
    height: 84px;
  }
}

.contactbox {
  background-color: #20632d;
  padding: 14px 15px;
}
@media screen and (max-width: 992px) {
  .contactbox {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.contactbox h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contactbox h5 {
  color: #fff;
}
.contactbox .text {
  margin-top: 20px;
}
.contactbox .text p {
  color: #fff;
}
.contactbox .phone:before {
  content: "";
  background: url("../Icons/phone.svg") no-repeat left center;
  padding: 20px;
  margin-right: 10px;
}
.contactbox .email:before {
  content: "";
  background: url("../Icons/email.svg") no-repeat left center;
  padding: 10px;
  margin-left: 5px;
  margin-right: 26px;
}

.contactlist .contactperson {
  margin: 0 0 20px 0;
  float: left;
  text-align: center;
  perspective: 1000px;
  width: 100%;
  height: 370px;
  position: relative;
  /* back, initially hidden pane */
}
@media screen and (max-width: 767px) {
  .contactlist .contactperson {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media screen and (min-width: 768px) {
  .contactlist .contactperson {
    width: 33.3333%;
  }
}
@media screen and (min-width: 993px) {
  .contactlist .contactperson {
    width: 25%;
  }
}
@media screen and (min-width: 1201px) {
  .contactlist .contactperson {
    width: 20%;
  }
}
.contactlist .contactperson .hover-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: 1;
}
.contactlist .contactperson.flipped .hover-area {
  display: none;
}
.contactlist .contactperson.flipped .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.contactlist .contactperson.flipped .back > div {
  overflow-y: auto;
  height: 350px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .contactlist .contactperson:nth-of-type(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .contactlist .contactperson:nth-of-type(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1201px) {
  .contactlist .contactperson:nth-of-type(5n+1) {
    clear: both;
  }
}
.contactlist .contactperson .no-flipper {
  transform-style: preserve-3d;
}
.contactlist .contactperson .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.contactlist .contactperson .front, .contactlist .contactperson .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
}
.contactlist .contactperson .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.contactlist .contactperson .back {
  transform: rotateY(180deg);
  padding: 20px;
  overflow: hidden;
  border: 1px solid #e0ede1;
}
.contactlist .contactperson p {
  font-size: 80%;
  margin-bottom: 5px;
}
.contactlist .contactperson .position {
  line-height: 1.5;
  height: 34px;
}
.contactlist .contactperson a:before {
  content: none;
}
.contactlist .contactperson img {
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contactlist .contactperson .text h5 {
  text-transform: uppercase;
}

.newselement {
  margin-bottom: 30px;
}
@media screen and (min-width: 993px) {
  .newselement.main-element h4 {
    font-size: 140%;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.newselement.main-element .source-wrapper {
  bottom: 20px;
}
.newselement.main-element img {
  margin-bottom: 10px;
}
.newselement.main-element .date {
  margin-top: 6px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .newselement .source-wrapper {
    bottom: 20px;
  }
}
.newselement img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .newselement img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-bottom: 10px;
  }
}
.newselement .date {
  font-size: 90%;
  color: #20632d;
  margin-bottom: 6px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .newselement h4 {
    font-weight: 700;
    text-transform: uppercase;
  }
}
.newselement p {
  color: #20632d;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .image-panel-wrapper {
    background-color: #20632d;
    padding: 0 30px;
  }
}
@media screen and (min-width: 993px) {
  .image-panel-wrapper {
    padding: 0 135px;
  }
}
@media screen and (min-width: 768px) {
  .image-panel-wrapper .image-panel {
    display: inline-block;
    width: 33.3333%;
  }
}
@media screen and (min-width: 1201px) {
  .image-panel-wrapper .image-panel {
    width: 300px;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .image-panel-wrapper .image-panel {
    border-bottom: 1px solid #20632d;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.image-panel-wrapper .image-panel img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .image-panel-wrapper .image-panel img {
    display: none;
  }
}
.image-panel-wrapper .image-panel .info {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .image-panel-wrapper .image-panel .info {
    width: calc(33.3333% - 30px);
    height: 62px;
    padding: 10px;
    top: calc(100% - 62px);
    bottom: auto;
  }
}
@media screen and (min-width: 993px) {
  .image-panel-wrapper .image-panel .info {
    width: calc(33.3333% - 75px);
    height: 62px;
    padding: 10px;
    top: calc(100% - 62px);
    bottom: auto;
  }
}
@media screen and (min-width: 1201px) {
  .image-panel-wrapper .image-panel .info {
    width: 300px;
    height: 82px;
    padding: 20px;
    top: 348px;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .image-panel-wrapper .image-panel .info {
    position: relative;
    background-color: transparent;
  }
}
.image-panel-wrapper .image-panel .info.active-panel span {
  background-image: url("../Icons/close_weiss.svg");
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .image-panel-wrapper .image-panel .info.active-panel span {
    background-image: url("../Icons/close_gruen.svg");
  }
}
.image-panel-wrapper .image-panel .info.no-text p {
  display: none;
}
.image-panel-wrapper .image-panel .info p {
  color: #20632d;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 768px) {
  .image-panel-wrapper .image-panel .info p {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .image-panel-wrapper .image-panel .info p {
    font-weight: 500;
  }
}
.image-panel-wrapper .image-panel .info p span {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 5px);
  padding: 8px;
  background: url("../Icons/Pfeil_nach_unten_gruen.svg") no-repeat center center;
}
@media screen and (min-width: 768px) {
  .image-panel-wrapper .image-panel .info p span {
    background: url("../Icons/Pfeil_nach_unten_weiss.svg") no-repeat center center;
  }
}
.image-panel-wrapper .image-panel .text {
  margin-bottom: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .image-panel-wrapper .image-panel .text {
    position: absolute;
    left: 45px;
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 993px) {
  .image-panel-wrapper .image-panel .text {
    left: 150px;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .image-panel-wrapper .image-panel .text {
    margin-top: 40px;
  }
}
.image-panel-wrapper .image-panel .text h4 {
  margin: 25px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .image-panel-wrapper .image-panel .text.open {
    display: block;
  }
}

.card {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .card {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .card {
    background-color: #20632d;
    margin-top: -1px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .card img {
    width: 347px;
    height: auto;
  }
}
@media screen and (min-width: 993px) {
  .card img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .card img {
    display: none;
  }
}
.card .text {
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .card .text {
    position: absolute;
    bottom: -300px;
    width: 100%;
    height: 380px;
    background-color: rgba(32, 99, 45, 0.7);
    cursor: pointer;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .card .text {
    width: 347px;
    height: 489px;
    bottom: -410px;
  }
}
.card .text.open {
  bottom: 0;
}
.card .text.open h5:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .card .text > div {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .card .text > div .card-info-text {
    display: none;
  }
  .card .text > div .card-info-text.open {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 993px) {
  .card .text > div .scrollarea {
    height: 240px;
    overflow-y: auto;
  }
}
.card .text h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .card .text h5 {
    font-weight: 500;
  }
}
.card .text h5:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 5px);
  background: url("../Icons/Pfeil_nach_unten_weiss.svg") no-repeat center center;
  padding: 8px;
}
.card .text h5.active-head:after {
  background: url("../Icons/close_weiss.svg") no-repeat center center;
}
.card .text h3 {
  color: #fff;
  line-height: 1.7em;
}
.card .text p {
  color: #fff;
}
.card .text a {
  color: #fff;
}
.card .text a:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
}
@media screen and (min-width: 768px) {
  .card .text span {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 6px);
    padding: 6px;
    background: url("../Icons/close_weiss.svg") no-repeat center center;
  }
}

.parallax-element {
  overflow: hidden;
}

.tiles {
  position: relative;
}
.tiles .col-md-6 {
  margin-bottom: 30px;
}
.tiles a:before {
  content: none;
}
.tiles img {
  width: 100%;
}
.tiles span {
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 0;
  padding: 20px 50px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: rgba(32, 99, 45, 0.7);
}

.gallery .col-md-3 {
  margin-bottom: 30px;
}
.gallery .gallery-element {
  position: relative;
  border: 1px solid #e0ede1;
  background-clip: padding-box;
  padding: 20px;
  height: 120px;
}
.gallery .gallery-element:not(.svg) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .gallery .gallery-element:hover .gallery-element-overlay {
    display: block;
  }
}
.gallery .gallery-element .image-wrapper {
  height: 80px;
  display: block;
}
.gallery .gallery-element .image-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 80px;
  min-width: 80%;
  width: auto;
}
@media all and (-ms-high-contrast: none) {
  .gallery .gallery-element .image-wrapper img {
    width: 100%;
  }
}
.gallery a:before {
  content: none;
}

.gallery-element-overlay {
  display: none;
  position: absolute;
  top: -50px;
  left: -1px;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #e0ede1;
  padding: 20px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .gallery-element-overlay.open {
    display: block;
  }
  .gallery-element-overlay > span {
    padding: 20px;
    background: url("../Icons/close_gruen.svg") no-repeat top right;
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: 50%;
  }
}
.gallery-element-overlay img {
  width: 40%;
  margin-bottom: 20px;
}
.gallery-element-overlay a:before {
  content: "";
  background: url("../Icons/Linkpfeile_gruen.svg") no-repeat;
  display: inline-block;
  padding: 4px;
  margin-right: 4px;
}

.worldmap .countries {
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 15px;
}
.worldmap .countries svg {
  width: 100%;
  height: 100%;
}
.worldmap .countries svg path {
  cursor: pointer;
  fill: #80b992 !important;
}
.worldmap .countries svg path.active, .worldmap .countries svg path:hover, .worldmap .countries svg path:focus {
  fill: #20632d !important;
}

.filter .filter-wrapper {
  background-color: #20632d;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .filter .filter-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.filter .filter-wrapper form {
  width: auto;
  margin: 0;
}
.filter .filter-label {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .filter .filter-label {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .filter .filter-label {
    display: inline-block;
    width: 16%;
    margin-right: 4%;
    margin-bottom: 0;
  }
}
.filter .select-wrapper {
  color: #20632d;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.filter .select-wrapper ul li {
  display: none;
}
.filter .select-wrapper ul li:first-of-type {
  display: block;
}

.projectfilter .select-wrapper {
  height: 20px;
}
@media screen and (max-width: 767px) {
  .projectfilter .select-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .projectfilter .select-wrapper {
    width: 38%;
  }
  .projectfilter .select-wrapper:first-of-type {
    margin-right: 3%;
  }
}

.projects > div > .row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.projects > div > .row > .col-md-4 {
  margin-bottom: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .projects > div > .row > .col-md-4 {
    border-right: 1px solid #20632d;
  }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .projects > div > .row > .col-md-4:nth-of-type(2n) {
    border-right: 0;
  }
}
@media screen and (min-width: 993px) {
  .projects > div > .row > .col-md-4:nth-of-type(3n) {
    border-right: 0;
  }
}
.projects .source-wrapper {
  bottom: 30px;
}
.projects h3 a:before {
  content: none;
  padding: 0;
}

.country-information {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.country-information.open-popup {
  display: block;
}
.country-information .background-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.country-information .container-small {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(32, 99, 45, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(32, 99, 45, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(32, 99, 45, 0.75);
}
@media screen and (max-width: 992px) {
  .country-information .container-small {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.country-information .container-small .close {
  float: right;
  margin-top: -20px;
  margin-right: -10px;
}
.country-information .container-small .close a {
  padding: 0 0 10px 10px;
}
.country-information .container-small .close a:before {
  background-image: url(../Icons/close_gruen.svg);
  padding: 6px;
}
.country-information .container-small .col-md-3 img {
  width: 100%;
}

.project .row {
  margin-bottom: 10px;
  min-height: 44px;
}
.project img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .project img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
.project h3 {
  color: #20632d;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.project .col-xs-4 {
  text-align: right;
  color: #20632d;
  font-weight: 500;
}
.project .col-xs-4 img {
  width: 30px;
  margin: 10px auto;
  display: block;
}
.project .col-xs-8 {
  color: #20632d;
}
.project .submit-link {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .project .submit-link {
    width: calc(100% - 30px);
  }
}

.project-info h3 {
  color: #20632d;
  margin-bottom: 5px;
  text-align: center;
}
.project-info p {
  text-align: center;
}
.project-info .icons {
  width: 390px;
  margin: 0 auto;
}
.project-info .icons .icon-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
}
.project-info .icons .icon-wrapper img {
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
}
.project-info .icons .icon-wrapper:hover img {
  width: 100px;
  height: 100px;
}

.icon-wrapper {
  width: 43px;
  height: 43px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .icon-wrapper:nth-of-type(5n+5) {
    margin-right: 0 !important;
  }
}
.icon-wrapper:hover img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 83px;
  height: 83px;
  max-width: none;
  z-index: 1;
}
.icon-wrapper img {
  margin-bottom: 0;
  width: 43px;
  height: 43px;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.2s;
}

.featherlight .featherlight-content {
  max-width: 90%;
}

header {
  padding: 10px;
  -webkit-box-shadow: 0px 4px 23px -7px rgb(51, 51, 51);
  -moz-box-shadow: 0px 4px 23px -7px rgb(51, 51, 51);
  box-shadow: 0px 4px 23px -7px rgb(51, 51, 51);
  border-top: 4px solid #20632d;
  position: relative;
  background-color: #fff;
  z-index: 31;
}
@media screen and (max-width: 1200px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header .logo {
  float: left;
  padding: 20px 0;
  position: relative;
  z-index: 20;
}
header .logo a:before {
  content: none;
}
header .logo img {
  height: 60px;
  width: auto;
}
header nav a:before {
  content: none;
}
header nav a.active, header nav a:hover, header nav a:focus {
  color: #050505;
}
header nav a.active:before, header nav a:hover:before, header nav a:focus:before {
  content: none;
}
header .navigation-wrapper {
  float: right;
}
header .navigation-wrapper .metanav {
  text-align: right;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .metanav {
    display: none;
  }
}
header .navigation-wrapper .metanav ul li {
  display: inline-block;
  font-size: 90%;
}
header .navigation-wrapper .metanav ul li:after {
  content: "|";
  font-size: 80%;
  color: #20632d;
  padding-left: 8px;
}
header .navigation-wrapper .metanav ul li:last-of-type:after {
  content: "";
}
header .navigation-wrapper .metanav ul li.rechner a {
  color: #fff;
  background-color: #20632d;
}
header .navigation-wrapper .metanav ul li.login a:after {
  content: "";
  background: url("../Icons/Kundenbereich.svg") no-repeat right bottom;
  position: absolute;
  padding: 5px;
  margin: 5px 0 0 5px;
}
header .navigation-wrapper .metanav ul li.newsletter a {
  background: #20632d;
  color: #fff;
  margin: 0 10px;
}
header .navigation-wrapper .metanav ul li.newsletter a:after {
  background: url("../Icons/Newsletter.svg") no-repeat right bottom;
  position: absolute;
  padding: 6px;
  margin: 3px 0 0 5px;
}
header .navigation-wrapper .metanav ul li.language {
  color: rgba(5, 5, 5, 0.3);
  padding-left: 4px;
}
header .navigation-wrapper .metanav ul li.language a {
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
header .navigation-wrapper .metanav ul li.language a:empty {
  display: none;
}
header .navigation-wrapper .metanav ul li.language span.active {
  color: #20632d;
  position: relative;
  padding-left: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
header .navigation-wrapper .metanav ul li.language span.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 14px;
  display: block;
  border: 1px solid #20632d;
}
header .navigation-wrapper .metanav ul li.search a:after {
  content: "";
  background: url("../Icons/Suche.svg") no-repeat right bottom;
  position: absolute;
  padding: 6px;
  margin: 4px 0 0 0;
}
header .navigation-wrapper .metanav ul li a {
  padding: 6px 16px;
}
header .navigation-wrapper .mainnav {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 120px;
    margin-top: 0;
  }
}
header .navigation-wrapper .mainnav .mobile-nav-icon {
  display: none;
  cursor: pointer;
  z-index: 50;
}
header .navigation-wrapper .mainnav .mobile-nav-icon.open span {
  background-color: #fff;
}
header .navigation-wrapper .mainnav .mobile-nav-icon.open span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 12px;
  margin-bottom: -4px;
}
header .navigation-wrapper .mainnav .mobile-nav-icon.open span:nth-of-type(2) {
  display: none;
}
header .navigation-wrapper .mainnav .mobile-nav-icon.open span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav .mobile-nav-icon {
    position: absolute;
    top: 60px;
    right: 6px;
    display: block;
  }
}
header .navigation-wrapper .mainnav .mobile-nav-icon span {
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 8px;
  background: #20632d;
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav > ul {
    position: relative;
    width: 102vw;
    height: 100vh;
    margin-left: calc(100% + 30px);
    padding-top: 15vh;
    background-color: #20632d;
    -webkit-transition: margin-left 1s;
    -moz-transition: margin-left 1s;
    -ms-transition: margin-left 1s;
    -o-transition: margin-left 1s;
    transition: margin-left 1s;
    z-index: 40;
  }
  header .navigation-wrapper .mainnav > ul.open {
    margin-left: -15px;
  }
}
header .navigation-wrapper .mainnav > ul li {
  display: inline-block;
  font-size: 120%;
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav > ul li {
    display: block;
    text-align: center;
  }
  header .navigation-wrapper .mainnav > ul li.active {
    background: linear-gradient(180deg, #fff 42px, #20632d 0, #20632d 100%);
  }
  header .navigation-wrapper .mainnav > ul li.active.has-sub span {
    background-image: url("../Icons/Pfeil_nach_unten_gruen.svg");
  }
  header .navigation-wrapper .mainnav > ul li.active.has-sub span.active {
    background-image: url("../Icons/close_gruen.svg");
  }
  header .navigation-wrapper .mainnav > ul li.active > a {
    color: #20632d;
  }
  header .navigation-wrapper .mainnav > ul li.has-sub span {
    padding: 6px 16px;
    background: url("../Icons/Pfeil_nach_unten_weiss.svg") no-repeat right 6px;
    background-size: 80%;
  }
  header .navigation-wrapper .mainnav > ul li.has-sub span.active {
    background-image: url("../Icons/close_weiss.svg");
    background-size: 50%;
  }
  header .navigation-wrapper .mainnav > ul li.language a:empty {
    display: none !important;
  }
}
header .navigation-wrapper .mainnav > ul li:after {
  content: "|";
  color: rgba(32, 99, 45, 0.6);
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav > ul li:after {
    content: none;
  }
}
header .navigation-wrapper .mainnav > ul li:nth-last-of-type(2):after, header .navigation-wrapper .mainnav > ul li:last-of-type:after {
  content: "";
}
header .navigation-wrapper .mainnav > ul li:nth-last-of-type(2) a, header .navigation-wrapper .mainnav > ul li:last-of-type a {
  padding-right: 0;
}
header .navigation-wrapper .mainnav > ul li a {
  padding: 12px 20px 32px 20px;
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav > ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 0 8px 0;
    display: inline-block;
  }
}
header .navigation-wrapper .mainnav > ul li a + span + ul.open-nav {
  display: block;
}
header .navigation-wrapper .mainnav > ul li ul:hover, header .navigation-wrapper .mainnav > ul li ul:focus {
  display: block;
}
@media screen and (min-width: 1201px) {
  header .navigation-wrapper .mainnav > ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    background-color: #fff;
    padding: 0 20px;
    z-index: 20;
  }
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav > ul li ul.open li {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  header .navigation-wrapper .mainnav > ul li ul li {
    width: 25%;
    font-size: 90%;
    float: left;
    text-align: center;
    padding: 0;
    position: relative;
  }
  header .navigation-wrapper .mainnav > ul li ul li:after {
    position: absolute;
    top: calc(50% - 10px);
    right: -4px;
  }
  header .navigation-wrapper .mainnav > ul li ul li:nth-last-of-type(2):after {
    content: "|";
  }
  header .navigation-wrapper .mainnav > ul li ul li:first-of-type:before {
    content: none;
  }
  header .navigation-wrapper .mainnav > ul li ul li:nth-of-type(4n+4):after {
    content: none;
  }
  header .navigation-wrapper .mainnav > ul li ul li:nth-child(n+5) a {
    border-top: 1px solid #20632d;
  }
  header .navigation-wrapper .mainnav > ul li ul li a {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 22px 12px !important;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 1200px) {
  header .navigation-wrapper .mainnav > ul li ul li {
    font-size: 70%;
    display: none;
  }
  header .navigation-wrapper .mainnav > ul li ul li a {
    color: #80a377;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  header .navigation-wrapper .mainnav > ul li ul li a {
    padding: 0;
  }
}

.mobile-metanav {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile-metanav {
    display: block;
    width: 100%;
    position: absolute;
    top: 1vh;
    padding: 0 15px;
    left: 0;
  }
  .mobile-metanav ul {
    width: 325px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mobile-metanav ul li {
    display: inline-block !important;
    padding: 0 25px 0 15px;
    float: left;
  }
  .mobile-metanav ul li:first-of-type a:before {
    content: none;
  }
  .mobile-metanav ul li a {
    text-align: left;
    display: block !important;
    position: relative;
    padding: 10px 0 !important;
  }
  .mobile-metanav ul li a:before {
    content: "|";
    padding: 0;
    position: absolute;
    top: 10px;
    left: -10px;
    background: none;
  }
  .mobile-metanav ul li.login a:after {
    content: "";
    background: url(../Icons/Kundenbereich_weiss.svg) no-repeat right bottom;
    position: absolute;
    padding: 8px;
    margin: 1px 0 0 5px;
  }
  .mobile-metanav ul li.newsletter a:after {
    content: "";
    background: url("../Icons/Newsletter_weiss.svg") no-repeat right bottom;
    position: absolute;
    padding: 8px;
    margin: 0 0 0 5px;
  }
  .mobile-metanav ul li.language {
    position: relative;
  }
  .mobile-metanav ul li.language span {
    position: absolute;
    top: 10px;
    right: 8px;
    color: #80a377;
  }
  .mobile-metanav ul li.search a:after {
    content: "";
    background: url("../Icons/Suche_weiss.svg") no-repeat right bottom;
    position: absolute;
    padding: 8px;
    margin: 0 0 0 0;
  }
  .mobile-metanav ul li a {
    color: #fff !important;
    text-transform: none !important;
    font-weight: 400 !important;
  }
}

body.de header .navigation-wrapper .mainnav > ul li a {
  padding: 12px 10px 32px 10px;
}
body.de .calculatorbox:before {
  margin-top: 3em;
}
body.de .calculatorbox-wrapper {
  margin-top: 1em;
}

.item {
  position: relative;
}

[id*=slider-] {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  [id*=slider-] {
    display: none;
  }
}
[id*=slider-].content-size .imgtext {
  bottom: 0;
  min-height: 164px;
}
[id*=slider-].content-size .imgtext p {
  font-size: 110%;
}
[id*=slider-].content-size .imgtext a {
  font-size: 100%;
  margin: 0 0 20px 0;
  display: inline-block;
}
[id*=slider-].content-size .imgtext a:hover {
  text-decoration: underline;
}
[id*=slider-].content-size .slick-dots {
  bottom: 5px;
}
[id*=slider-] .slides {
  margin-bottom: -1px;
  border-bottom: 8px solid #20632d;
}
[id*=slider-] img {
  width: 100%;
  height: auto;
}
[id*=slider-] .imgtext {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  background: linear-gradient(to right, transparent, rgba(32, 99, 45, 0.8), transparent);
  text-align: center;
  padding: 15px 0 30px 0;
}
[id*=slider-] .imgtext h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
[id*=slider-] .imgtext p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 90%;
}
[id*=slider-] .imgtext a {
  color: #fff;
  font-size: 80%;
}
[id*=slider-] .imgtext a:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
}
[id*=slider-] .slick-arrow {
  position: absolute;
  bottom: 65px;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(32, 99, 45, 0.8);
  text-indent: -9999px;
  z-index: 1;
}
[id*=slider-] .slick-arrow.slick-prev {
  left: calc(50% - 600px);
}
@media screen and (min-width: 768px) {
  [id*=slider-] .slick-arrow.slick-prev {
    left: 30px;
  }
}
[id*=slider-] .slick-arrow.slick-prev:after {
  content: "";
  background: url("../Icons/Pfeil_nach_links_weiss.svg") no-repeat center center;
  padding: 10px;
  display: block;
  margin: -20px 0 0 -5px;
}
[id*=slider-] .slick-arrow.slick-next {
  right: calc(50% - 600px);
}
@media screen and (min-width: 768px) {
  [id*=slider-] .slick-arrow.slick-next {
    right: 30px;
  }
}
[id*=slider-] .slick-arrow.slick-next:after {
  content: "";
  background: url("../Icons/Pfeil_nach_rechts_weiss.svg") no-repeat center center;
  padding: 10px;
  display: block;
  margin: -20px -5px 0 0;
}
[id*=slider-] .slick-dots {
  position: absolute;
  left: 30%;
  width: 40%;
  bottom: 14px;
  margin-left: 0;
  text-align: center;
}
[id*=slider-] .slick-dots li {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
[id*=slider-] .slick-dots li.slick-active {
  background-color: #fff;
}

.slick-disabled {
  display: none !important;
}

.parallax-slider {
  border-bottom: none;
  display: block;
}
.parallax-slider .tip {
  margin: 20px auto;
  padding: 30px;
  background-color: rgba(32, 99, 45, 0.7);
}
@media screen and (min-width: 768px) {
  .parallax-slider .tip {
    width: 70%;
  }
}
@media screen and (min-width: 993px) {
  .parallax-slider .tip {
    width: 50%;
    margin: 50px auto;
  }
}
.parallax-slider .tip h3 {
  color: #fff;
  font-size: 140%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center;
}
.parallax-slider .tip div {
  padding: 10px 20px;
  border-left: 1px solid #fff;
  position: relative;
  color: #fff;
  margin-left: 40px;
}
@media screen and (min-width: 993px) {
  .parallax-slider .tip div {
    margin-left: 120px;
  }
}
.parallax-slider .tip div:before {
  content: "";
  background: url("../Icons/Gluehlampe.svg") no-repeat center center;
  position: absolute;
  padding: 30px;
  top: calc(50% - 30px);
  left: -65px;
}
@media screen and (min-width: 993px) {
  .parallax-slider .tip div:before {
    padding: 40px;
    top: calc(50% - 40px);
    left: -110px;
  }
}
.parallax-slider .tip a {
  color: #fff;
  display: block;
  margin-top: -10px;
  margin-left: 60px;
}
@media screen and (min-width: 993px) {
  .parallax-slider .tip a {
    margin-left: 140px;
  }
}
.parallax-slider .tip a:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
}
.parallax-slider .slick-arrow {
  top: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .parallax-slider .slick-arrow {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .partner-slider {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 993px) {
  .partner-slider .slick-track .slick-slide:first-of-type img {
    padding-left: 0;
  }
}
.partner-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(32, 99, 45, 0.8);
  text-indent: -9999px;
  z-index: 1;
}
.partner-slider .slick-arrow.slick-prev {
  left: -30px;
}
.partner-slider .slick-arrow.slick-prev:after {
  content: "";
  background: url("../Icons/Pfeil_nach_links_weiss.svg") no-repeat center center;
  padding: 10px;
  display: block;
  margin: -20px 0 0 -5px;
}
.partner-slider .slick-arrow.slick-next {
  right: -30px;
}
.partner-slider .slick-arrow.slick-next:after {
  content: "";
  background: url("../Icons/Pfeil_nach_rechts_weiss.svg") no-repeat center center;
  padding: 10px;
  display: block;
  margin: -20px -5px 0 0;
}

.popup-slider {
  border-bottom: 0;
  margin-top: 40px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .popup-slider {
    width: 90%;
    margin: 0 auto;
  }
}
.popup-slider h2 {
  margin-top: 20px;
}
.popup-slider .slick-arrow {
  top: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .popup-slider .slick-arrow {
    background-color: rgba(32, 99, 45, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .popup-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .popup-slider .slick-arrow.slick-prev {
    left: -45px;
  }
}
@media screen and (min-width: 993px) {
  .popup-slider .slick-arrow.slick-prev {
    left: calc(50% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .popup-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .popup-slider .slick-arrow.slick-next {
    right: -45px;
  }
}
@media screen and (min-width: 993px) {
  .popup-slider .slick-arrow.slick-next {
    right: calc(50% - 400px);
  }
}

.testimonial-slider {
  width: 900px;
  margin: 0 auto 0 auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .testimonial-slider {
    width: 100%;
    padding-left: calc(50% - 400px);
    padding-right: calc(50% - 400px);
  }
}
@media screen and (max-width: 992px) {
  .testimonial-slider {
    padding-left: calc(50% - 188px);
    padding-right: calc(50% - 188px);
  }
}
@media screen and (max-width: 767px) {
  .testimonial-slider {
    padding-left: calc(50% - 100px);
    padding-right: calc(50% - 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-slider .col-sm-6:nth-of-type(2n+1) {
    clear: none;
  }
}
.testimonial-slider .card {
  height: 380px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .testimonial-slider .card {
    height: 340px;
  }
}
@media screen and (max-width: 992px) {
  .testimonial-slider .card {
    height: 488px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-slider .card {
    height: 360px;
  }
}
.testimonial-slider .card .image-wrapper img {
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .testimonial-slider .text {
    position: absolute;
    bottom: -300px;
    width: 100%;
    height: 380px;
    background-color: rgba(32, 99, 45, 0.7);
    cursor: pointer;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
  }
  .testimonial-slider .text > div .card-info-text {
    display: block;
  }
  .testimonial-slider .text > div .card-info-text .scrollarea {
    height: 278px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-slider .text.open {
    bottom: -20px;
  }
  .testimonial-slider .text.open h5:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 5px);
    padding: 8px;
    background: url("../Icons/close_weiss.svg") no-repeat center center;
  }
}
.testimonial-slider .slick-arrow {
  top: calc(50% - 20px);
  bottom: auto;
}
.testimonial-slider .slick-arrow.slick-prev {
  left: -105px;
}
@media screen and (max-width: 1200px) {
  .testimonial-slider .slick-arrow.slick-prev {
    left: 30px;
  }
}
.testimonial-slider .slick-arrow.slick-next {
  right: -105px;
}
@media screen and (max-width: 1200px) {
  .testimonial-slider .slick-arrow.slick-next {
    right: 30px;
  }
}

.gridelements {
  background-size: 100%;
}
.gridelements.background-color1 {
  padding-top: 20px;
  background-color: #dde2d8;
  margin-bottom: 20px;
}
.gridelements.background-color2 {
  padding-top: 20px;
  background-color: #b1bfa6;
  margin-bottom: 20px;
}
.gridelements.background-color3 {
  padding-top: 20px;
  background-color: #9aae8f;
  margin-bottom: 20px;
}
.gridelements.with-bgimage {
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .gridelements.with-bgimage {
    background-size: auto 100%;
  }
}
.gridelements.with-bgimage > .container > .row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.gridelements.with-bgimage > .container > .row > .col-md-6 {
  margin-bottom: 0;
}
.gridelements.with-bgimage > .container > .row > .col-md-6 > section {
  height: calc(100% - 80px);
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(32, 99, 45, 0.7);
}
.gridelements.with-bgimage > .container > .row > .col-md-6 > section h1, .gridelements.with-bgimage > .container > .row > .col-md-6 > section h2, .gridelements.with-bgimage > .container > .row > .col-md-6 > section h3, .gridelements.with-bgimage > .container > .row > .col-md-6 > section h4, .gridelements.with-bgimage > .container > .row > .col-md-6 > section h5, .gridelements.with-bgimage > .container > .row > .col-md-6 > section h6, .gridelements.with-bgimage > .container > .row > .col-md-6 > section p, .gridelements.with-bgimage > .container > .row > .col-md-6 > section a, .gridelements.with-bgimage > .container > .row > .col-md-6 > section a:hover, .gridelements.with-bgimage > .container > .row > .col-md-6 > section a:focus {
  color: #fff;
  text-align: center;
}
.gridelements.with-bgimage > .container > .row > .col-md-6 > section a:before, .gridelements.with-bgimage > .container > .row > .col-md-6 > section a:hover:before, .gridelements.with-bgimage > .container > .row > .col-md-6 > section a:focus:before {
  background: url("../Icons/Linkpfeile_weiss.svg");
}
.gridelements.with-bgimage > .container > .row > .col-md-6 > section .download-list {
  min-height: 160px;
  border-left: 1px solid #fff;
  margin-top: 40px;
  margin-left: 140px;
  padding: 20px 0 20px 40px;
}
.gridelements.with-bgimage > .container > .row > .col-md-6 > section .download-list:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  background: url("../Icons/download.svg") no-repeat left center;
  padding: 50px;
}
.gridelements > .container > .row > .col-xs-12 {
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .gridelements > .container > .row .col-md-6:nth-of-type(odd) {
    clear: both;
  }
}

.accordion {
  margin-top: 1px;
}
.accordion .accordion-head {
  color: #20632d;
  padding: 10px;
  cursor: pointer;
  border-top: 1px solid #20632d;
  border-bottom: 1px solid #20632d;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .accordion .accordion-head {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.accordion .accordion-head.headline-active {
  color: #fff;
  background-color: #20632d;
}
.accordion .accordion-head.headline-active span:before {
  -webkit-transform: rotate(90deg) skewX(-45deg);
  -moz-transform: rotate(90deg) skewX(-45deg);
  -ms-transform: rotate(90deg) skewX(-45deg);
  -o-transform: rotate(90deg) skewX(-45deg);
  transform: rotate(90deg) skewX(-45deg);
  background-color: #fff;
  top: 8px;
  right: 17px;
}
.accordion .accordion-head.headline-active span:after {
  -webkit-transform: rotate(90deg) skewX(45deg);
  -moz-transform: rotate(90deg) skewX(45deg);
  -ms-transform: rotate(90deg) skewX(45deg);
  -o-transform: rotate(90deg) skewX(45deg);
  transform: rotate(90deg) skewX(45deg);
  background-color: #fff;
  top: 8px;
  right: 10px;
}
.accordion .accordion-head p {
  margin-bottom: 0;
  position: relative;
}
.accordion .accordion-head span:before {
  content: "";
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  display: block;
  width: 3px;
  height: 7px;
  background-color: #20632d;
  position: absolute;
  top: 5px;
  right: 14px;
}
.accordion .accordion-head span:after {
  content: "";
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  display: block;
  width: 3px;
  height: 7px;
  background-color: #20632d;
  position: absolute;
  top: 12px;
  right: 14px;
}
.accordion .accordion-body {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .accordion .accordion-body {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.accordion .accordion-body .big {
  font-size: 120%;
}

footer {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
footer .to-top {
  position: absolute;
  top: 44px;
  right: calc(50% - 585px);
  font-size: 90%;
  z-index: 9;
}
footer .to-top a {
  background: url("../Icons/Pfeil_nach_oben_gruen.svg") no-repeat right 5px;
  background-size: 15%;
  padding: 5px 30px 5px 20px;
}
footer .to-top a:before {
  content: none;
}
@media screen and (max-width: 1200px) {
  footer .to-top {
    position: fixed;
    right: 20px;
    top: 85vh;
  }
  footer .to-top a {
    font-size: 0;
    padding: 20px;
    background: url("../Icons/Pfeil_nach_oben_weiss.svg") no-repeat center 12px rgba(32, 99, 45, 0.7);
    background-size: 70%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
footer .partner {
  background-color: #e5e8db;
  padding: 30px 0;
  margin: 0;
}
footer .partner a:before {
  content: none;
}
footer .partner img {
  height: 50px;
  width: auto;
  padding: 0 14px;
}
@media screen and (max-width: 1200px) {
  footer .partner img {
    margin: 0 auto;
  }
}
footer .socials .centered-text h2 {
  margin: 60px 0 20px 0;
}
footer .socials .partner {
  background-color: transparent;
  padding: 10px 0;
}
@media screen and (min-width: 1201px) {
  footer .socials .partner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1201px) {
  footer .socials .partner .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footerbottom {
  color: #fff;
  background: #20632d;
  background-size: 100% 75%;
  padding: 40px 0 60px 0;
  margin: 0;
}
.footerbottom h3 {
  font-size: 140%;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footerbottom p {
  margin-bottom: 0;
  font-size: 80%;
}
.footerbottom a {
  color: #fff;
}
.footerbottom a:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
}
.footerbottom .copyright {
  font-size: 70%;
}
@media screen and (min-width: 768px) {
  .footerbottom .footernav {
    text-align: right;
  }
}
.footerbottom .footernav ul li {
  display: inline-block;
}
.footerbottom .footernav ul li:first-of-type a:before {
  content: none;
}
.footerbottom .footernav ul li a:before {
  content: "|";
  background: none;
}
.footerbottom .downloads .row {
  margin-bottom: 20px;
}

.sitemap {
  position: absolute;
  width: 100%;
  bottom: -70px;
  margin-bottom: 0;
  padding-bottom: 70px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .sitemap {
    display: none;
  }
}
.sitemap .sitemap-head {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.sitemap .sitemap-head .head-bg-wrapper {
  position: absolute;
  top: -80px;
  left: 10px;
  -webkit-transform: rotate(-41deg);
  -moz-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  -o-transform: rotate(-41deg);
  transform: rotate(-41deg);
  z-index: -1;
}
.sitemap .sitemap-head .head-bg-wrapper .head-bg {
  width: 180px;
  height: 178px; /* height = width * cos(deg) , deg = Gradzahl von Skew */
  background-color: #fff;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}
.sitemap .sitemap-head .head-bg-wrapper .head-bg span {
  background: url("../Icons/close_gruen.svg") no-repeat center center;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
}
.sitemap .sitemap-body {
  display: none;
  position: relative;
}
.sitemap .sitemap-body .row {
  margin-bottom: 0;
}
.sitemap .sitemap-body h5 {
  text-align: center;
  font-size: 120%;
  text-transform: uppercase;
  margin: 20px 0;
}
.sitemap .sitemap-body ul.sitemap-nav {
  display: table;
  width: 100%;
}
.sitemap .sitemap-body ul.sitemap-nav > li {
  display: table-cell;
}
.sitemap .sitemap-body ul.sitemap-nav > li:last-of-type > a {
  border-right: 1px solid #20632d;
}
.sitemap .sitemap-body ul.sitemap-nav > li > a {
  border-left: 1px solid #20632d;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.sitemap .sitemap-body ul.sitemap-nav > li > a:before {
  background-image: none;
}
.sitemap .sitemap-body ul.sitemap-nav > li ul {
  text-align: center;
}
.sitemap .sitemap-body ul.sitemap-nav > li ul li a:before {
  background-image: none;
}

.socials {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .socials {
    padding-top: 30px;
  }
}
.socials .shariff ul.orientation-horizontal {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .socials .shariff ul.orientation-horizontal {
    width: 100%;
  }
}
.socials .shariff ul.orientation-horizontal li {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .socials .shariff ul.orientation-horizontal li {
    width: calc(20% - 10px);
    min-width: calc(20% - 10px);
    max-width: calc(20% - 10px);
  }
}
.socials .shariff ul.orientation-horizontal li a span {
  display: block;
  margin: 0 auto;
}
.socials .shariff ul.orientation-horizontal li .share_text {
  text-indent: -9999px;
  font-size: 0;
  display: inline-block;
  height: 0;
}
.socials .shariff .shariff-button {
  border: none !important;
}
.socials .shariff .shariff-button a {
  color: #fff !important;
  background-color: #20632d !important;
}
.socials .shariff .shariff-button a:before {
  content: none;
}

.fa-facebook:before,
.fa-facebook-f:before {
  content: "\f09a";
  font-family: "FontAwesome";
}

.fa-twitter:before {
  content: "\f099";
  font-family: "FontAwesome";
}

.fa-google-plus:before {
  content: "\f0d5";
  font-family: "FontAwesome";
}

.fa-whatsapp:before {
  content: "\f232";
  font-family: "FontAwesome";
}

.fa-envelope:before {
  content: "\f0e0";
  font-family: "FontAwesome";
}

.fa-info:before {
  content: "\f129";
  font-family: "FontAwesome";
}

.fa-linkedin-in:before {
  content: "\f0e1";
  font-family: "FontAwesome";
}

.socials-label {
  color: #20632d;
  text-align: center;
  font-size: 90%;
}
@media screen and (min-width: 993px) {
  .socials-label {
    position: absolute;
    top: 14px;
    left: calc(50% - 300px);
  }
}

.print {
  text-align: center;
  font-size: 90%;
}
@media screen and (min-width: 993px) {
  .print {
    position: absolute;
    top: 14px;
    right: calc(50% - 300px);
    margin-top: -40px;
  }
}
.print a {
  position: relative;
  display: inline-block;
  padding-top: 40px;
}
.print a:before {
  background-image: url("../Icons/Drucker.svg");
  padding: 16px;
  position: absolute;
  top: 16px;
  left: calc(50% - 20px);
}

.newsletter-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #20632d;
  z-index: 30;
}
.newsletter-banner .col-md-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .newsletter-banner .col-md-8 .newsletter-form-link {
    font-size: 0;
    content: "";
    background: url("../Icons/Newsletter_weiss.svg") no-repeat center center;
    padding: 10px;
    position: absolute;
    top: 12px;
    right: 12px;
  }
}
.newsletter-banner .col-md-8 form {
  display: inline-block;
  width: 80%;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .newsletter-banner .col-md-8 form {
    display: none;
    position: absolute;
    top: -120px;
    left: 0;
    width: 300%;
    height: 120px;
    background-color: #80a377;
  }
  .newsletter-banner .col-md-8 form span.close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 6px;
    background: url("../Icons/close_weiss.svg") no-repeat center center;
    cursor: pointer;
  }
}
.newsletter-banner .col-md-8 form label {
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline;
}
@media screen and (max-width: 992px) {
  .newsletter-banner .col-md-8 form label {
    display: inline-block;
    padding-left: 15px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .newsletter-banner .col-md-8 form label {
    display: none;
  }
}
.newsletter-banner .col-md-8 form input[type=text] {
  color: #20632d;
  width: 77%;
  height: 22px;
  font-size: 90%;
  font-weight: 500;
  padding: 4px;
  border: none !important;
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  -moz-box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  margin: 0 10px 6px 0;
}
@media screen and (max-width: 992px) {
  .newsletter-banner .col-md-8 form input[type=text] {
    width: calc(100% - 30px);
    margin: 5px 15px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .newsletter-banner .col-md-8 form input[type=text] {
    font-size: 80%;
  }
}
.newsletter-banner .col-md-8 form input[type=submit], .newsletter-banner .col-md-8 form .submit {
  color: #20632d;
  font-weight: 500;
  font-size: 90%;
  position: absolute;
  top: 2px;
  right: 40px;
  border: none;
  border-left: 1px solid #20632d;
  padding-left: 5px;
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .newsletter-banner .col-md-8 form input[type=submit], .newsletter-banner .col-md-8 form .submit {
    margin: 5px 15px;
    position: relative;
    right: auto;
    border: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .newsletter-banner .col-md-8 form input[type=submit], .newsletter-banner .col-md-8 form .submit {
    font-size: 80%;
    right: 150px;
  }
}
.newsletter-banner .col-md-4 {
  height: 50px;
}
.newsletter-banner .fb {
  padding: 5px 15px 5px 0;
}
.newsletter-banner .fb a {
  padding: 15px;
  background: url("../Icons/facebook.svg") no-repeat center center;
  background-size: 100%;
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .newsletter-banner .fb a {
    padding: 10px;
  }
}
.newsletter-banner .fb a:before {
  content: none;
}
.newsletter-banner .xing {
  padding: 5px 15px 5px 0;
}
.newsletter-banner .xing a {
  padding: 15px;
  background: url("../Icons/xing.svg") no-repeat center center;
  background-size: 100%;
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .newsletter-banner .xing a {
    padding: 10px;
  }
}
.newsletter-banner .xing a:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .newsletter-banner .col-xs-8 {
    position: static;
  }
}
.newsletter-banner .compensate {
  color: #fff;
  background-color: #4f9666;
  font-weight: 500;
  font-size: 80%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .newsletter-banner .compensate {
    width: 370px;
    float: right;
  }
}
.newsletter-banner .compensate:before {
  background-image: url("../Icons/Linkpfeile_weiss.svg");
}
@media screen and (max-width: 992px) {
  .newsletter-banner .compensate {
    padding-top: 15px;
  }
}
@media screen and (max-width: 425px) {
  .newsletter-banner .compensate {
    padding-top: 5px;
  }
}
.newsletter-banner .compensate-wrapper {
  position: absolute;
  bottom: -324px;
  padding-right: 15px;
  z-index: 11;
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}
@media screen and (max-width: 767px) {
  .newsletter-banner .compensate-wrapper {
    left: 0;
    bottom: -370px;
    width: calc(100% + 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .newsletter-banner .compensate-wrapper {
    width: 385px;
    right: 0;
  }
}
.newsletter-banner .compensate-wrapper.open {
  bottom: 50px;
}
.newsletter-banner .compensate-wrapper > div {
  background-color: #4f9666;
  padding: 20px 60px 20px 56px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .newsletter-banner .compensate-wrapper > div {
    padding: 20px 34px;
  }
}
.newsletter-banner .compensate-wrapper > div h3 {
  color: #fff;
  text-transform: uppercase;
}
.newsletter-banner .compensate-wrapper > div .more-info-compensate {
  text-align: center;
  margin: 20px 0;
}
.newsletter-banner .compensate-wrapper > div .more-info-compensate a {
  color: #fff;
}
.newsletter-banner .compensate-wrapper > div .more-info-compensate a:before {
  background: url("../Icons/Linkpfeile_weiss.svg") no-repeat center center;
}
.newsletter-banner .compensate-wrapper span.close {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px;
  background: url("../Icons/close_weiss.svg") no-repeat center center;
  cursor: pointer;
}
.newsletter-banner .compensate-wrapper form {
  width: 100%;
  margin-left: 0;
}
.newsletter-banner .compensate-wrapper form input[type=number] {
  color: #20632d;
  font-weight: 700;
  text-align: right;
  width: 60px;
  padding: 4px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  -moz-box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
  box-shadow: inset 0px 0px 13px 0px rgba(60, 60, 60, 0.6);
}
.newsletter-banner .compensate-wrapper form label {
  display: inline;
  color: #fff;
  margin-left: 5px;
}
.newsletter-banner .compensate-wrapper form .submit {
  float: right;
}
.newsletter-banner .compensate-wrapper form input[type=submit] {
  color: #fff;
  background: url("../Icons/Linkpfeile_weiss.svg") no-repeat left center transparent;
  background-size: 18%;
  border: none;
  padding-left: 14px;
}
.newsletter-banner .compensate-wrapper a {
  color: #fff;
  display: block;
}
.newsletter-banner .compensate-wrapper a:before {
  background-image: url(../Icons/Linkpfeile_weiss.svg);
  padding: 5px;
}
.newsletter-banner .compensate-wrapper a.big {
  font-size: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newsletter-banner .compensate-wrapper a.big:before {
  content: none;
  background-image: none;
  padding: 0;
}
.newsletter-banner #banner-directcompensation-info {
  margin-left: -99999px;
}

form {
  color: #20632d;
  margin: 30px auto;
}
form .form-group {
  position: relative;
}
form .form-check {
  position: relative;
  width: 20%;
  min-width: 200px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  form .form-check {
    width: 100%;
  }
}
form .form-check .form-check-label {
  display: block;
  margin-bottom: 20px;
}
form .form-check .form-check-label input {
  display: none;
}
form .form-check .form-check-label input:checked + span:after {
  content: "";
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #20632d;
  padding: 8px 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 2px;
}
form .form-check .form-check-label span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 24px;
}
form .form-check .form-check-label span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  border: 2px solid #20632d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
}
form .checkbox .form-check .form-check-label input:checked + span:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form .checkbox .form-check .form-check-label span:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form label {
  display: none;
}
form input[type=text],
form input[type=email],
form input[type=date],
form input[type=password] {
  width: 100%;
  max-width: 800px;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #20632d !important;
}
form #tx-srfeuserregister-pi1-date_of_birth {
  padding-left: 5px !important;
}
form input[type=date]:before {
  content: attr(placeholder) !important;
  color: rgba(32, 99, 45, 0.5);
  margin-right: 0.5em;
}
form input[type=date]:focus:before, form input[type=date]:valid:before {
  content: "";
}
form input[type=checkbox],
form input[type=radio] {
  position: absolute;
  left: 0;
  top: 3px;
  height: 18px;
  width: 18px;
  border: 2px solid #20632d !important;
}
form .hint {
  margin-top: -20px;
  color: rgba(32, 99, 45, 0.8);
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  font-size: 90%;
  max-width: 800px;
}
form textarea {
  width: 100%;
  max-width: 800px;
  height: 200px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #20632d !important;
}
form select {
  color: #20632d;
  display: block;
  width: 100%;
  max-width: 800px;
  border: 2px solid #20632d !important;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 8px 6px 9px 6px;
}
form select:hover, form select:focus {
  color: #fff;
  background-color: #20632d;
}
form #tx-srfeuserregister-pi1-privacypolicy + label {
  margin-left: 25px;
  display: inline-block;
  margin-bottom: 16px;
}
form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(32, 99, 45, 0.8);
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
}
form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(32, 99, 45, 0.8);
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
}
form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(32, 99, 45, 0.8);
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
}
form :-moz-placeholder { /* Firefox 18- */
  color: rgba(32, 99, 45, 0.8);
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-7deg, 0deg);
}
@media screen and (min-width: 1201px) {
  form {
    width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  form {
    width: 85%;
    max-width: 1170px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  form {
    width: calc(100% - 30px);
  }
}

#directcompensationform form .form-check, #manageCompensation form .form-check {
  width: 100%;
}

.amount-in-tons input[type=number], .amount-in-euro input[type=number] {
  width: 60px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.select-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .select-wrapper {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .select-wrapper {
    width: 25%;
  }
}
.select-wrapper .selectlist {
  position: absolute;
  margin: 0;
  width: 100%;
}
.select-wrapper .selectlist.open {
  z-index: 10;
}
.select-wrapper .selectlist.open li {
  display: block;
}
.select-wrapper .selectlist.open li:first-of-type span {
  width: 80%;
  min-width: 260px;
  margin: 0 auto;
  border-bottom: 1px solid #20632d;
}
.select-wrapper .selectlist li {
  list-style: none;
  display: none;
  background-color: #fff;
}
.select-wrapper .selectlist li.active, .select-wrapper .selectlist li:hover, .select-wrapper .selectlist li:focus {
  color: #fff;
  background-color: #4f9666;
}
.select-wrapper .selectlist li:first-of-type {
  display: block;
}
.select-wrapper .selectlist li:first-of-type:hover span:before {
  background-color: #fff;
}
.select-wrapper .selectlist li:first-of-type:hover span:after {
  background-color: #fff;
}
.select-wrapper .selectlist li:first-of-type span:before {
  content: "";
  -webkit-transform: rotate(90deg) skewX(-45deg);
  -moz-transform: rotate(90deg) skewX(-45deg);
  -ms-transform: rotate(90deg) skewX(-45deg);
  -o-transform: rotate(90deg) skewX(-45deg);
  transform: rotate(90deg) skewX(-45deg);
  display: block;
  width: 3px;
  height: 7px;
  background-color: #2c963f;
  position: absolute;
  top: 11px;
  right: 17px;
}
.select-wrapper .selectlist li:first-of-type span:after {
  content: "";
  -webkit-transform: rotate(90deg) skewX(45deg);
  -moz-transform: rotate(90deg) skewX(45deg);
  -ms-transform: rotate(90deg) skewX(45deg);
  -o-transform: rotate(90deg) skewX(45deg);
  transform: rotate(90deg) skewX(45deg);
  display: block;
  width: 3px;
  height: 7px;
  background-color: #2c963f;
  position: absolute;
  top: 11px;
  right: 10px;
}
.select-wrapper .selectlist li span {
  display: block;
  cursor: pointer;
  padding: 5px 6px 1px 6px;
}

.tx-felogin-pi1 form label, .tx-srfeuserregister-pi1 form label {
  display: inline;
}
.tx-felogin-pi1 form input[type=radio], .tx-srfeuserregister-pi1 form input[type=radio] {
  position: relative;
  margin: 4px 5px 20px 0;
}
.tx-felogin-pi1 form input[type=radio] + label, .tx-srfeuserregister-pi1 form input[type=radio] + label {
  margin-right: 20px;
}

.edit-form .tx-srfeuserregister-pi1-error {
  display: none;
}

#directcompensationform form label {
  display: block;
}

.result {
  font-size: 130%;
}

.tx-srfeuserregister-pi1 dl {
  margin-top: 20px;
}
.tx-srfeuserregister-pi1 dl dt {
  font-weight: 500;
  width: 200px;
  float: left;
}
.tx-srfeuserregister-pi1 dl dd {
  margin-bottom: 10px;
}

.raisenow-payment-form-wrapper > #container {
  font-size: 0;
}
.raisenow-payment-form-wrapper > #container > * {
  font-size: 14px;
}
.raisenow-payment-form-wrapper form {
  margin-top: 0;
}
.raisenow-payment-form-wrapper form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.raisenow-payment-form-wrapper form label {
  display: block;
}
.raisenow-payment-form-wrapper form .gu-epp-error label {
  display: none;
}

.flatpickr-calendar .flatpickr-month {
  font-size: 80%;
}
.flatpickr-calendar .flatpickr-month input {
  padding-left: 1ch !important;
}

.flatpickr-current-month .numInputWrapper {
  width: 8ch !important;
}

.flatpickr-day:hover, .flatpickr-day:focus {
  color: #fff;
  background-color: #2c963f !important;
}
.flatpickr-day.selected {
  color: #fff;
  background-color: #2c963f !important;
}
.flatpickr-day .today {
  border-color: #20632d !important;
}

.flatpickr-day.today {
  border-color: #20632d !important;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background-color: #2c963f !important;
}

.wpwl-container {
  display: block !important;
}

form .wpwl-brand-PAYDIREKT {
  background: url("../Icons/paydirekt.svg") no-repeat top left;
}

form .wpwl-brand-VISA {
  background: url("../Icons/Visa.svg") no-repeat top left;
  background-size: 50% 75%;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  form .wpwl-brand-VISA {
    background-size: 70% 100%;
    margin-top: 0;
  }
}

.subnav {
  overflow: hidden;
  margin-bottom: 30px;
}
.subnav > .col-md-4 {
  padding: 0;
}
.subnav > .col-md-4:last-of-type a {
  border-right: 2px solid rgba(32, 99, 45, 0.2);
}
.subnav a, .subnav input[type=submit] {
  color: #20632d !important;
  background-color: #fff !important;
  display: block;
  border: 1px solid rgba(32, 99, 45, 0.2) !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 0 9px 0;
  height: 44px;
}
.subnav a.no-link, .subnav input[type=submit].no-link {
  color: rgba(32, 99, 45, 0.5) !important;
  cursor: default;
}
.subnav a:before, .subnav input[type=submit]:before {
  content: none !important;
}
.subnav a:hover:not(.no-link), .subnav a:focus:not(.no-link), .subnav a.active, .subnav input[type=submit]:hover:not(.no-link), .subnav input[type=submit]:focus:not(.no-link), .subnav input[type=submit].active {
  color: #fff !important;
  background-color: #20632d !important;
  border: 1px solid #20632d !important;
}

.compare {
  margin-bottom: 40px;
}
.compare .bar {
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
}
.compare .bar .quantity {
  background-color: #20632d;
  height: 24px;
}
.compare .bar .quantity.personal {
  background-color: #4f9666;
}
.compare .bar .quantity span {
  padding-left: 5px;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
}
.compare .bar .quantity span.after {
  position: absolute;
  color: #050505;
}

.comparative-values {
  float: right;
}

.comparative-values-tooltip {
  position: relative;
}
.comparative-values-tooltip > div {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 992px) {
  .comparative-values-tooltip > div {
    left: -8px;
    width: calc(100% + 16px);
    padding: 40px 8px 8px 8px;
  }
}
.comparative-values-tooltip > div .close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 20px;
  background: url(../Icons/close_gruen.svg) no-repeat center center;
  background-size: 50%;
  cursor: pointer;
  z-index: 1;
}

.responsive-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .responsive-table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .responsive-table thead {
    display: block;
    float: left;
  }
}
.responsive-table thead tr {
  border-bottom: 1px solid #20632d;
}
@media screen and (max-width: 767px) {
  .responsive-table thead tr {
    display: block;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #20632d;
  }
}
.responsive-table thead td {
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .responsive-table thead td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.responsive-table tbody tr {
  border-bottom: 1px solid #20632d;
}
@media screen and (max-width: 767px) {
  .responsive-table tbody tr {
    display: inline-block;
    margin-right: 5px;
  }
}
.responsive-table tbody tr.area-headline {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .responsive-table tbody tr.area-headline {
    display: none;
  }
}
.responsive-table tbody tr.area-headline td {
  padding-top: 30px;
  color: #050505;
  font-weight: 500;
}
.responsive-table tbody tr.sum {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .responsive-table tbody tr.sum {
    border-left: 1px solid #20632d;
    padding-left: 5px;
  }
}
.responsive-table tbody tr.sum td.sum-label {
  color: #050505;
  font-weight: 500;
}
.responsive-table tbody td {
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .responsive-table tbody td {
    display: block;
  }
}
.responsive-table tbody td .submit {
  margin-top: 10px;
  margin-bottom: 10px;
}
.responsive-table tbody td .submit .submit-link, .responsive-table tbody td .submit input[type=submit] {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 200px;
  right: calc(-100% - 10px);
  background-color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: right 1s;
  -moz-transition: right 1s;
  -ms-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s;
  z-index: 9999;
}
.fixed.open {
  right: 0;
}
.fixed .show-fixed-content {
  position: absolute;
  top: 0;
  left: -51px;
  padding: 20px 30px 20px 20px;
  border-top: 1px solid #20632d;
  border-left: 1px solid #20632d;
  border-bottom: 1px solid #20632d;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  background: url("../Icons/Kundenbereich.svg") no-repeat 5px 5px #fff;
  background-size: 58%;
}
.fixed .show-fixed-content:before {
  content: "";
}
.fixed .hide-fixed-content {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background: url("../Icons/close_gruen.svg") no-repeat 5px 5px;
  background-size: 50%;
  cursor: pointer;
  z-index: 1;
}

.cr_form label {
  display: block !important;
}

.badge.cr_page {
  margin-top: 20px;
}
.badge.cr_page a:before {
  content: none;
  padding: 0;
}

.icon-elements {
  border-top: 8px solid #20632d;
  padding-top: 40px;
}
.icon-elements h1, .icon-elements h2 {
  font-size: 175%;
}

.icon-elements .icon-item {
  margin: 0;
  float: left;
  text-align: center;
  perspective: 1000px;
  width: 50%;
  height: 250px;
  position: relative;
  /* back, initially hidden pane */
}
@media screen and (min-width: 993px) {
  .icon-elements .icon-item {
    width: 25%;
  }
}
.icon-elements .icon-item .hover-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
}
.icon-elements .icon-item.flipped .hover-area {
  display: none;
}
.icon-elements .icon-item.flipped .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.icon-elements .icon-item.flipped .back > div {
  overflow-y: auto;
  height: 230px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .icon-elements .icon-item:nth-of-type(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 993px) {
  .icon-elements .icon-item:nth-of-type(4n+1) {
    clear: both;
  }
}
.icon-elements .icon-item .no-flipper {
  transform-style: preserve-3d;
}
.icon-elements .icon-item .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.icon-elements .icon-item .flipper span {
  width: 92px;
  margin: 0 auto;
  display: block;
}
.icon-elements .icon-item .front, .icon-elements .icon-item .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .icon-elements .icon-item .front, .icon-elements .icon-item .back {
    padding: 20px 40px;
  }
}
.icon-elements .icon-item .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.icon-elements .icon-item .front h3 {
  width: 100%;
  color: #2c963f;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.icon-elements .icon-item .back {
  transform: rotateY(180deg);
  overflow: hidden;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .icon-elements .icon-item .back {
    padding-top: 50px;
  }
}
.icon-elements .icon-item p {
  margin-bottom: 5px;
}
.icon-elements .icon-item .position {
  line-height: 1.5;
  height: 34px;
}
.icon-elements .icon-item a:before {
  content: none;
}
.icon-elements .icon-item img {
  margin-bottom: 10px;
}
.icon-elements .icon-item .text h5 {
  text-transform: uppercase;
}
.icon-elements .icon-content h3 {
  margin: 0 0 5px 0;
}
.icon-elements .icon-content h3 a {
  font-size: 14px;
}

/*# sourceMappingURL=styles.css.map */
