@charset "UTF-8";
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
}
.bounce {
  animation-name: bounce;
}

.container {
  max-width: 1550px;
}

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

/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  height: 100%;
  line-height: 1.4;
}

body {
  background-position: center top;
}

a {
  color: #000;
}
a:focus, a:hover {
  color: black;
}

img.seoimage {
  display: none;
}

h1 {
  font-size: 2.5em;
  margin-top: 0;
}

h2 {
  font-size: 1.3em;
  display: inline;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
h1.heading.small,
h2.heading.small,
h3.heading.small,
h4.heading.small,
h5.heading.small {
  text-transform: uppercase;
  font-size: 0.95em;
}
h1.heading.center,
h2.heading.center,
h3.heading.center,
h4.heading.center,
h5.heading.center {
  text-align: center;
}
h1.heading.right,
h2.heading.right,
h3.heading.right,
h4.heading.right,
h5.heading.right {
  text-align: right;
}
h1.heading.big,
h2.heading.big,
h3.heading.big,
h4.heading.big,
h5.heading.big {
  font-size: 3.5em;
  margin-bottom: 20px;
}
h1.heading.normal,
h2.heading.normal,
h3.heading.normal,
h4.heading.normal,
h5.heading.normal {
  font-size: 2.7em;
}

@media (max-width: 1024px) {
  h1.heading.right,
h2.heading.right,
h3.heading.right,
h4.heading.right,
h5.heading.right {
    text-align: left;
  }
  h1.heading.big,
h2.heading.big,
h3.heading.big,
h4.heading.big,
h5.heading.big {
    font-size: 2em;
  }
  h1.heading.normal,
h2.heading.normal,
h3.heading.normal,
h4.heading.normal,
h5.heading.normal {
    font-size: 2em;
  }
}
._margin-top-0 {
  margin-top: 0rem !important;
}

._margin-bottom-0 {
  margin-bottom: 0rem !important;
}

._padding-top-0 {
  padding-top: 0rem !important;
}

._padding-bottom-0 {
  padding-bottom: 0rem !important;
}

._margin-top-0\.5 {
  margin-top: 0.5rem !important;
}

._margin-bottom-0\.5 {
  margin-bottom: 0.5rem !important;
}

._padding-top-0\.5 {
  padding-top: 0.5rem !important;
}

._padding-bottom-0\.5 {
  padding-bottom: 0.5rem !important;
}

._margin-top-1 {
  margin-top: 1rem !important;
}

._margin-bottom-1 {
  margin-bottom: 1rem !important;
}

._padding-top-1 {
  padding-top: 1rem !important;
}

._padding-bottom-1 {
  padding-bottom: 1rem !important;
}

._margin-top-1\.5 {
  margin-top: 1.5rem !important;
}

._margin-bottom-1\.5 {
  margin-bottom: 1.5rem !important;
}

._padding-top-1\.5 {
  padding-top: 1.5rem !important;
}

._padding-bottom-1\.5 {
  padding-bottom: 1.5rem !important;
}

._margin-top-2 {
  margin-top: 2rem !important;
}

._margin-bottom-2 {
  margin-bottom: 2rem !important;
}

._padding-top-2 {
  padding-top: 2rem !important;
}

._padding-bottom-2 {
  padding-bottom: 2rem !important;
}

._margin-top-2\.5 {
  margin-top: 2.5rem !important;
}

._margin-bottom-2\.5 {
  margin-bottom: 2.5rem !important;
}

._padding-top-2\.5 {
  padding-top: 2.5rem !important;
}

._padding-bottom-2\.5 {
  padding-bottom: 2.5rem !important;
}

._margin-top-3 {
  margin-top: 3rem !important;
}

._margin-bottom-3 {
  margin-bottom: 3rem !important;
}

._padding-top-3 {
  padding-top: 3rem !important;
}

._padding-bottom-3 {
  padding-bottom: 3rem !important;
}

._margin-top-4 {
  margin-top: 4rem !important;
}

._margin-bottom-4 {
  margin-bottom: 4rem !important;
}

._padding-top-4 {
  padding-top: 4rem !important;
}

._padding-bottom-4 {
  padding-bottom: 4rem !important;
}

._margin-top-5 {
  margin-top: 5rem !important;
}

._margin-bottom-5 {
  margin-bottom: 5rem !important;
}

._padding-top-5 {
  padding-top: 5rem !important;
}

._padding-bottom-5 {
  padding-bottom: 5rem !important;
}

._margin-top-6 {
  margin-top: 6rem !important;
}

._margin-bottom-6 {
  margin-bottom: 6rem !important;
}

._padding-top-6 {
  padding-top: 6rem !important;
}

._padding-bottom-6 {
  padding-bottom: 6rem !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._text-center {
  text-align: center !important;
}

._text-larger {
  font-size: 125% !important;
}

._text-preformatted {
  white-space: pre !important;
}

._text-smaller {
  font-size: 75% !important;
}

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

._text-italic {
  font-style: italic;
}

._text-undecorated {
  text-decoration: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-width {
  max-width: 70ch !important;
}

._text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

._speechonly {
  display: block;
  font-size: 0;
  line-height: 0;
}

._overflow-hidden {
  overflow: hidden !important;
}

._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
}

._flex-column {
  flex-direction: column !important;
}

._gap {
  display: block;
  width: 100%;
}

._hidden {
  display: none;
}

header .header-top {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  background: #FFF;
  z-index: 15;
  padding-top: 15px;
}
header .header-top .logo {
  text-align: center;
  display: block;
}
header .header-top .logo img {
  width: 100px;
  height: 80px;
  margin-top: -15px;
  text-align: center;
}
header .header-top .button {
  width: 30px;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
}
header .header-top .button span {
  width: 30px;
  height: 5px;
  background-color: #000;
  display: block;
  margin-bottom: 5px;
  border-radius: 20px;
}
header .header-sub {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 10;
  top: 80px;
  min-height: 60px;
  transition: all ease 400ms;
}
header .header-sub.-hidden {
  top: 0;
}
@media (max-width: 1024px) {
  header {
    display: none;
  }
}
header .search-image {
  cursor: pointer;
}
header .sisea-search-form {
  padding: 0;
  position: absolute;
  top: -6px;
  right: 45px;
  width: 0;
  transition: all 250ms ease;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}
header .sisea-search-form.active {
  width: 200px;
}
header .sisea-search-form.active input[type=text] {
  border-color: #000;
  padding: 1px 3px;
}
header .sisea-search-form input[type=text] {
  width: 100%;
  padding: 0;
  border-color: #FFF;
  transition: all 250ms ease;
}
header .sisea-search-form input[type=submit] {
  display: none;
}

.header-message {
  position: fixed;
  top: 140px;
  width: 100%;
  background-color: red;
  z-index: 9;
  transition: all ease 400ms;
  font-size: 1.2em;
}
.header-message.-top {
  top: 80px;
}
.header-message .message {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: white;
}
.header-message .message span {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .header-message {
    position: relative;
    top: auto !important;
  }
}

nav.produktnav {
  margin-top: 60px;
  margin-bottom: 20px;
}
nav.produktnav ul li {
  display: inline-block;
  width: 33%;
  text-align: center;
  transition: all 0.2s;
  opacity: 1;
}
nav.produktnav ul li:first-child {
  text-align: left;
}
nav.produktnav ul li:last-child {
  text-align: right;
}
nav.produktnav ul li a {
  border-top: 1px solid #000;
  padding-top: 8px;
}
nav.produktnav ul li a:hover {
  text-decoration: none;
}
nav.produktnav ul li.link-next a, nav.produktnav ul li.link-prev a {
  border-top: 1px solid transparent;
}
nav.produktnav ul li.link-next img, nav.produktnav ul li.link-prev img {
  width: 27px;
  height: 15px;
}
nav.produktnav ul li.link-prev img {
  margin-right: 14px;
}
nav.produktnav ul li.link-next img {
  margin-left: 14px;
}
nav.produktnav ul li:hover {
  opacity: 0.7;
}
@media (max-width: 1800px) {
  nav.produktnav ul li {
    width: 30%;
  }
}
@media (max-width: 768px) {
  nav.produktnav ul li {
    width: 50%;
  }
  nav.produktnav ul li.link-up {
    display: none;
  }
}
@media (max-width: 576px) {
  nav.produktnav ul li.link-prev img {
    margin-right: 0;
  }
  nav.produktnav ul li.link-next img {
    margin-left: 0;
  }
  nav.produktnav ul li span {
    display: none;
  }
}
nav.fixmenu > ul > ul {
  display: flex;
  justify-content: space-between;
}
nav.fixmenu > ul > ul > li {
  float: none;
}
nav.fixmenu ul li a {
  color: #FFF;
  transition: all 0.2s;
  font-size: 2.5em;
  margin-bottom: 20px;
  display: inline-block;
}
nav.fixmenu ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
nav.fixmenu ul li ul {
  margin-left: 30px;
  display: block;
}
nav.fixmenu ul li ul li {
  width: 100%;
}
nav.fixmenu ul li ul li a {
  font-size: 1.6em;
}
nav.fixmenu ul li ul li ul li a {
  font-size: 1em;
  margin-bottom: 16px;
}
nav.footer {
  text-align: right;
}
nav.footer ul {
  width: 100%;
}
nav.footer ul li {
  display: inline;
  margin-left: 15px;
}
nav.footer ul li a {
  color: #000;
  text-decoration: underline;
}
nav.top > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
  display: flex;
  justify-content: space-around;
}
nav.top > ul > li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  flex: 1 1 0;
}
nav.top > ul > li > a {
  color: #000;
  padding-top: 15px;
  margin-top: 3px;
  font-size: 1.2em;
  display: inline-block;
  transition: all 0.2s;
  border-top: 1px solid #FFF;
}
nav.top > ul > li > a:hover {
  text-decoration: none;
  border-top: 1px solid #000;
}
nav.top > ul > li.active a {
  border-top: 1px solid;
}
nav.top > ul > li > ul {
  display: none;
  margin-top: 15px;
  padding-bottom: 15px;
}
nav.top > ul > li > ul li {
  vertical-align: top;
  width: 70%;
  margin: 0 auto;
}
nav.top > ul > li > ul li a {
  display: block;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #b3b3b3;
  text-decoration: none;
  font-weight: bold;
}
nav.top > ul > li > ul li a:hover {
  background-color: black;
  color: white;
}
nav.meta {
  text-align: right;
}
nav.meta ul {
  margin-top: 16px;
}
nav.meta ul li {
  display: inline-block;
  position: relative;
}
nav.meta ul li a {
  color: #000;
  font-size: 0.76em;
  margin-left: 43px;
  padding-top: 11px;
}
nav.meta ul li a img {
  height: 28px;
  width: 28px;
  margin-top: -5px;
}
nav.meta ul li a:hover {
  text-decoration: none;
  border-top: 1px solid;
}
nav.meta ul li:last-child a {
  margin-left: 33px;
}
nav.meta ul li:last-child a:hover {
  border-top: 0;
}
nav.meta ul li.active a {
  border-top: 1px solid;
}

main {
  margin-top: 140px;
  background-color: #FFF;
}
main.detail {
  margin-top: 160px;
}
@media (max-width: 1024px) {
  main {
    margin-top: 0;
  }
}

img.mobile-image {
  display: none;
}

@media (max-width: 576px) {
  ._gap {
    height: 15px !important;
  }

  img.mobile-image {
    display: block;
  }
}
@media (max-width: 1024px) {
  video {
    width: 100% !important;
  }
}
footer {
  background: #e6e6e6;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 77px;
  margin-top: 110px;
  display: table;
}
footer .inner {
  *zoom: 1;
  padding: 0 180px;
  width: 100%;
  line-height: 1.2em;
}
footer .inner:after, footer .inner:before {
  content: " ";
  display: table;
}
footer .inner:after {
  clear: both;
}
footer .inner div {
  float: left;
}
footer .inner .adress {
  width: 24%;
}
footer .inner .map {
  width: 18%;
  font-weight: 600;
}
footer .inner .map a img.googlemapIcon {
  width: 20px;
  height: 32px;
  margin-top: -5px;
  margin-right: 5px;
}
footer .inner .map a:hover {
  text-decoration: none;
}
footer .inner .copy {
  width: 20%;
}
footer .inner .footernav {
  width: 38%;
}
@media (max-width: 1200px) {
  footer .inner {
    padding: 0 5%;
  }
}
@media (max-width: 1024px) {
  footer .inner {
    padding: 0;
  }
  footer .inner .adress,
footer .inner .copy,
footer .inner .footernav {
    width: 33%;
    margin-bottom: 10px;
  }
  footer .inner .map {
    display: none;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 20px 0;
    margin-top: 0;
  }
  footer .inner .adress,
footer .inner .copy,
footer .inner .footernav {
    width: 100%;
  }
  footer .inner div {
    float: none;
  }
  footer .inner nav.footer {
    text-align: left;
  }
  footer .inner nav.footer ul li {
    margin-right: 15px;
    margin-left: 0;
  }
}

.sisea-results-list {
  padding: 30px 0;
}
.sisea-results-list .sisea-result {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.sisea-results-list .sisea-result h3 a {
  text-decoration: none;
}

.cookieInfo {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: calc(100%);
  padding: 10px;
  background-color: #333;
  color: #FFF;
  opacity: 0.9;
  padding: 25px 60px;
  text-align: center;
}
.cookieInfo a {
  color: #FFF;
}
.cookieInfo .acceptcookies {
  font-family: "Nunito", sans-serif;
  display: block;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 5px 35px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 20px auto 0;
}

@media (max-width: 1024px) {
  .cookieInfo {
    padding: 20px;
  }
}
.richtext {
  font-weight: 300;
}
.richtext b,
.richtext strong {
  font-weight: 600;
}
.richtext a {
  text-decoration: underline;
}
.richtext ul {
  list-style-type: disc;
  margin-bottom: 15px;
  padding-left: 30px;
}

.social-icons {
  position: relative;
  text-align: center;
}
.social-icons .icon {
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 10px 50px;
  transition: all ease 200ms;
}
.social-icons .icon input[type=submit].pdf {
  border: 0;
  background-image: url("/template/images/download-pdf.svg");
  background-repeat: no-repeat;
  margin-top: 7px;
  cursor: pointer;
}
.social-icons .icon.tel-icon:hover .tel-info {
  display: flex;
}
.social-icons .icon:hover {
  background-color: black;
}
.social-icons .icon:hover img.telefon {
  content: url("/template/images/phone_white.svg");
}
.social-icons .icon:hover img.mail {
  content: url("/template/images/mail_white.svg");
}
.social-icons .icon:hover input[type=submit].pdf {
  background-color: black;
  background-image: url("/template/images/download-pdf-white.svg");
}
.social-icons .icon img {
  width: 27px;
  min-width: 27px;
  min-height: 25px;
  margin: 8px;
}
.social-icons .icon .tel-info {
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 1;
  display: none;
  top: -5px;
  left: 50%;
  padding: 15px;
  border: 1px solid black;
  background-color: #FFF;
  align-items: flex-end;
}
.social-icons .icon .tel-info .info {
  text-align: left;
}
.social-icons .icon .tel-info .info b {
  display: block;
}
.social-icons .icon .tel-info .info h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
@media (max-width: 576px) {
  .social-icons .icon.tel-icon:hover .tel-info {
    display: none;
  }
}

.kontaktsocial {
  text-align: center;
}
.kontaktsocial h3 {
  margin-bottom: 50px;
}

form {
  background-color: transparent;
  padding: 15px;
  /* Customize the label (the checkbox-outer) */
}
form .radio-outer {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
  margin-right: 20px;
}
form .radio-outer input {
  position: absolute;
  opacity: 0;
}
form .radio-outer input:checked ~ .checkmark:after {
  display: block;
}
form .radio-outer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: 2px solid #000;
}
form .radio-outer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 576px) {
  form .radio-outer {
    display: block;
  }
}
form .checkbox-outer {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
  margin-right: 20px;
}
form .checkbox-outer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .checkbox-outer input:checked ~ .checkmark:after {
  display: block;
}
form .checkbox-outer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #000;
}
form .checkbox-outer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border: 4px solid #000;
  border-radius: 50%;
}
form .formfield {
  margin: 10px 0;
}
form .divider {
  height: 30px;
}
@media (max-width: 576px) {
  form .divider {
    display: none;
  }
}
form a {
  text-decoration: underline;
}
form label:not(.radio-outer) {
  width: 100px;
}
form label.checkbox-outer {
  width: calc(100% - 150px);
}
@media (max-width: 576px) {
  form label.checkbox-outer {
    width: 100%;
  }
}
@media (max-width: 576px) {
  form label.no-mobile {
    display: none;
  }
}
form input[type=text],
form input[type=number] {
  font-family: "Nunito", sans-serif;
  border-top: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 1px 3px;
  width: calc(100% - 150px);
}
@media (max-width: 576px) {
  form input[type=text],
form input[type=number] {
    width: calc(100% - 110px);
  }
}
form input[type=submit] {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  border: 1px solid #b3b3b3;
  background-color: #FFF;
  padding: 5px 15px;
  cursor: pointer;
}
form input[type=submit]:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}
form textarea {
  font-family: "Nunito", sans-serif;
  width: calc(100% - 150px);
  border: 1px solid black;
  border-top: 0;
}
@media (max-width: 576px) {
  form textarea {
    width: calc(100% - 110px);
  }
}
form select {
  font-family: "Nunito", sans-serif;
  border: 1px solid black;
  width: calc(100% - 150px);
}
@media (max-width: 576px) {
  form select {
    width: 150px;
  }
}
form .accordion-form .entry {
  border-top: 1px solid #000;
}
form .accordion-form .entry .title {
  position: relative;
  padding: 10px 0;
  color: #000;
}
form .accordion-form .entry .title:after {
  position: absolute;
  top: 15px;
  right: 4px;
  display: block;
  content: " ";
  background-image: url("/template/images/arrow_down_accordeon_black.svg");
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
}
form .accordion-form .entry.active .title:after {
  background-image: url("/template/images/arrow_up_accordeon_black.svg");
}
form[name=order-pads] .accordion-form {
  width: 50%;
  margin: 0 auto;
  transition: all 0.2s;
}
form[name=order-pads] .accordion-form.wide {
  width: 100%;
}
form[name=order-pads] .accordion-form .title {
  font-weight: 700;
}
form[name=order-pads] .accordion-form .text {
  padding: 20px 0;
}
form[name=order-pads] .accordion-form .entry:last-child {
  border-bottom: 1px solid black;
}
form[name=order-pads] label.radio-outer.no-margin {
  margin-right: 0;
}
form[name=order-pads] input[type=text].text-radio {
  display: inline-block;
  width: auto;
}
form[name=order-pads] .radio-outer {
  transition: all ease 500ms;
  padding-left: 0;
  text-indent: 25px;
}
form[name=order-pads] .radio-outer.disabled {
  color: #CCC;
}
form[name=order-pads] .radio-outer.disabled .checkmark {
  transition: all ease 500ms;
  border-color: #CCC;
}
form[name=order-pads] .radio-outer.disabled img {
  opacity: 0.3;
}
form[name=order-pads] .radio-outer img {
  transition: all ease 500ms;
  display: block;
  margin: 10px auto;
  width: 120px;
}
form[name=order-pads] .social-icons .icon-outer {
  display: inline-block;
  margin: 50px 10px;
}
form[name=order-pads] .social-icons .icon-outer .icon {
  margin: 0;
}
form[name=order-pads] .subhead {
  text-align: center;
  margin: 0 auto 30px;
  width: 50%;
}
form[name=order-pads] .customer-fields {
  display: none;
}
form .footnote {
  display: inline-block;
  font-size: 11px;
  margin-top: 10px;
  width: calc(100% - 150px);
}
@media (max-width: 576px) {
  form .footnote {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  form[name=order-pads] .accordion-form {
    width: 100% !important;
  }
}

.form-response .error,
.form-response .success {
  padding: 20px 0;
  display: none;
}

.files {
  display: flex;
  text-align: center;
  justify-content: center;
}
.files .file {
  margin-bottom: 50px;
  position: relative;
}
.files .file a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background-color: #FFF;
}
.files .file a:hover {
  opacity: 0.4;
}
.files .file img.pdf-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 13px;
}
.files .file .titel {
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
}

ul.special-gallery {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
ul.special-gallery li {
  display: inline;
  margin-right: 15px;
}
ul.special-gallery li img {
  width: 75px;
}
@media (max-width: 576px) {
  ul.special-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.teambox {
  margin-bottom: 65px;
  font-weight: 300;
}
.teambox img {
  display: block;
  margin-bottom: 25px;
}
.teambox .email,
.teambox .name,
.teambox .position {
  display: block;
  margin-bottom: 0;
}
.teambox .email {
  word-break: break-all;
  font-size: 13px;
}
.teambox .email a {
  text-decoration: underline;
}
.teambox .name {
  font-weight: bold;
}
.map-locator .search-results {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  border-top: 1px solid white;
}
.map-locator .search-results > div {
  width: 25%;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.map-locator .search-results > div span {
  display: block;
}
.map-locator .search-results > div span:first-child {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .map-locator .search-results > div {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .map-locator .search-results > div {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .map-locator .search-results > div {
    width: 100%;
  }
}

.import-form fieldset {
  border-bottom: 1px solid grey;
  margin-bottom: 15px;
}
.import-form fieldset input[type=text] {
  width: 100%;
  border: 1px solid black;
}
.import-form input[type=submit] {
  color: black;
}

.debug {
  font-family: "Consolas", sans-serif;
  font-size: 14px;
  background-color: black;
  text-shadow: 0 0 2px rgba(223, 185, 104, 0.8), 0 0 8px rgba(223, 185, 104, 0.6);
  color: #dfb968;
  position: fixed;
  z-index: 10;
  padding: 10px;
  border-top: 3px solid orange;
  bottom: 0;
  left: 0;
  min-width: 100%;
  transition: all ease 500ms;
  cursor: pointer;
}
.debug:before {
  content: "Console Output";
  font-size: 16px;
  font-weight: bold;
}
.debug i {
  position: absolute;
  right: 10px;
  font-size: 18px;
}
.debug .output {
  margin-top: 10px;
  display: none;
  position: relative;
}

/*! #######################################################################

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

/* Babel Link */
a.mean-babellink {
  font-family: "Nunito", sans-serif;
  position: absolute;
  z-index: 999999;
  top: 25px;
  right: 20px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  a.mean-babellink {
    display: none;
  }
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  *zoom: 1;
  width: autp;
  position: relative;
  background: #FFF;
  min-height: 75px;
  z-index: 999999;
  /* Fix for box sizing on Foundation Framework etc. */
  box-sizing: content-box;
}
.mean-container .mean-bar:after, .mean-container .mean-bar:before {
  content: " ";
  display: table;
}
.mean-container .mean-bar:after {
  clear: both;
}
.mean-container .mean-bar * {
  box-sizing: content-box;
}
.mean-container .mean-bar img {
  transform: translate(-50%, 0);
  height: 50px;
  position: absolute;
  top: 10px;
  left: 50%;
}
.mean-container a.meanmenu-reveal {
  width: 28px;
  height: 22px;
  padding: 8px 13px 11px;
  position: absolute;
  top: 13px;
  right: 0;
  cursor: pointer;
  color: #000;
  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: #000;
  height: 5px;
  margin-top: 4px;
  border-radius: 3px;
}
.mean-container a.meanmenu-reveal img {
  width: 20px;
  margin-top: -13px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #FFF;
  margin-top: 75px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  *zoom: 1;
}
.mean-container .mean-nav ul:after, .mean-container .mean-nav ul:before {
  content: " ";
  display: table;
}
.mean-container .mean-nav ul:after {
  clear: both;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: auto;
  padding: 1em 15px;
  margin: 0;
  text-align: left;
  color: #000;
  border-top: 1px solid #000;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #FFF;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 30px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: #FFF;
  border: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #FFF;
}
.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 1em 40px;
  border-top: 1px solid #111;
  border-top: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.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-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

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

.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;
  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-ajax-holder .mfp-content,
.mfp-inline-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: zoom-out;
}

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

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

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-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-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  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:focus,
.mfp-close:hover {
  opacity: 1;
}

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

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

.mfp-iframe-holder .mfp-close,
.mfp-image-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:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  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%;
  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;
  box-sizing: border-box;
  padding: 40px 0;
  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;
  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;
    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 {
    transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.google-map .googlemap #gmap {
  height: 700px;
}
.google-map .googlemap .marker {
  display: none;
}

.grid .grid-item {
  width: 25%;
}
.grid .grid-item-width2 {
  width: 50%;
}
.grid .grid-item img,
.grid .grid-item-width2 img {
  display: block;
  max-width: 100%;
}

.grid.element-list .grid-item {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black;
}

.carousel-vis {
  position: relative;
  height: 400px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-vis .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all ease 500ms;
}
.carousel-vis .item img {
  max-width: none;
}
.carousel-vis .item.nextanimateIn {
  animation-name: nextanimateIn;
  animation-duration: 500ms;
}
.carousel-vis .item.nextanimateOut {
  animation-name: nextanimateOut;
  animation-duration: 500ms;
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis .item.prevanimateIn {
  animation-name: prevanimateIn;
  animation-duration: 500ms;
}
.carousel-vis .item.prevanimateOut {
  animation-name: prevanimateOut;
  animation-duration: 500ms;
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis .item.active .caption {
  right: 20px;
  bottom: 150px;
  transition: all 400ms ease;
}
.carousel-vis .item.active .overlay {
  right: -250px;
  transition: all 400ms ease;
}
.carousel-vis .item .image {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
}
.carousel-vis .item .image.scaleheight {
  height: 100%;
  width: auto;
}
.carousel-vis .item .overlay {
  position: absolute;
  background-color: #333;
  height: 1000px;
  width: 600px;
  z-index: 10;
  transform: rotate(35deg);
  opacity: 0.8;
  right: -100%;
  top: -25px;
  transition: all 400ms ease;
}
.carousel-vis .item .caption {
  position: absolute;
  bottom: 150px;
  right: -100%;
  z-index: 15;
  font-size: 30px;
  color: white !important;
}
.carousel-vis .toggler, .carousel-vis .counter, .carousel-vis .minipreview {
  padding: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis .toggler li, .carousel-vis .counter li, .carousel-vis .minipreview li {
  border: 2px solid #000;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0;
  border-radius: 16px;
  margin-left: 11px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis .toggler li.active, .carousel-vis .counter li.active, .carousel-vis .minipreview li.active {
  background-color: #000;
}
.carousel-vis .minipreview {
  bottom: 40px;
  width: 300px;
  height: 70px;
  list-style: none;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0;
}
.carousel-vis .minipreview li {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}
.carousel-vis .minipreview li.active {
  background-color: transparent;
}
.carousel-vis .minipreview li:first-child {
  margin: 0;
}
.carousel-vis .counter {
  bottom: 0;
}
.carousel-vis .item-skip {
  transform: translate(0, -50%);
  position: absolute;
  top: 45%;
  z-index: 25;
  cursor: pointer;
}
.carousel-vis .item-skip img {
  width: 10px;
}
.carousel-vis .item-skip.next {
  right: 10px;
}
.carousel-vis .item-skip.prev {
  left: 10px;
}
@media (max-width: 1024px) {
  .carousel-vis .item .image.scaleheight {
    height: auto;
  }
}
@media (max-width: 576px) {
  .carousel-vis .item-skip {
    display: none;
  }
}

.accordion .entry .title,
.accordion-form .entry .title {
  transition: all ease 500ms;
  padding-bottom: 15px;
  cursor: pointer;
  color: #105b83;
}
.accordion .entry .title > a,
.accordion-form .entry .title > a {
  display: block;
  text-decoration: underline;
  padding-left: 25px;
  margin-top: -20px;
}
.accordion .entry .title img,
.accordion-form .entry .title img {
  width: 12px;
  height: 7px;
}
.accordion .entry .title img.down,
.accordion-form .entry .title img.down {
  display: inline-block;
}
.accordion .entry .title img.up,
.accordion-form .entry .title img.up {
  display: none;
}
.accordion .entry .text,
.accordion-form .entry .text {
  display: none;
  padding: 0 25px 10px;
  margin: -10px 0 0;
}
.accordion .entry .text ul,
.accordion-form .entry .text ul {
  padding: 0;
  list-style-type: disc;
  margin-left: 18px;
}
.accordion .entry .text ol,
.accordion-form .entry .text ol {
  padding: 0;
  margin-left: 18px;
}
.accordion .entry.active .title img.down,
.accordion-form .entry.active .title img.down {
  display: none;
}
.accordion .entry.active .title img.up,
.accordion-form .entry.active .title img.up {
  display: inline-block;
}

/* Responsive Table */
table.vis-table {
  width: 100%;
}
table.vis-table tr {
  border: 1px solid #333;
}
table.vis-table td,
table.vis-table th {
  padding: 5px;
}

@media screen and (max-width: 650px) {
  table.vis-table tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
  }
  table.vis-table tr:first-child {
    display: none;
  }
  table.vis-table th {
    display: none;
  }
  table.vis-table td {
    display: block;
  }
  table.vis-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 50%;
    display: inline-block;
  }
}
.img-container {
  background-color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate(0, 200px);
  transition: transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
}
.img-container.b-loaded {
  transform: translate(0, 0);
}
.img-container .b-lazy {
  transform: scale(1);
  transition: all 2000ms;
}
.img-container img.b-loaded {
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .img-container {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
.startboxen {
  width: 100%;
}
.startboxen .inner {
  width: 100%;
  height: calc(100vh - 210px);
  background-size: cover;
  background-position: center top;
  position: relative;
}
.startboxen .inner .text {
  position: absolute;
  bottom: 95px;
  background: rgba(255, 255, 255, 0.7);
  width: 740px;
  padding: 25px 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.startboxen .inner .text h3,
.startboxen .inner .text span {
  position: relative;
  display: block;
}
.startboxen .inner .text span.label {
  text-transform: uppercase;
  margin-bottom: 26px;
}
.startboxen .inner .text h1,
.startboxen .inner .text h3 {
  font-size: 3.5em;
  margin-bottom: 20px;
}
.startboxen .inner .text .intro {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 1.2em;
}
.startboxen .inner .text.first .stoerer {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 200px;
  cursor: pointer;
}
.startboxen .inner .text.first .shoplink-branded {
  display: block;
  position: absolute;
  right: 40px;
  top: -170px;
  background-color: white;
  color: #0479be;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  transform: rotate(-30deg);
  text-align: center;
  padding: 80px 0;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}
.startboxen .inner .image-additional {
  position: absolute;
  max-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media (max-width: 1024px) {
  .startboxen .inner {
    height: calc(70vh);
  }
}
@media (max-width: 1024px) {
  .startboxen .inner {
    height: auto;
    padding: 200px 0 0;
  }
  .startboxen .inner .text {
    position: relative;
    width: auto;
    transform: translateX(0);
    bottom: 0;
    left: 0;
  }
  .startboxen .inner .text .intro {
    font-size: 1em;
  }
  .startboxen .inner .text h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .startboxen .inner .text.first .stoerer {
    right: 15px;
  }
  .startboxen .inner .text.first .shoplink-branded {
    right: 150px;
    top: -190px;
  }
  .startboxen .inner .image-additional {
    max-width: 140px;
    bottom: 5px;
  }
}
@media (max-width: 576px) {
  .startboxen .inner {
    padding-top: 0;
    background-image: none !important;
  }
  .startboxen .inner .text span.label {
    margin-bottom: 0;
  }
  .startboxen .inner .text.first .stoerer {
    top: -35vw;
    width: 40vw;
  }
  .startboxen .inner .text.first .shoplink-branded {
    right: 38vw;
    top: -38vw;
    width: 36vw;
    height: 36vw;
    font-size: 6vw;
    padding: 14vw 0;
  }
  .startboxen .inner .image-additional {
    display: none;
  }
}
@media (max-width: 350px) {
  .startboxen .inner .text.first .shoplink-branded,
.startboxen .inner .text.first .stoerer {
    display: none;
  }
}

.startinfo {
  padding-top: 80px;
}
.startinfo p {
  line-height: 1.45em;
}

a.more {
  color: #000;
  display: inline-block;
  border: 1px solid #b3b3b3;
  padding: 5px 10px;
  font-weight: 600;
  transition: all 0.2s;
  opacity: 1;
  cursor: pointer;
}
a.more:hover {
  text-decoration: none;
  background-color: #000;
  color: #FFF !important;
  border: 1px solid #000;
}
a.more.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
a.more.find-anchor {
  margin-bottom: 30px;
}

.spacer {
  display: block;
  width: 100%;
  height: 70px;
}

.scroll-jumper {
  position: absolute;
  transform: translate(-50%, 0);
  top: calc(100vh - 130px);
  z-index: 8;
  left: 50%;
  display: block;
  background-image: url("/template/images/arrow_down_accordeon_black.svg");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.scroll-jumper.-white {
  background-image: url("/template/images/arrow_down_accordeon_black.svg");
}
@media (max-width: 1024px) {
  .scroll-jumper {
    display: none;
  }
}

.menu {
  background-color: #000;
  z-index: 20;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.menu .inner {
  width: 100%;
  position: absolute;
  padding-top: 100px;
}
.menu .menu-close {
  width: 22px;
  height: 22px;
  position: fixed;
  top: 70px;
  right: 55px;
  opacity: 1;
  cursor: pointer;
}

.startboxenOuter .contentDefault,
.startboxenOuter .contentKategorie {
  display: none;
  padding: 100px 0 0;
  background-size: cover;
}
.startboxenOuter .contentDefault.show,
.startboxenOuter .contentKategorie.show {
  display: block;
}
.startboxenOuter .contentDefault.active .kategorie h3,
.startboxenOuter .contentKategorie.active .kategorie h3 {
  margin-top: 0;
}
.startboxenOuter .contentDefault .container,
.startboxenOuter .contentKategorie .container {
  max-width: 1160px;
}
.startboxenOuter .contentDefault .contentProdukte,
.startboxenOuter .contentKategorie .contentProdukte {
  display: none;
  padding-top: 100px;
}
.startboxenOuter .contentDefault .contentProdukte .container,
.startboxenOuter .contentKategorie .contentProdukte .container {
  max-width: 1550px;
}
.startboxenOuter .contentDefault .contentProdukte .container > .row > .col-6:nth-child(odd) .produkt,
.startboxenOuter .contentKategorie .contentProdukte .container > .row > .col-6:nth-child(odd) .produkt {
  margin-bottom: 120px;
}
.startboxenOuter .contentDefault .contentProdukte .container > .row > .col-6:nth-child(even) .produkt,
.startboxenOuter .contentKategorie .contentProdukte .container > .row > .col-6:nth-child(even) .produkt {
  margin-bottom: 50px;
}
.startboxenOuter .contentDefault .contentProdukte .container > .row > .col-6:nth-child(2),
.startboxenOuter .contentKategorie .contentProdukte .container > .row > .col-6:nth-child(2) {
  padding-top: 200px;
}
.startboxenOuter .contentDefault .contentProdukte a.more.hide-products,
.startboxenOuter .contentKategorie .contentProdukte a.more.hide-products {
  margin: 0 auto;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.startboxenOuter .contentDefault .contentProdukte a.more.hide-products:hover,
.startboxenOuter .contentKategorie .contentProdukte a.more.hide-products:hover {
  color: #FFF;
}
.startboxenOuter .contentDefault .contentProdukte a.more.hide-products:before,
.startboxenOuter .contentKategorie .contentProdukte a.more.hide-products:before {
  color: #000;
  transform: translate(0, -50%);
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  left: 50%;
  top: -15px;
}
.startboxenOuter .contentDefault .contentPage .container,
.startboxenOuter .contentKategorie .contentPage .container {
  max-width: 1160px;
}
.startboxenOuter .contentDefault .contentDetail,
.startboxenOuter .contentKategorie .contentDetail {
  display: none;
  padding-top: 100px;
}
.startboxenOuter .contentDefault .contentDetail h3,
.startboxenOuter .contentKategorie .contentDetail h3 {
  font-weight: 300;
}
@media (max-width: 576px) {
  .startboxenOuter .contentDefault .contentDetail,
.startboxenOuter .contentKategorie .contentDetail {
    padding: 40px 0 0;
  }
}
.startboxenOuter .contentDefault:last-child,
.startboxenOuter .contentKategorie:last-child {
  padding-bottom: 100px;
}
.startboxenOuter .contentDefault:last-child {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .startboxenOuter .contentDefault,
.startboxenOuter .contentKategorie {
    padding: 50px 0 0;
  }
}

.contentDefault .kategorie h3 {
  margin-top: 0;
}

.produkt {
  display: block;
  margin-bottom: 60px;
  background-position: -202px;
  position: relative;
}
.produkt a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  background: #FFF;
  z-index: 5;
}
.produkt a.link:hover {
  opacity: 0.2;
}
.produkt h3,
.produkt h4 {
  margin: 0;
}
.produkt h3 {
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 14px;
}
.produkt h4 {
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 10px;
}
.produkt .text {
  margin-bottom: 40px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .produkt h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 576px) {
  .produkt h3 {
    margin-top: 20px;
  }
}

.kategorie h3 {
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
.kategorie .text {
  margin-bottom: 35px;
  font-weight: 300;
}
.kategorie .text.right {
  text-align: right;
}
.kategorie.left h3 {
  margin-left: -78px;
}
.kategorie.right {
  text-align: right;
}
.kategorie.right h3 {
  margin-right: -78px;
}
.kategorie h3 {
  margin-top: 100px;
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1024px) {
  .kategorie.left h3 {
    margin-left: 0;
  }
  .kategorie.right {
    text-align: left;
  }
  .kategorie.right .mobile-2 {
    order: 2;
  }
  .kategorie.right .mobile-1 {
    order: 1;
  }
  .kategorie.right h3 {
    margin-right: 0;
  }
  .kategorie .text {
    margin-bottom: 15px;
  }
  .kategorie .text.right {
    text-align: left;
  }
}

main.produkt {
  margin-top: 240px;
}
main.produkt .container {
  max-width: 1160px;
}
main.produkt h1 {
  margin-left: -78px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  main.produkt {
    margin-top: 140px;
  }
  main.produkt h1 {
    margin-left: 0;
  }
}

.navFixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  z-index: 15;
}
.navFixed .closeProdukt {
  position: fixed;
  top: 40px;
  right: 50px;
  z-index: 10;
}
.navFixed .closeProdukt img {
  width: 22px;
  height: 22px;
}
@media (max-width: 1200px) {
  .navFixed .closeProdukt {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .navFixed .closeProdukt {
    top: 20px;
  }
}

body.intro .intro-outer {
  width: 100%;
  height: 100%;
  background-image: url("/userdata/backgrounds/shutterstock-552133558-bright.jpg");
  background-size: cover;
  display: flex;
}
body.intro .intro-outer .intro-logo {
  width: 350px;
  height: 220px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
}
body.intro .intro-outer .box-left,
body.intro .intro-outer .box-right {
  width: 50%;
  height: 100%;
  text-align: center;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  text-decoration: none;
}
body.intro .intro-outer .box-left .box-inner,
body.intro .intro-outer .box-right .box-inner {
  bottom: 285px;
  width: 100%;
}
body.intro .intro-outer .box-left .box-inner a,
body.intro .intro-outer .box-right .box-inner a {
  text-decoration: none;
}
body.intro .intro-outer .box-left .box-inner h3,
body.intro .intro-outer .box-right .box-inner h3 {
  font-size: 3.8em;
  margin: 25% 0 60px;
  color: #000;
}
body.intro .intro-outer .box-left .box-inner nav,
body.intro .intro-outer .box-right .box-inner nav {
  opacity: 0;
}
body.intro .intro-outer .box-left .box-inner nav ul,
body.intro .intro-outer .box-right .box-inner nav ul {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
body.intro .intro-outer .box-left .box-inner nav ul li a,
body.intro .intro-outer .box-right .box-inner nav ul li a {
  color: #FFF;
  margin: 0 35px;
  font-size: 1.2em;
  padding-top: 15px;
  border-top: 1px solid #FFF;
  transition: all 0.2s;
  opacity: 1;
}
body.intro .intro-outer .box-left .box-inner nav ul li a:hover,
body.intro .intro-outer .box-right .box-inner nav ul li a:hover {
  text-decoration: none;
}
body.intro .intro-outer .box-left:hover,
body.intro .intro-outer .box-right:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body.intro .intro-outer .box-left:hover .box-inner h3,
body.intro .intro-outer .box-right:hover .box-inner h3 {
  color: #FFF;
}
body.intro .intro-outer .box-left:hover .box-inner nav,
body.intro .intro-outer .box-right:hover .box-inner nav {
  opacity: 1;
}
@media (max-width: 1200px) {
  body.intro .intro-outer .box-left .box-inner nav ul li a,
body.intro .intro-outer .box-right .box-inner nav ul li a {
    margin: 0 10px;
  }
}
@media (max-width: 1024px) {
  body.intro .intro-outer {
    flex-direction: column;
  }
  body.intro .intro-outer .intro-logo {
    top: 15px;
    width: 100px;
    height: 50px;
  }
  body.intro .intro-outer .box-left,
body.intro .intro-outer .box-right {
    width: 100%;
  }
  body.intro .intro-outer .box-left .box-inner nav,
body.intro .intro-outer .box-right .box-inner nav {
    opacity: 1;
  }
  body.intro .intro-outer .box-left .box-inner nav ul li a,
body.intro .intro-outer .box-right .box-inner nav ul li a {
    color: #000;
    border-top: 1px solid #000;
  }
  body.intro .intro-outer .box-left .box-inner h3,
body.intro .intro-outer .box-right .box-inner h3 {
    margin: 100px 0 15px;
  }
}
@media (max-width: 600px) {
  body.intro .intro-outer .box-left .box-inner h3,
body.intro .intro-outer .box-right .box-inner h3 {
    font-size: 2.5em;
  }
  body.intro .intro-outer .box-left .box-inner nav ul,
body.intro .intro-outer .box-right .box-inner nav ul {
    flex-direction: column;
  }
  body.intro .intro-outer .box-left .box-inner nav ul li a,
body.intro .intro-outer .box-right .box-inner nav ul li a {
    padding-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    border: 0;
  }
  body.intro .intro-outer .box-left:hover,
body.intro .intro-outer .box-right:hover {
    background-color: transparent;
  }
}
@media (max-width: 550px) {
  body.intro .intro-outer .box-left .box-inner h3,
body.intro .intro-outer .box-right .box-inner h3 {
    margin-top: 150px;
  }
}

body.intro2 .intro-outer {
  width: 100%;
  min-height: 100%;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
body.intro2 .intro-outer .box-left,
body.intro2 .intro-outer .box-right {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
  transition: all 0.2s;
  text-decoration: none;
}
body.intro2 .intro-outer .box-left .intro-logo,
body.intro2 .intro-outer .box-right .intro-logo {
  width: 150px;
  height: 85px;
  text-align: center;
  margin: 75px 0;
}
body.intro2 .intro-outer .box-left .box-inner,
body.intro2 .intro-outer .box-right .box-inner {
  width: 100%;
}
body.intro2 .intro-outer .box-left .box-inner a,
body.intro2 .intro-outer .box-right .box-inner a {
  text-decoration: none;
}
body.intro2 .intro-outer .box-left .box-inner h3,
body.intro2 .intro-outer .box-right .box-inner h3 {
  font-size: 3em;
  color: #000;
  background-color: #f3f3f3;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}
body.intro2 .intro-outer .box-left .box-inner nav,
body.intro2 .intro-outer .box-right .box-inner nav {
  height: 105px;
}
body.intro2 .intro-outer .box-left .box-inner nav ul,
body.intro2 .intro-outer .box-right .box-inner nav ul {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
body.intro2 .intro-outer .box-left .box-inner nav ul li a,
body.intro2 .intro-outer .box-right .box-inner nav ul li a {
  display: block;
  margin: 35px;
  font-size: 1.2em;
  padding-top: 10px;
  border-top: 1px solid #000;
}
body.intro2 .intro-outer .box-left .box-inner nav ul li a:hover,
body.intro2 .intro-outer .box-right .box-inner nav ul li a:hover {
  text-decoration: none;
}
body.intro2 .intro-outer .box-left .box-inner img,
body.intro2 .intro-outer .box-right .box-inner img {
  max-height: 400px;
}
body.intro2 .intro-outer .box-left:after {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: url("../images/intro-separatingshadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: -130px;
  width: 130px;
  height: 100%;
}
@media (max-width: 1024px) {
  body.intro2 .intro-outer {
    flex-direction: column;
  }
  body.intro2 .intro-outer .box-left {
    margin-bottom: 60px;
  }
  body.intro2 .intro-outer .box-left,
body.intro2 .intro-outer .box-right {
    width: 100%;
  }
  body.intro2 .intro-outer .box-left .intro-logo,
body.intro2 .intro-outer .box-right .intro-logo {
    margin: 20px 0;
  }
  body.intro2 .intro-outer .box-left .box-inner nav,
body.intro2 .intro-outer .box-right .box-inner nav {
    height: auto;
  }
  body.intro2 .intro-outer .box-left .box-inner nav ul li a,
body.intro2 .intro-outer .box-right .box-inner nav ul li a {
    color: #000;
    border-top: 1px solid #000;
  }
  body.intro2 .intro-outer .box-left .box-inner h3,
body.intro2 .intro-outer .box-right .box-inner h3 {
    margin: 20px 0 15px;
  }
  body.intro2 .intro-outer .box-left:after {
    display: none;
  }
}
@media (max-width: 600px) {
  body.intro2 .intro-outer .box-left .intro-logo,
body.intro2 .intro-outer .box-right .intro-logo {
    width: 100px;
    height: 50px;
  }
  body.intro2 .intro-outer .box-left .box-inner h3,
body.intro2 .intro-outer .box-right .box-inner h3 {
    font-size: 2.5em;
  }
  body.intro2 .intro-outer .box-left .box-inner nav ul,
body.intro2 .intro-outer .box-right .box-inner nav ul {
    flex-direction: column;
  }
  body.intro2 .intro-outer .box-left .box-inner nav ul li a,
body.intro2 .intro-outer .box-right .box-inner nav ul li a {
    padding-top: 0;
    margin: 10px;
    display: inline-block;
    border: 0;
  }
  body.intro2 .intro-outer .box-left:hover,
body.intro2 .intro-outer .box-right:hover {
    background-color: transparent;
  }
}

body.intro3 .intro-outer {
  width: 100%;
  min-height: 100%;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
body.intro3 .intro-outer .box-left,
body.intro3 .intro-outer .box-mid,
body.intro3 .intro-outer .box-right {
  position: relative;
  width: 33%;
  height: 100%;
  text-align: center;
  transition: all 0.2s;
  text-decoration: none;
}
body.intro3 .intro-outer .box-left .intro-logo,
body.intro3 .intro-outer .box-mid .intro-logo,
body.intro3 .intro-outer .box-right .intro-logo {
  width: 150px;
  height: 85px;
  text-align: center;
  margin: 75px 0;
}
body.intro3 .intro-outer .box-left .intro-logo.iq-logo,
body.intro3 .intro-outer .box-mid .intro-logo.iq-logo,
body.intro3 .intro-outer .box-right .intro-logo.iq-logo {
  width: 270px;
  height: 115px;
  margin: 60px 0;
}
body.intro3 .intro-outer .box-left .box-inner,
body.intro3 .intro-outer .box-mid .box-inner,
body.intro3 .intro-outer .box-right .box-inner {
  width: 100%;
}
body.intro3 .intro-outer .box-left .box-inner a,
body.intro3 .intro-outer .box-mid .box-inner a,
body.intro3 .intro-outer .box-right .box-inner a {
  text-decoration: none;
}
body.intro3 .intro-outer .box-left .box-inner h3,
body.intro3 .intro-outer .box-mid .box-inner h3,
body.intro3 .intro-outer .box-right .box-inner h3 {
  font-size: 3em;
  color: #000;
  background-color: #f3f3f3;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}
body.intro3 .intro-outer .box-left .box-inner nav,
body.intro3 .intro-outer .box-mid .box-inner nav,
body.intro3 .intro-outer .box-right .box-inner nav {
  height: 105px;
}
body.intro3 .intro-outer .box-left .box-inner nav ul,
body.intro3 .intro-outer .box-mid .box-inner nav ul,
body.intro3 .intro-outer .box-right .box-inner nav ul {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
body.intro3 .intro-outer .box-left .box-inner nav ul li a,
body.intro3 .intro-outer .box-mid .box-inner nav ul li a,
body.intro3 .intro-outer .box-right .box-inner nav ul li a {
  display: block;
  margin: 10px;
  font-size: 1.1em;
  padding-top: 10px;
  border-top: 1px solid #000;
}
body.intro3 .intro-outer .box-left .box-inner nav ul li a:hover,
body.intro3 .intro-outer .box-mid .box-inner nav ul li a:hover,
body.intro3 .intro-outer .box-right .box-inner nav ul li a:hover {
  text-decoration: none;
}
body.intro3 .intro-outer .box-left .box-inner img,
body.intro3 .intro-outer .box-mid .box-inner img,
body.intro3 .intro-outer .box-right .box-inner img {
  max-height: 400px;
}
body.intro3 .intro-outer .box-mid:after {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: url("../images/intro-separatingshadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: -130px;
  width: 130px;
  height: 100%;
}
body.intro3 .intro-outer .box-mid:before {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: url("../images/intro-separatingshadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -130px;
  width: 130px;
  height: 100%;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  body.intro3 .intro-outer .box-left .box-inner h3,
body.intro3 .intro-outer .box-mid .box-inner h3,
body.intro3 .intro-outer .box-right .box-inner h3 {
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  body.intro3 .intro-outer {
    flex-direction: column;
  }
  body.intro3 .intro-outer .box-left {
    margin-bottom: 60px;
  }
  body.intro3 .intro-outer .box-left,
body.intro3 .intro-outer .box-mid,
body.intro3 .intro-outer .box-right {
    width: 100%;
  }
  body.intro3 .intro-outer .box-left .intro-logo,
body.intro3 .intro-outer .box-mid .intro-logo,
body.intro3 .intro-outer .box-right .intro-logo {
    margin: 20px 0;
  }
  body.intro3 .intro-outer .box-left .box-inner nav,
body.intro3 .intro-outer .box-mid .box-inner nav,
body.intro3 .intro-outer .box-right .box-inner nav {
    height: auto;
  }
  body.intro3 .intro-outer .box-left .box-inner nav ul li a,
body.intro3 .intro-outer .box-mid .box-inner nav ul li a,
body.intro3 .intro-outer .box-right .box-inner nav ul li a {
    color: #000;
    border-top: 1px solid #000;
  }
  body.intro3 .intro-outer .box-left .box-inner h3,
body.intro3 .intro-outer .box-mid .box-inner h3,
body.intro3 .intro-outer .box-right .box-inner h3 {
    font-size: 3em;
    margin: 20px 0 15px;
  }
  body.intro3 .intro-outer .box-mid:after, body.intro3 .intro-outer .box-mid:before {
    display: none;
  }
}
@media (max-width: 600px) {
  body.intro3 .intro-outer .box-left .intro-logo,
body.intro3 .intro-outer .box-right .intro-logo {
    width: 100px;
    height: 50px;
  }
  body.intro3 .intro-outer .box-left .box-inner h3,
body.intro3 .intro-outer .box-right .box-inner h3 {
    font-size: 2.5em;
  }
  body.intro3 .intro-outer .box-left .box-inner nav ul,
body.intro3 .intro-outer .box-right .box-inner nav ul {
    flex-direction: column;
  }
  body.intro3 .intro-outer .box-left .box-inner nav ul li a,
body.intro3 .intro-outer .box-right .box-inner nav ul li a {
    padding-top: 0;
    margin: 10px;
    display: inline-block;
    border: 0;
  }
  body.intro3 .intro-outer .box-left:hover,
body.intro3 .intro-outer .box-right:hover {
    background-color: transparent;
  }
}

body.insights footer {
  margin-top: 0;
}
@media (max-width: 576px) {
  body.insights .produkt {
    margin-bottom: 0;
  }
  body.insights footer {
    margin-top: 40px;
  }
}

body.febreze .brandedOuter {
  background: #89bfe5;
  background: linear-gradient(135deg, #89bfe5 0%, #207fbc 100%);
  color: #FFF;
  padding: 0 0 450px;
  position: relative;
}
body.febreze .brandedOuter .logo {
  background-image: url("../images/febreze_white_geschnitten.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  width: 100%;
  height: 335px;
  bottom: 0;
}
body.febreze .brandedOuter a.more {
  color: #FFF;
  border: 1px solid #FFF;
}
body.febreze .brandedOuter a.more:hover {
  background: #FFF;
  color: #207fbc !important;
  border: 1px solid #FFF;
}
body.febreze .brandedOuter a {
  color: #FFF;
}
body.febreze form input[type=submit] {
  border-color: #FFF;
  color: #FFF;
  background-color: transparent;
}
body.febreze form input[type=submit]:hover {
  color: #207fbc;
  background-color: #FFF;
}
body.febreze form input[type=text],
body.febreze form textarea {
  background-color: transparent;
  border-color: white;
  color: white;
}
body.febreze form select,
body.febreze form select option {
  background-color: #4B9ACD;
  border-color: white;
  color: white;
}
body.febreze form .radio-outer .checkmark {
  border: 2px solid white;
}
body.febreze form .radio-outer .checkmark:after {
  background: #fff;
}
body.febreze form .checkbox-outer .checkmark {
  border: 2px solid white;
}
body.febreze form .checkbox-outer .checkmark:after {
  border: 4px solid #fff;
}
body.febreze .accordion .entry .title {
  color: white;
}
body.febreze footer {
  background-color: #FFF;
}
@media (max-width: 576px) {
  body.febreze .brandedOuter {
    padding: 0 0 100px;
  }
}

body.swisspers .brandedOuter {
  /*background: #dd7390;
  background: -moz-linear-gradient(-45deg, #dd7390 0%, #da0c60 100%);
  background: -webkit-linear-gradient(-45deg, #dd7390 0%,#da0c60 100%);
  background: linear-gradient(135deg, #dd7390 0%,#da0c60 100%);*/
  background: #f3f3f3;
  background: linear-gradient(135deg, #f3f3f3 0%, #eeeeee 100%);
  padding: 0 0 100px;
  position: relative;
}
body.swisspers .brandedOuter h3 {
  color: #da025b;
}
body.swisspers .brandedOuter a.more {
  color: #da025b;
  border: 1px solid #da025b !important;
}
body.swisspers .brandedOuter a.more:hover {
  background: #000;
  color: #FFF;
  border: 1px solid #000 !important;
}
body.swisspers .brandedOuter a.more.hide-products:before {
  color: #da025b !important;
}
@media (max-width: 576px) {
  body.swisspers .brandedOuter {
    padding-bottom: 0;
  }
}
body.swisspers footer {
  background-color: #df889d;
}

body.flawa-premium .brandedOuter {
  background: #FFF;
  color: #000;
  padding: 0 0 120px;
  position: relative;
}
body.flawa-premium footer {
  background-color: #000;
  color: #FFF;
}
body.flawa-premium footer .googlemapIcon {
  content: url("/template/images/marker_white.svg");
}
body.flawa-premium footer .map a,
body.flawa-premium footer a,
body.flawa-premium footer ul li a {
  color: #FFF;
}
@media (max-width: 576px) {
  body.flawa-premium .brandedOuter {
    padding-bottom: 0;
  }
}

body.febreze footer,
body.flawa-premium footer,
body.swisspers footer {
  margin-top: 0;
}
body.febreze .startboxenOuter,
body.flawa-premium .startboxenOuter,
body.swisspers .startboxenOuter {
  position: relative;
}
body.febreze .startboxenOuter .startboxen .inner .text,
body.flawa-premium .startboxenOuter .startboxen .inner .text,
body.swisspers .startboxenOuter .startboxen .inner .text {
  z-index: 1;
}
body.febreze .startboxenOuter .branded-wrapper,
body.flawa-premium .startboxenOuter .branded-wrapper,
body.swisspers .startboxenOuter .branded-wrapper {
  position: relative;
}
body.febreze .startboxenOuter .branded-logo,
body.flawa-premium .startboxenOuter .branded-logo,
body.swisspers .startboxenOuter .branded-logo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
}
@media (min-width: 576px) {
  body.febreze .startboxenOuter .branded-wrapper,
body.flawa-premium .startboxenOuter .branded-wrapper,
body.swisspers .startboxenOuter .branded-wrapper {
    display: none;
  }
}
@media (max-width: 576px) {
  body.febreze .startboxenOuter .branded-wrapper,
body.flawa-premium .startboxenOuter .branded-wrapper,
body.swisspers .startboxenOuter .branded-wrapper {
    display: block;
  }
}

body.masks .startboxenOuter .startboxen .inner .text {
  bottom: 150px;
}
body.masks .startboxenOuter .startboxen .inner .image-additional {
  bottom: 95px;
}

body.landing div[name=masks-products] .startboxenOuter .startboxen .inner .text {
  bottom: 150px;
}
body.landing div[name=masks-products] .startboxenOuter .startboxen .inner .image-additional {
  bottom: 95px;
}

body.landing div[name=masks-products] .startboxenOuter .startboxen .inner .text .shoplink,
body.masks .startboxenOuter .startboxen .inner .text .shoplink {
  display: block;
  position: absolute;
  right: -70px;
  top: -70px;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  transform: rotate(-30deg);
  text-align: center;
  padding: 55px 0;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1024px) {
  body.landing div[name=masks-products] .startboxenOuter .startboxen .inner .text,
body.masks .startboxenOuter .startboxen .inner .text {
    bottom: 0;
  }
  body.landing div[name=masks-products] .startboxenOuter .startboxen .inner .text .shoplink,
body.masks .startboxenOuter .startboxen .inner .text .shoplink {
    right: 15px;
  }
  body.landing div[name=masks-products] .startboxenOuter .startboxen .inner .image-additional,
body.masks .startboxenOuter .startboxen .inner .image-additional {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.landing div[name=masks-products] .startboxenOuter .startboxen .inner .text .shoplink,
body.masks .startboxenOuter .startboxen .inner .text .shoplink {
    top: -120px;
  }
}
body.blue {
  background-color: #9fd0f0;
}

body.pink {
  background-color: #df889d;
}

body.blue main,
body.pink main {
  padding-top: 40px;
  background-color: transparent;
}