/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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: 3em;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

.btn-client {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF01), to(#FF8000));
  background-image: linear-gradient(to bottom, #FFFF01 0, #FF8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bgc1", endColorstr="$bgc2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border: 1px solid #000;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.btn-client:active, .btn-client:hover {
  background-color: #FFFF01;
  color: #FFF;
}

.buttonform {
  background-color: #FF8000;
  color: white;
  width: auto;
  height: 45px;
  border: none;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

.qq-clear-button {
  display: none !important;
}

.qq-upload-button {
  width: 160px !important;
  background-color: #e84f0c !important;
  font-size: 16px;
  font-weight: bold;
}

.qq-submit-button {
  margin-top: 20px;
  height: auto !important;
  width: 160px !important;
  font-size: 16px;
  font-weight: bold;
}

.logout {
  border-radius: 0;
  background-color: #000 !important;
  color: #FFF !important;
  border-color: black !important;
  margin-bottom: 20px;
  width: 100%;
}

.logo {
  margin-top: 15px;
}
.logo .desktop {
  display: block;
}
.logo .mobil {
  display: none;
}

fieldset {
  border: none;
}

.navouter {
  position: relative;
}
.navouter fieldset {
  border: none !important;
  padding: 0 !important;
}
.navouter .searchfield input {
  padding: 3px 10px;
  height: 30px;
  float: right;
  width: 200px;
  border: #000 1px solid;
  margin-bottom: 15px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 28px 18px;
}
@media screen and (max-width: 992px) {
  .navouter .searchfield input {
    width: 100%;
    margin-top: 25px !important;
  }
  .navouter fieldset {
    width: 100%;
  }
}
.navouter .navigation {
  background-color: #00a54f;
  height: auto;
  width: auto;
  height: 40px;
}
.navouter .navigation .languages {
  width: 110px;
  float: right;
}
.navouter .navigation a {
  display: block;
  width: 55px;
  float: right;
  text-decoration: none;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 40px;
}
.navouter .navigation a.de {
  float: left;
}
.navouter .navigation a.fr {
  float: right;
}
.navouter .navigation a.de,
.navouter .navigation a.fr {
  background-color: #00a54f;
}
.navouter .navigation a.de.active,
.navouter .navigation a.fr.active {
  background-color: #bfd461;
}
.navouter .clear {
  clear: both;
}

.side-navigation ul {
  padding: 0;
  list-style: none;
}
.side-navigation ul li {
  margin-bottom: 25px;
  font-size: 22px;
  border-bottom: #000 solid 1px;
}
.side-navigation ul li a {
  text-decoration: none;
  color: #000;
  padding-left: 10px;
  /*height         : 40px;*/
  display: block;
  line-height: 40px;
}
.side-navigation ul li ul {
  background-color: #e6e7e9;
  display: none;
  border-top: 15px solid white;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-navigation ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e6e7e9;
  position: absolute;
  margin-top: -25px;
}
.side-navigation ul li ul li {
  border-bottom: 0;
  font-size: 20px;
  margin-bottom: 0;
  padding: 7px 10px;
}
.side-navigation ul li ul li a {
  height: auto;
  line-height: inherit;
}
.side-navigation ul li.active {
  border-bottom: none;
}
.side-navigation ul li.active ul {
  display: block;
}
.side-navigation ul li.active ul li a {
  color: #5a5a5a;
  background-color: inherit;
}
.side-navigation ul li.active ul li.active a {
  color: #00a54f;
}
.side-navigation ul li.active a {
  background-color: #00a54f;
  width: 100%;
  display: block;
  color: #FFF;
}

@media screen and (max-width: 992px) {
  .logo img {
    position: absolute;
    z-index: 99999999;
    top: -35px;
    left: 20px;
    width: 150px;
    height: auto;
  }
  .logo .mobil {
    display: block;
  }
  .logo .desktop {
    display: none;
  }
  .navigation {
    position: absolute;
    top: -35px;
    z-index: 999999;
    right: 48px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px !important;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

header {
  margin-top: 25px;
  margin-bottom: 40px;
}

.hero-image {
  margin-bottom: 40px;
  min-height: 180px;
}

.main a {
  color: #00a54f;
}
.main code {
  color: #000;
  background-color: #FFF;
  font-family: Roboto, sans-serif;
}
.main img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  header {
    margin-bottom: 25px;
  }
  .hero-image {
    display: none;
  }
  .links {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
  }
}
h1.heading {
  margin-top: 0;
  margin-bottom: 10px;
}

h2.heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.layout-toggler {
  *zoom: 1;
  margin-bottom: 20px;
}
.layout-toggler:before, .layout-toggler:after {
  content: " ";
  display: table;
}
.layout-toggler:after {
  clear: both;
}
.layout-toggler .tab {
  float: left;
  display: block;
  background-color: #00a54f;
  color: white;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.layout-toggler .tab.active:before {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -15px;
  left: 50%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e84f0c transparent transparent transparent;
}
.layout-toggler .tab:hover {
  background-color: #bfd461;
  color: black;
}

.cb-pdfpreview .item {
  margin-bottom: 15px;
  text-decoration: underline;
  position: relative;
}
.cb-pdfpreview .item span {
  position: absolute;
  background-color: #00a54f;
  color: white;
  padding: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.cb-pdfpreview .item img {
  margin-bottom: 15px;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cb-pdfpreview .item:hover img {
  opacity: 0.5;
}

.links {
  margin-top: 75px;
  margin-bottom: 35px;
}
.links img {
  margin-bottom: 20px;
}
.links a {
  display: block;
  color: #00a54f;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none !important;
}
.links a:hover {
  text-decoration: none !important;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team img {
  height: auto;
  margin-bottom: 5px;
}
.team .description {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .team .description {
    height: 250px;
  }
}
.downloadlayout,
.downloads,
.presentations {
  font-size: 20px;
}
.downloadlayout ul,
.downloads ul,
.presentations ul {
  background-color: #e6e7e9;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid black;
  padding-bottom: 0;
}
.downloadlayout ul li,
.downloads ul li,
.presentations ul li {
  font-size: 20px;
  padding-top: 30px;
  padding-left: 60px;
  border-bottom: 1px solid #00a54f;
  background-image: url("../images/block.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 31px 38px;
  padding-bottom: 20px;
}
.downloadlayout ul li ul,
.downloads ul li ul,
.presentations ul li ul {
  padding-bottom: 0;
}
.downloadlayout .btn-primary,
.downloads .btn-primary,
.presentations .btn-primary {
  background-color: #000 !important;
  color: #FFF !important;
  position: absolute;
  top: -38px;
  right: 15px;
  border-color: #000;
  border-radius: 0;
  padding: 5px 10px;
}

.downloadlayout ul li ul {
  border: 0;
}
.downloadlayout ul li ul li {
  display: none;
}

.special-gallery {
  padding: 0;
}
.special-gallery li {
  list-style-type: none;
  width: 132px;
  height: 132px;
  float: left;
  margin: 0 5px 5px 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}

.special-gallery-image {
  display: block;
}
.special-gallery-image img {
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .layout .btn-primary {
    background-color: #000 !important;
    color: #FFF !important;
    position: static;
    border-color: #000;
    border-radius: 0;
    padding: 5px 10px;
  }
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
footer a {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  color: #FFF;
  float: right;
  line-height: 40px;
  font-size: 20px;
}
footer a:hover {
  color: #FFF;
}
footer .site-footer {
  height: 100%;
}
footer .site-footer .row {
  background: #00a54f;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: initial;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 2.4em;
  color: #00a54f;
  margin-top: 0;
}

h2 {
  font-size: 1.8em;
  color: #00a54f;
}

h3 {
  font-size: 1.4em;
}

#chronik {
  background-image: url("../images/dot.png");
  background-position: 165px;
  background-repeat: repeat-y;
}
#chronik .chronikInner {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  position: relative;
}
#chronik .chronikInner .year {
  float: left;
  font-size: 22px;
  margin-right: 20px;
  margin-top: 10px;
  width: 130px;
  background-color: #00a54f;
  color: white;
  padding: 5px 10px;
  text-align: center;
}
#chronik .chronikInner .year p {
  margin: 0px;
}
#chronik .chronikInner .year::after {
  content: "";
  background-image: url("../images/triangle.png");
  position: absolute;
  width: 10px;
  height: 20px;
  left: 130px;
  background-repeat: no-repeat;
  top: 20px;
}
#chronik .chronikInner .contentChronik {
  background: none repeat scroll 0 0 white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 350px;
  margin-left: 50px;
  position: relative;
  border-bottom: 1px solid black;
}
#chronik .chronikInner .contentChronik h4 {
  font-size: 14px;
  margin-top: 0px;
}

.clear {
  clear: both;
}

body .acceptcookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 100px 20px;
  background-color: #ededed;
  color: #000;
  z-index: 9999;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
body .acceptcookie .text {
  width: calc(100% - 400px);
}
body .acceptcookie a {
  font-family: "Roboto", sans-serif;
  color: #000;
  text-decoration: underline;
  font-size: 16px;
}
body .acceptcookie .buttonlink {
  position: absolute;
  bottom: 20px;
  right: 100px;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
body .acceptcookie .closecookies {
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  body .acceptcookie {
    padding: 30px 40px 50px;
    font-size: 14px;
    text-align: left;
  }
  body .acceptcookie .text {
    width: 100%;
  }
  body .acceptcookie .buttonlink {
    position: relative;
    margin: 30px auto 0;
    width: auto;
    max-width: 300px;
    right: auto;
    bottom: auto;
  }
  body .acceptcookie .closecookies {
    top: 10px;
    right: 10px;
  }
  body .acceptcookie .closecookies img {
    width: 13px;
  }
}

/*! #######################################################################
	MeanMenu 2.0.7
	--------
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #00a54f;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #00a54f;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 24px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgb(0, 165, 79);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.detail .mapGoogle {
  width: 100%;
  height: 400px;
}
.detail .mapGoogle iframe {
  max-width: 100%;
  height: 400px;
}
.detail table {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.detail .Box_Downloads {
  font-size: 14px;
  border: 1px #000 solid;
  margin-bottom: 20px;
}
.detail .Box_Downloads .heading {
  padding: 5px 10px;
  font-size: 22px;
  color: #FFF;
  background-color: #00a54f;
}
.detail .Box_Downloads .boxwrap {
  margin: 10px 0;
  padding: 0 10px;
}
.detail .Box_Downloads .boxwrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px;
}
.detail .Box_Downloads .boxwrap ul li {
  background-image: url("../images/block.svg");
  background-position: -3px 16px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-bottom: 1px solid #00a54f;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 13px;
}
.detail .intro {
  margin-bottom: 20px;
}
.detail h1 {
  font-weight: 600;
  font-size: 2.3em;
}
.detail .side-pane .box {
  font-size: 14px;
  border: 1px #000 solid;
  margin-bottom: 20px;
}
.detail .side-pane .box.subscribe .heading {
  background-color: #e84f0c;
}
.detail .side-pane .box .heading {
  padding: 5px 10px;
  font-size: 22px;
  color: #FFF;
  background-color: #00a54f;
}
.detail .side-pane .box .boxwrap {
  margin: 10px 0;
  padding: 0 10px;
}
.detail .side-pane .box .boxwrap .title {
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .detail .side-pane .box {
    display: none;
  }
}
.detail .side-pane .box .testimonial-bio,
.detail .side-pane .box .testimonial-picture {
  /*width         : 50%;
  float         : left;
  padding-right : 10px;*/
  padding-bottom: 10px;
}

.kontakt {
  background-color: #bfd461;
  padding: 20px;
  margin-left: -15px;
}
.kontakt fieldset {
  border: 0;
}
.kontakt label {
  display: block;
  font-weight: normal;
}
.kontakt h2 {
  color: black;
  text-align: center;
}
.kontakt input[type=text],
.kontakt textarea {
  width: 100%;
  border: 0;
  height: 30px;
  padding: 5px;
  margin-bottom: 10px;
}
.kontakt textarea {
  height: 100px;
}
.kontakt input[type=submit] {
  margin-left: 10px;
  background-color: white;
  color: #00a54f;
  font-weight: bold;
  border-radius: 0;
}
.kontakt .kontakt-footer {
  text-align: center;
}
.kontakt .kontakt-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0;
}
.kontakt .kontakt-footer ul li {
  display: inline;
  padding-right: 5px;
}
.kontakt .kontakt-footer ul li:after {
  content: "|";
  color: #00a54f;
  padding-left: 5px;
}
.kontakt .kontakt-footer ul li:last-child {
  padding: 0;
}
.kontakt .kontakt-footer ul li:last-child:after {
  content: "";
  padding: 0;
}
.kontakt .kontakt-footer img {
  padding-top: 20px;
  width: 150px;
}

form {
  display: none;
  border: 2px solid #e84f0c;
  background-color: white;
  padding: 10px;
}
form .error {
  color: red;
}
form .form-error {
  display: none;
}
form h4 {
  margin-top: 30px;
  color: #00a54f;
}
form ul.half {
  width: 50%;
  float: left;
}
form ul.listForm li {
  padding-left: 10px;
  position: relative;
}
form ul.listForm li::before {
  content: "-";
  position: absolute;
  display: inline-block;
  left: 1px;
}
form .label-input-wrapper {
  margin-bottom: 5px;
}
form .label-input-wrapper.big {
  margin-bottom: 15px;
}
form input,
form select {
  width: 100%;
  border: 0;
  margin-bottom: 15px;
  margin-top: 3px;
  background-color: #e6e7e9;
  padding: 10px;
}
form input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border: 1px solid #666;
  height: 19px;
  display: inline-block;
  width: 20px;
  margin: 5px 5px -4px;
  position: relative;
}
form input[type=checkbox].float {
  float: left;
}
form input[type=checkbox]:after {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 19px;
}
form input[type=checkbox]:checked:after {
  content: "x";
  text-align: center;
  position: absolute;
}
form input[type=radio] {
  width: 20px;
  position: relative !important;
  margin-left: 0 !important;
}
form input[type=submit] {
  height: 45px;
  background: #00a54f;
  border: none;
  padding: 10px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  margin-bottom: 5px;
}
form textarea {
  display: block;
  width: 100%;
  border: 0;
  height: 70px;
  background-color: #e6e7e9;
}
form div.radio {
  display: block;
}
form ul {
  list-style-type: none;
  padding: 0;
}
form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
form label.float {
  float: left;
  max-width: 90%;
  margin-top: 5px;
}
form li {
  list-style: none;
}
form button.btn-default {
  background-color: #00a54f;
  color: #FFF;
  border-radius: 0;
  padding: 5px 10px;
}
form button.btn-default:hover {
  background-color: #bfd461;
  color: black;
}

form.sisea-search-form {
  display: block;
  border: 0;
  padding: 0;
}

.kontakt form {
  display: block;
}

form.downloadform {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}

table.fd-table tr th {
  font-size: 14px;
}
table.fd-table .fd-file {
  font-size: 14px;
}
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: super;
  font-size: 12px;
  position: relative;
  top: -0.5em;
}

.samm-map {
  max-width: 100%;
  min-height: 416px;
  height: auto;
}
.samm-map .kantone g,
.samm-map .kantone-text g {
  cursor: pointer;
}
.samm-map .kantone g .st0,
.samm-map .kantone-text g .st0 {
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.samm-map .kantone g:hover .st0,
.samm-map .kantone-text g:hover .st0 {
  fill: #00a54f;
}

.print-icon {
  cursor: pointer;
}

@media print {
  header, .hero-image, .side-navigation, .side-pane, footer {
    display: none;
  }
}