/* Includes */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none !important;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:-webkit-autofill {
  color: #fff !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
input::-webkit-input-placeholder {
  color: #c8c8c8;
}
input:-moz-placeholder {
  color: #c8c8c8;
}
/* FF 4-18 */
input::-moz-placeholder {
  color: #c8c8c8;
}
/* FF 19+ */
input:-ms-input-placeholder {
  color: #c8c8c8;
}
/* IE 10+ */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background: #ffffff url(../images/select.png) no-repeat center right;
  /* add custom arrow */
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select:focus {
  background-image: url(../images/select_active.png);
}
@font-face {
  font-family: 'icomoon';
  src: url('../font/icomoon.eot?3');
  src: url('../font/icomoon.eot?3#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?3') format('truetype'), url('../font/icomoon.woff?3') format('woff'), url('../font/icomoon.svg?3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-07:before {
  content: "\e90c";
}
.icon-01:before {
  content: "\e906";
}
.icon-mouse:before {
  content: "\e903";
}
.icon-imprint:before {
  content: "\e904";
}
.icon-burger:before {
  content: "\e900";
}
.icon-back:before {
  content: "\e901";
}
.icon-forward:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e905";
}
.icon-02:before {
  content: "\e907";
}
.icon-03:before {
  content: "\e908";
}
.icon-04:before {
  content: "\e909";
}
.icon-05:before {
  content: "\e90a";
}
.icon-06:before {
  content: "\e90b";
}
.icon-08:before {
  content: "\e90d";
}
.icon-contact:before {
  content: "\e90e";
}
.icon-reference:before {
  content: "\e90f";
}
.icon-ostseh:before {
  content: "\e910";
}
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: fixed;
  top: 50%;
  width: 70px;
  height: 65px;
  cursor: pointer;
  z-index: 8040;
  line-height: 70px;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.8);
  margin: -30px 0;
  text-align: center;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: block;
  padding: 10px 20px 0;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* Variables */
/* ==========================================================================
   Lightbox
   ========================================================================== */
.fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fancybox-prev span {
  color: #333333;
  left: 0;
  border-radius: 0 10px 10px 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancybox-prev span:before {
  content: "\e901";
  line-height: 65px;
}
.fancybox-next span {
  color: #333333;
  right: 0;
  border-radius: 10px 0 0 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancybox-next span:before {
  content: "\e902";
  line-height: 65px;
}
.fancybox-nav {
  width: 30% !important;
}
.fancybox-close {
  top: 15px !important;
  bottom: 15px !important;
  left: 30% !important;
  right: 30% !important;
  width: auto !important;
  height: auto !important;
}
/* ==========================================================================
   Animations
   ========================================================================== */
@-moz-keyframes sonar {
  0% {
    opacity: .8;
  }
  20% {
    opacity: .8;
    width: 10%;
    height: 10%;
  }
  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}
@-webkit-keyframes sonar {
  0% {
    opacity: .8;
  }
  20% {
    opacity: .8;
    width: 10%;
    height: 10%;
  }
  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}
@keyframes sonar {
  0% {
    opacity: .8;
  }
  20% {
    opacity: .8;
    width: 10%;
    height: 10%;
  }
  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}
@-moz-keyframes sonar2 {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}
@-webkit-keyframes sonar2 {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}
@keyframes sonar2 {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}
.lazy {
  opacity: 0;
}
.fadein {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
html {
  font: 300 18px/1.4em 'Open Sans', sans-serif;
}
body {
  background: #fff;
  font: 300 18px/1.4em 'Open Sans', sans-serif;
  color: #333333;
}
a {
  font: 300 18px/1.4em 'Open Sans', sans-serif;
  color: #333333;
  text-decoration: none;
}
p {
  font: 300 18px/1.4em 'Open Sans', sans-serif;
  color: #333333;
}
hr {
  border: 0;
  border-top: 1px solid #c8c8c8;
  margin: 0;
}
strong {
  font-weight: 400;
}
input,
select {
  font: 300 18px/1.4em 'Open Sans', sans-serif;
  color: #333333;
}
input::-webkit-input-placeholder {
  color: #a6a6a6;
}
input:-moz-placeholder {
  color: #a6a6a6;
}
input::-moz-placeholder {
  color: #a6a6a6;
}
input:-ms-input-placeholder {
  color: #a6a6a6;
}
/* Mobile Top Bar */
#topBarMobile {
  display: none;
}
/* navigation */
#menu {
  position: fixed;
  top: -4.444rem;
  right: 0;
  left: 0;
  height: 4.444rem;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 7px #4b4b4b;
  list-style-type: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  transition: all 300ms;
}
#menu.show {
  top: 0;
}
#menu .logo {
  background: url(../images/logo_green.png) no-repeat;
  background-size: auto 100%;
  width: 11.111rem;
  height: 4.444rem;
  display: inline-block;
}
#menu a:not(.logo) {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 5rem;
  position: relative;
  height: 4.444rem;
  padding: 0 1.2rem;
  font-weight: 400;
}
#menu a:not(.logo):before {
  content: '';
  border-top: 2px solid #235000;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transition: all 200ms;
}
#menu a:not(.logo):hover:before {
  border-color: #4b4b4b;
}
#menu a:not(.logo):hover:before,
#menu .active a:not(.logo):before {
  left: 0;
  right: 0;
}
#main {
  width: 100%;
}
#main .section {
  height: 100vh;
}
/* container */
#main .innerContainer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#main .container.left .textBox {
  order: 1;
}
#main .container.left .bgi {
  order: 2;
}
#main .innerContainer .bgi {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main .innerContainer .bgi.lightBox {
  cursor: pointer;
}
#main .innerContainer .bgi.bgi1 {
  background: url(../../img/article/PSA_01.jpg) no-repeat center center;
  background-size: cover;
}
#main .innerContainer .textBox {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#main .innerContainer .textBox.border {
  position: relative;
}
#main .innerContainer .textBox.border:after {
  content: '';
  border-left: 1px solid #fff;
  border-right: 1px solid #969696;
  position: absolute;
  right: -1px;
  top: 110px;
  bottom: 110px;
}
#main .innerContainer .textBox .textBoxInner {
  margin: 0 15%;
}
#main .innerContainer .textBox .headline {
  font-size: 1.2rem;
  font-weight: 600;
}
#main .innerContainer .textBox .subheadline {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  font-style: italic;
  margin: 4rem 0;
}
#main .innerContainer .textBox .text {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0;
}
#main .innerContainer .textBox .text.left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#main .innerContainer .textBox .text.left ul {
  text-align: left;
  margin: 0;
}
#main .innerContainer .textBox .button {
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  margin: 1rem auto;
  cursor: pointer;
}
/* Start */
#main .container.start {
  background: no-repeat center center;
  background-size: cover;
}
#main .container.start .textBox .headline {
  font-size: 1.333rem;
  font-weight: 600;
}
#main .container.start .textBox .slogan {
  font-size: 3.333rem;
  line-height: 4rem;
  font-weight: 300;
  font-style: italic;
  margin: 4rem 0;
}
#main .container.start .textBox .logo_inverted {
  background: url(../../img/PSA.svg) no-repeat center center;
  width: 100%;
  height: 38vh;
  background-size: auto 100%;
}
/* slider */
#main #jobs_ .innerContainer .textBox .subheadline {
  margin: 1.5rem 0;
  font-size: 2.5rem;
  line-height: 3rem;
}
#main #jobs_ .innerContainer .textBox .text {
  font-size: 1rem;
  line-height: 1.6rem;
}
#main .slider .fp-controlArrow.fp-prev,
#main .slider .fp-controlArrow.fp-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  line-height: 75px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border: 0;
  border-radius: 10px 0 0 10px;
  text-align: center;
  font-size: 40px;
  text-decoration: none;
  display: block;
}
#main .slider .fp-controlArrow.fp-prev {
  right: auto;
  left: 0;
  border-radius: 0 10px 10px 0;
}
#main .slider .fp-controlArrow.fp-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
}
#main .slider .fp-controlArrow.fp-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
#main .slider .container {
  height: 100%;
}
/* Partner */
#main .container .logo {
  background-position: center center;
  background-size: 50% auto;
}
#main .container .logo:first-child {
  position: relative;
}
#main .container .logo:first-child:after {
  content: '';
  border-right: 1px solid #969696;
  position: absolute;
  right: 0;
  top: 110px;
  bottom: 110px;
}
/* gallery */
#main .galleryBox .textBox {
  position: relative;
  z-index: 80;
}
#main .galleryBox .gallery {
  width: 50%;
  height: 100%;
}
#main .galleryBox .container.left .gallery {
  order: 2;
}
#main .galleryBox .galleryWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  overflow: auto;
  flex-wrap: wrap;
  align-content: flex-start;
  border: 2px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .galleryBox .galleryWrapper .thumbnail {
  display: inline-block;
  width: 25%;
  height: 25%;
  background: no-repeat center center;
  background-size: cover;
  transition: all 200ms;
  border: 2px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .galleryBox .galleryWrapper .thumbnail:hover {
  opacity: .6;
}
/* Contact */
#main .address {
  font-size: 1.333rem;
  line-height: 2rem;
  margin: 2rem 0;
}
#main #contactForm {
  width: 100%;
  margin: 0 auto;
}
#main #contactForm input[type=text],
#main #contactForm input[type=email],
#main #contactForm input[type=submit] {
  border: 0;
  background: none;
  border-bottom: 1px solid #a6a6a6;
  width: 100%;
  padding: 1rem 1.111rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
  color: #fff;
}
#main #contactForm input[type=submit]:disabled {
  opacity: .5;
  cursor: inherit;
}
#main #contactForm .terms {
  padding: 1.5rem 0;
  display: block;
  cursor: pointer;
  font-size: 0.778rem;
}
#main #contactForm input[type=checkbox] {
  border: 1px solid #fff;
  width: 0.833rem;
  height: 0.833rem;
  position: relative;
  margin-right: 0.278rem;
  top: 0.056rem;
}
#main #contactForm input[type=checkbox]:checked:before {
  background: #fff;
  content: '';
  position: absolute;
  top: 0.111rem;
  right: 0.111rem;
  bottom: 0.111rem;
  left: 0.111rem;
}
#main #contactForm input[type=submit] {
  border: 0.056rem solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  width: 16.667rem;
  transition: all 200ms;
  border-radius: 20px;
  padding: .6rem 1.111rem;
}
#main #contactForm input:not(:disabled):hover[type=submit] {
  background: #fff;
  color: #333333;
}
#main #contactForm .secCheck {
  border: 0;
  width: 0;
  height: 0 !important;
  padding: 0;
  margin: 0;
  position: fixed;
  left: -9999px;
}
#main #contactForm h2 {
  font-size: 1.333rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
#main .container.contact .textBox {
  position: relative;
}
#main .container.contact .textBox .textBoxInner {
  margin-bottom: 30px;
}
#main .container.contact .bottom {
  position: absolute;
  bottom: 30px;
  left: 15%;
  right: 15%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#main .container.contact .bottom a,
#main .container.contact .bottom span {
  color: #a6a6a6;
}
/* Maps */
#main .innerContainer .map {
  width: 50%;
  height: 100%;
}
#main .innerContainer .map #googleMap {
  width: 100%;
  height: 100%;
}
/* marker */
.marker {
  background: #235000;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
}
.marker:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  -webkit-animation: sonar 3000ms infinite;
  -moz-animation: sonar 3000ms infinite;
  animation: sonar 3000ms infinite;
  display: block;
  border-radius: 100%;
  background: #235000;
  opacity: .8;
}
.marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  -webkit-animation: sonar2 3000ms infinite;
  -moz-animation: sonar2 3000ms infinite;
  animation: sonar2 3000ms infinite;
  display: block;
  border-radius: 100%;
  background: #235000;
  opacity: .8;
}
.fancybox-skin {
  padding: 5px !important;
}
#imprint {
  background: #4b4b4b;
  color: #fff;
  padding: 20px;
}
#imprint .top {
  font-size: 0.889rem;
  line-height: 1.2rem;
}
#imprint .top .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#imprint .top .columns .left {
  width: 50%;
  margin-bottom: 20px;
}
#imprint .top .columns .right {
  width: 50%;
}
#imprint .bottom {
  font-size: 0.667rem;
  max-width: 1400px;
  line-height: 1rem;
}
#imprint a {
  color: #fff;
  font-size: 0.889rem;
}
/* media queries */
@media screen and (min-width: 1980px) {
  html,
  body {
    font-size: 24px;
  }
  a,
  p,
  input,
  select {
    font-size: 20px;
  }
  body #imprint a {
    font-size: 0.889rem !important;
  }
}
@media screen and (max-width: 1300px) and (min-height: 720px) {
  html,
  body {
    font-size: 16px !important;
  }
  a,
  p,
  input,
  select {
    font-size: 16px !important;
  }
  #main .innerContainer .textBox .textBoxInner {
    margin: 0 10%;
  }
  #main .section {
    height: auto;
  }
  .fancybox-nav span {
    width: 40px;
    height: 50px;
    line-height: 52px;
    font-size: 30px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    transform: translateY(-50%);
  }
  .fancybox-nav.fancybox-prev span {
    text-align: right;
  }
  .fancybox-nav span:before {
    line-height: 50px;
  }
  /* Slider */
  #main .slider .fp-controlArrow.fp-prev,
  #main .slider .fp-controlArrow.fp-next {
    width: 40px;
    height: 50px;
    line-height: 52px;
    font-size: 30px;
  }
  body #imprint a {
    font-size: 0.889rem !important;
  }
}
@media screen and (max-width: 1300px) and (max-height: 720px) {
  html,
  body {
    font-size: 12px !important;
  }
  a,
  p,
  input,
  select {
    font-size: 16px !important;
  }
  #main .innerContainer .textBox .textBoxInner {
    margin: 0 10%;
  }
  .fancybox-nav span {
    width: 40px;
    height: 50px;
    line-height: 52px;
    font-size: 30px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    transform: translateY(-50%);
  }
  .fancybox-nav.fancybox-prev span {
    text-align: right;
  }
  .fancybox-nav span:before {
    line-height: 50px;
  }
  /* Slider */
  #main .slider .fp-controlArrow.fp-prev,
  #main .slider .fp-controlArrow.fp-next {
    width: 40px;
    height: 50px;
    line-height: 52px;
    font-size: 30px;
  }
  body #imprint a {
    font-size: 0.889rem !important;
  }
}
@media screen and (max-width: 1100px) {
  html,
  body {
    font-size: 11px;
    width: 100%;
  }
  a,
  p,
  input,
  select {
    font-size: 11px;
  }
  .fancybox-nav span {
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    transform: translateY(-50%);
  }
  .fancybox-nav.fancybox-prev span {
    text-align: right;
  }
  .fancybox-nav span:before {
    line-height: 40px;
  }
  /* Mobile Top Bar */
  #topBarMobile {
    display: block;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 3px #4b4b4b;
    list-style-type: none;
    text-align: center;
    z-index: 90;
  }
  #topBarMobile .logo {
    background: url(../images/logo_green.png) no-repeat center;
    background-size: auto 100%;
    width: 100px;
    height: 60px;
    display: inline-block;
  }
  #topBarMobile .mobileMenu {
    font-size: 30px !important;
    position: absolute;
    right: 0;
    top: 3px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
  }
  #topBarMobile .mobileMenu.icon-close {
    font-size: 20px !important;
  }
  /* Navigation */
  #menu {
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    z-index: 999;
    box-shadow: none;
  }
  #menu li {
    display: block;
  }
  #menu li.logoBox {
    display: none;
  }
  #menu li a {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Start */
  #main .section.start {
    height: 100vh !important;
  }
  #main .start .innerContainer .textBox {
    width: 100%;
    order: 2 !important;
    height: 100vh !important;
  }
  #main .start .innerContainer .textBox .headline {
    font-size: 1.5rem;
  }
  #main .start .innerContainer .textBox .slogan {
    font-size: 2.5rem;
  }
  #main .container.start .textBox .logo_inverted {
    width: 70%;
    background-size: auto 100%;
    margin: 0 auto;
  }
  #main .container.withImage {
    height: auto !important;
  }
  #main .container.withoutImage .textBox {
    height: auto;
    padding: 20px 0;
  }
  /* Styling */
  #main .container.start .innerContainer .bgi {
    height: 0;
  }
  #main .container.start .innerContainer .textBox {
    height: 100%;
  }
  #main .innerContainer {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  #main .innerContainer .bgi {
    width: 100%;
    order: 1 !important;
    height: 30vh;
  }
  #main .innerContainer .textBox {
    width: 100%;
    order: 2 !important;
    height: 70vh;
  }
  #main .innerContainer .textBox .textBoxInner {
    margin: 10px;
  }
  #main .innerContainer .textBox .headline {
    font-size: 1.2rem;
  }
  #main .innerContainer .textBox .subheadline {
    font-size: 1.7rem;
    margin: 0.5rem;
  }
  /* Slider */
  #main .section,
  #main .fp-tableCell {
    height: auto !important;
  }
  #main .slider .fp-controlArrow.fp-prev,
  #main .slider .fp-controlArrow.fp-next {
    width: 50px;
    height: 60px;
    line-height: 65px;
    font-size: 40px;
  }
  /* Gallery */
  #main .galleryBox {
    height: auto !important;
  }
  #main .galleryBox .innerContainer .gallery {
    height: 50vh;
    width: 100%;
    order: 1 !important;
  }
  #main .galleryBox .innerContainer .textBox {
    height: 50vh;
    order: 2 !important;
  }
  #main .galleryBox .fp-slide,
  #main .galleryBox .fp-slides,
  #main .galleryBox .fp-slidesContainer {
    height: auto;
  }
  /* Partner */
  body #main .container .logo {
    height: 50vh;
  }
  body #main .container .logo:after {
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #969696 !important;
    width: 80%;
    top: auto !important;
    bottom: 0 !important;
    left: 10% !important;
    right: 10% !important;
  }
  /* Contact */
  #main .container.contact {
    height: auto !important;
  }
  #main .container.contact .innerContainer .map {
    height: 30vh;
    width: 100%;
  }
  #main .container.contact .innerContainer .textBox {
    height: auto;
  }
  #main .container.contact .innerContainer .textBox .textBoxInner {
    padding: 20px 0 50px;
    margin-bottom: 20px;
  }
  #main .container.contact .innerContainer .textBox .bottom {
    bottom: 20px;
  }
  #main .container.contact .bottom {
    left: 10px;
    right: 10px;
  }
  #main #contactForm input[type=text],
  #main #contactForm input[type=email] {
    margin-bottom: 10px;
  }
  body #imprint a {
    font-size: 0.889rem !important;
  }
}
