html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/open-sans-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v20-latin-regular.woff2") format("woff2"), url("../Fonts/open-sans-v20-latin-regular.woff") format("woff"), url("../Fonts/open-sans-v20-latin-regular.ttf") format("truetype"), url("../Fonts/open-sans-v20-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/open-sans-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v20-latin-italic.woff2") format("woff2"), url("../Fonts/open-sans-v20-latin-italic.woff") format("woff"), url("../Fonts/open-sans-v20-latin-italic.ttf") format("truetype"), url("../Fonts/open-sans-v20-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/open-sans-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v20-latin-700.woff2") format("woff2"), url("../Fonts/open-sans-v20-latin-700.woff") format("woff"), url("../Fonts/open-sans-v20-latin-700.ttf") format("truetype"), url("../Fonts/open-sans-v20-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/open-sans-v20-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v20-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v20-latin-700italic.woff2") format("woff2"), url("../Fonts/open-sans-v20-latin-700italic.woff") format("woff"), url("../Fonts/open-sans-v20-latin-700italic.ttf") format("truetype"), url("../Fonts/open-sans-v20-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, Verdana sans-serif;
  color: #6C6C6C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 27px;
}

::-moz-selection {
  background: #008689;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #008689;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  background: #E9E9E9;
  margin: 1em 0;
  border: none;
}

img:not(.is_svg),
video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  max-width: none;
}

figure {
  margin: 0;
}

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.browsehappy a {
  color: #fff !important;
}

a {
  color: #008689;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: rgb(0, 59.1751824818, 60.5);
}

a[href*="//"] {
  position: relative;
}
a[href*="//"]:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background: url("../Images/external-link.svg") no-repeat center left;
  background-size: 100% auto;
  margin-right: 10px;
}

figure a[href*="//"]:before {
  content: none;
}

.allcont ul li {
  padding: 5px 10px 5px 25px;
  position: relative;
}
.allcont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #008689;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 15px;
}
.allcont ul li ul li {
  padding: 5px 10px 5px 20px;
}
.allcont ul li ul li::before {
  background: rgb(0, 183.8832116788, 188);
}

.allcont ol {
  margin: 10px 0;
  counter-reset: item;
}
.allcont ol li {
  padding: 5px 0 5px 1.7em;
  counter-increment: item;
  position: relative;
}
.allcont ol li:before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
}

.allcont .ce-gallery .lightbox {
  position: relative;
  height: 100%;
  display: block;
}
.allcont .ce-gallery .lightbox:before {
  content: "";
  background: rgba(0, 0, 0, 0.7) url(../Images/magnifier.svg) no-repeat center center;
  background-size: 36px 36px;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.allcont .ce-gallery .lightbox:hover:before {
  opacity: 1;
}

.allcont .ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.allcont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px;
}

p.roofline .section--num {
  position: relative;
  margin-right: 20px;
  padding-right: 40px;
}
p.roofline .section--num:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CDCDCD;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.frame-space-before-extra-small {
  margin-top: 40px;
}

.frame-space-before-small {
  margin-top: 70px;
}

.frame-space-before-medium {
  margin-top: 130px;
}

.frame-space-before-large {
  margin-top: 170px;
}

.frame-space-before-extra-large {
  margin-top: 200px;
}

.frame-space-after-extra-small {
  margin-bottom: 40px;
}

.frame-space-after-small {
  margin-bottom: 70px;
}

.frame-space-after-medium {
  margin-bottom: 130px;
}

.frame-space-after-large {
  margin-bottom: 170px;
}

.frame-space-after-extra-large {
  margin-bottom: 200px;
}

@media all and (max-width: 1100px) {
  .frame-space-before-small {
    margin-top: 40px;
  }
  .frame-space-before-large {
    margin-top: 120px;
  }
  .frame-space-before-extra-large {
    margin-top: 150px;
  }
  .frame-space-after-small {
    margin-bottom: 40px;
  }
  .frame-space-after-large {
    margin-bottom: 120px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 150px;
  }
}
@media all and (max-width: 960px) {
  .frame-space-before-medium {
    margin-top: 100px;
  }
  .frame-space-before-large {
    margin-top: 100px;
  }
  .frame-space-before-extra-large {
    margin-top: 100px;
  }
  .frame-space-after-medium {
    margin-bottom: 100px;
  }
  .frame-space-after-large {
    margin-bottom: 100px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .frame-space-before-extra-small {
    margin-top: 20px;
  }
  .frame-space-before-small {
    margin-top: 20px;
  }
  .frame-space-before-medium {
    margin-top: 60px;
  }
  .frame-space-before-large {
    margin-top: 60px;
  }
  .frame-space-before-extra-large {
    margin-top: 60px;
  }
  .frame-space-after-extra-small {
    margin-bottom: 20px;
  }
  .frame-space-after-small {
    margin-bottom: 20px;
  }
  .frame-space-after-medium {
    margin-bottom: 60px;
  }
  .frame-space-after-large {
    margin-bottom: 60px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 60px;
  }
}
/*Textstile -----------------------------------------*/
.button, input[type=submit],
button {
  display: inline-block;
  color: #fff;
  padding: 20px 25px;
  text-decoration: none;
  border: 0;
  border-radius: 35px;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(222deg, rgb(0, 169, 173) 0%, rgb(0, 134, 137) 100%);
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  cursor: pointer;
}
.button:hover, input[type=submit]:hover,
button:hover {
  color: #fff;
}

.button--secondary {
  color: #008689;
  border: 2px solid #008689;
  background: #ffffff;
}
.button--secondary:hover {
  background: #008689;
  color: #ffffff;
}

.button--arrow {
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  line-height: normal;
  color: #008689;
  border-bottom: 2px solid #008689;
  padding: 0;
  padding-bottom: 20px;
}
.button--arrow::after {
  content: "";
  background-image: url("../Images/arrow--right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
.button--arrow:hover {
  color: #2B2B2B;
  border-bottom: 2px solid #2B2B2B;
}
.button--arrow:hover::after {
  filter: brightness(0);
}

.redtext {
  color: #b10000;
}

.largetext {
  font-size: 1.5em;
}

.arrowlink--mc {
  color: #008689;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.arrowlink--mc:hover {
  color: #008689;
}
.arrowlink--mc:hover::after {
  margin-left: 10px;
}
.arrowlink--mc::after {
  content: "";
  background-image: url(../Images/arrow--right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.5s ease-in-out;
}

.uppercase {
  text-transform: uppercase;
}

/*Rahmen -----------------------------------------*/
.frame-greybox {
  background: #E9E9E9;
  padding: 2%;
}

.frame-ci_bg {
  background: #008689;
  padding: 2%;
  color: #fff;
}
.frame-ci_bg h1,
.frame-ci_bg h2,
.frame-ci_bg h3,
.frame-ci_bg h4,
.frame-ci_bg h5 {
  color: #fff;
}

.frame-type-pxproject_grid100withimages {
  position: relative;
  padding: 200px 0;
}
@media screen and (max-width: 450px) {
  .frame-type-pxproject_grid100withimages {
    padding: 100px 0;
  }
  .frame-type-pxproject_grid100withimages img {
    width: 100px;
  }
}
.frame-type-pxproject_grid100withimages .image {
  position: absolute;
}
.frame-type-pxproject_grid100withimages .image.image_top {
  top: 0;
}
.frame-type-pxproject_grid100withimages .image.image_bottom {
  bottom: 0;
}
.frame-type-pxproject_grid100withimages .image.position_right {
  right: 0;
}
.frame-type-pxproject_grid100withimages .image.position_left {
  left: 0;
}

/*Layouts -----------------------------------------*/
.head > .inner,
.foot > .inner {
  width: 92%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame {
  width: 92%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame.frame-layout-10,
.frame.frame-type-pxjuliushoesch_contactpersonwithbg {
  max-width: none;
  width: 100%;
}

.cont > .frame.frame-layout-10.frame-greybox {
  padding: 20px 0;
}

.cont > .frame.frame-layout-20,
.cont > .frame.frame-type-pxjuliushoesch_videoplayer {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-20 > .inner,
.cont > .frame.frame-type-pxjuliushoesch_videoplayer > .inner {
  width: 92%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame.frame-type-pxjuliushoesch_videoplayer {
  position: relative;
  padding-top: 120px;
}
.cont > .frame.frame-type-pxjuliushoesch_videoplayer:before {
  content: "";
  width: 57vw;
  height: 70%;
  background: #F4F4F4;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -2px;
  display: block;
}

.cont > .frame.frame-layout-40 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-40 > .inner {
  width: 92%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.next__section {
  position: absolute;
  font-weight: 700;
  line-height: 120%;
  color: #383838;
  font-size: 18px;
  cursor: pointer;
}
.next__section:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  background-image: url("../Images/arrow-right--black.svg");
}
.next__section .next__section-text {
  display: block;
}

/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.gridrow .col + .col {
  margin-left: 20px;
}
.gridrow.colSpacing_slim > .col + .col {
  margin-left: 10px;
}
.gridrow.colSpacing_wide > .col + .col {
  margin-left: 80px;
}
.gridrow.align_middle {
  align-items: center;
}
.gridrow.align_top {
  align-items: flex-start;
}
.gridrow.align_bottom {
  align-items: flex-end;
}

/*Boxen 2er%*/
.grid2cols > .col {
  width: calc(50% - 20px / 2);
}
.grid2cols.colSpacing_slim > .col {
  width: calc(50% - 10px / 2);
}
.grid2cols.colSpacing_wide > .col {
  width: calc(50% - 80px / 2);
}

/*Boxen 3er%*/
.grid3cols > .col {
  width: calc(33.333% - 2 * 20px / 3);
}
.grid3cols.colSpacing_slim > .col {
  width: calc(33.333% - 2 * 10px / 3);
}
.grid3cols.colSpacing_wide > .col {
  width: calc(33.333% - 2 * 80px / 3);
}

/*Boxen 4er%*/
.grid4cols > .col {
  width: calc(25% - 3 * 20px / 4);
}
.grid4cols.colSpacing_slim > .col {
  width: calc(25% - 3 * 10px / 4);
}
.grid4cols.colSpacing_wide > .col {
  width: calc(25% - 3 * 80px / 4);
}

/*Boxen 5er%*/
.grid5cols > .col {
  width: calc(20% - 4 * 20px / 5);
}
.grid5cols.colSpacing_slim > .col {
  width: calc(20% - 4 * 10px / 5);
}
.grid5cols.colSpacing_wide > .col {
  width: calc(20% - 4 * 80px / 5);
}

/*Boxen 33%-66%*/
.col_pos_33-66 > .col.col1 {
  width: calc(33.333% - 20px / 2);
}
.col_pos_33-66 > .col.col2 {
  width: calc(66.666% - 20px / 2);
}
.col_pos_33-66.colSpacing_slim > .col.col1 {
  width: calc(33.333% - 10px / 2);
}
.col_pos_33-66.colSpacing_slim > .col.col2 {
  width: calc(66.666% - 10px / 2);
}
.col_pos_33-66.colSpacing_wide > .col.col1 {
  width: calc(33.333% - 80px / 2);
}
.col_pos_33-66.colSpacing_wide > .col.col2 {
  width: calc(66.666% - 80px / 2);
}

/*Boxen 66%-33%*/
.col_pos_66-33 > .col.col1 {
  width: calc(66.666% - 20px / 2);
}
.col_pos_66-33 > .col.col2 {
  width: calc(33.333% - 20px / 2);
}
.col_pos_66-33.colSpacing_slim > .col.col1 {
  width: calc(66.666% - 10px / 2);
}
.col_pos_66-33.colSpacing_slim > .col.col2 {
  width: calc(33.333% - 10px / 2);
}
.col_pos_66-33.colSpacing_wide > .col.col1 {
  width: calc(66.666% - 80px / 2);
}
.col_pos_66-33.colSpacing_wide > .col.col2 {
  width: calc(33.333% - 80px / 2);
}

/*Boxen 20%-80%*/
.col_pos_20-80 > .col.col1 {
  width: calc(20% - 20px / 2);
}
.col_pos_20-80 > .col.col2 {
  width: calc(80% - 20px / 2);
}
.col_pos_20-80.colSpacing_slim > .col.col1 {
  width: calc(20% - 10px / 2);
}
.col_pos_20-80.colSpacing_slim > .col.col2 {
  width: calc(80% - 10px / 2);
}
.col_pos_20-80.colSpacing_wide > .col.col1 {
  width: calc(20% - 80px / 2);
}
.col_pos_20-80.colSpacing_wide > .col.col2 {
  width: calc(80% - 80px / 2);
}

/*Boxen 80%-20%*/
.col_pos_80-20 > .col.col1 {
  width: calc(80% - 20px / 2);
}
.col_pos_80-20 > .col.col2 {
  width: calc(20% - 20px / 2);
}
.col_pos_80-20.colSpacing_slim > .col.col1 {
  width: calc(80% - 10px / 2);
}
.col_pos_80-20.colSpacing_slim > .col.col2 {
  width: calc(20% - 10px / 2);
}
.col_pos_80-20.colSpacing_wide > .col.col1 {
  width: calc(80% - 80px / 2);
}
.col_pos_80-20.colSpacing_wide > .col.col2 {
  width: calc(20% - 80px / 2);
}

@media all and (max-width: 1024px) {
  .grid4cols .col + .col,
  .grid4cols.colSpacing_slim .col + .col,
  .grid4cols.colSpacing_wide .col + .col,
  .grid5cols .col + .col,
  .grid5cols.colSpacing_slim .col + .col,
  .grid5cols.colSpacing_wide .col + .col {
    margin-left: 20px;
  }
  .grid4cols > .col,
  .grid4cols.colSpacing_slim > .col,
  .grid4cols.colSpacing_wide > .col,
  .grid5cols > .col,
  .grid5cols.colSpacing_slim > .col,
  .grid5cols.colSpacing_wide > .col {
    width: calc(50% - 20px / 2);
    margin-top: 20px;
  }
  .grid4cols > .col:nth-child(2n+1),
  .grid4cols.colSpacing_slim > .col:nth-child(2n+1),
  .grid4cols.colSpacing_wide > .col:nth-child(2n+1),
  .grid5cols > .col:nth-child(2n+1),
  .grid5cols.colSpacing_slim > .col:nth-child(2n+1),
  .grid5cols.colSpacing_wide > .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 960px) {
  .grid2cols > .col,
  .grid2cols.colSpacing_slim > .col,
  .grid2cols.colSpacing_wide > .col,
  .grid3cols > .col,
  .grid3cols.colSpacing_slim > .col,
  .grid3cols.colSpacing_wide > .col {
    width: 100%;
  }
  .grid2cols .col + .col,
  .grid2cols.colSpacing_slim .col + .col,
  .grid2cols.colSpacing_wide .col + .col,
  .grid3cols .col + .col,
  .grid3cols.colSpacing_slim .col + .col,
  .grid3cols.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2,
  .col_pos_33-66.colSpacing_slim > .col.col1,
  .col_pos_33-66.colSpacing_slim > .col.col2,
  .col_pos_33-66.colSpacing_wide > .col.col1,
  .col_pos_33-66.colSpacing_wide > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2,
  .col_pos_66-33.colSpacing_slim > .col.col1,
  .col_pos_66-33.colSpacing_slim > .col.col2,
  .col_pos_66-33.colSpacing_wide > .col.col1,
  .col_pos_66-33.colSpacing_wide > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2,
  .col_pos_20-80.colSpacing_slim > .col.col1,
  .col_pos_20-80.colSpacing_slim > .col.col2,
  .col_pos_20-80.colSpacing_wide > .col.col1,
  .col_pos_20-80.colSpacing_wide > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2,
  .col_pos_80-20.colSpacing_slim > .col.col1,
  .col_pos_80-20.colSpacing_slim > .col.col2,
  .col_pos_80-20.colSpacing_wide > .col.col1,
  .col_pos_80-20.colSpacing_wide > .col.col2 {
    width: 100%;
  }
  .col_pos_33-66 .col + .col,
  .col_pos_33-66.colSpacing_slim .col + .col,
  .col_pos_33-66.colSpacing_wide .col + .col,
  .col_pos_66-33 .col + .col,
  .col_pos_66-33.colSpacing_slim .col + .col,
  .col_pos_66-33.colSpacing_wide .col + .col,
  .col_pos_20-80 .col + .col,
  .col_pos_20-80.colSpacing_slim .col + .col,
  .col_pos_20-80.colSpacing_wide .col + .col,
  .col_pos_80-20 .col + .col,
  .col_pos_80-20.colSpacing_slim .col + .col,
  .col_pos_80-20.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  .grid3cols h5 {
    font-size: 23px;
  }
}
@media all and (max-width: 960px) {
  .cont > .frame.frame-type-header,
  .cont > .frame.frame-type-text,
  .gridrow.grid3cols,
  .gridrow.grid2cols {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .gridrow.grid3cols .col + .col {
    margin-top: 80px;
  }
  .gridrow.grid2cols .col2 .image {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .grid4cols > .col,
  .grid4cols.colSpacing_slim > .col,
  .grid4cols.colSpacing_wide > .col,
  .grid5cols > .col,
  .grid5cols.colSpacing_slim > .col,
  .grid5cols.colSpacing_wide > .col {
    width: 100%;
  }
  .grid4cols .col + .col,
  .grid4cols.colSpacing_slim .col + .col,
  .grid4cols.colSpacing_wide .col + .col,
  .grid5cols .col + .col,
  .grid5cols.colSpacing_slim .col + .col,
  .grid5cols.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.site .main {
  flex: 1 0 auto;
}
.site .allcont {
  padding: 80px 0 430px 0;
  overflow: hidden;
}
.site .allcont .cont > div:first-child.frame-greybox, .site .allcont .cont > div:first-child.frame-ci_bg, .site .allcont .cont > div:first-child.frame-type-pxproject_grid100withimages {
  margin-top: 0;
}
.site .allcont .cont > div:last-child {
  margin-bottom: 170px;
}
.site .allcont .cont > div:last-child.frame-greybox, .site .allcont .cont > div:last-child.frame-ci_bg, .site .allcont .cont > div:last-child.frame-type-pxproject_grid100withimages {
  margin-bottom: 0;
}

@media all and (max-width: 1300px) {
  .breadcrumb-nav {
    width: 92%;
  }
}
@media all and (max-width: 1200px) {
  .site .allcont {
    padding: 80px 0 355px 0;
  }
}
@media all and (max-width: 1024px) {
  #uid21 .allcont table tr td {
    display: block;
  }
}
@media all and (max-width: 960px) {
  .site .allcont {
    padding: 80px 0 325px 0;
  }
  .breadcrumb-nav {
    margin: 0 auto 50px !important;
  }
}
@media all and (max-width: 800px) {
  .site .allcont {
    padding: 80px 0 0;
  }
}
@media all and (max-width: 600px) {
  .site .allcont .cont > div:last-child {
    margin-bottom: 100px;
  }
  .breadcrumb-nav {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Arial, Verdana sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #383838;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  padding-top: 0.5em;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 28px;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

p[class*=roofline] {
  font-weight: bold;
}

*[class*=headline] + *:not(.frame) {
  margin-top: 1em;
}

p:not([class*=roofline]) + h1,
p:not([class*=roofline]) + h2,
p:not([class*=roofline]) + h3,
p:not([class*=roofline]) + h4,
p:not([class*=roofline]) + h5,
p:not([class*=roofline]) + h6,
p:not([class*=roofline]) + p,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p {
  margin-top: 1em;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media all and (max-width: 600px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 25px;
  }
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #E9E9E9;
  padding: 10px 15px;
  font-weight: 700;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #008689;
  outline: none;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
}
input[type=submit]:focus {
  border: none;
  outline: none;
}

select {
  height: 41px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  height: 150px;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000;
}

::-webkit-input-placeholder {
  color: #B7B7B7;
  font-weight: 700;
}

:-moz-placeholder {
  opacity: 1;
  color: #B7B7B7;
  font-weight: 700;
}

::-moz-placeholder {
  opacity: 1;
  color: #B7B7B7;
  font-weight: 700;
}

:-ms-input-placeholder {
  color: #B7B7B7;
  font-weight: 700;
}

:focus {
  outline: rgba(255, 255, 255, 0);
}

/*Tabelle*/
.table_container {
  overflow: auto;
}

.allcont table {
  width: 100%;
  margin: 10px 0px 5px;
}
.allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #008689;
  padding: 10px 15px;
  border-right: 1px solid #fff;
}
.allcont table tr td {
  padding: 5px 15px;
  border-right: 1px solid #fff;
}
.allcont table tr:nth-child(even) {
  background-color: #E9E9E9;
}

/*
*********************
Responsive Design ONLY for the standard Elements of TYPO3
*********************
*/
@media all and (max-width: 890px) {
  /*
   *********************
   Text & Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
   *********************
   */
  .ce-textpic.ce-intext {
    /*
       *********************
       Text & Bild / Text & Medien – Im Text rechts, Im Text links,
       Neben dem Text rechts, Neben dem Text links
       *********************
       */
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column {
    float: unset;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video {
    display: block;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video video {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  /*
   *********************
   Nur Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
   *********************
   */
  .ce-image .ce-gallery {
    margin-bottom: 0;
    float: none;
  }
  .ce-image .ce-gallery .ce-column {
    float: none;
  }
  .ce-image .ce-gallery .image {
    display: block;
    width: 100%;
  }
  .ce-image .ce-gallery .image img {
    width: 100%;
    height: auto;
  }
  /*
   *********************
   Dateilinks – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
   *********************
   */
  .ce-uploads li::before {
    content: none !important;
  }
  .ce-uploads li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce-uploads li a {
    display: block;
  }
  .ce-uploads li a img {
    display: block;
    float: unset;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .ce-uploads li > div span {
    font-size: 14px;
  }
}
.head {
  position: sticky;
  top: 0;
  background: #ffffff;
  max-width: 2000px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.head > .inner {
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: initial;
}
.head > .inner .logowrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 42px;
  transition: all 0.5s ease-in-out;
}
.head > .inner .logowrapper .logo {
  transition: all 0.5s ease-in-out;
  background-image: url("../Images/logo.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% auto;
  width: 180px;
  height: 95px;
}
.head > .inner .logowrapper .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head > .inner .logowrapper .logo a span {
  display: none;
}
.head.is-sticky {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.head.is-sticky > .inner .logowrapper {
  padding: 20px 42px;
}
.head.is-sticky > .inner .logowrapper .logo {
  width: 160px;
  height: 80px;
}
@media all and (max-width: 600px) {
  .head.is-sticky > .inner .logowrapper .logo {
    width: 110px;
    height: 60px;
  }
}
@media all and (max-width: 1024px) {
  .head.is-sticky > .inner .logowrapper {
    padding: 10px 42px;
  }
}
@media all and (max-width: 450px) {
  .head.is-sticky > .inner .logowrapper {
    padding: 10px 20px;
  }
}

#subhead {
  position: relative;
}
#subhead #subhead2 {
  max-height: 550px;
}
#subhead #subhead2 .banner {
  height: 550px;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  #subhead #subhead2 .banner {
    height: 400px;
  }
}

#uid1 #subhead #subhead2 {
  max-height: 800px;
}
#uid1 #subhead #subhead2 .banner {
  height: 800px;
}
@media screen and (max-width: 450px) {
  #uid1 #subhead #subhead2 .banner {
    height: 400px;
  }
}

#uid10 #subhead #subhead2,
#uid11 #subhead #subhead2 {
  max-height: 350px;
}
#uid10 #subhead #subhead2 .banner,
#uid11 #subhead #subhead2 .banner {
  height: 350px;
}
@media screen and (max-width: 450px) {
  #uid10 #subhead #subhead2 .banner,
  #uid11 #subhead #subhead2 .banner {
    height: 300px;
  }
}

#uid40 .breadcrumb-nav,
#uid10 .breadcrumb-nav,
#uid11 .breadcrumb-nav {
  margin-bottom: 40px;
}

/*headnav--------------------------------------*/
.head .nav {
  list-style-type: none;
  display: flex;
  margin-right: 25px;
}
@media all and (max-width: 1700px) {
  .head .nav {
    margin-right: 0;
  }
}
.head .nav > li {
  list-style: none;
  position: relative;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 700;
}
.head .nav > li > a {
  position: relative;
  padding: 45px 50px 45px 35px;
}
@media all and (max-width: 1700px) {
  .head .nav > li > a {
    padding: 45px 30px 45px 35px;
  }
}
@media all and (max-width: 1550px) {
  .head .nav > li > a {
    padding: 45px 20px 45px 30px;
    font-size: 15px;
  }
}
.head .nav > li > a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.5s ease-in-out;
  filter: brightness(0);
  transform: translateY(-50%);
}
.head .nav > li > a::after {
  content: "";
  width: 80%;
  position: absolute;
  height: 2px;
  background: transparent;
  bottom: -1px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.head .nav > li > a[href*="/produkte"]::before, .head .nav > li > a[href*="/en/all-products"]::before {
  background-image: url("../Images/products.svg");
}
.head .nav > li > a[href*="/industrien"]::before, .head .nav > li > a[href*="/en/industries"]::before {
  background-image: url("../Images/industries.svg");
}
.head .nav > li > a[href*="/qualitaet-und-umwelt"]::before, .head .nav > li > a[href*="/en/quality-and-environment"]::before {
  background-image: url("../Images/environment.svg");
}
.head .nav > li > a[href*="/unternehmen"]::before, .head .nav > li > a[href*="/en/company"]::before {
  background-image: url("../Images/company.svg");
}
.head .nav > li > a[href*="/kontakt"]::before, .head .nav > li > a[href*="/contact"]::before {
  background-image: url("../Images/contact.svg");
}
.head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav {
  display: flex;
}
.head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a {
  color: #008689;
}
.head .nav > li.over > a::before, .head .nav > li:hover > a::before, .head .nav > li.active > a::before, .head .nav > li.act > a::before {
  filter: brightness(100%);
}
.head .nav > li.over > a::after, .head .nav > li:hover > a::after, .head .nav > li.active > a::after, .head .nav > li.act > a::after {
  background: #008689;
}
.head .nav > li .subnav {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  padding: 1px 0;
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.05);
}
.head .nav > li .subnav li a {
  background: #fff;
  padding: 20px;
  white-space: nowrap;
}
.head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li.act > a {
  color: #008689;
}
.head .nav > li .subnav li.over > .subnav, .head .nav > li .subnav li:hover > .subnav {
  display: flex;
}
.head .nav > li .subnav li + li {
  border-top: 1px solid #fff;
}
.head .nav > li .subnav li > .subnav {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.head .nav > li:not(.has_megaMenu) {
  text-align: center;
}
.head .nav > li.has_megaMenu {
  position: static;
}
.head .nav > li.has_megaMenu .subnav {
  background: #fff;
  max-width: 1420px;
  width: 100%;
  left: 50%;
  padding: 60px 40px 0;
  justify-content: center;
  transform: translateX(-50%);
}
.head .nav > li.has_megaMenu .subnav2 {
  overflow: hidden;
}
.head .nav > li.has_megaMenu .subnav2:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 999;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
}
.head .nav > li.has_megaMenu .subnav2::after {
  content: "";
  background: url("../Images/bg-pattern--1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 184px;
  height: 359px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.head .nav > li.has_megaMenu > .subnav {
  flex-direction: row;
}
.head .nav > li.has_megaMenu > .subnav > li {
  width: 33.333%;
}
.head .nav > li.has_megaMenu > .subnav > li a {
  opacity: 0.5;
}
.head .nav > li.has_megaMenu > .subnav > li:hover a {
  opacity: 1;
}
.head .nav > li.has_megaMenu h5 {
  font-size: 22px;
  margin-top: 20px;
}
.head .nav > li.has_megaMenu li.gridrow {
  width: 100%;
}
.head .nav > li.has_megaMenu li.gridrow > .col {
  width: calc(26% - 30px);
}
.head .nav > li.has_megaMenu li.gridrow > .col + .col {
  margin-left: 40px;
}
.head .nav > li.has_megaMenu li.gridrow > .col.contact {
  width: calc(22% - 30px);
}
.head .nav > li.has_megaMenu li.gridrow > .col.contact .frame ul > li > a:before {
  content: "";
  background-image: url("../Images/phone.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.head .nav > li.has_megaMenu li.gridrow > .col.contact .frame ul > li > a.link-mail:before {
  background-image: url("../Images/mail--gradient.svg");
}
.head .nav > li.has_megaMenu li.gridrow li a {
  padding-bottom: 5px;
  padding-top: 5px;
  white-space: normal;
}
.head .nav > li.is_industries .subnav2::before {
  content: none;
}
.head .nav > li.is_industries > .subnav {
  padding-bottom: 40px;
}
.head .nav > li.is_industries > .subnav > li a {
  opacity: 1;
}
.head .navwrapper {
  display: flex;
  align-items: center;
  background: #F4F4F4;
}
.head .metawrapper {
  width: 475px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0 40px 40px;
}
@media all and (max-width: 1400px) {
  .head .metawrapper {
    padding: 40px;
    width: initial;
  }
}
.head .metawrapper .inner {
  display: flex;
  align-items: center;
}
.head .metawrapper .inner .metanav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .metawrapper .inner .frame a[href^="tel:"] {
  font-family: Arial, Verdana sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2B2B2B;
  margin-right: 40px;
  transition: all 0.5s ease-in-out;
}
.head .metawrapper .inner .frame a[href^="tel:"]::before {
  content: "";
  background-image: url("../Images/phone.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}
.head .metawrapper .inner .frame a[href^="tel:"]:hover {
  color: #008689;
}
@media all and (max-width: 600px) {
  .head .metawrapper .inner .frame a[href^="tel:"] {
    font-size: 0;
    margin-right: 10px;
  }
}
.head .metawrapper .inner .frame a[href^="https://"] {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 5px 15px;
  border-radius: 20px;
  margin-right: 10px;
  color: #2B2B2B;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.head .metawrapper .inner .frame a[href^="https://"]::before {
  content: "";
  background: url("../Images/user.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
.head .metawrapper .inner .frame a[href^="https://"]:hover {
  background: #008689;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.31);
  color: #ffffff;
}
.head .metawrapper .inner .frame a[href^="https://"]:hover::before {
  background: url("../Images/user--white.svg");
  background-repeat: no-repeat;
}
.head .metawrapper .inner .searchtrigger {
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
}
.head .metawrapper .inner .searchtrigger::before {
  content: "";
  background-image: url("../Images/search.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.head .metawrapper .inner .searchtrigger:hover {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.31);
  background: #008689;
}
.head .metawrapper .inner .searchtrigger:hover::before {
  background-image: url("../Images/search--white.svg");
  background-repeat: no-repeat;
}

.showSub,
.open_nav {
  display: none;
}

.breadcrumb-nav {
  max-width: 1270px;
  margin: 0 auto 130px auto;
}
.breadcrumb-nav ul {
  display: flex;
}
.breadcrumb-nav ul li {
  padding: 0 5px;
}
.breadcrumb-nav ul li span,
.breadcrumb-nav ul li a {
  font-size: 14px;
  color: #B7B7B7;
  font-weight: 700;
}
.breadcrumb-nav ul li span:hover,
.breadcrumb-nav ul li a:hover {
  color: #008689;
}
.breadcrumb-nav ul li.current span,
.breadcrumb-nav ul li.current a {
  color: #008689;
}
.breadcrumb-nav ul li.sub a::after {
  content: "";
  background-image: url("../Images/arrow-right--grey.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.breadcrumb-nav ul li::before {
  display: none;
}

@media all and (max-width: 1024px) {
  .head .metawrapper {
    padding: 30px 40px;
  }
}
@media all and (max-width: 768px) {
  .head .metawrapper .inner .metanav li span {
    display: none;
  }
  .head .metawrapper .inner .metanav li a[href^="tel:"] {
    background: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
    padding: 11px 9.5px;
    border-radius: 20px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
  }
  .head .metawrapper .inner .metanav li a[href^="tel:"]:before {
    margin-right: 0;
  }
  .head .metawrapper .inner .metanav li a[href^="tel:"]:hover {
    background: #008689;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.31);
    color: #ffffff;
  }
  .head .metawrapper .inner .metanav li a[href^="tel:"]:hover::before {
    background: url("../Images/phone--white.svg");
    background-repeat: no-repeat;
  }
  .head .metawrapper .inner .metanav li:nth-child(2) a {
    padding: 6px 11px;
  }
  .head .metawrapper .inner .metanav li:nth-child(2) a:before {
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .head .metawrapper {
    padding: 20px;
  }
}
@media all and (max-width: 450px) {
  .head .metawrapper {
    padding: 20px 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  padding: 15px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #008689;
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #008689;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

@media all and (max-width: 600px) {
  .hamburger {
    padding: 15px;
  }
}
@media all and (max-width: 1330px) {
  /*Nav*/
  .open_nav {
    display: inherit;
    width: 6vw;
    min-width: 45px;
    z-index: 9;
  }
  .head > .inner {
    position: static;
  }
  .head > .inner nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: white;
  }
  .head > .inner nav .nav {
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 20%;
  }
  .head > .inner nav .nav li {
    float: none;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .head > .inner nav .nav li:hover > a:after, .head > .inner nav .nav li.over > a:after {
    display: none !important;
  }
  .head > .inner nav .nav li.over > .subnav, .head > .inner nav .nav li:hover > .subnav {
    display: none;
  }
  .head > .inner nav .nav li:hover > a, .head > .inner nav .nav li.over > a, .head > .inner nav .nav li.active > a, .head > .inner nav .nav li.act > a {
    color: #008689;
  }
  .head > .inner nav .nav li a {
    font-size: 18px;
    padding: 40px 40px 40px 50px;
  }
  .head > .inner nav .nav li a:before {
    left: 10px;
  }
  .head > .inner nav .nav li .subnav {
    transform: translate(0);
    padding: 0;
    box-shadow: none;
  }
  .head > .inner nav .nav li .subnav li a {
    padding: 10px 50px;
  }
  .head > .inner nav .nav li .subnav li a .image {
    display: none;
  }
  .head > .inner nav .nav li .subnav li:hover > a, .head > .inner nav .nav li .subnav li.over > a, .head > .inner nav .nav li .subnav li.active > a, .head > .inner nav .nav li .subnav li.act > a {
    color: #008689;
  }
  .head > .inner nav .nav li .subnav li + li {
    border-top: none;
    margin-left: 0;
  }
  .head > .inner nav .nav li .subnav .showSub {
    height: 47px;
    line-height: 47px;
  }
  .head > .inner nav .nav li .subnav.subnav2 li a {
    font-size: 16px;
    margin-left: 15px;
  }
  .head > .inner nav .nav li .subnav.subnav1 .showSub {
    top: 5px;
  }
  .head > .inner nav .nav li .subnav,
  .head > .inner nav .nav li .subnav.subnav2, .head > .inner nav .nav li:last-child > .subnav, .head > .inner nav .nav li:last-child > .subnav.subnav2 {
    position: inherit;
    left: inherit;
    top: inherit;
  }
  .head > .inner nav .nav li:hover > .subnav, .head > .inner nav .nav li.over > .subnav, .head > .inner nav .nav li:hover > .subnav2.subnav, .head > .inner nav .nav li.over > .subnav2.subnav, .head > .inner nav .nav li.over > .subnav .subnav2, .head > .inner nav .nav li:hover > .subnav .subnav2 {
    display: none;
  }
  .head > .inner nav .nav li .showSub {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
    cursor: pointer;
    width: 67px;
    height: 67px;
    line-height: 67px;
    background: transparent;
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  .head > .inner nav .nav li .showSub:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed #008689;
    border-top: 6px solid\9 ;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.5s ease-in-out;
  }
  .head > .inner nav .nav li .showSub.open:after {
    border-top-color: #49BBB1;
    transform: rotate(180deg);
  }
  .head .nav > li.has_megaMenu > .subnav > li {
    width: 100%;
  }
  .head .nav > li.has_megaMenu > .subnav > li a {
    opacity: 1;
  }
  .head .nav > li.has_megaMenu h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .head .nav > li.has_megaMenu li.gridrow > .col {
    width: 100%;
  }
  .head .nav > li.has_megaMenu li.gridrow > .col + .col {
    margin-left: 0;
  }
  .head .nav > li.has_megaMenu li.gridrow > .col.contact {
    display: none;
  }
  .head .nav > li.has_megaMenu .subnav2::before,
  .head .nav > li.has_megaMenu .subnav2::after {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .open_nav {
    width: auto;
    min-width: auto;
  }
  .head > .inner nav .nav li a {
    font-size: 17px;
    padding: 20px 40px 20px 50px;
  }
  .head > .inner nav .nav li .showSub {
    width: 47px;
    height: 47px;
    line-height: 47px;
    top: 5px;
  }
  .head .nav > li.has_megaMenu h5 {
    font-size: 17px;
    margin-top: 5px;
  }
  .head > .inner nav .nav li .subnav.subnav1 .showSub {
    top: 0;
  }
}
.langswitchwrap {
  position: absolute;
  right: 40px;
  top: 30px;
}
.langswitchwrap .langswitch {
  display: flex;
  flex-direction: column;
}
.langswitchwrap .langswitch li {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 0.2;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.langswitchwrap .langswitch li a {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.langswitchwrap .langswitch li a span {
  display: none;
}
.langswitchwrap .langswitch li.act, .langswitchwrap .langswitch li:hover {
  opacity: 1;
}
.langswitchwrap .langswitch li.lang_de {
  background-image: url("../Images/flag-de.svg");
}
.langswitchwrap .langswitch li.lang_en {
  background-image: url("../Images/flag-en.svg");
}
.langswitchwrap .langswitch li:last-child {
  margin-top: 15px;
}

@media all and (max-width: 1400px) {
  .langswitchwrap {
    right: 3%;
    transform: translateX(50%);
  }
}
.banner {
  min-height: 400px;
  position: relative;
}
.banner::after {
  background: #F4F4F4;
  content: "";
  display: block;
  height: calc(100% + 110px);
  position: absolute;
  right: 0;
  top: 0;
  width: 57vw;
  z-index: -1;
}
.banner .bgpattern {
  display: block;
  height: 100%;
  left: 0;
  max-height: 451px;
  max-width: 937px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner .boxwrapper {
  align-items: center;
  bottom: -55px;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.banner .boxwrapper .searchBox {
  align-content: center;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 39px 40px;
}
.banner .boxwrapper .searchBox::before {
  background: url("../Images/search-chemistry.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 35px;
  margin-right: 15px;
  vertical-align: middle;
  width: 35px;
}
.banner .boxwrapper .searchBox .main-search {
  width: 280px;
}
.banner .boxwrapper .searchBox .main-search .input-group {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.banner .boxwrapper .searchBox .main-search .input-group .searchbox-button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
}
.banner .boxwrapper .searchBox .main-search .input-group .searchbox-button::after {
  background-image: url("../Images/search--grey.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.banner .boxwrapper .searchBox .main-search .input-group .searchbox-button span {
  display: none;
}
.banner .boxwrapper .searchBox .main-search .input-group input.searchbox-sword {
  border-bottom: 2px solid #E9E9E9;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #B7B7B7;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 0;
}
.banner .boxwrapper .servicewrapper {
  background: #ffffff;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  margin-right: 5px;
  padding: 15px 40px;
}
.banner .boxwrapper .servicewrapper .slide {
  align-items: center;
  display: flex;
  position: relative;
}
.banner .boxwrapper .servicewrapper .slide:hover .description .inner .morelink {
  opacity: 1;
}
.banner .boxwrapper .servicewrapper .slide:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.banner .boxwrapper .servicewrapper .slide:not(:last-child)::after {
  background: #E9E9E9;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.banner .boxwrapper .servicewrapper .slide .description .inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.banner .boxwrapper .servicewrapper .slide .description .inner .linkboxheadline {
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
}
.banner .boxwrapper .servicewrapper .slide .description .inner .morelink {
  color: #B7B7B7;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  margin-top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}
.banner .boxwrapper .servicewrapper .slide .description .inner .morelink::after {
  background-image: url("../Images/arrow-right--grey.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
  width: 10px;
}
.banner .boxwrapper .servicewrapper .slide .icon {
  height: 35px;
  margin-right: 10px;
  width: 35px;
}
.banner .boxwrapper .servicewrapper .slide .icon img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner .image {
  height: 100%;
  max-width: 94%;
  overflow: hidden;
  position: relative;
}
.banner .image:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: calc(2000px + 200px)) {
  .banner .image {
    max-width: 94vw;
  }
}
.banner .image img {
  max-width: initial;
}
.banner .next__section {
  bottom: 0;
  right: 40px;
  z-index: 2;
}
.banner .text {
  bottom: 30%;
  left: 10%;
  max-width: 740px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.banner .text .text_inner .roofline {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner .text .text_inner h1,
.banner .text .text_inner h2,
.banner .text .text_inner h3,
.banner .text .text_inner h4,
.banner .text .text_inner h5 {
  color: #fff;
}
.banner .text .text_inner .buttonwrapper {
  margin-top: 40px;
}
.banner .text .text_inner .buttonwrapper .button:first-child, .banner .text .text_inner .buttonwrapper input[type=submit]:first-child,
.banner .text .text_inner .buttonwrapper button:first-child {
  margin-right: 20px;
}

@media all and (max-width: 1200px) {
  .banner .boxwrapper .searchBox {
    padding: 24px 25px;
  }
  .banner .boxwrapper .searchBox:before {
    height: 25px;
    margin-top: 5px;
    width: 25px;
  }
  .banner .boxwrapper .searchBox .main-search .input-group .searchbox-button {
    top: 10px;
  }
  .banner .boxwrapper .searchBox .main-search .input-group input.searchbox-sword {
    border-bottom: none;
    padding: 10px 0 11px;
  }
  .banner .boxwrapper .servicewrapper {
    padding: 23px 20px;
  }
  .banner .boxwrapper .servicewrapper .slide .description .inner .linkboxheadline {
    margin-top: 0;
  }
  .banner .boxwrapper .servicewrapper .slide .description .inner .linkboxheadline {
    font-size: 14px;
    line-height: 1;
  }
  .banner .boxwrapper .servicewrapper .slide .description .inner .morelink {
    font-size: 12px;
    line-height: 10px;
    opacity: 1;
  }
  .banner .boxwrapper .servicewrapper .slide .icon {
    height: 25px;
    width: 25px;
  }
  .banner .next__section {
    font-size: 15px;
    right: 2%;
  }
}
@media all and (max-width: 1100px) {
  .banner::after {
    width: 32vw;
  }
}
@media all and (max-width: 1024px) {
  #uid1 #subhead #subhead2 .banner {
    height: 650px;
  }
  #uid1 #subhead #subhead2 .banner .image {
    max-height: 650px;
  }
  #uid1 #subhead #subhead2 .banner .image img {
    height: 650px;
  }
  #uid1 #subhead #subhead2 .banner .banner .boxwrapper {
    bottom: -130px;
  }
  #uid1 #subhead #subhead2 .banner .next__section {
    bottom: 60px;
  }
  #uid1 #subhead #subhead2 .banner .text {
    bottom: 30%;
  }
  .banner .bgpattern {
    max-height: 420px;
    max-width: 620px;
  }
  .banner .boxwrapper {
    bottom: -30px;
    display: block;
  }
  .banner .boxwrapper .searchBox {
    margin-top: 5px;
    max-width: 650px;
    padding: 20px 25px;
  }
  .banner .boxwrapper .searchBox .main-search {
    width: 100%;
  }
  .banner .boxwrapper .servicewrapper {
    max-width: 650px;
    margin-right: 0;
  }
  .banner .boxwrapper .servicewrapper .slide {
    width: calc(33.333% - 13.3333333333px);
    min-width: 170px;
  }
  .banner .image {
    max-height: 450px;
  }
  .banner .image img {
    height: 450px;
  }
  .banner .next__section {
    bottom: 100px;
  }
  .banner .text {
    bottom: 40%;
    left: 5%;
  }
}
@media all and (max-width: 768px) {
  #uid1 #subhead #subhead2 .banner {
    height: 550px;
  }
  #uid1 #subhead #subhead2 .banner .image {
    max-height: 550px;
    max-width: 100%;
  }
  #uid1 #subhead #subhead2 .banner .image img {
    height: 550px;
  }
  #uid1 #subhead #subhead2 .banner .text .buttonwrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #uid1 #subhead #subhead2 .banner .text .buttonwrapper .button:first-child, #uid1 #subhead #subhead2 .banner .text .buttonwrapper input[type=submit]:first-child,
  #uid1 #subhead #subhead2 .banner .text .buttonwrapper button:first-child {
    margin-right: initial;
    margin-bottom: 10px;
  }
  #uid1 #subhead #subhead2 .banner .next__section {
    bottom: 165px;
  }
  .banner .image {
    max-width: 100%;
  }
  .banner .image img {
    left: -50%;
    position: relative;
    transform: translateX(50px);
  }
  .banner .boxwrapper .servicewrapper {
    justify-content: center;
  }
  .banner .next__section {
    bottom: 170px;
    color: #fff;
  }
  .banner .next__section:after {
    background-image: url("../Images/arrow-top--white.svg");
    transform: rotate(180deg);
  }
}
@media all and (max-width: 600px) {
  #subhead #subhead2 .banner {
    height: 350px;
  }
  #subhead #subhead2 .banner:after {
    display: none;
  }
  #subhead #subhead2 .banner .image {
    max-height: 350px;
  }
  #subhead #subhead2 .banner .image img {
    height: 350px;
  }
  #subhead #subhead2 .banner .next__section {
    bottom: 165px;
  }
  #subhead #subhead2 .banner .text {
    bottom: 40%;
  }
  .banner {
    margin-bottom: 130px;
  }
  .banner .boxwrapper .servicewrapper {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    overflow: auto;
  }
  .banner .text .text_inner .roofline {
    font-size: 20px;
  }
  #uid1 #subhead #subhead2 .banner {
    margin-bottom: 120px;
  }
  #uid1 #subhead #subhead2 .banner .image {
    max-height: 550px;
  }
  #uid1 #subhead #subhead2 .banner .image img {
    height: 550px;
  }
  #uid1 #subhead #subhead2 .banner .text {
    bottom: 30%;
    left: 0;
    padding: 0 5%;
    width: 100%;
  }
  #uid1 #subhead #subhead2 .banner .next__section {
    bottom: 70px;
  }
  #uid1 #subhead #subhead2 .banner .boxwrapper {
    bottom: -120px;
  }
}
@media all and (max-width: 450px) {
  .banner .text .text_inner h1 {
    font-size: 30px;
  }
  .banner .text .text_inner h2 {
    font-size: 28px;
  }
  .banner .text .text_inner h3 {
    font-size: 26px;
  }
}
.content_slider .content_slider_wrap .slide {
  position: relative;
  display: none;
}
.content_slider .content_slider_wrap .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .content_slider .content_slider_wrap .slide .image {
    position: relative;
    z-index: 0;
    height: 260px;
  }
}
.content_slider .content_slider_wrap .slide .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_slider .content_slider_wrap .slide .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 450px) {
  .content_slider .content_slider_wrap .slide .image:after {
    content: none;
  }
}
.content_slider .content_slider_wrap .slide .text {
  z-index: 10;
  color: #fff;
  padding: 100px 40px;
  width: 92%;
  margin: 0 auto;
}
.content_slider .content_slider_wrap .slide .text h1,
.content_slider .content_slider_wrap .slide .text h2,
.content_slider .content_slider_wrap .slide .text h3,
.content_slider .content_slider_wrap .slide .text h4,
.content_slider .content_slider_wrap .slide .text h5,
.content_slider .content_slider_wrap .slide .text h6 {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .content_slider .content_slider_wrap .slide .text {
    color: #6C6C6C;
    padding: 20px 0;
  }
  .content_slider .content_slider_wrap .slide .text h1,
  .content_slider .content_slider_wrap .slide .text h2,
  .content_slider .content_slider_wrap .slide .text h3,
  .content_slider .content_slider_wrap .slide .text h4,
  .content_slider .content_slider_wrap .slide .text h5,
  .content_slider .content_slider_wrap .slide .text h6 {
    color: #008689;
  }
}
.content_slider .content_slider_wrap .slide:first-child {
  display: block;
}
.content_slider .content_slider_wrap.slick-initialized .slide {
  display: block;
}

[class^=map_image_wrap_uid] {
  text-align: center;
}
[class^=map_image_wrap_uid] .gm-style img {
  max-width: none !important;
  border-radius: 0 !important;
  vertical-align: baseline !important;
}
[class^=map_image_wrap_uid] .gm-style ul li:before {
  content: none;
}
[class^=map_image_wrap_uid] .gm-style a[href*="//"]:before {
  content: none;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner {
  max-width: 1420px;
  margin: 10px auto 0;
  padding: 0;
  position: relative;
  height: 500px;
  overflow: hidden;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  filter: blur(3px);
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 800px;
  padding: 30px;
  box-sizing: border-box;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn {
    line-height: 125%;
    font-family: 13px;
  }
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn .googlemaps_headline {
  text-align: center;
  font-size: 1.5em;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn span {
  margin: 10px 0;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn span a {
  color: #008689;
  font-weight: bold;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn span a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 450px) {
  [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn .button, [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn input[type=submit],
  [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn button {
    padding: 10px 10px;
  }
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
[class^=map_image_wrap_uid] .map_inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
[class^=map_image_wrap_uid] .map_inner .map_image_wrap_inner,
[class^=map_image_wrap_uid] .map_inner [id^=map_uid] {
  margin: 0;
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner .map_image_wrap_inner,
  [class^=map_image_wrap_uid] .map_inner [id^=map_uid] {
    order: -1;
  }
}
[class^=map_image_wrap_uid] .map_inner .contact_data {
  display: flex;
  align-items: center;
  justify-content: center;
}
[class^=map_image_wrap_uid] .map_inner .contact_data .contact_data_inner {
  padding: 40px 4%;
  text-align: initial;
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_left, [class^=map_image_wrap_uid] .map_inner.contact_data_position_right {
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner.contact_data_position_left, [class^=map_image_wrap_uid] .map_inner.contact_data_position_right {
    flex-direction: column;
  }
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_left .map_image_wrap_inner, [class^=map_image_wrap_uid] .map_inner.contact_data_position_right .map_image_wrap_inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner.contact_data_position_left .map_image_wrap_inner, [class^=map_image_wrap_uid] .map_inner.contact_data_position_right .map_image_wrap_inner {
    width: 100%;
  }
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_left [id^=map_uid], [class^=map_image_wrap_uid] .map_inner.contact_data_position_right [id^=map_uid] {
  width: 50%;
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner.contact_data_position_left [id^=map_uid], [class^=map_image_wrap_uid] .map_inner.contact_data_position_right [id^=map_uid] {
    width: 100%;
  }
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_left .contact_data, [class^=map_image_wrap_uid] .map_inner.contact_data_position_right .contact_data {
  width: 50%;
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner.contact_data_position_left .contact_data, [class^=map_image_wrap_uid] .map_inner.contact_data_position_right .contact_data {
    width: 100%;
  }
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_left .map_image_wrap_inner {
  order: -1;
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_left [id^=map_uid] {
  order: -1;
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomLeft .contact_data, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomRight .contact_data, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomCenter .contact_data {
  width: 92%;
  margin: 0 auto;
  order: 2;
  z-index: 2;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomLeft .contact_data, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomRight .contact_data, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomCenter .contact_data {
    width: 100%;
    top: auto;
    margin-top: 20px;
  }
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomLeft .contact_data .contact_data_inner, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomRight .contact_data .contact_data_inner, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomCenter .contact_data .contact_data_inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  width: 50%;
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomLeft .contact_data .contact_data_inner, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomRight .contact_data .contact_data_inner, [class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomCenter .contact_data .contact_data_inner {
    width: 100%;
  }
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomLeft .contact_data {
  justify-content: flex-start;
}
[class^=map_image_wrap_uid] .map_inner.contact_data_position_bottomRight .contact_data {
  justify-content: flex-end;
}

[id^=map_uid] {
  height: 500px;
  width: 100%;
  margin-top: 10px;
}

.image_slider_images .slide {
  display: none;
  padding: 40px 10px;
}
.image_slider_images .slide:first-child {
  display: block;
}
.image_slider_images .slide img {
  margin: 0 auto;
}
.image_slider_images.slick-initialized .slide {
  display: block;
}

.only_image .image img {
  width: 100%;
  height: auto;
}

/*Text auf Bild  ------------------------------------------------------- */
.text_on_image {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .text_on_image {
    min-height: inherit;
  }
}
.text_on_image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.text_on_image .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text_on_image .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 450px) {
  .text_on_image .image:after {
    background: rgba(0, 0, 0, 0.7);
  }
}
.text_on_image .text {
  font-size: 20px;
  z-index: 10;
  color: #fff;
  padding: 20px 0;
  width: 92%;
  margin: 0 auto;
}
.text_on_image .text h1,
.text_on_image .text h2,
.text_on_image .text h3,
.text_on_image .text h4,
.text_on_image .text h5,
.text_on_image .text h6 {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .text_on_image .text {
    font-size: 16px;
  }
}

.textpicture_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .textpicture_wrap {
    flex-direction: column;
  }
}
.textpicture_left {
  width: calc(50% - 6%);
  position: relative;
}
@media screen and (max-width: 960px) {
  .textpicture_left {
    width: calc(50% - 4%);
  }
}
@media screen and (max-width: 768px) {
  .textpicture_left {
    width: 100%;
  }
}
.textpicture_right {
  width: calc(50% - 6%);
  position: relative;
}
@media screen and (max-width: 960px) {
  .textpicture_right {
    width: calc(50% - 4%);
  }
}
@media screen and (max-width: 768px) {
  .textpicture_right {
    width: 100%;
  }
}
.textpicture_text .button, .textpicture_text input[type=submit],
.textpicture_text button {
  margin-top: 20px;
}
.textpicture_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .textpicture_image {
    max-height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 450px) {
  .textpicture_image {
    max-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .textpicture.imageposition-right .textpicture_right {
    order: -1;
  }
}
.textpicture.texttwopictures {
  padding: 50px 0;
}
.textpicture.texttwopictures .textpicture_image {
  margin-bottom: 0;
}
.textpicture.texttwopictures .textpicture_image-small {
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: -10%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures .textpicture_image-small {
    right: -4%;
  }
}
.textpicture.texttwopictures .textpicture_image-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textpicture.texttwopictures .textpicture_image-small.align-right-top {
  top: -10%;
  bottom: auto;
}
.textpicture.texttwopictures .textpicture_image-small.align-left-top {
  bottom: auto;
  right: auto;
  top: -10%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures .textpicture_image-small.align-left-top {
    right: auto;
    left: -4%;
  }
}
.textpicture.texttwopictures .textpicture_image-small.align-left-bottom {
  right: auto;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures .textpicture_image-small.align-left-bottom {
    right: auto;
    left: -4%;
  }
}
.textpicture.texttwopictures.imageposition-right .textpicture_right.align-right-top {
  margin: 80px 0 20px 0;
}
.textpicture.texttwopictures.imageposition-right .textpicture_right.align-left-top {
  margin: 80px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures.imageposition-right .textpicture_right {
    margin-bottom: 80px;
  }
}
.textpicture.texttwopictures.imageposition-left .textpicture_left.align-right-top {
  margin: 80px 0 0 0;
}
.textpicture.texttwopictures.imageposition-left .textpicture_left.align-left-top {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures.imageposition-left .textpicture_left {
    margin-bottom: 80px;
  }
}

.media_wrap {
  position: relative;
  text-align: center;
}
.media_wrap .next__section {
  right: -4vw;
  bottom: 0;
}
.media_wrap .overlaytext {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  z-index: 4;
  text-align: left;
}
.media_wrap .videoplayer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background: #262626;
  cursor: pointer;
}
.media_wrap .videoplayer .section--num:after {
  background: rgba(255, 255, 255, 0.7);
}
.media_wrap .videoplayer img,
.media_wrap .videoplayer video {
  width: 1270px;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
.media_wrap .videoplayer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.media_wrap .videoplayer .playpause {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 2;
  transform: translate(-50%, -56%);
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.media_wrap .videoplayer .playpause::before {
  content: "";
  transform: translate(-50%, -50%);
  background: url("../Images/play.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  width: 62px;
  height: 62px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -82px;
}
.media_wrap .videoplayer:hover:before {
  transform: translate(-50%, -50%) scale(0);
}

@media all and (max-width: 1400px) {
  .media_wrap .next__section {
    right: -30px;
  }
}
@media all and (max-width: 1100px) {
  .cont > .frame.frame-type-pxjuliushoesch_videoplayer:before {
    width: 32vw;
  }
  .media_wrap .videoplayer img,
  .media_wrap .videoplayer video {
    height: 550px;
  }
}
@media all and (max-width: 960px) {
  .cont > .frame.frame-type-pxjuliushoesch_videoplayer {
    padding-top: 50px;
  }
  .cont > .frame.frame-type-pxjuliushoesch_videoplayer:before {
    display: none;
  }
  .media_wrap .videoplayer img,
  .media_wrap .videoplayer video {
    height: 470px;
  }
  .media_wrap .media img,
  .media_wrap .media video {
    min-height: 200px;
  }
  .media_wrap .next__section {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .media_wrap .videoplayer img,
  .media_wrap .videoplayer video {
    height: 370px;
  }
}
@media all and (max-width: 600px) {
  .media_wrap .overlaytext {
    font-size: 15px;
  }
  .media_wrap .videoplayer img,
  .media_wrap .videoplayer video {
    height: 300px;
  }
  .media_wrap .videoplayer .playpause {
    top: 65%;
    transform: translate(-50%, 0);
  }
}
@media all and (max-width: 450px) {
  .media_wrap .videoplayer img,
  .media_wrap .videoplayer video {
    height: 260px;
  }
}
.footerstage {
  position: relative;
}
.footerstage .image {
  position: relative;
}
.footerstage .image:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
  background-image: linear-gradient(225deg, #00A9AD 0%, #008689 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.footerstage .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  height: 790px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media all and (max-width: 1600px) {
  .footerstage .image img {
    max-width: 100%;
    width: initial;
  }
}
.footerstage .text {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1270px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerstage .text .leftcol {
  max-width: 605px;
}
.footerstage .text .leftcol h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
.footerstage .text .leftcol .button, .footerstage .text .leftcol input[type=submit],
.footerstage .text .leftcol button {
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  color: #2B2B2B;
  padding: 15px;
  text-transform: initial;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.footerstage .text .leftcol .button::before, .footerstage .text .leftcol input[type=submit]::before,
.footerstage .text .leftcol button::before {
  content: "";
  background-image: url("../Images/user--black.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.footerstage .text .leftcol .button:hover, .footerstage .text .leftcol input[type=submit]:hover,
.footerstage .text .leftcol button:hover {
  box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.3);
}
.footerstage .text .rightcol {
  display: flex;
}
.footerstage .text .rightcol .col + .col {
  margin-left: 80px;
}
.footerstage .text .col .subline {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.footerstage .text .col a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.footerstage .text .col a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.footerstage .text .col a.tellink::before {
  width: 25px;
  height: 25px;
  background-image: url("../Images/phone--white.svg");
}
.footerstage .text .col a.maillink::before {
  width: 22px;
  height: 22px;
  background-image: url("../Images/envelope--white.svg");
}
.footerstage .text .col a:hover {
  text-shadow: 0px 0px 7px #ffffff;
}

@media all and (max-width: 1330px) {
  .footerstage .text {
    width: 92%;
  }
}
@media all and (max-width: 1200px) {
  .footerstage .image img {
    height: 850px;
  }
  .footerstage .text {
    flex-wrap: wrap;
    top: 90px;
  }
  .footerstage .text .leftcol {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .footerstage .text .leftcol h4 {
    width: 60%;
  }
  .footerstage .text .leftcol button {
    max-height: 45px;
  }
}
@media all and (max-width: 800px) {
  .footerstage .text .leftcol {
    display: block;
    margin-bottom: 30px;
  }
  .footerstage .text .leftcol h4 {
    width: 100%;
  }
  .footerstage .image img {
    height: 450px;
  }
}
@media all and (max-width: 600px) {
  .footerstage .text .rightcol {
    display: block;
  }
  .footerstage .text .rightcol .col + .col {
    margin-left: 0;
    margin-top: 10px;
  }
  .footerstage .text .rightcol .col .subline {
    margin-bottom: 0;
  }
  .footerstage .text .rightcol .col a {
    font-size: 17px;
  }
  .footerstage .text .rightcol .col a.maillink:before, .footerstage .text .rightcol .col a.tellink:before {
    width: 18px;
    height: 18px;
  }
}
@media all and (max-width: 450px) {
  .footerstage .image img {
    height: 400px;
  }
  .footerstage .text {
    top: 50px;
  }
}
.counterstage {
  padding: 100px 0 210px 0;
  position: relative;
}
.counterstage::before {
  content: "";
  background: url("../Images/bg-pattern--1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 184px;
  height: 359px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.counterstage .next__section {
  left: 14%;
  top: calc(100% + 40px);
}
.counterstage .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.counterstage .inner > .leftcol > .roofline {
  font-weight: 700;
  font-size: 18px;
  color: #B7B7B7;
  margin-bottom: 50px;
  margin-left: calc((100vw - 1270px) / 2);
}
@media all and (min-width: 2000px) {
  .counterstage .inner > .leftcol > .roofline {
    margin-left: initial;
  }
}
.counterstage .inner > .leftcol h1,
.counterstage .inner > .leftcol h2,
.counterstage .inner > .leftcol h3,
.counterstage .inner > .leftcol h4,
.counterstage .inner > .leftcol h5,
.counterstage .inner > .leftcol h6 {
  max-width: 600px;
  margin-bottom: 100px;
  margin-left: calc((100vw - 1270px) / 2);
}
@media all and (min-width: 2000px) {
  .counterstage .inner > .leftcol h1,
  .counterstage .inner > .leftcol h2,
  .counterstage .inner > .leftcol h3,
  .counterstage .inner > .leftcol h4,
  .counterstage .inner > .leftcol h5,
  .counterstage .inner > .leftcol h6 {
    margin-left: initial;
  }
}
.counterstage .inner > .leftcol .image {
  display: inline-block;
  position: relative;
}
.counterstage .inner > .leftcol .image img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.counterstage .inner > .leftcol .image .contactbox {
  display: inline-block;
  padding: 40px 50px 50px;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  width: 467px;
  border-radius: 3px;
  position: absolute;
  bottom: -110px;
  right: -40px;
}
.counterstage .inner > .leftcol .image .contactbox .roofline {
  font-size: 14px;
  font-weight: 700;
  color: #B7B7B7;
  margin-bottom: 5px;
}
.counterstage .inner > .leftcol .image .contactbox .headline {
  font-weight: 700;
  font-size: 22px;
  color: #383838;
  margin-bottom: 20px;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol {
  display: flex;
  flex-direction: column;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol a {
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
  color: #2B2B2B;
  transition: all 0.5s ease-in-out;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol a:hover {
  color: #008689;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol a:hover::before {
  margin-right: 5px;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol a.phonelink::before {
  background-image: url("../Images/phone--mc.svg");
  width: 20px;
  height: 20px;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol a.maillink::before {
  background-image: url("../Images/envelope--mc.svg");
  width: 18px;
  height: 18px;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .leftcol a + a {
  margin-top: 15px;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .rightcol {
  display: flex;
  align-items: center;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .rightcol .icon {
  position: relative;
  margin: 0 7.5px;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .rightcol .icon img {
  width: 19px;
  height: 19px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.5s ease-in-out;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .rightcol .icon a.overlaylink {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .rightcol .icon a.overlaylink::before {
  display: none;
}
.counterstage .inner > .leftcol .image .contactbox .wrapper .rightcol .icon:hover img {
  transform: rotate(20deg);
}
@media all and (min-width: 2000px) {
  .counterstage .inner > .leftcol .image {
    transform: translateX(-200px);
  }
}
.counterstage .inner > .rightcol {
  margin-right: calc((100vw - 1270px) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.counterstage .inner > .rightcol .counterwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 -15px;
  max-width: 620px;
}
.counterstage .inner > .rightcol .counterwrapper .counter {
  display: flex;
  width: calc(50% - 30px);
  margin: 0 15px 50px 0;
}
.counterstage .inner > .rightcol .counterwrapper .counter .icon {
  margin-right: 30px;
}
.counterstage .inner > .rightcol .counterwrapper .counter .icon img {
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.counterstage .inner > .rightcol .counterwrapper .counter .description .number_wrap {
  display: flex;
  margin-bottom: 10px;
}
.counterstage .inner > .rightcol .counterwrapper .counter .description .number_wrap .mainvalue,
.counterstage .inner > .rightcol .counterwrapper .counter .description .number_wrap .unit {
  font-size: 30px;
  font-weight: 700;
  color: #383838;
}
.counterstage .inner > .rightcol .counterwrapper .counter .description .number_wrap .unit {
  margin-left: 10px;
  margin-top: 0;
}
.counterstage .inner > .rightcol .counterwrapper .counter .description .subvalue {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
}
.counterstage .inner > .rightcol .button--arrow {
  margin-top: 80px;
  margin-right: 20px;
}
@media all and (min-width: 2000px) {
  .counterstage .inner > .rightcol {
    margin-right: initial;
  }
}
@media all and (min-width: 2000px) {
  .counterstage .inner {
    max-width: 1420px;
    margin: 0 auto;
  }
}
.counterstage::after {
  content: "";
  width: 57vw;
  height: 100%;
  background: #F4F4F4;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -2px;
  display: block;
}

@media all and (max-width: 1450px) {
  .counterstage .inner > .rightcol {
    padding-left: 30px;
  }
}
@media all and (max-width: 1350px) {
  .counterstage .inner > .rightcol .counterwrapper .counter .description .number_wrap .mainvalue,
  .counterstage .inner > .rightcol .counterwrapper .counter .description .number_wrap .unit {
    font-size: 25px;
  }
  .counterstage .inner > .rightcol,
  .counterstage .inner > .leftcol {
    width: calc(50% - 20px);
  }
  .counterstage .inner > .rightcol {
    margin-right: 2%;
  }
  .counterstage .inner > .leftcol > .roofline,
  .counterstage .inner > .leftcol > h2 {
    margin-left: 5%;
  }
}
@media all and (max-width: 1100px) {
  .counterstage {
    padding: 50px 0;
  }
  .counterstage:after {
    width: 32vw;
  }
  .counterstage .inner {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
  }
  .counterstage .inner > .rightcol,
  .counterstage .inner > .leftcol {
    width: 100%;
  }
  .counterstage .inner > .rightcol {
    align-items: flex-start;
    margin-top: 170px;
    margin-right: 0;
    padding-left: 0;
  }
  .counterstage .inner > .rightcol .counterwrapper {
    justify-content: start;
  }
  .counterstage .inner > .rightcol .button--arrow {
    margin-top: 40px;
    margin-right: 0;
  }
  .counterstage .inner .next__section {
    left: -50px;
    top: auto;
    bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .counterstage {
    padding: 100px 0 50px;
  }
  .counterstage .inner > .leftcol > h2 {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 960px) {
  .counterstage:after {
    height: 60%;
  }
  .counterstage .inner .next__section {
    display: none;
  }
  .counterstage .inner > .rightcol .counterwrapper {
    margin: 0 5%;
    max-width: 100%;
  }
}
@media all and (max-width: 600px) {
  .counterstage {
    padding: 0 0 50px;
  }
  .counterstage:after {
    display: none;
  }
  .counterstage .inner > .rightcol .counterwrapper .counter {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .counterstage .inner > .leftcol > .roofline {
    margin-bottom: 30px;
  }
}
.counter_wrap .counter_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.counter_wrap .counter_container .counter {
  width: calc(25% - 3 * 2% / 4);
  text-align: center;
}
.counter_wrap .counter_container .counter + .counter {
  margin-left: 2%;
}
.counter_wrap .counter_container .counter:nth-child(4n+1) {
  margin-left: 0;
}
.counter_wrap .counter_container .counter:not(:nth-child(-n+4)) {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .counter_wrap .counter_container .counter {
    width: calc(50% - 2%);
  }
  .counter_wrap .counter_container .counter:nth-child(4n+1) {
    margin-left: 2%;
  }
  .counter_wrap .counter_container .counter:nth-child(2n+1) {
    margin-left: 0;
  }
  .counter_wrap .counter_container .counter:not(:nth-child(-n+2)) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 450px) {
  .counter_wrap .counter_container .counter {
    width: 100%;
  }
  .counter_wrap .counter_container .counter + .counter {
    margin: 2% 0 0 0;
  }
}
.counter_wrap .counter_container .counter .number_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter_wrap .counter_container .counter .number_wrap .number {
  font-size: 30px;
  text-align: center;
}
.counter_wrap .counter_container .counter .number_wrap .unit {
  font-weight: bold;
}
.counter_wrap .counter_container .counter .title {
  font-weight: bold;
  margin-top: 20px;
}

.cont > .frame.frame-type-pxjuliushoesch_servicetiles {
  max-width: 100% !important;
  position: relative;
  width: 100% !important;
  padding-bottom: 200px;
}
.cont > .frame.frame-type-pxjuliushoesch_servicetiles:after {
  content: "";
  background: #F4F4F4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  max-width: 83vw;
  height: 670px;
}

.servicetiles {
  position: relative;
}
.servicetiles > .inner {
  max-width: 1270px;
  margin: 0 auto;
  width: 92%;
  position: relative;
}
.servicetiles > .inner .next__section {
  left: -4vw;
  bottom: 0;
}
.servicetiles > .inner .roofline {
  color: #B7B7B7;
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 700;
}
.servicetiles > .inner .headline {
  color: #383838;
  max-width: 600px;
  margin-bottom: 70px;
}
.servicetiles > .inner .tilewrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}
.servicetiles > .inner .tilewrapper .tile {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease-in-out;
}
.servicetiles > .inner .tilewrapper .tile img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicetiles > .inner .tilewrapper .tile .text > .inner {
  padding: 50px;
}
.servicetiles > .inner .tilewrapper .tile .text > .inner .title {
  margin-bottom: 25px;
}
.servicetiles > .inner .tilewrapper .tile .text > .inner .description {
  color: #6C6C6C;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 40px;
}
.servicetiles > .inner .tilewrapper .tile .text > .inner a.link {
  font-size: 16px;
  font-weight: 700;
  color: #008689;
  transition: all 0.5s ease-in-out;
}
.servicetiles > .inner .tilewrapper .tile .text > .inner a.link:hover {
  color: #2B2B2B;
}
.servicetiles > .inner .tilewrapper .tile .text > .inner a.link:hover::after {
  filter: brightness(0);
}
.servicetiles > .inner .tilewrapper .tile .text > .inner a.link::after {
  content: "";
  background-image: url("../Images/arrow--right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
}
.servicetiles > .inner .tilewrapper .tile:nth-child(n+4) {
  margin-top: 20px;
}
.servicetiles > .inner .tilewrapper .tile:hover {
  transform: translateY(-10px);
}

@media all and (max-width: 1400px) {
  .servicetiles .inner .next__section {
    left: -3vw;
  }
}
@media all and (max-width: 1100px) {
  .servicetiles > .inner .tilewrapper .tile {
    width: calc(33.333% - 10px);
    margin: 0 5px;
  }
  .servicetiles > .inner .tilewrapper .tile .text > .inner {
    padding: 35px;
  }
  .servicetiles > .inner .tilewrapper .tile .text > .inner .title {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 960px) {
  .cont > .frame.frame-type-pxjuliushoesch_servicetiles {
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
  .servicetiles .inner .next__section {
    display: none;
  }
  .servicetiles > .inner .tilewrapper .tile {
    width: 100%;
    margin: 10px 0;
    display: flex;
  }
}
@media all and (max-width: 768px) {
  .servicetiles {
    max-width: 600px;
    margin: 0 auto;
  }
  .servicetiles > .inner .headline {
    margin-bottom: 40px;
  }
  .servicetiles > .inner .tilewrapper {
    margin: 0;
  }
  .servicetiles > .inner .tilewrapper .tile {
    display: block;
  }
  .servicetiles > .inner .tilewrapper .tile img {
    width: 100%;
  }
  .cont > .frame.frame-type-pxjuliushoesch_servicetiles:after {
    max-width: 50vw;
    height: 80%;
  }
}
@media all and (max-width: 600px) {
  .servicetiles > .inner .roofline {
    margin-bottom: 30px;
  }
}
.frame-type-pxjuliushoesch_testimonialstage {
  position: relative;
}
.frame-type-pxjuliushoesch_testimonialstage .next__section {
  right: -4vw;
  top: calc(100% + 40px);
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 160px;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .leftcol {
  width: 34%;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .leftcol .roofline {
  font-weight: 700;
  color: #B7B7B7;
  font-size: 18px;
  margin-bottom: 50px;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .leftcol .text * {
  font-size: 17px;
  color: #6C6C6C;
  margin: 30px 0 50px 0;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol {
  width: calc(66% - 150px);
  margin-left: 150px;
  position: relative;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .bgimage {
  transform: translateX(174px);
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .bgimage img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper {
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 640px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: -160px;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner {
  padding: 50px;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header {
  margin-bottom: 20px;
  position: relative;
  padding-left: 63px;
  width: 100%;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .wrap {
  display: flex;
  width: auto;
  justify-content: space-between;
  line-height: 17px;
  margin-bottom: 5px;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .wrap .name,
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .wrap .position,
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .wrap .position::after {
  color: #383838;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .wrap .name {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .wrap .name::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .wrap .position {
  margin: 0;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header .companyname {
  font-weight: 400;
  font-size: 15px;
  color: #383838;
  line-height: normal;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header img {
  width: 103px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header::before {
  content: "";
  background-image: url("../Images/quote.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .testimonialtext {
  font-size: 15px;
  font-weight: 400;
  color: #6C6C6C;
}
.frame-type-pxjuliushoesch_testimonialstage::after {
  content: "";
  background: #F4F4F4;
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: -1;
  width: 100%;
  max-width: 83vw;
  height: 610px;
}

@media all and (max-width: 1400px) {
  .frame-type-pxjuliushoesch_testimonialstage .next__section {
    right: -6%;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .leftcol {
    width: 40%;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol {
    width: calc(60% - 100px);
    margin-left: 100px;
    position: relative;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner {
    padding: 40px 50px 50px;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header {
    padding: 50px 0 0;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header:before {
    top: 0;
    left: 0;
    transform: none;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .rightcol .testimonialwrapper .inner .header img {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media all and (max-width: 960px) {
  .frame-type-pxjuliushoesch_testimonialstage:after {
    width: 50vw;
    height: 600px;
  }
  .frame-type-pxjuliushoesch_testimonialstage .next__section {
    display: none;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage > .inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage > .inner .leftcol {
    width: 100%;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage > .inner .rightcol {
    width: 100%;
    margin: 100px 0 0;
    padding-bottom: 260px;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage > .inner .rightcol .bgimage {
    transform: none;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage > .inner .rightcol .testimonialwrapper {
    right: -40px;
    max-width: 560px;
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner {
    padding-bottom: 100px;
  }
  .frame-type-pxjuliushoesch_testimonialstage::after {
    bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage .inner .leftcol .roofline {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 500px) {
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage > .inner .rightcol {
    margin: 50px 0 0;
    padding-bottom: 0;
  }
  .frame-type-pxjuliushoesch_testimonialstage .testimonialstage > .inner .rightcol .testimonialwrapper {
    position: relative;
    right: auto;
    left: 0;
    margin-top: 20px;
  }
}
.frame-type-pxjuliushoesch_logostage {
  position: relative;
  padding-bottom: 120px;
}
.frame-type-pxjuliushoesch_logostage:after {
  content: "";
  background: #F4F4F4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 59vw;
  height: 350px;
}

.logostage {
  position: relative;
}
.logostage .next__section {
  right: -12vw;
  bottom: 0;
}
.logostage .inner .roofline {
  font-weight: 700;
  font-size: 18px;
  color: #B7B7B7;
  margin-bottom: 50px;
}
.logostage .inner .headline {
  margin-bottom: 70px;
  max-width: 440px;
}
.logostage .inner .logowrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 60px -5px;
}
.logostage .inner .logowrapper .logo {
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  margin: 0 5px;
  padding: 20px;
  width: calc(20% - 10px);
  height: 80px;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logostage .inner .logowrapper .logo img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 50px;
  transition: all 0.5s ease-in-out;
  filter: grayscale(1);
}
.logostage .inner .logowrapper .logo a.overlaylink {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.logostage .inner .logowrapper .logo a.overlaylink::before {
  display: none;
}
.logostage .inner .logowrapper .logo:nth-child(n+6) {
  margin-top: 10px;
}
.logostage .inner .logowrapper .logo:hover img {
  filter: grayscale(0);
}
.logostage .inner .buttonwrapper {
  display: flex;
  justify-content: flex-end;
}
.logostage .inner .buttonwrapper .button--arrow {
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
}

@media all and (max-width: 1400px) {
  .logostage .next__section {
    right: -10%;
  }
}
@media all and (max-width: 1280px) {
  .logostage .next__section {
    right: 2%;
    bottom: -30px;
  }
  .logostage .inner .buttonwrapper {
    justify-content: flex-start;
  }
}
@media all and (max-width: 960px) {
  .logostage .next__section {
    display: none;
  }
  .frame-type-pxjuliushoesch_logostage {
    padding-bottom: 80px;
  }
  .frame-type-pxjuliushoesch_logostage:after {
    height: 400px;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .logostage .inner .logowrapper .logo {
    width: calc(25% - 10px);
  }
  .logostage .inner .logowrapper .logo:nth-child(n+5) {
    margin-top: 10px;
  }
  .logostage .inner .headline {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  .logostage .inner .roofline {
    margin-bottom: 30px;
  }
  .logostage .inner .logowrapper .logo {
    width: calc(33% - 10px);
  }
  .logostage .inner .logowrapper .logo:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media all and (max-width: 450px) {
  .logostage .inner .logowrapper .logo {
    width: calc(50% - 10px);
  }
  .logostage .inner .logowrapper .logo:nth-child(n+3) {
    margin-top: 10px;
  }
}
.frame-type-pxjuliushoesch_downloadstage {
  position: relative;
  padding-top: 100px;
}
.frame-type-pxjuliushoesch_downloadstage .next__section {
  left: -4vw;
  top: calc(100% + 40px);
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage {
  padding-bottom: 150px;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol {
  width: 60%;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .bgimage {
  transform: translateX(-170px);
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .bgimage img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 40px;
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 100%;
  border-radius: 5px;
  max-width: 660px;
  margin: 0 -20px;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper .file {
  width: calc(50% - 40px);
  margin: 0 20px;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper .file a.file-download {
  color: #383838;
  font-size: 16px;
  font-weight: 700;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper .file a.file-download:hover::before {
  margin-right: 15px;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper .file a.file-download::before {
  content: "";
  background-image: url("../Images/pdf.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 29px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper .file:nth-child(n+3) {
  margin-top: 20px;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol {
  width: 40%;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol .roofline {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 50px;
  color: #B7B7B7;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol .headline {
  margin-bottom: 40px;
  max-width: 480px;
}
.frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol .button--arrow {
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
  margin-top: 50px;
}
.frame-type-pxjuliushoesch_downloadstage::before {
  content: "";
  background-image: url("../Images/bg-pattern--2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 201px;
  height: 359px;
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50px;
}
.frame-type-pxjuliushoesch_downloadstage::after {
  content: "";
  background: #F4F4F4;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -2;
  width: 59vw;
  height: 830px;
  top: 0;
}

@media all and (max-width: 1400px) {
  .frame-type-pxjuliushoesch_downloadstage .next__section {
    left: -40px;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper {
    margin: 0;
  }
}
@media all and (max-width: 1200px) {
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol {
    width: 55%;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .bgimage {
    transform: translateX(-100px);
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper {
    left: 50px;
    bottom: -200px;
    max-width: none;
    width: auto;
    display: block;
    min-width: 410px;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper .file {
    width: 100%;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper .file:nth-child(n+2) {
    margin-top: 20px;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol {
    width: 45%;
  }
  .frame-type-pxjuliushoesch_downloadstage .next__section {
    left: 0px;
  }
}
@media all and (max-width: 960px) {
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol {
    width: 100%;
    margin-top: 100px;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .bgimage {
    transform: none;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol {
    width: 100%;
  }
  .frame-type-pxjuliushoesch_downloadstage::after {
    bottom: 0;
    top: auto;
    height: 500px;
    width: 75%;
    right: auto;
    left: 0;
  }
  .frame-type-pxjuliushoesch_downloadstage .next__section {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol .headline {
    margin-bottom: 20px;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .rightcol .roofline {
    margin-bottom: 30px;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol {
    margin-top: 50px;
  }
  .frame-type-pxjuliushoesch_downloadstage .downloadstage .inner .leftcol .filewrapper {
    min-width: auto;
    max-width: 520px;
    width: 90%;
    left: 5%;
    padding: 30px 10px;
  }
}
.newsteaser > .inner {
  display: flex;
  position: relative;
}
.newsteaser > .inner .bgimage {
  width: 788px;
  height: 380px;
  position: absolute;
  bottom: -190px;
  z-index: -1;
  right: 0;
}
.newsteaser > .inner .bgimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsteaser .leftcol {
  margin-right: 145px;
  padding-left: calc((100vw - 1700px) / 2);
}
.newsteaser .leftcol .wrapper {
  max-width: 334px;
}
.newsteaser .leftcol .wrapper .roofline {
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 18px;
  color: #B7B7B7;
}
.newsteaser .leftcol .wrapper .headline {
  margin-bottom: 30px;
}
.newsteaser .leftcol .wrapper .button--arrow {
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 2000px) {
  .newsteaser .leftcol {
    padding-left: calc((100vw - 1270px) / 2);
  }
}
.newsteaser .rightcol {
  width: 100%;
  max-width: 970px;
}
.newsteaser .rightcol .news .news-list-view .slick-track {
  display: flex;
}
.newsteaser .rightcol .news .news-list-view .slick-list {
  padding-right: 120px;
}
.newsteaser .rightcol .news .news-list-view .slick-track {
  padding: 20px 0;
}
.newsteaser .rightcol .news .news-list-view .slick-cloned {
  transform: translateX(-10px);
}
.newsteaser .rightcol .news .news-list-view .article {
  margin-left: 10px !important;
  height: auto;
  width: calc(33.333% - 10px);
  background: #ffffff;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.08);
}
.newsteaser .rightcol .news .news-list-view .article .news-img-wrap a img {
  max-height: 230px;
  min-height: 230px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.newsteaser .rightcol .news .news-list-view .article .news-img-wrap a::before {
  display: none;
}
.newsteaser .rightcol .news .news-list-view .article .teaser-text {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 230px);
}
.newsteaser .rightcol .news .news-list-view .article .teaser-text .description {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
  color: #6C6C6C;
  line-height: 28px;
}
.newsteaser .rightcol .news .news-list-view .article .teaser-text .buttonwrapper {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.newsteaser .rightcol .news .news-list-view .article .teaser-text .buttonwrapper .more {
  font-size: 16px;
  font-weight: 700;
  color: #008689;
  transition: all 0.5s ease-in-out;
}
.newsteaser .rightcol .news .news-list-view .article .teaser-text .buttonwrapper .more::after {
  content: "";
  background-image: url("../Images/arrow--right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
  transition: all 0.5s ease-in-out;
}
.newsteaser .rightcol .news .news-list-view .article .teaser-text .buttonwrapper .more:hover {
  color: #2B2B2B;
}
.newsteaser .rightcol .news .news-list-view .article .teaser-text .buttonwrapper .more:hover::after {
  filter: brightness(0);
}

@media all and (max-width: 1400px) {
  .newsteaser .leftcol {
    margin-right: 50px;
    width: 30%;
    padding-left: 3%;
  }
  .newsteaser .rightcol {
    width: 70%;
  }
}
@media all and (max-width: 1200px) {
  .newsteaser .leftcol {
    width: 40%;
  }
  .newsteaser .rightcol {
    width: 60%;
  }
}
@media all and (max-width: 960px) {
  .newsteaser > .inner {
    flex-wrap: wrap;
  }
  .newsteaser > .inner .bgimage {
    width: 600px;
    height: 290px;
    bottom: -100px;
  }
  .newsteaser .leftcol {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .newsteaser .leftcol .wrapper {
    max-width: 100%;
  }
  .newsteaser .rightcol {
    width: 100%;
    max-width: 750px;
  }
  .newsteaser .rightcol .news .news-list-view .slick-list {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media all and (max-width: 600px) {
  .newsteaser .rightcol .news .news-list-view .slick-list {
    padding-right: 0;
    padding-left: 20%;
  }
}
@media all and (max-width: 450px) {
  .newsteaser .rightcol .news .news-list-view .slick-list {
    padding-right: 0;
    padding-left: 10%;
  }
}
.frame-type-pxjuliushoesch_textwithimage {
  position: relative;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .leftcol {
  width: 45%;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .leftcol .image {
  max-width: 550px;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .leftcol .image img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol {
  margin-left: 160px;
  width: calc(55% - 160px);
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol .headline {
  margin-bottom: 40px;
  line-height: 56px;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol .button, .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol input[type=submit],
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol button {
  margin-top: 50px;
  background: #008689;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol .button:hover, .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol input[type=submit]:hover,
.frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol button:hover {
  transform: scale(1.1);
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .bgimage {
  max-width: 201px;
  max-height: 359px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -120px;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage .bgimage img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage.image--right .inner {
  flex-direction: row-reverse;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage.image--right .inner .rightcol {
  margin-right: 160px;
  margin-left: initial;
}
.frame-type-pxjuliushoesch_textwithimage .textwithimage.image--right .bgimage {
  left: 0;
  right: initial;
  transform: scaleX(-1);
}

@media all and (max-width: 1300px) {
  .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol {
    margin-left: 100px;
    width: calc(55% - 100px);
  }
}
@media all and (max-width: 1024px) {
  .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol {
    margin-left: 50px;
    width: calc(55% - 50px);
  }
}
@media all and (max-width: 960px) {
  .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol {
    margin-left: 0;
    width: 100%;
  }
  .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .rightcol .headline {
    margin-bottom: 20px;
    line-height: 40px;
  }
  .frame-type-pxjuliushoesch_textwithimage .textwithimage .inner .leftcol {
    width: 100%;
    margin-top: 50px;
  }
}
.contactpersonstage .inner {
  display: flex;
  flex-wrap: wrap;
}
.contactpersonstage .inner .leftcol {
  width: 37%;
}
.contactpersonstage .inner .leftcol .headline {
  margin-bottom: 40px;
  line-height: 39px;
}
.contactpersonstage .inner .leftcol .button, .contactpersonstage .inner .leftcol input[type=submit],
.contactpersonstage .inner .leftcol button {
  background: #008689;
  margin-top: 50px;
}
.contactpersonstage .inner .leftcol .button:hover, .contactpersonstage .inner .leftcol input[type=submit]:hover,
.contactpersonstage .inner .leftcol button:hover {
  transform: scale(1.1);
}
.contactpersonstage .inner .rightcol {
  margin-left: 180px;
  width: calc(63% - 180px);
}
.contactpersonstage .inner .rightcol .contactpersonbox {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 50px;
  border-radius: 5px;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-image {
  width: 181px;
  height: 181px;
  margin-right: 60px;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-image img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .contactperson-name {
  font-size: 25px;
  color: #383838;
  font-weight: 700;
  margin-bottom: 2px;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .contactperson-position {
  font-size: 17px;
  color: #6C6C6C;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .tellink,
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .maillink {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #383838;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .tellink::before,
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .maillink::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .tellink:hover::before,
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .maillink:hover::before {
  margin-right: 8px;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .tellink::before {
  background-image: url("../Images/phone--gradient.svg");
  width: 16px;
  height: 16px;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .maillink {
  margin-top: 10px;
}
.contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations .maillink::before {
  background-image: url("../Images/envelope--gradient.svg");
  width: 16px;
  height: 10px;
}
.contactpersonstage .inner .rightcol .contactpersonbox::after {
  content: "";
  width: 660px;
  height: 307px;
  position: absolute;
  z-index: -1;
  left: 120px;
  bottom: -80px;
  background: linear-gradient(222deg, rgb(0, 169, 173) 0%, rgb(0, 134, 137) 100%);
}
.contactpersonstage.box--left .inner {
  flex-direction: row-reverse;
}
.contactpersonstage.box--left .inner .rightcol {
  margin-right: 180px;
  margin-left: initial;
}
.contactpersonstage.box--left .inner .rightcol .contactpersonbox::after {
  left: -120px;
}

@media screen and (max-width: 1300px) {
  .contactpersonstage .inner .rightcol {
    margin-left: 100px;
    width: calc(63% - 100px);
  }
}
@media screen and (max-width: 1150px) {
  .contactpersonstage .inner .rightcol {
    margin-left: 50px;
    width: calc(63% - 50px);
  }
  .contactpersonstage .inner .rightcol .contactpersonbox .contactperson-image {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contactpersonstage {
    padding-bottom: 130px;
  }
  .contactpersonstage .inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .contactpersonstage .inner .rightcol {
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
  }
  .contactpersonstage .inner .leftcol {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contactpersonstage {
    padding-bottom: 80px;
  }
  .contactpersonstage .inner .rightcol .contactpersonbox {
    flex-wrap: wrap;
    text-align: center;
  }
  .contactpersonstage .inner .rightcol .contactpersonbox .contactperson-image,
  .contactpersonstage .inner .rightcol .contactpersonbox .contactperson-informations {
    width: 100%;
    margin-right: 0;
  }
  .contactpersonstage .inner .rightcol .contactpersonbox .contactperson-image {
    margin-bottom: 20px;
  }
}
.hexagonslider {
  position: relative;
}
.hexagonslider .next__section {
  right: 5%;
  bottom: 0;
}
.hexagonslider .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hexagonslider .inner .leftcol {
  margin-right: 100px;
  width: calc(52% - 100px);
  padding-left: calc((100vw - 1420px) / 2);
}
.hexagonslider .inner .leftcol .hexagonwrapper {
  display: flex;
  margin-left: 10px;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner {
  display: flex;
  flex-direction: column;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .hexagon {
  overflow: hidden;
  visibility: hidden;
  transform: rotate(120deg);
  width: 300px;
  height: 192px;
  margin: 0 -80px 0 -40px;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .hexagon .hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .hexagon .hexagon-in1 .hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  visibility: visible;
  transform: rotate(-60deg);
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .title {
  text-align: center;
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto 0 auto;
  max-width: 130px;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 20px;
  transform: translateX(20px);
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .title a {
  color: #383838;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner + .inner {
  margin-top: 10px;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--1 .inner:first-child, .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--2 .inner:first-child {
  flex-direction: column-reverse;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--1 .inner:first-child .title, .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--2 .inner:first-child .title {
  margin: 0 auto 20px auto;
  max-width: 130px;
  min-height: 55px;
  line-height: 20px;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--2 {
  margin-top: 101px;
}
.hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--3 {
  margin-top: 280px;
}
.hexagonslider .inner .leftcol .hexagonwrapper:nth-child(n+2):not(.slick-slide) {
  display: none;
}
.hexagonslider .inner .leftcol .slick-prev,
.hexagonslider .inner .leftcol .slick-next {
  background: transparent;
  box-shadow: initial;
}
.hexagonslider .inner .leftcol .slick-prev {
  left: calc((100vw - 1420px) / 2);
}
.hexagonslider .inner .leftcol .slick-next {
  left: calc((100vw - 1420px) / 2 + 50px);
}
.hexagonslider .inner .leftcol::before {
  content: "";
  background-image: url("../Images/empty-polygon.svg");
  background-size: 100% 100%;
  width: 223px;
  height: 221px;
  display: block;
  position: absolute;
  left: calc((100vw - 1420px) / 2 - 169px);
  top: 161px;
}
.hexagonslider .inner .leftcol::after {
  content: "";
  background-image: url("../Images/empty-polygon.svg");
  background-size: 100% 100%;
  width: 223px;
  height: 221px;
  display: block;
  position: absolute;
  left: calc((100vw - 1420px) / 2 - 169px);
  top: 362px;
}
.hexagonslider .inner .rightcol {
  padding-right: calc((100% - 1000px) / 2);
  width: 48%;
}
.hexagonslider .inner .rightcol .roofline {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #B7B7B7;
}
.hexagonslider .inner .rightcol h3 {
  margin-bottom: 30px;
}
.hexagonslider .inner .rightcol .button--arrow {
  margin-top: 50px;
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
}
.hexagonslider .bgimage {
  position: absolute;
  right: 0;
  top: -30px;
  max-width: 201px;
  z-index: -1;
  max-height: 359px;
}
.hexagonslider .bgimage img {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1420px) {
  .hexagonslider .inner .leftcol:before, .hexagonslider .inner .leftcol:after {
    left: -169px;
  }
}
@media all and (max-width: 1400px) {
  .hexagonslider .inner .leftcol .slick-prev {
    left: 3%;
  }
  .hexagonslider .inner .leftcol .slick-next {
    left: 13%;
  }
}
@media all and (max-width: 1340px) {
  .hexagonslider .inner .leftcol {
    width: calc(52% - 80px);
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--2 {
    margin-top: 84px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--3 {
    margin-top: 233px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .hexagon {
    width: 280px;
    height: 170px;
    margin: 0px -90px 0px -30px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .title {
    font-size: 14px;
    line-height: 18px;
    transform: translateX(30px);
  }
  .hexagonslider .inner .leftcol:before, .hexagonslider .inner .leftcol:after {
    left: -139px;
    width: 200px;
    height: 198px;
    top: 131px;
  }
  .hexagonslider .inner .leftcol:after {
    top: 311px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--1 .inner:first-child .title,
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--2 .inner:first-child .title {
    min-height: 35px;
  }
}
@media all and (max-width: 1200px) {
  .hexagonslider .inner .leftcol {
    min-width: 560px;
    margin-right: 50px;
  }
}
@media all and (max-width: 1200px) {
  .hexagonslider .inner .rightcol {
    padding-right: 5%;
  }
  .hexagonslider .inner .rightcol h3 {
    margin-bottom: 0;
  }
  .hexagonslider .next__section {
    right: 2%;
    bottom: -90px;
  }
}
@media all and (max-width: 960px) {
  .hexagonslider .inner {
    flex-wrap: wrap;
    max-width: 560px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .hexagonslider .inner .leftcol {
    width: 100%;
    padding-left: 0;
    margin: 100px 0 50px;
  }
  .hexagonslider .inner .leftcol:before, .hexagonslider .inner .leftcol:after {
    display: none;
  }
  .hexagonslider .inner .rightcol {
    width: 100%;
  }
  .hexagonslider .inner .rightcol .button--arrow {
    margin-top: 25px;
  }
  .hexagonslider .next__section {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .hexagonslider .inner .rightcol {
    width: 100%;
    padding: 0 5%;
  }
  .hexagonslider .inner .rightcol .roofline {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 550px) {
  .hexagonslider .inner .leftcol {
    margin: 100px auto 50px;
    max-width: 390px;
    min-width: auto;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper {
    padding-bottom: 130px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner:first-child {
    flex-direction: column !important;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner:first-child .title {
    margin: 10px auto !important;
    transform: translateX(35px);
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .title {
    margin: 10px auto 0;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--2 {
    margin-top: 114px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--3 {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
  .hexagonslider .inner .leftcol .slick-next,
  .hexagonslider .inner .leftcol .slick-prev {
    left: auto;
    bottom: 0;
    right: 0;
  }
  .hexagonslider .inner .leftcol .slick-prev {
    right: 13%;
  }
}
@media all and (max-width: 380px) {
  .hexagonslider .inner .leftcol {
    max-width: 320px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper {
    margin-left: 0;
    padding-bottom: 100px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper .inner .hexagon {
    width: 250px;
    height: 130px;
    margin: 0px -70px 0px -30px;
  }
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--1 .inner:first-child .title,
  .hexagonslider .inner .leftcol .hexagonwrapper .wrapper.wrapper--2 .inner:first-child .title {
    min-height: 35px;
    font-size: 13px;
    line-height: 15px;
    transform: translateX(20px);
  }
}
.frame-type-pxjuliushoesch_textimage .textimage {
  padding: 130px 0;
  position: relative;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner .leftcol {
  width: 43%;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner .leftcol .image img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner .rightcol {
  width: calc(57% - 160px);
  margin-left: 160px;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner .rightcol .roofline {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 50px;
  color: #B7B7B7;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner .rightcol .headline {
  margin-bottom: 40px;
  max-width: 480px;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner .rightcol .button--arrow {
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
  margin-top: 50px;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner.imgposition--right {
  flex-direction: row-reverse;
}
.frame-type-pxjuliushoesch_textimage .textimage .inner.imgposition--right .rightcol {
  margin-left: initial;
  margin-right: 160px;
}
.frame-type-pxjuliushoesch_textimage .textimage .bgimage {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
  display: block;
  max-width: 201px;
  max-height: 359px;
}
.frame-type-pxjuliushoesch_textimage .textimage .bgimage img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frame-type-pxjuliushoesch_textimage .textimage.bgimageposition--left .bgimage {
  right: initial;
  left: 0;
  transform: scaleX(-1);
}
.frame-type-pxjuliushoesch_textimage .textimage.greyafter--1::after {
  content: "";
  background: #F4F4F4;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  width: 67vw;
  height: 100%;
}

@media all and (max-width: 1300px) {
  .frame-type-pxjuliushoesch_textimage .textimage > .inner {
    width: 92%;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner .rightcol {
    width: calc(57% - 100px);
    margin-left: 100px;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner.imgposition--right .rightcol {
    margin-right: 100px;
  }
}
@media all and (max-width: 1024px) {
  .frame-type-pxjuliushoesch_textimage .textimage > .inner .rightcol {
    width: calc(57% - 50px);
    margin-left: 50px;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner.imgposition--right .rightcol {
    margin-right: 50px;
  }
}
@media all and (max-width: 960px) {
  .frame-type-pxjuliushoesch_textimage .textimage.greyafter--1::after {
    display: none;
  }
  .cont > .frame:first-child .textimage,
  .cont > .frame:nth-child(2n) .textimage {
    padding: 50px 0;
  }
  .frame-type-pxjuliushoesch_textimage + .frame-type-pxjuliushoesch_textimage .textimage {
    padding: 50px 0;
  }
  .frame-type-pxjuliushoesch_textimage .textimage {
    padding: 130px 0 0;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner .rightcol {
    width: 100%;
    margin-left: 0;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner .leftcol {
    width: 100%;
    margin-top: 50px;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner .leftcol .image {
    max-height: 550px;
    overflow: hidden;
  }
  .frame-type-pxjuliushoesch_textimage .textimage > .inner.imgposition--right {
    flex-direction: column-reverse;
    align-items: baseline;
  }
}
@media all and (max-width: 600px) {
  .cont > .frame:first-child .textimage,
  .cont > .frame:nth-child(2n) .textimage {
    padding: 0 0 50px;
  }
}
.frame-type-pxjuliushoesch_textwithiconboxes {
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 100px;
}
.frame-type-pxjuliushoesch_textwithiconboxes > .inner {
  max-width: 1270px;
  margin: 0 auto;
}
.frame-type-pxjuliushoesch_textwithiconboxes::after {
  content: "";
  background: #F4F4F4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 67vw;
  height: 440px;
}

.textwithiconboxes .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.textwithiconboxes .inner .leftcol {
  width: 44%;
}
.textwithiconboxes .inner .leftcol .text {
  margin: 40px 0 50px 0;
}
.textwithiconboxes .inner .rightcol {
  margin-left: 130px;
  width: calc(56% - 130px);
}
.textwithiconboxes .inner .rightcol .boxwrapper .service {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.textwithiconboxes .inner .rightcol .boxwrapper .service img {
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.textwithiconboxes .inner .rightcol .boxwrapper .service .title {
  width: calc(100% - 50px);
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #383838;
}
.textwithiconboxes .inner .rightcol .boxwrapper .service .description {
  width: 100%;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #6C6C6C;
}
.textwithiconboxes .inner .rightcol .boxwrapper .service:nth-child(n+2) {
  margin-top: 10px;
}

@media all and (max-width: 1300px) {
  .frame-type-pxjuliushoesch_textwithiconboxes > .inner {
    width: 92%;
  }
}
@media all and (max-width: 960px) {
  .textwithiconboxes {
    max-width: 600px;
    margin: 100px auto 0;
  }
  .textwithiconboxes .inner .leftcol {
    width: 100%;
  }
  .textwithiconboxes .inner .rightcol {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
.certificatedownloadboxes {
  position: relative;
}
.certificatedownloadboxes .inner .headline {
  margin-bottom: 70px;
}
.certificatedownloadboxes .inner .boxwrapper .certificate {
  padding: 30px 50px;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .image {
  display: flex;
  min-width: 110px;
  height: 120px;
  align-items: center;
}
.certificatedownloadboxes .inner .boxwrapper .certificate img.logo {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .contentwrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 90px;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .content {
  padding-right: 95px;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .content .title {
  font-size: 18px;
  font-weight: 700;
  color: #383838;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .content .description {
  font-size: 17px;
  font-weight: 400;
  color: #6C6C6C;
  margin-top: 5px;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink {
  margin: 0 0 0 auto;
  padding-left: 75px;
  position: relative;
  color: #008689;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink:hover::before {
  transform: translate(10px, -50%);
}
.certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink::before {
  content: "";
  background-image: url("../Images/download.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s ease-in-out;
}
.certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink::after {
  content: "";
  width: 2px;
  height: 40px;
  background: #F4F4F4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.certificatedownloadboxes .inner .boxwrapper .certificate:nth-child(n+2) {
  margin-top: 10px;
}
.certificatedownloadboxes .bgimage {
  position: absolute;
  right: -380px;
  z-index: -1;
  bottom: -130px;
}
.certificatedownloadboxes .bgimage img {
  width: 788px;
  height: 380px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media all and (max-width: 1200px) {
  .certificatedownloadboxes .inner .boxwrapper .certificate .contentwrap {
    margin-left: 40px;
  }
  .certificatedownloadboxes .inner .boxwrapper .certificate .content {
    padding-right: 45px;
  }
}
@media all and (max-width: 1024px) {
  .certificatedownloadboxes .inner .boxwrapper .certificate .contentwrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .certificatedownloadboxes .inner .boxwrapper .certificate .content {
    padding-right: 0;
  }
  .certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink {
    margin: 30px 0 0 auto;
    padding-left: 45px;
  }
  .certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink::before {
    left: 0;
  }
  .certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink::after {
    content: none;
  }
}
@media all and (max-width: 768px) {
  .certificatedownloadboxes .inner .boxwrapper .certificate {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .certificatedownloadboxes .inner .boxwrapper .certificate .contentwrap {
    align-items: center;
    margin-left: 0;
  }
  .certificatedownloadboxes .inner .boxwrapper .certificate .downloadlink {
    margin: 30px auto 0;
  }
}
@media all and (max-width: 450px) {
  .certificatedownloadboxes .inner .boxwrapper .certificate {
    padding: 30px 30px;
  }
}
.contactpersonwithbg .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.contactpersonwithbg .inner .leftcol {
  width: 33%;
  padding-left: calc((100% - 1270px) / 2);
}
.contactpersonwithbg .inner .leftcol .headline {
  margin-bottom: 30px;
  line-height: 39px;
}
.contactpersonwithbg .inner .leftcol .button--arrow {
  margin-top: 50px;
}
.contactpersonwithbg .inner .leftcol .socialwrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 200px;
}
.contactpersonwithbg .inner .leftcol .socialwrapper .title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  color: #383838;
  font-weight: 700;
}
.contactpersonwithbg .inner .leftcol .socialwrapper .icon {
  position: relative;
}
.contactpersonwithbg .inner .leftcol .socialwrapper .icon img {
  height: 21px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.5s ease-in-out;
}
.contactpersonwithbg .inner .leftcol .socialwrapper .icon a {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.contactpersonwithbg .inner .leftcol .socialwrapper .icon a::before {
  display: none;
}
.contactpersonwithbg .inner .leftcol .socialwrapper .icon:not(:last-child) {
  margin-right: 15px;
}
.contactpersonwithbg .inner .leftcol .socialwrapper .icon:hover img {
  transform: rotate(20deg);
}
.contactpersonwithbg .inner .rightcol {
  margin-left: 180px;
  width: calc(59% - 180px);
  transform: translateX(140px);
}
.contactpersonwithbg .inner .rightcol .contactpersonbox--inner {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 50px;
  border-radius: 5px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-image {
  width: 165px;
  height: 165px;
  margin-right: 60px;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-image img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .contactperson-name {
  font-size: 25px;
  color: #383838;
  font-weight: 700;
  margin-bottom: 2px;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .contactperson-position {
  font-size: 17px;
  color: #6C6C6C;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .tellink,
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .maillink {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #383838;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .tellink::before,
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .maillink::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .tellink:hover::before,
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .maillink:hover::before {
  margin-right: 8px;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .tellink::before {
  background-image: url("../Images/phone--gradient.svg");
  width: 16px;
  height: 16px;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .maillink {
  margin-top: 10px;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .maillink::before {
  background-image: url("../Images/envelope--gradient.svg");
  width: 16px;
  height: 10px;
}
.contactpersonwithbg .inner .rightcol .contactpersonbox::after {
  content: "";
  width: 550px;
  height: 250px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -50px;
  background: linear-gradient(222deg, rgb(0, 169, 173) 0%, rgb(0, 134, 137) 100%);
}
.contactpersonwithbg .inner .bgimage {
  position: absolute;
  left: 62%;
  top: 50%;
  transform: translate(-62%, -50%);
  width: 660px;
  z-index: -1;
  height: 632px;
}
.contactpersonwithbg .inner .bgimage img {
  width: 100%;
  height: 100%;
}
.contactpersonwithbg.box--left .inner {
  flex-direction: row-reverse;
}
.contactpersonwithbg.box--left .inner .rightcol {
  margin-right: 180px;
  margin-left: initial;
}
.contactpersonwithbg.box--left .inner .rightcol .contactpersonbox::after {
  left: -120px;
}

@media all and (max-width: 1300px) {
  .contactpersonwithbg .inner {
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
  }
  .contactpersonwithbg .inner .rightcol {
    margin-left: 0;
    width: 100%;
    transform: none;
    margin-top: 150px;
  }
  .contactpersonwithbg .inner .rightcol .contactpersonbox:after {
    width: 500px;
    right: -40px;
  }
  .contactpersonwithbg .inner .rightcol .contactpersonbox .contactperson-informations .contactperson-name {
    font-size: 20px;
  }
  .contactpersonwithbg .inner .leftcol {
    width: 100%;
    padding-left: 0;
  }
  .contactpersonwithbg .inner .leftcol .socialwrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .contactpersonwithbg .inner .bgimage {
    transform: none;
    width: 500px;
    height: 490px;
    left: 30%;
    top: 25%;
  }
}
@media all and (max-width: 600px) {
  .contactpersonwithbg .inner .bgimage {
    display: none;
  }
  .contactpersonwithbg .inner .rightcol {
    margin-top: 60px;
  }
  .contactpersonwithbg .inner .rightcol .contactpersonbox--inner {
    flex-wrap: wrap;
    max-width: 360px;
    justify-content: center;
    text-align: center;
  }
  .contactpersonwithbg .inner .rightcol .contactpersonbox--inner .contactperson-image,
  .contactpersonwithbg .inner .rightcol .contactpersonbox--inner .contactperson-informations {
    width: 100%;
    margin-right: 0;
  }
  .contactpersonwithbg .inner .rightcol .contactpersonbox--inner .contactperson-image {
    margin-bottom: 20px;
  }
  .contactpersonwithbg .inner .rightcol .contactpersonbox:after {
    width: 400px;
  }
}
.downloadslider {
  position: relative;
}
.downloadslider .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.downloadslider .inner .leftcol {
  padding-left: calc((100vw - 1270px) / 2);
  width: 35%;
}
.downloadslider .inner .leftcol .headline {
  margin-bottom: 30px;
}
.downloadslider .inner .leftcol .button--arrow {
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
  margin-top: 50px;
}
.downloadslider .inner .rightcol {
  width: calc(65% - 125px);
  margin-left: 125px;
  position: relative;
}
.downloadslider .inner .rightcol .slick-list {
  display: flex;
}
.downloadslider .inner .rightcol .slick-list .slick-track {
  padding: 20px 0;
  display: flex;
}
.downloadslider .inner .rightcol .fileboxwrapper {
  display: flex;
  margin: 0 -5px;
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  background: #ffffff;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.08);
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox.slick-cloned {
  transform: translateX(-10px);
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 200px;
  min-height: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox .content {
  padding: 30px;
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox .content h6 {
  margin-bottom: 25px;
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox .content .file-download {
  position: relative;
  color: #008689;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox .content .file-download:hover::before {
  margin-right: 10px;
}
.downloadslider .inner .rightcol .fileboxwrapper .filebox .content .file-download::before {
  content: "";
  background-image: url("../Images/download.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  transition: all 0.5s ease-in-out;
}
.downloadslider .inner .rightcol .bgimage {
  position: absolute;
  bottom: -130px;
  right: 0;
  width: 788px;
  height: 380px;
  z-index: -1;
}
.downloadslider .inner .rightcol .bgimage img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
.downloadslider.sliderposition--left .inner {
  flex-direction: row-reverse;
}
.downloadslider.sliderposition--left .inner .leftcol {
  padding-right: calc((100vw - 1270px) / 2);
  padding-left: initial;
}
.downloadslider.sliderposition--left .inner .rightcol {
  margin-right: 125px;
  margin-left: initial;
}
.downloadslider.sliderposition--left .inner .rightcol .slick-next {
  right: 0;
  left: initial;
}
.downloadslider.sliderposition--left .inner .rightcol .slick-prev {
  left: initial;
  right: 38px;
}
.downloadslider.sliderposition--left .inner .rightcol .bgimage {
  right: initial;
  left: 0;
  transform: scaleX(-1);
}
.downloadslider.bgimage--1 {
  padding-bottom: 130px;
}

@media all and (max-width: 1300px) {
  .downloadslider .inner .leftcol {
    padding-left: 5%;
  }
  .downloadslider .inner .rightcol {
    margin-left: 80px;
  }
}
@media all and (max-width: 1024px) {
  .downloadslider .inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .downloadslider .inner .leftcol {
    padding-left: 0;
    width: 100%;
  }
  .downloadslider .inner .rightcol {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
  .downloadslider .inner .rightcol .bgimage {
    right: -230px;
  }
}
@media all and (max-width: 600px) {
  .downloadslider .inner .leftcol {
    padding: 0 4%;
  }
}
@media all and (max-width: 600px) {
  .downloadslider .inner .rightcol .slick-list {
    padding-right: 20%;
  }
}
.frame-type-pxjuliushoesch_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.popup {
  position: relative;
  padding: 45px 40px 40px;
  width: 92%;
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  display: flex;
  gap: 20px 40px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .popup {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.popup .image {
  width: 170px;
  flex: 1 0 auto;
  height: auto;
}
.popup .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  margin: 10px;
  font-weight: bold;
  color: #fff;
  background: #008689;
  cursor: pointer;
}

.subfoot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.foot {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: #2B2B2B;
  padding: 70px 20px 20px;
  position: relative;
  max-width: 94%;
}
.foot .inner {
  max-width: calc(1270px - 6vw);
}
.foot .inner .topwrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.foot .inner .topwrapper .frame {
  width: 25%;
}
.foot .inner .topwrapper .frame .inner strong {
  font-weight: 700;
  color: #B7B7B7;
  font-size: 14px;
}
.foot .inner .topwrapper .frame .inner > p {
  color: #383838;
  font-size: 15px;
  font-weight: 700;
}
.foot .inner .topwrapper .frame .inner > p a:not(.arrowlink--mc) {
  color: #383838;
}
.foot .inner .topwrapper .frame .inner > p a:not(.arrowlink--mc):hover {
  color: #008689;
}
.foot .inner .topwrapper .frame .inner > p:first-child {
  margin-bottom: 20px;
}
.foot .inner .topwrapper .frame .ce-image .ce-gallery .ce-inner {
  display: flex;
  align-items: center;
}
.foot .inner .topwrapper .frame .ce-image .ce-gallery .ce-inner .ce-row {
  margin: 0 15px;
}
.foot .inner .topwrapper .frame .ce-image .ce-gallery .ce-inner .ce-row img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.foot .inner .topwrapper .frame .ce-image .ce-gallery .ce-inner .ce-row img:hover {
  filter: invert(28%) sepia(55%) saturate(4858%) hue-rotate(165deg) brightness(94%) contrast(101%);
}
.foot .inner .topwrapper .frame.frame-type-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.foot .inner .bottomwrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.foot .inner .footnav {
  display: flex;
}
.foot .inner .footnav .webdesign {
  margin-right: 40px;
}
.foot .inner .footnav .webdesign a {
  color: #B7B7B7;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.foot .inner .footnav .webdesign a:hover {
  color: #008689;
}
.foot .inner .footnav .footnavmenu {
  display: flex;
}
.foot .inner .footnav .footnavmenu li + li {
  margin-left: 40px;
}
.foot .inner .footnav .footnavmenu li a {
  color: #B7B7B7;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.foot .inner .footnav .footnavmenu li a:hover {
  color: #008689;
}
.foot .inner .copy {
  font-size: 13px;
  font-weight: 700;
  color: #B7B7B7;
}

@media all and (max-width: 1200px) {
  .foot .inner .topwrapper .frame {
    width: 50%;
  }
  .foot .inner .topwrapper .frame:nth-child(1n), .foot .inner .topwrapper .frame:nth-child(3n) {
    padding-right: 5%;
  }
  .foot .inner .topwrapper .frame:nth-child(4n), .foot .inner .topwrapper .frame:nth-child(3n) {
    margin-top: 30px;
  }
  .foot .inner .topwrapper .frame.frame-type-image {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .foot .inner .topwrapper .frame .ce-image .ce-gallery .ce-inner .ce-row:nth-child(1n) {
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
  .foot .inner .bottomwrapper {
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
  .foot .inner .bottomwrapper .copy,
  .foot .inner .bottomwrapper .footnav {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .foot {
    max-width: 100%;
  }
}
@media all and (max-width: 800px) {
  .subfoot {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media all and (max-width: 600px) {
  .foot .inner .topwrapper .frame {
    width: 100%;
  }
  .foot .inner .topwrapper .frame:nth-child(2n) {
    margin-top: 30px;
  }
  .foot .inner .footnav {
    flex-wrap: wrap;
    flex-flow: column-reverse;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 450px) {
  .foot {
    padding: 40px ​20px 20px;
  }
}
.backtotop {
  position: absolute;
  bottom: 110px;
  right: 35px;
  z-index: 2;
}
.backtotop::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin: 40px auto 0 auto;
  background: url("../Images/arrow-top--white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s ease-in-out;
}
.backtotop span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.backtotop:hover::after {
  margin: 20px auto 0 auto;
}

@media all and (max-width: 1200px) {
  .backtotop {
    right: 20px;
  }
}
@media all and (max-width: 960px) {
  .backtotop {
    bottom: 40px;
    z-index: 9;
  }
  .backtotop span {
    color: #383838;
    font-size: 15px;
  }
  .backtotop:after {
    background-image: url("../Images/arrow-right--black.svg");
    transform: rotate(-90deg);
  }
}
@media all and (max-width: 800px) {
  .backtotop span {
    color: white;
  }
  .backtotop:after {
    background-image: url("../Images/arrow-top--white.svg");
    transform: none;
  }
}
/*Powermail*/
.tx-powermail .powermail_form h3 {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset > .powermail_fieldwrap + .powermail_fieldwrap {
  margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
  position: relative;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.powermail_field_error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.powermail_field_error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.powermail_field_error {
  border: 1px solid #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.powermail_field_error {
  border: 1px solid #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
  display: inline-block;
  margin-right: 2%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
  display: flex;
  justify-content: flex-end;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
  font-size: 13px;
  line-height: 140%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
  color: #008689;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
  padding: 10px;
  width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.powermail_field_error {
  background: #b10000;
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.powermail_field_error a {
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_mandatory .powermail_field {
  color: #008689;
  font-size: 15px;
  margin-top: 20px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail-errors-list {
  display: none;
}
.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none;
}
.tx-powermail .greyboxpowermail {
  background: #E9E9E9;
  padding: 2%;
}
.tx-powermail .powermail_fieldwrap_width50,
.tx-powermail .powermail_fieldwrap_width33 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail {
  width: calc(33.333% - 6.6666666667px);
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
  margin-left: 10px;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail:nth-child(3n+1),
.tx-powermail .powermail_fieldwrap_width33 .width33powermail:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width33powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
    margin: 10px 0 0 0;
  }
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail {
  width: calc(50% - 5px);
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
  margin-left: 10px;
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail:nth-child(2n+1),
.tx-powermail .powermail_fieldwrap_width33 .width50powermail:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
    margin: 10px 0 0 0;
  }
}
.tx-powermail .powermail_create table td {
  padding: 5px 10px;
}

@media all and (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
    margin-left: 0;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  bottom: -40px;
  background: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
  border: none;
  outline: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  background: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  filter: invert(22%) sepia(95%) saturate(3567%) hue-rotate(169deg) brightness(99%) contrast(101%);
}
.slick-prev::before,
.slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  background-image: url("../Images/arrow-right--black.svg");
  transform: rotate(180deg);
}

.slick-next {
  left: 38px;
}
.slick-next::before {
  background-image: url("../Images/arrow-right--black.svg");
}

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

.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: #008689;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0;
  opacity: 0.25;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background: #49BBB1;
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
  background: #49BBB1;
}
.slick-dots li::before {
  content: none !important;
}

.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}

/*suche*/
.tx-indexedsearch-searchbox {
  margin-bottom: 80px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch {
  width: 100%;
  margin: 0 auto;
  padding: 60px 4%;
  max-width: 600px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch h3 {
  text-align: center;
  margin-bottom: 20px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
  display: none;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit {
  text-align: center;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button {
  margin-top: 20px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button:hover {
  background: #49BBB1;
}

.tx-indexedsearch-info-noresult {
  font-weight: 700;
}

.tx-indexedsearch-res {
  background: #E9E9E9;
  padding: 20px 3%;
  margin: 20px 0;
}
.tx-indexedsearch-res h4 .tx-indexedsearch-title span,
.tx-indexedsearch-res h4 .tx-indexedsearch-title a {
  display: block;
  text-decoration: none;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
  color: #008689;
}
.tx-indexedsearch-res dl {
  display: flex;
}
.tx-indexedsearch-res dl dd p {
  margin: 0;
}

.tx-indexedsearch-browsebox {
  margin: 10px 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  display: flex;
  flex-wrap: wrap;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 10px;
  background: #008689;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  display: inline-block;
  padding: 0;
  color: #ffffff;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:before {
  content: none;
}

@media (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch {
    width: 100%;
  }
}
/*Login*/
.tx-felogin-pi1 {
  background: #E9E9E9;
  padding: 60px 4%;
}
.tx-felogin-pi1 h3 {
  margin-bottom: 20px;
}
.tx-felogin-pi1 form {
  margin-top: 20px;
}
.tx-felogin-pi1 form legend {
  display: none;
}
.tx-felogin-pi1 form div + div {
  margin-top: 10px;
}
.tx-felogin-pi1 form #pass {
  margin: 10px 0 20px;
}
.tx-felogin-pi1 form label {
  display: block;
}
.tx-felogin-pi1 form input[type=submit] {
  cursor: pointer;
  border: none;
}

.frame-type-felogin_login .inner {
  padding: 60px 4%;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
.frame-type-felogin_login .inner h3 {
  margin-bottom: 10px;
}
.frame-type-felogin_login .inner > p {
  margin-bottom: 20px;
}
.frame-type-felogin_login .inner form fieldset legend {
  font-size: 22px;
  font-weight: 700;
}
.frame-type-felogin_login .inner form fieldset > div {
  margin: 10px 0;
}
.frame-type-felogin_login .inner form fieldset > div input[type=submit] {
  margin-top: 30px;
}

#uid23 #subhead {
  display: none;
}
#uid23 .site .allcont {
  padding-top: 50px;
}

.news.news-single {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 92%;
}
.news.news-single .footer {
  margin: 20px 0 50px;
}
.news.news-single .news-backlink-wrap a {
  border-bottom: 2px solid #008689;
  color: #008689;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
  padding: 0 0 20px;
  transition: all 0.5s ease-in-out;
}
.news.news-single .news-backlink-wrap a::after {
  background-image: url("../Images/arrow--right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  width: 15px;
}
.news.news-single .news-backlink-wrap a:hover {
  border-bottom: 2px solid #2B2B2B;
  color: #2B2B2B;
}
.news.news-single .news-backlink-wrap a:hover::after {
  filter: brightness(0);
}
.news.news-single .news-img-wrap {
  margin-bottom: 30px;
}
.news.news-single .news-img-wrap img {
  width: 100%;
}
.news .news-list-view {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news .news-list-view .f3-widget-paginator {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.news .news-list-view .f3-widget-paginator li {
  margin-right: 20px;
  padding: 0;
}
.news .news-list-view .f3-widget-paginator li::before {
  content: none;
}
.news .news-list-view .f3-widget-paginator p {
  font-size: 14px;
}
.news .news-list-view .article {
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  width: calc(33.333% - 20px);
  margin: 0 10px;
}
.news .news-list-view .article:nth-child(n+4) {
  margin-top: 20px;
}
.news .news-list-view .article .news-img-wrap A {
  display: block;
}
.news .news-list-view .article .news-img-wrap A:before {
  content: none;
}
.news .news-list-view .article .news-img-wrap A img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-list-view .article .teaser-text {
  padding: 40px;
}
.news .news-list-view .article .teaser-text .buttonwrapper a {
  border-bottom: 2px solid #008689;
  color: #008689;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  padding: 0 0 20px;
  transition: all 0.5s ease-in-out;
}
.news .news-list-view .article .teaser-text .buttonwrapper a::after {
  background-image: url("../Images/arrow--right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  width: 15px;
}
.news .news-list-view .article .teaser-text .buttonwrapper a:hover {
  border-bottom: 2px solid #2B2B2B;
  color: #2B2B2B;
}
.news .news-list-view .article .teaser-text .buttonwrapper a:hover::after {
  filter: brightness(0);
}
.news .news-list-view .article .teaser-text h5 {
  font-size: 23px;
}

.newsteaser .rightcol .news .news-list-view.slick-slider .article:nth-child(n+4) {
  margin-top: 0;
}
.newsteaser .rightcol .news .news-list-view.slick-slider .slick-cloned {
  transform: none;
}

@media screen and (max-width: 1024px) {
  .news .news-list-view .article {
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
  .news .news-list-view .article .news-img-wrap img {
    width: 100%;
  }
  .news .news-list-view .article:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 350px) {
  .news .news-list-view .article .teaser-text {
    padding: 20px 20px 30px;
  }
  .news .news-list-view .article .teaser-text .buttonwrapper a {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .news .news-list-view .article .teaser-text h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .news .news-list-view {
    margin: 0;
  }
  .news .news-list-view .article {
    margin: 0 0 20px !important;
    width: 100%;
  }
}
/*Newsletter*/
.newsL .field {
  padding: 2px 0;
}
.newsL .field label {
  padding: 3px 0 0;
  display: block;
}
.newsL .field label.mandatory {
  font-size: 11px;
  color: #008689;
  font-style: italic;
}
.newsL .field .submit {
  background-color: #008689;
  color: #fff;
  cursor: pointer;
  margin: 10px 0;
  padding: 10px 15px;
}
.newsL .field .submit:hover {
  background-color: #49BBB1;
}
.newsL .field input.error {
  border: 2px solid #b10000;
}

#uid1 form.cr_form {
  max-width: 911px;
  margin: 0 auto;
  padding-top: 153px;
}
#uid1 form.cr_form .cr_body h4 {
  padding-left: 164px;
}
#uid1 form.cr_form .cr_body .editable_content {
  display: flex;
  margin: 90px -30px 0 -20px;
  padding-left: 164px;
  position: relative;
}
#uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave {
  width: 25%;
  margin: 0 20px;
  position: relative;
}
#uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave label {
  display: none;
}
#uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave input {
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: #b2b2b2;
  padding: 0 10px 49px 10px;
}
#uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave::after {
  content: "";
  background-image: url("../Images/dotline.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave.submit_container {
  margin: 0 30px;
}
#uid1 form.cr_form .cr_body .editable_content::before {
  content: "";
  background-image: url("../Images/paperplane.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
  width: 225px;
  height: 357px;
}

form.cr_form .cr_body {
  background: transparent;
}
form.cr_form .cr_body .editable_content {
  position: relative;
}
form.cr_form .cr_body .editable_content .cr_ipe_item {
  position: relative;
  margin-top: 10px;
}
form.cr_form .cr_body .editable_content .cr_ipe_item label:not(.mandatory) {
  display: none;
}
form.cr_form .cr_body .editable_content .cr_ipe_item input,
form.cr_form .cr_body .editable_content .cr_ipe_item textarea {
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: #b2b2b2;
  padding: 10px 10px 20px 10px;
}

@media all and (max-width: 960px) {
  #uid1 form.cr_form .cr_body h4 {
    padding-left: 145px;
  }
  #uid1 form.cr_form .cr_body .editable_content {
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding-left: 120px;
    max-width: 600px;
  }
  #uid1 form.cr_form .cr_body .editable_content:before {
    bottom: auto;
    top: -150px;
    width: 175px;
    height: 267px;
  }
  #uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave {
    width: 100%;
  }
  #uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave:after {
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    left: 0;
    bottom: 20px;
  }
  #uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave input {
    padding: 0 10px 30px 10px;
    margin-bottom: 20px;
  }
  #uid1 form.cr_form .cr_body .editable_content .cr_ipe_item.musthave.submit_container {
    margin: 0;
    text-align: right;
  }
}
@media all and (max-width: 700px) {
  #uid1 form.cr_form .cr_body h4 {
    padding-left: 75px;
  }
  #uid1 form.cr_form .cr_body .editable_content {
    padding-left: 50px;
  }
  #uid1 form.cr_form .cr_body .editable_content:before {
    top: -160px;
    width: 180px;
    height: 277px;
    left: -40px;
  }
}
@media all and (max-width: 450px) {
  #uid1 form.cr_form .cr_body h4 {
    padding-left: 25px;
  }
  #uid1 form.cr_form .cr_body .editable_content {
    padding-left: 0;
  }
  #uid1 form.cr_form .cr_body .editable_content:before {
    height: 100px;
  }
}
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #E9E9E9;
  box-shadow: 0 3px 6px #E9E9E9;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #008689;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #008689;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #008689;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #008689;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #008689;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

/* 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-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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 40px;
  margin: 0 auto;
}

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

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.cookiebot_renew {
  position: fixed;
  z-index: 10000;
}
.cookiebot_renew A {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008689;
  width: 40px;
  height: 40px;
  position: relative;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.cookiebot_renew A:hover {
  opacity: 1;
}
.cookiebot_renew A:hover:before, .cookiebot_renew A:hover:after {
  opacity: 1;
}
.cookiebot_renew A:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #008689;
  padding: 5px 15px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.cookiebot_renew A:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  border-style: solid;
  pointer-events: none;
}
.cookiebot_renew A SVG {
  width: 25px;
  filter: brightness(0) invert(1);
}

/*left-top*/
/*top-left*/
/*top-right*/
/*right-top*/
/*right-bottom*/
/*bottom-right*/
/*bottom-left*/
/*left-bottom*/
.cookiebot_renew.left_bottom {
  left: 0;
  bottom: 20px;
}
.cookiebot_renew.left_bottom A:hover:after {
  left: calc(100% + 20px);
}
.cookiebot_renew.left_bottom A:hover:before {
  left: calc(100% + 10px);
}
.cookiebot_renew.left_bottom A:after {
  left: calc(100% - 20px);
  top: 50%;
  transform: translateY(-50%);
}
.cookiebot_renew.left_bottom A:before {
  border-width: 10px 10px 10px 0;
  border-color: transparent #008689 transparent transparent;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

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

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  flex: 1;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slow {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.slower {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.slowest {
  animation-duration: 3s;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  animation-delay: 0.25s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-750 {
  animation-delay: 0.75s;
}

.delay-1000 {
  animation-delay: 1s;
}

.delay-1250 {
  animation-delay: 1.25s;
}

.delay-1500 {
  animation-delay: 1.5s;
}

.delay-1750 {
  animation-delay: 1.75s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-3000 {
  animation-delay: 3s;
}

.delay-3500 {
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  animation-name: growIn;
}

/********
* Shake *
********/
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  animation-name: shake;
}

/********
* ShakeUp *
********/
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-400px);
}

.fadeInLeft.go {
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight.go {
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(400px);
}

.fadeInUp.go {
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-400px);
}

.fadeInDown.go {
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  transform-origin: top center;
  animation-name: swing;
}

/*******
* tada *
********/
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  animation-name: tada;
}

/*********
* wobble *
**********/
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  animation-name: wobble;
}

/********
* pulse *
*********/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px);
}

.fadeInUpShort.go {
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px);
}

.fadeInRightShort.go {
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  animation-name: fadeInLeftShort;
}
