@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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 {
  font-size: 106.25%;
  line-height: 1.8823529412em;
  /* 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;
  line-height: 1.8823529412em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.9411764706em 0;
}

h2 {
  font-size: 1.5em;
  line-height: 1.2549019608em;
  margin: 1.2549019608em 0;
}

h3 {
  font-size: 1.17em;
  line-height: 1.6088486677em;
  margin: 1.6088486677em 0;
}

h4 {
  font-size: 1em;
  line-height: 1.8823529412em;
  margin: 1.8823529412em 0;
}

h5 {
  font-size: 0.83em;
  line-height: 2.2678951099em;
  margin: 2.2678951099em 0;
}

h6 {
  font-size: 0.67em;
  line-height: 2.8094820018em;
  margin: 2.8094820018em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.8823529412em 40px;
}

dl,
ol,
ul {
  margin: 1.8823529412em 0;
}

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.8823529412em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.8823529412em 0;
}

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

/* Links
   ========================================================================== */
/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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.8823529412em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.8823529412em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
   * Turn off margins on nested lists.
   */
}
menu menu, ol menu, ul menu {
  margin: 0;
}

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

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.background--corn {
  background: #e2a900;
}

.background--lima {
  background: #7baf1f;
}

.background--bright-turquoise {
  background: #15b9f2;
}

.text-color--bright-turquoise {
  color: #15b9f2;
}

.background--pacific-blue, .navigation-sub {
  background: #0094c9;
}

.background--bahamas-blue {
  background: #00698f;
}

.background--bombay {
  background: #aaabad;
}

.background--gable-green {
  background: #182c36;
}

.text-color--gable-green {
  color: #182c36;
}

.background--white {
  background: #fff;
}

.text-color--white {
  color: #fff;
}

.background--concrete {
  background: #f2f2f2;
}

.background--gallery {
  background: #ebebeb;
}

.background--mercury {
  background: #e5e5e5;
}

.background--cod-gray {
  background: #191919;
}

.text-color--cod-gray {
  color: #191919;
}

@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("../Fonts/din-next-regular.eot") format("eot"), url("../Fonts/din-next-regular.woff2") format("woff2");
}
@font-face {
  font-family: "DIN Next LT W01 Bold";
  src: url("../Fonts/din-next-lt-bold.eot") format("eot"), url("../Fonts/din-next-lt-bold.woff2") format("woff2");
}
@font-face {
  font-family: "DIN Next W01 Medium";
  src: url("../Fonts/din-next-medium.eot") format("eot"), url("../Fonts/din-next-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Geom Slab_703 W01 Light";
  src: url("../Fonts/geom-slab-light.eot") format("eot"), url("../Fonts/geom-slab-light.woff2") format("woff2");
}
@font-face {
  font-family: "GeomSlab703W01-Medium";
  src: url("../Fonts/geom-slab-medium.eot") format("eot"), url("../Fonts/geom-slab-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Geom Slab_703 W01 Bold";
  src: url("../Fonts/geom-slab-bold.eot") format("eot"), url("../Fonts/geom-slab-bold.woff2") format("woff2");
}
.font-regular {
  font-family: "Geom Slab_703 W01 Light", serif;
}
.kss-modifier__wrapper .font-regular {
  margin-bottom: 18px;
  font-size: 48px;
}

.font-regular--bold, b, strong {
  font-family: "Geom Slab_703 W01 Bold", serif;
}

.font-regular--medium {
  font-family: "GeomSlab703W01-Medium", serif;
}

.font-din-next {
  font-family: "DIN Next W01 Regular", sans-serif;
}
.kss-modifier__wrapper .font-din-next {
  margin-bottom: 18px;
  font-size: 48px;
}

.font-din-next--bold {
  font-family: "DIN Next LT W01 Bold", sans-serif;
}

.font-din-next--medium {
  font-family: "DIN Next W01 Medium", sans-serif;
}

svg {
  width: 100%;
}

img, embed, object, video {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.slidercustomer img, .partnerlist img, .teasericons img, .slidercustomer embed, .partnerlist embed, .teasericons embed, .slidercustomer object, .partnerlist object, .teasericons object, .slidercustomer video, .partnerlist video, .teasericons video {
  border-radius: 0;
}

.icon-file, .downloadIcon {
  width: 48px;
  float: left;
  margin: 20px 10px 10px 0;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center top;
}

table {
  width: 100%;
}

.table-content {
  border-collapse: separate;
  border-spacing: 0 3px;
}
.table-content tr {
  background-color: #fff;
  padding: 5px;
}
.table-content tbody tr:hover {
  background-color: #191919;
  color: #fff;
  cursor: pointer;
}

th, td {
  text-align: left;
}

th {
  font-weight: 400;
  width: 100px;
}

.cell--highlighted {
  font-weight: 500;
}

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

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

b, strong {
  font-weight: normal;
}

figure {
  margin: 0;
}

hr {
  margin: 16px 0;
  size: 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

.list-unordered {
  max-width: 660px;
  list-style: disc;
}

.list-ordered {
  max-width: 660px;
}

p {
  max-width: 680px;
  line-height: 1.5em;
  color: #707173;
  text-rendering: optimizeLegibility;
  margin: 0.9411764706em 0;
}

.paragraph--large {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .paragraph--large {
    font-size: 17px;
  }
}

.headline, h1,
h2,
h3,
h4,
h5,
h6,
.h1-alike,
.h2-alike,
.h3-alike,
.h4-alike,
.h5-alike,
.h6-alike,
.stage__header {
  font-family: "DIN Next W01 Regular", sans-serif;
  color: #707173;
  letter-spacing: -0.5px;
  line-height: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-alike,
.h2-alike,
.h3-alike,
.h4-alike,
.h5-alike,
.h6-alike,
.stage__header {
  margin: 0;
  padding: 0;
}

.h1-alike,
h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .h1-alike,
h1 {
    font-size: 42px;
  }
}

.h2-alike,
h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .h2-alike,
h2 {
    font-size: 36px;
  }
}

.h3-alike,
h3 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .h3-alike,
h3 {
    font-size: 32px;
  }
}

.h4-alike,
h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h4-alike,
h4 {
    font-size: 22px;
  }
}

.h5-alike,
h5 {
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .h5-alike,
h5 {
    font-size: 22px;
  }
}

.h6-alike,
h6 {
  font-size: 18px;
  letter-spacing: -0.5px;
}

p a,
.anchor--regular {
  color: #00698f;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
}
p a:focus, p a:hover,
.anchor--regular:focus,
.anchor--regular:hover {
  color: #00445c;
}
p a.active, p a:active,
.anchor--regular.active,
.anchor--regular:active {
  color: #001e29;
}

.btn {
  display: block;
  position: relative;
  top: 6px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border-radius: 100%;
  background-color: #0094c9;
}
.textmedia--standard .btn:hover {
  margin-left: -5px !important;
}
.btn__anchor-container {
  position: relative;
  height: 70px;
}
.btn__container {
  margin-bottom: 30px;
}
.btn__text {
  padding-bottom: 30px;
  font-weight: 400;
}
.btn:focus, .btn:hover {
  outline: 0;
}
.btn.active, .btn:active {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  background-image: url("../Images/Icons/ic_navigate_up_16px_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 0 solid #fff;
  border-radius: 100%;
  opacity: 0;
}
.btn:hover {
  top: 1px;
  bottom: 1px;
  width: 70px;
  height: 70px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  background-color: #15b9f2;
}
.btn:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 2px solid #fff;
  opacity: 1;
}

.field-wrap {
  padding: 8px 0;
}

form {
  padding-top: 55px;
}

textarea:focus, input:focus {
  outline: none;
}

.full-size-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hide-handheld {
  display: none;
}
@media (min-width: 768px) {
  .hide-handheld {
    display: table-cell;
  }
}

b {
  font-weight: 500;
}

.sr-only {
  display: none;
}
@media speech {
  .sr-only {
    display: block;
  }
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button:focus {
  outline: none;
}

.logo {
  width: 150px;
  display: block;
}

.logo__image {
  width: 100%;
  height: auto;
  font-size: 0;
}

.logo--header .logo-fill {
  fill: #0094c9;
}
.logo--footer .logo-fill {
  fill: #646464;
}

.message {
  width: 350px;
  padding: 32px;
  margin: 32px;
}
.message--neutral {
  background: #0094c9;
}
.message--negative {
  background: #0094c9;
  color: #fff;
}

input[type=checkbox] {
  float: left;
  position: relative;
  border: none;
  display: none;
}
input[type=checkbox]:disabled + .form-label {
  pointer-events: none;
  opacity: 0.3;
}

.field-wrap--checkbox {
  position: relative;
}

.form-label--checkbox {
  display: block;
  position: relative;
}

.form-label--checkbox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 2px 0 2px 36px;
  line-height: 25px;
  cursor: pointer;
}
.form-label--checkbox .form-checkbox__fake-checkbox {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #aaabad;
  border: 2px solid #aaabad;
}
.form-label--checkbox .form-checkbox__fake-checkbox:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 7px;
  border: 3px solid #aaabad;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form-label--checkbox:hover .form-checkbox__fake-checkbox {
  background-color: #bababc;
}
.form-label--checkbox:hover .form-checkbox__fake-checkbox:after {
  border-color: #aaabad;
}
.form-label--checkbox:active .form-checkbox__fake-checkbox {
  background-color: #bababc;
}
.form-label--checkbox:active .form-checkbox__fake-checkbox:after {
  border-color: #aaabad;
}
.form-input--checkbox:checked + .form-label--checkbox .form-checkbox__fake-checkbox {
  background-color: #0094c9;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/* with multiple calendars */
/* RTL support */
/* Icons */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.09);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -13px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -13px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  right: 1px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month {
  width: 45%;
}
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
  color: #00698f;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.form-label {
  display: inline-block;
}

.error {
  color: #F52E14;
}

input[type=radio] {
  float: left;
  position: relative;
  border: none;
}
input[type=radio]:disabled {
  pointer-events: none;
}
input[type=radio]:disabled + .form-label {
  pointer-events: none;
  opacity: 0.3;
}

.form-label--radio {
  display: block;
  position: relative;
}

select {
  border: 1px solid #aaabad;
  width: 50%;
  padding: 8px;
  background: #fff;
  border-radius: 0;
  line-height: 1.4em;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#TSFE_ADMIN_PANEL_FORM input[type=checkbox] {
  display: block;
}

input[type=date],
input[type=tel],
input[type=email],
input[type=text],
input[type=password] {
  border: 1px solid #aaabad;
  width: 50%;
  padding: 8px;
  background: #fff;
  border-radius: 0;
  line-height: 1.4em;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

textarea {
  border: 1px solid #aaabad;
  width: 50%;
  padding: 8px;
  background: #fff;
  border-radius: 0;
  line-height: 1.4em;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  resize: none;
}

body #tx_cookies {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  left: auto;
  width: 280px;
  pointer-events: none;
}
body #tx_cookies #tx_cookies_inner {
  padding: 20px 10px;
  border: 2px solid #0094c9;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  pointer-events: all;
}
body #tx_cookies #tx_cookies_inner h3 {
  display: none;
}
body #tx_cookies #tx_cookies_inner #tx_cookies_hint {
  font-family: "DIN Next W01 Regular", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
body #tx_cookies #tx_cookies_inner #tx_cookies_accept {
  display: inline-block;
  margin-right: 20px;
}
body #tx_cookies #tx_cookies_inner #tx_cookies_close {
  position: static;
  margin-top: 10px;
  text-align: center;
}
body #tx_cookies #tx_cookies_inner #tx_cookies_accept .btn-mini, body #tx_cookies #tx_cookies_inner #tx_cookies_close.btn-mini {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 2px solid #0094c9;
  background-color: #fff;
  color: #0094c9;
  border-radius: 20px;
  font-size: 14px;
  padding: 3px 10px;
}
body #tx_cookies #tx_cookies_inner #tx_cookies_accept .btn-mini:hover, body #tx_cookies #tx_cookies_inner #tx_cookies_close.btn-mini:hover {
  background-color: #0094c9;
  color: #fff;
}

.styles-vodafone #tx_cookies {
  display: none;
}

.filter-dropdown {
  position: relative;
  z-index: 5;
}
@media (min-width: 1000px) {
  .filter-dropdown + .filter-dropdown {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1440px) {
  .filter-dropdown + .filter-dropdown {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (min-width: 0) and (max-width: 999px) {
  .filter-dropdown + .filter-dropdown {
    margin-top: 2px;
  }
}

@media (min-width: 0) and (max-width: 999px) {
  .filter-dropdown--active {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    border-radius: 5px;
    background: #fafafa;
  }
  .filter-dropdown--active .filter-dropdown__list {
    background: #fafafa;
  }
}

.filter-dropdown__trigger {
  color: #0094c9;
  font-size: 18px;
  text-decoration: none;
  padding: 8px 20px 8px 0;
  display: block;
  white-space: nowrap;
  position: relative;
}
.filter-dropdown__trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  background-image: url("../Images/Icons/ic_navigate_down_16px.svg");
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  right: 0;
}
.filter-dropdown--active .filter-dropdown__trigger:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.filter-dropdown__list {
  list-style: none;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  background: #fff;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 333ms;
          transition-duration: 333ms;
}
.filter-dropdown--active .filter-dropdown__list {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 1000px) {
  .filter-dropdown__list {
    padding: 10px 0 8px;
    min-width: 280px;
    -webkit-box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 44px;
    z-index: 6;
    left: -20px;
  }
  .filter-dropdown--bound-right .filter-dropdown__list {
    left: auto;
    right: -20px;
  }
}
@media (min-width: 0) and (max-width: 999px) {
  .filter-dropdown__list {
    padding: 0;
    margin-right: auto !important;
    width: 100%;
    left: -20px;
    max-height: 0;
    overflow: hidden;
  }
  .filter-dropdown--bound-right .filter-dropdown__list {
    left: -20px;
    right: auto;
  }
  .filter-dropdown--active .filter-dropdown__list {
    max-height: 100vh;
  }
}

.filter-dropdown__list-item {
  padding: 0 20px;
  margin: 0;
}
@media (min-width: 0) and (max-width: 999px) {
  .filter-dropdown__list-item {
    padding: 0;
  }
}

.filter-dropdown__anchor.filter__cat-anchor {
  float: none;
  padding-top: 8px;
  white-space: inherit;
}
.filter-dropdown__anchor.filter__cat-anchor::before {
  top: 7px;
}
.filter-dropdown__anchor.filter__cat-anchor.cat--active:hover {
  text-decoration: line-through;
}

.filter {
  font-family: "DIN Next W01 Regular", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  font-size: 20px;
}
.filter + * {
  margin-top: 30px;
}

.filter__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 1280px) {
  .filter__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.filter__text-inner {
  text-align: center;
}
@media (min-width: 1280px) {
  .filter__text-inner {
    text-align: left;
    padding: 8px 0;
  }
}

.filter__categories {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 1280px) {
  .filter__categories {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66%;
            flex: 0 1 66%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.filter__categories-inner {
  margin: 20px auto 5px;
  text-align: left;
}
@media (min-width: 1000px) {
  .filter__categories-inner > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1440px) {
  .filter__categories-inner > * {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .filter__categories-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .filter__categories-inner {
    float: right;
  }
}
.filter__cat-anchor {
  color: #0094c9;
  font-size: 18px;
  text-decoration: none;
  padding: 11px 0 6px 25px;
  line-height: 22px;
  position: relative;
  display: block;
  white-space: nowrap;
}
.filter__cat-anchor::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 2px solid #0094c9;
  border-radius: 100%;
}
.filter__cat-anchor:last-child::after {
  margin-right: 10px;
}
@media (min-width: 0) and (max-width: 480px) {
  .filter__cat-anchor:last-child::after {
    margin-right: 10px;
  }
}
.filter__cat-anchor:hover {
  cursor: pointer;
}
.filter__cat-anchor:hover::before, .filter__cat-anchor.cat--active::before, .filter__cat-anchor.filter__cat-anchor--active::before {
  background: #0094c9;
}

.filter__cat-anchor--all {
  min-width: auto;
}
.filter__cat-anchor--all::after {
  margin-right: 10px;
  margin-left: 0;
}
@media (min-width: 0) and (max-width: 480px) {
  .filter__cat-anchor--all::after {
    margin-right: 10px;
  }
}

.filter__cat-anchor-divider {
  position: relative;
  color: #aaabad;
  padding: 8px 0;
}
@media (min-width: 0) and (max-width: 999px) {
  .filter__cat-anchor-divider {
    display: block;
    visibility: hidden;
    height: 0;
    padding: 4px 0;
  }
  .filter__cat-anchor-divider::before {
    content: "";
    display: block;
    visibility: visible;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
  }
}

.filters-active {
  font-family: "DIN Next W01 Regular", sans-serif;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .filters-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.filters-active__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .filters-active__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.filters-active__remove-anchor {
  color: #0094c9;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .filters-active__remove-anchor {
    margin-left: 50px;
    margin-right: 20px;
  }
}

.filter-active {
  margin-right: 20px;
  color: #0094c9;
  text-decoration: none;
  font-size: 14px;
}
.filter-active:hover {
  text-decoration: line-through;
}

.filter-active__facet-label {
  color: #707173;
}

.container.container--footer {
  position: relative;
  max-width: 100%;
  background-color: #f2f2f2;
  font-size: 15px;
}

.container__inner.footer__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 48px;
}

.footer__navigation {
  width: 100%;
}
@media (min-width: 1000px) {
  .footer__navigation {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}

.footer__col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.footer__col-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.footer__col-center p:first-child {
  margin-top: 0;
}

.footer__col-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.footer__col-right p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .footer__col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 17%;
            flex: 0 1 17%;
  }

  .footer__col-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .footer__col-center p:first-child {
    margin-top: 0;
  }

  .footer__col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23%;
            flex: 0 1 23%;
  }
  .footer__col-right p:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.container__inner.footer__inner-bottom {
  font-family: "DIN Next W01 Regular", sans-serif;
  padding-top: 24px;
  padding-bottom: 40px;
  text-align: center;
}
.container__inner.footer__inner-bottom .footer__social {
  height: 32px;
  margin-top: 16px;
  float: left;
}
.container__inner.footer__inner-bottom .footer__social a {
  display: inline-block;
  margin-right: 15px;
}
.container__inner.footer__inner-bottom .footer__social svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 0) and (max-width: 767px) {
  .container__inner.footer__inner-bottom .footer__social,
.container__inner.footer__inner-bottom .footer__navigation-meta,
.container__inner.footer__inner-bottom .footer__copyright {
    width: 100%;
  }
  .container__inner.footer__inner-bottom .footer__social ul,
.container__inner.footer__inner-bottom .footer__navigation-meta ul,
.container__inner.footer__inner-bottom .footer__copyright ul {
    margin: 0;
    border-left: 0;
  }
  .container__inner.footer__inner-bottom .footer__social ul li,
.container__inner.footer__inner-bottom .footer__navigation-meta ul li,
.container__inner.footer__inner-bottom .footer__copyright ul li {
    margin: 0 20px 0 0;
  }
  .container__inner.footer__inner-bottom .footer__social ul li:last-child,
.container__inner.footer__inner-bottom .footer__navigation-meta ul li:last-child,
.container__inner.footer__inner-bottom .footer__copyright ul li:last-child {
    margin-right: 0;
  }
  .container__inner.footer__inner-bottom .footer__social > a:last-child,
.container__inner.footer__inner-bottom .footer__navigation-meta > a:last-child,
.container__inner.footer__inner-bottom .footer__copyright > a:last-child {
    margin-right: 0;
  }
}

.footer-contact__col-left {
  width: 75%;
  float: left;
}
.footer-contact__col-left p:first-child {
  margin-top: 0;
}

.footer-contact__col-right {
  width: 25%;
  float: left;
}

.footer-contact__map {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0.9411764706em 0;
  float: right;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 100%;
  background: #ebebeb;
}
.footer-contact__map:hover .footer-contact__pin {
  width: 80%;
}

.footer-contact__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.footer-contact__contact-form,
.footer-contact__email,
.footer-contact__phone {
  display: inline-block;
  color: #707173;
  font-size: 14px;
}
.footer-contact__contact-form .icon,
.footer-contact__email .icon,
.footer-contact__phone .icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}
.footer-contact__contact-form:hover,
.footer-contact__email:hover,
.footer-contact__phone:hover {
  color: #00698f;
}

.footer-contact__contact-form .icon {
  background-image: url("../Images/Icons/ic_chat_bubble_outline_24px.svg");
}

.footer-contact__email .icon {
  background-image: url("../Images/Icons/bt_icon_email-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-contact__phone .icon {
  background-image: url("../Images/Icons/bt_icon_telefon-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.footer__logo {
  display: none;
  width: 150px;
  float: left;
}
@media (min-width: 1000px) {
  .footer__logo {
    display: block;
  }
}

.footer__copyright {
  padding: 16px 0;
  float: right;
  color: #707173;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer__copyright {
    display: inline;
    margin-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}

.container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}

.container__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 481px) {
  .container__inner {
    width: 417px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .container__inner {
    width: 704px;
  }
}
@media (min-width: 1000px) {
  .container__inner {
    width: 936px;
  }
}
@media (min-width: 1280px) {
  .container__inner {
    width: 1216px;
  }
}
@media (min-width: 1440px) {
  .container__inner {
    width: 1376px;
  }
}

.container__text-left {
  text-align: left;
}

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

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

.header {
  background-color: #fff;
  position: fixed;
  z-index: 200;
  top: 0;
  max-width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
  margin: 0 auto;
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 1000px) {
  .header {
    background-color: transparent;
  }
}
.header.small-header {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 0 0;
          box-shadow: rgba(0, 0, 0, 0.15) 0 2px 0 0;
}
.header.header-text-white .navigation-main__anchor {
  color: #182c36;
}
@media (min-width: 1000px) {
  .header.header-text-white .navigation-main__anchor {
    color: #fff;
  }
}
.header.header-text-white .navigation-main__anchor:hover {
  color: #0094c9;
}
@media (min-width: 1000px) {
  .header.header-text-white .navigation-main__anchor:hover {
    color: #15b9f2;
  }
}
.header.header-text-white.small-header .navigation-main__anchor {
  color: #182c36;
}
.header.header-text-white.small-header .navigation-main__anchor:hover {
  color: #0094c9;
}
.header.header-text-black .navigation-main__anchor {
  color: #182c36;
}
.header.header-text-black .navigation-main__anchor:hover {
  color: #0094c9;
}
.header.header-text-black.small-header .navigation-main__anchor {
  color: #182c36;
}
.header.header-text-black.small-header .navigation-main__anchor:hover {
  color: #0094c9;
}

.header__inner {
  height: 60px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  max-width: 1920px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .header__inner {
    height: 110px;
  }
}
.header__inner.small-header {
  height: 60px;
}
@media (min-width: 1000px) {
  .header__inner.small-header .navigation-main__anchor {
    line-height: 60px;
  }
  .header__inner.small-header .navigation-main__list-item--has-sub .navigation-main__anchor::after {
    top: 21px;
  }
}

.header__col.header__col--left {
  position: absolute;
  background-color: #fff;
  height: 60px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 1000px) {
  .header__col.header__col--left {
    background-color: transparent;
    height: 110px;
  }
}
.small-header .header__col.header__col--left {
  height: 60px;
}

.header__col.header__col--right {
  height: 60px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .header__col.header__col--right {
    background-color: transparent;
    height: 110px;
  }
}
@media (min-width: 1280px) {
  .header__col.header__col--right {
    -webkit-box-flex: 50;
        -ms-flex: 50;
            flex: 50;
  }
}
.small-header .header__col.header__col--right {
  height: 60px;
}

.header__logo.logo--small {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-bottom: 60px;
  float: left;
}
@media (min-width: 1280px) {
  .header__logo.logo--small {
    width: 36px;
    height: 36px;
  }
}

.header__logo.logo--big {
  display: none;
  width: 102px;
  height: 44px;
  margin-top: 47px;
  margin-bottom: 10px;
  float: left;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 1280px) {
  .header__logo.logo--big {
    width: 113px;
  }
}
.small-header .header__logo.logo--big {
  height: 0;
}
@media (min-width: 1000px) {
  .header__logo.logo--big {
    display: block;
  }
}

.header__navigation-main {
  display: none;
}
@media (min-width: 1000px) {
  .header__navigation-main {
    display: block;
  }
}

.header__navigation-handheld {
  float: right;
  height: 100%;
  width: 32px;
  display: block;
}
@media (min-width: 1000px) {
  .header__navigation-handheld {
    display: none;
  }
}

.container__inner.stage__inner {
  width: 100%;
  max-width: 1920px;
  padding: 0;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../Images/Icons/swipebox-icons.svg);
}

.blogarticle {
  margin-bottom: 120px;
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle {
    margin-bottom: 90px;
  }
}
@media (min-width: 1000px) {
  .blogarticle {
    margin-bottom: 180px;
  }
}
.blogarticle__image {
  display: block;
}
.blogarticle__image-container {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .blogarticle__image-container {
    margin-bottom: 60px;
  }
}
.blogarticle__header-container {
  margin-bottom: 40px;
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle__header-container {
    margin-bottom: 30px;
  }
}
.blogarticle__header-container h3 {
  font-size: 48px;
  text-align: center;
  margin: 100px 0;
}
.blogarticle__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blogarticle__content-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle__content-left {
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .blogarticle__content-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333334%;
            flex: 0 1 33.33333334%;
    margin-bottom: 0;
  }
}
.blogarticle__content-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 1000px) {
  .blogarticle__content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66.66666667%;
            flex: 0 1 66.66666667%;
  }
}
.blogarticle__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .blogarticle__meta {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle__meta {
    font-size: 16px;
  }
}
.blogarticle__meta-desc {
  font-family: "DIN Next W01 Regular", sans-serif;
  display: block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle__meta-desc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .blogarticle__meta-desc {
    margin-top: 0;
  }
}
.blogarticle__meta-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 18px;
}
.blogarticle__meta-row:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 768px) {
  .blogarticle__meta-row:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}
@media (min-width: 1000px) {
  .blogarticle__meta-row:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.blogarticle__meta-row:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 768px) {
  .blogarticle__meta-row:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}
@media (min-width: 1000px) {
  .blogarticle__meta-row:last-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.blogarticle__meta--date {
  font-family: "DIN Next W01 Regular", sans-serif;
  line-height: 18px;
}
.blogarticle__categories a {
  font-family: "DIN Next W01 Regular", sans-serif;
  display: block;
  margin-top: 8px;
  float: none;
  color: #00698f;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle__categories a {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .blogarticle__categories a {
    display: inline-block;
    margin-right: 20px;
  }
}
.blogarticle__categories a:hover {
  color: #0094c9;
}
.blogarticle__categories a::after {
  display: none;
}
.blogarticle__text p {
  max-width: 100%;
}
.blogarticle__text p:first-child {
  margin-top: 0;
}
.blogarticle__meta-footer {
  font-family: "DIN Next W01 Regular", sans-serif;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .blogarticle__meta-footer {
    margin-top: 30px;
    padding-right: 40px;
  }
}
.blogarticle__meta-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle__meta-footer-top {
    margin-bottom: 0;
  }
}
.blogarticle__meta-footer-authoremail {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.blogarticle__meta-footer-author {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.blogarticle__meta-footer-author span {
  display: block;
  line-height: 1;
}
.blogarticle__meta-footer-author--eyebrow {
  font-size: 14px;
}
.blogarticle__meta-footer-author--name {
  margin-top: 8px;
  font-size: 18px;
}
.blogarticle__meta-footer-author--image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}
@media (min-width: 1000px) {
  .blogarticle__meta-footer-author--image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .blogarticle__meta-footer-author--image {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.blogarticle__meta-footer-author--image img {
  border-radius: 100%;
}
.blogarticle__meta-footer-author--image + .blogarticle__meta-footer-author--eyebrow {
  margin-top: 6px;
}
.blogarticle__meta-footer-authoremail-inner {
  float: right;
}
.blogarticle__meta-footer-authoremail-inner:hover .blogarticle__meta-footer-authoremail--icon::before {
  width: 100%;
  height: 100%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 2px solid #0094c9;
  opacity: 1;
}
.blogarticle__meta-footer-authoremail--icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #ebebeb;
  background-image: url("../Images/Icons/ic_mail_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}
.blogarticle__meta-footer-authoremail--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 0 solid #0094c9;
  border-radius: 100%;
  opacity: 0;
}
.blogarticle__footer {
  font-family: "DIN Next W01 Regular", sans-serif;
  margin-top: 40px;
}
@media (min-width: 0) and (max-width: 480px) {
  .blogarticle__footer {
    margin-top: 30px;
  }
}
@media (min-width: 1000px) {
  .blogarticle__footer {
    margin-top: 50px;
  }
}
.blogarticle__footer-social {
  font-family: "DIN Next W01 Regular", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.blogarticle__back--link {
  font-family: "Geom Slab_703 W01 Light", serif;
  height: 36px;
  margin-top: 40px;
  padding-bottom: 70px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.blogarticle__back--link-anchor {
  display: inline-block;
  position: relative;
  height: 36px;
  color: #707173;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
.blogarticle__back--link-anchor span {
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
.blogarticle__back--link-anchor::before {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  float: left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 100%;
  background-color: #ebebeb;
  background-image: url("../Images/Icons/ic_navigate_up_16px.svg");
  background-repeat: no-repeat;
  background-position: center 43%;
  background-size: 68%;
}
.blogarticle__back--link-anchor::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 17px;
  width: 1%;
  height: 36px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ebebeb;
}
.blogarticle__back--link-anchor:hover::after {
  width: 100%;
}

.shariff .orientation-horizontal.button-style-standard li {
  min-width: 30px !important;
  max-width: 30px !important;
  margin-right: 6px !important;
  border-radius: 4px;
}
.shariff .orientation-horizontal.button-style-standard li .share_count {
  display: none !important;
}
.shariff .orientation-horizontal.button-style-standard li .share_text {
  display: none !important;
}
.shariff .facebook .fa-facebook-f {
  font-size: 19px !important;
}
.shariff .twitter .fa-twitter {
  font-size: 24px !important;
}
.shariff .xing .fa-xing {
  font-size: 19px !important;
}
.shariff .linkedin .fa-linkedin-in {
  font-size: 19px !important;
}
.shariff .whatsapp .fa-whatsapp {
  font-size: 22px !important;
}
.shariff .mail .fa-envelope {
  font-size: 18px !important;
}
.shariff .fa-whatsapp::before {
  position: absolute;
  top: 0;
  left: 7px;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal.button-style-standard li {
    width: 35px !important;
    max-width: 35px !important;
    height: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li,
.shariff li a,
.shariff li .fab,
.shariff li .far,
.shariff li .fas {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
}
.news .page-navigation {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.news .page-navigation p {
  display: none;
}
.f3-widget-paginator {
  height: 44px;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  display: flex;
  justify-content: center;
}
.f3-widget-paginator li {
  padding: 0 4px;
}
.f3-widget-paginator li.ellipsis {
  padding: 13px;
}
.f3-widget-paginator li a {
  display: block;
}
.f3-widget-paginator li a, .f3-widget-paginator li.current {
  width: 18px;
  height: 18px;
  padding: 13px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 70px;
  background: #d9d9d9;
  color: #00698f;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.f3-widget-paginator li a:hover, .f3-widget-paginator li.current:hover {
  background-color: #0094c9;
  color: #fff;
}
.f3-widget-paginator li.current {
  background-color: #f2f2f2;
  color: #707173;
}
.f3-widget-paginator li.current:hover {
  background-color: #f2f2f2;
  color: #707173;
}

.news-list-view > .page-navigation:first-child {
  display: none;
}

.blog-list {
  margin: 0 -20px;
}
.blog-list__inner > .page-navigation:nth-child(1) {
  display: none;
}
.blog-list__article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 40px;
}
.blog-list__article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blog-list__article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .blog-list__article:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1000px) {
  .blog-list__article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .blog-list__article:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1280px) {
  .blog-list__article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333334%;
            flex: 0 0 33.3333333334%;
  }
  .blog-list__article:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333334%;
            flex: 0 0 33.3333333334%;
  }
}
.blog-list__article-inner {
  margin: 0 20px;
}

.news-teaser-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.blogteaser {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blogteaser {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .blogteaser:first-child {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media (min-width: 1000px) {
  .blogteaser {
    -webkit-box-flex: 33.3333333334%;
        -ms-flex: 33.3333333334%;
            flex: 33.3333333334%;
    margin-bottom: 0;
  }
  .blogteaser:first-child {
    -webkit-box-flex: 33.3333333334%;
        -ms-flex: 33.3333333334%;
            flex: 33.3333333334%;
  }
}
.blogteaser__inner {
  margin: 0 20px;
}
.blogteaser__content-container {
  text-align: center;
}
.blogteaser__image-container {
  margin-bottom: 20px;
}
.blogteaser__meta, .blogteaser__meta strong {
  font-family: "DIN Next W01 Regular", sans-serif;
  font-size: 14px;
}
.blogteaser__text p {
  max-width: 100%;
}

.news-teaser-title {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.news-teaser-title__container {
  margin: 0 0 60px;
}

.contentwrapper {
  padding: 50px 0;
}
@media (min-width: 1000px) {
  .contentwrapper {
    padding: 100px 0;
  }
}
.contentwrapper:nth-child(even) {
  background-color: #f2f2f2;
}

.container__inner {
  margin-top: 0;
  margin-bottom: -25px;
}
.container__inner > * {
  margin-top: 0;
  margin-bottom: 25px;
}

.container__inner--contactfooter,
.footer__inner-top,
.footer__inner-bottom {
  margin-top: 0;
  margin-bottom: 0;
}
.container__inner--contactfooter > *,
.footer__inner-top > *,
.footer__inner-bottom > * {
  margin-top: 0;
  margin-bottom: 0;
}

.container-split-33-33-33__inner {
  position: relative;
}
@media (min-width: 1000px) {
  .container-split-33-33-33__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.container-split-33-33-33__col {
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 1000px) {
  .container-split-33-33-33__col {
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%;
  }
}
.container-split-33-33-33__col-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.container-split-33-66__inner {
  position: relative;
}
@media (min-width: 1000px) {
  .container-split-33-66__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.container-split-33-66__col {
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 1000px) {
  .container-split-33-66__col-left {
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%;
  }
}
@media (min-width: 1000px) {
  .container-split-33-66__col-right {
    -webkit-box-flex: 66.66666%;
        -ms-flex: 66.66666%;
            flex: 66.66666%;
  }
}
.container-split-33-66__col-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.container-split-50-50__inner {
  position: relative;
}
@media (min-width: 1000px) {
  .container-split-50-50__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.container-split-50-50__col {
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 1000px) {
  .container-split-50-50__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.container-split-50-50__col-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.container-split-66-33 h1, .container-split-66-33 h2 {
  font-weight: 700;
  margin: 0.3em 0;
}
.container-split-66-33 p {
  font-size: 20px;
}

.container-split-66-33__inner {
  padding: 100px 0 100px 0;
  position: relative;
}
@media (min-width: 1000px) {
  .container-split-66-33__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .container-split-66-33__inner.standardteaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.container-split-66-33__col-inner {
  width: 100%;
}

.container-split-66-33__col-left {
  position: relative;
  width: 100%;
}
@media (min-width: 1000px) {
  .container-split-66-33__col-left {
    width: 66.66666%;
  }
}

.container-split-66-33__col-right {
  position: relative;
  width: 100%;
}
@media (min-width: 1000px) {
  .container-split-66-33__col-right {
    width: 33.33333%;
  }
}

.contactfooter {
  padding: 100px 0 125px;
  background-color: #0094c9;
  text-align: center;
}
.contactfooter__header-container, .contactfooter__subheader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactfooter__header {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
.contactfooter__subheader {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
  color: #fff;
}

.contactbubble {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  width: 100px;
  height: 120px;
}
@media (min-width: 481px) {
  .contactbubble {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
    width: 120px;
  }
}
.contactbubble-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactbubble-container--outer {
  width: 100%;
  margin: 0 -10px;
}
.contactbubble__anchor {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  border-radius: 80px;
  background-color: #fff;
  text-decoration: none;
}
@media (min-width: 481px) {
  .contactbubble__anchor {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
}
.contactbubble__anchor:hover {
  width: 90px;
  height: 90px;
  -webkit-transition: ease all 0.1s;
  transition: ease all 0.1s;
}
@media (min-width: 481px) {
  .contactbubble__anchor:hover {
    width: 110px;
    height: 110px;
  }
}
.contactbubble__label {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 100%;
  margin-left: 10px;
  padding: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.contactbubble__content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contactbubble.contactbubble--project .contactbubble__content > span {
  font-family: "DIN Next W01 Regular", sans-serif;
  display: block;
  height: 24px;
  padding-top: 3px;
  color: #e2a900;
  font-size: 24px;
  line-height: 28px;
}
.contactbubble.contactbubble--mail .contactbubble__content svg {
  display: block;
  height: 24px;
}
.contactbubble.contactbubble--phone .contactbubble__content svg {
  display: block;
  width: 24px;
}
.contactbubble.contactbubble--newsletter .contactbubble__content {
  margin-left: -3px;
}
.contactbubble.contactbubble--newsletter .contactbubble__content svg {
  display: block;
  height: 32px;
}

.styles-vodafone .container__inner--contactfooter {
  display: none;
}

.customerlist__header {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.customerlist__header-container {
  margin: 0 0 60px;
}
.customerlist__item {
  display: inline-block;
}
.customerlist__item-container {
  text-align: center;
}
.customerlist__item-title a {
  color: #00698f;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}
.customerlist__item-title a:focus, .customerlist__item-title a:hover {
  color: #00445c;
}
.customerlist__item-title a.active, .customerlist__item-title a:active {
  color: #00445c;
}
.customerlist__item-title::before {
  content: "|";
  margin: 0 10px;
  color: #00698f;
}
.customerlist__item:first-child .customerlist__item-title::before {
  content: "";
  display: none;
  margin-left: 0;
}

.partnerlist__header {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.partnerlist__header-container {
  margin: 0 0 60px;
}
.partnerlist__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 481px) {
  .partnerlist__item-container {
    margin: 0 -20px;
  }
}
@media (min-width: 1000px) {
  .partnerlist__item-container {
    margin: 0 -40px;
  }
}
@media (min-width: 1280px) {
  .partnerlist__item-container {
    margin: 0 -60px;
  }
}
.partnerlist__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 481px) {
  .partnerlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1000px) {
  .partnerlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .partnerlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.partnerlist__item-image {
  display: block;
}
.partnerlist__item-inner {
  display: block;
  position: relative;
  margin: 0 0 20px;
}
@media (min-width: 481px) {
  .partnerlist__item-inner {
    margin: 20px;
  }
}
@media (min-width: 1000px) {
  .partnerlist__item-inner {
    margin: 40px;
  }
}
@media (min-width: 1280px) {
  .partnerlist__item-inner {
    margin: 20px 40px;
  }
}
.partnerlist__item-inner:hover .partnerlist__item-title {
  opacity: 1;
}

.referencesslider {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 52px;
}
.referencesslider__header {
  color: #707173;
  font-size: 48px;
  text-align: center;
}
.referencesslider__header-container {
  margin: 0 0 60px;
}
.referencesslider__item {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .referencesslider__item {
    height: 300px;
  }
}
@media (min-width: 1000px) {
  .referencesslider__item {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .referencesslider__item {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .referencesslider__item {
    height: 600px;
  }
}
.referencesslider__meta {
  position: absolute;
  right: 60px;
  bottom: 0;
  left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 120px);
  padding: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  background: rgba(25, 25, 25, 0.5);
  color: #fff;
}
.referencesslider__meta-title {
  margin-bottom: 10px;
  font-size: 24px;
}
.referencesslider__meta-description {
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .referencesslider__meta-description {
    line-height: 32px;
  }
}
.referencesslider__item:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.referencesslider__item:hover .referencesslider__meta {
  opacity: 1;
}
.referencesslider .owl-stage-outer {
  overflow: hidden;
  border-radius: 20px;
}
.referencesslider .fullscreen__button {
  right: 0;
  bottom: 17px;
}
.referencesslider .fullscreen--active .referencesslider__meta {
  right: 0;
  left: 0;
  width: 100%;
  padding: 30px 60px;
}

.references {
  position: relative;
  margin-bottom: 0;
  padding-top: 60px;
}
.references__header {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.references__header-container {
  margin: 70px 0 60px;
}
@media (min-width: 1280px) {
  .references__header-container {
    margin: 0 0 60px;
  }
}
.references__container p {
  max-width: 100%;
}
.references__back--link {
  position: absolute;
  top: 60px;
  left: 0;
  height: 36px;
}
.references__back--link-anchor {
  display: block;
  position: relative;
  height: 36px;
  color: #707173;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
.references__back--link-anchor span {
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
.references__back--link-anchor::before {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  float: left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 100%;
  background-color: #ebebeb;
  background-image: url("../Images/Icons/ic_navigate_up_16px.svg");
  background-repeat: no-repeat;
  background-position: center 43%;
  background-size: 68%;
}
.references__back--link-anchor::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 17px;
  width: 1%;
  height: 36px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ebebeb;
}
.references__back--link-anchor:hover::after {
  width: 100%;
}
.references__text-headline {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.references__text {
  margin-bottom: 60px;
  padding-bottom: 40px;
  line-height: 26px;
}
.references__text p:first-child {
  margin-top: 0;
}
.references__meta--label, .references__meta--entry {
  color: #00698f;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  vertical-align: middle;
}
.references__meta--label p, .references__meta--entry p {
  margin: 0;
  padding: 0;
  color: #191919;
}
.references__meta--label {
  margin-right: 20px;
}
.references__meta--entry {
  color: #191919;
  font-weight: 400;
}
.references__back--button .btn__label {
  font-weight: bold;
  text-align: center;
}
.references__meta {
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .references__meta {
    padding-right: 40px;
  }
}
.references__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.references__meta-row:first-child {
  padding: 0 0 10px;
}
.references__meta-col--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333333334%;
          flex: 0 1 33.333333334%;
}
.references__meta-col--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.666666667%;
          flex: 0 1 66.666666667%;
}

.references__download {
  text-align: center;
  padding-bottom: 2rem;
}
.references__download .btn__label {
  font-weight: bold;
}

.slidercustomer {
  position: relative;
  width: calc(100% - 84px);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 52px;
  text-align: center;
}
.slidercustomer__header {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.slidercustomer__header-container {
  margin: 0 0 60px;
}
.slidercustomer__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-position: center;
}
.slidercustomer__item-qoute {
  min-height: 150px;
  margin-top: 40px;
  font-style: italic;
  line-height: 32px;
}
.slidercustomer__item-qoute > ::before {
  content: "„";
  color: #0094c9;
  font-size: 24px;
}
.slidercustomer__item-qoute > ::after {
  content: "“";
  color: #0094c9;
  font-size: 24px;
}
.slidercustomer__item:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.slidercustomer .owl-stage-outer {
  overflow: hidden;
  border-radius: 20px;
}
.slidercustomer__anchor {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 20px;
  text-decoration: none;
}
.slidercustomer__image {
  width: 80px;
  height: 80px;
}
.slidercustomer__image-container {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .slidercustomer__image-container {
    width: 120px;
    height: 120px;
    margin: 20px auto 0;
  }
}
@media (min-width: 1000px) {
  .slidercustomer__image-container {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 768px) {
  .slidercustomer__image {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1000px) {
  .slidercustomer__image {
    width: 180px;
    height: 180px;
  }
}
.slidercustomer__meta {
  width: 100%;
  margin-top: 60px;
  font-size: 13px;
}
.slidercustomer__meta-name {
  color: #707173;
  font-size: 15px;
}
.slidercustomer__meta-position {
  color: #707173;
  font-size: 13px;
}
.slidercustomer__meta-company {
  color: #707173;
  font-size: 13px;
}
.slidercustomer .owl-carousel--slidercustomer__nav {
  width: calc(100% + 84px);
}
.slidercustomer .owl-carousel--slidercustomer__nav button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 22px;
  padding: 0 10px;
  opacity: 1;
  background: none;
}
.slidercustomer .owl-carousel--slidercustomer__nav .owl-prev::after {
  left: 50%;
  width: 22px;
  height: 60px;
  border-radius: 100%;
  background-position: -22px center;
  background-size: 64px;
}
.slidercustomer .owl-carousel--slidercustomer__nav .owl-next::after {
  left: 50%;
  width: 22px;
  height: 60px;
  border-radius: 100%;
  background-position: -20px center;
  background-size: 64px;
}

.contentwrapper .slidercustomer .slidercustomer__anchor:hover {
  background-color: #f2f2f2;
}

.contentwrapper:nth-child(2n) .slidercustomer .slidercustomer__anchor:hover {
  background-color: #fff;
}

.sliderstandard {
  position: relative;
  padding-bottom: 52px;
}
.sliderstandard__header {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.sliderstandard__header-container {
  margin: 0 0 60px;
}
.sliderstandard__item {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .sliderstandard__item {
    height: 300px;
  }
}
@media (min-width: 1000px) {
  .sliderstandard__item {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .sliderstandard__item {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .sliderstandard__item {
    height: 600px;
  }
}
.sliderstandard__meta {
  position: absolute;
  right: 60px;
  bottom: 0;
  left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 120px);
  padding: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  background: rgba(25, 25, 25, 0.5);
  color: #fff;
}
.sliderstandard__meta-title {
  margin-bottom: 10px;
  font-size: 24px;
}
.sliderstandard__meta-description {
  line-height: 1.2;
}
@media (min-width: 1000px) {
  .sliderstandard__meta-description {
    line-height: 32px;
  }
}
.sliderstandard__item:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.sliderstandard__item:hover .sliderstandard__meta {
  opacity: 1;
}
.sliderstandard .owl-stage-outer {
  overflow: hidden;
  border-radius: 20px;
}
.sliderstandard .fullscreen__button {
  right: 0;
  bottom: 17px;
}
.sliderstandard .fullscreen--active .sliderstandard__meta {
  right: 0;
  left: 0;
  width: 100%;
  padding: 30px 60px;
}

.stage {
  position: relative;
  width: 100%;
  min-height: 360px;
  margin-top: 60px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1000px) {
  .stage {
    margin-top: 0;
  }
}
.stage--big {
  height: calc(100vh - 60px);
}
@media (min-width: 1000px) {
  .stage--big {
    height: 100vh;
  }
}
.stage--medium {
  height: calc(50vh - 60px);
}
@media (min-width: 1000px) {
  .stage--medium {
    height: 50vh;
  }
}
.stage--small {
  height: 100px;
  min-height: 130px;
  margin-top: 50px;
}
@media (min-width: 1000px) {
  .stage--small {
    height: auto;
    min-height: 130px;
    margin-top: 110px;
  }
}
.stage.stage--small::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.stage__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: url("../Images/stage-gradient.png");
  background-repeat: repeat-x;
  background-position: left top;
  pointer-events: none;
}
.stage__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 320px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .stage__inner {
    width: 417px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .stage__inner {
    width: 704px;
  }
}
@media (min-width: 1000px) {
  .stage__inner {
    width: 936px;
  }
}
@media (min-width: 1280px) {
  .stage__inner {
    width: 1216px;
  }
}
@media (min-width: 1440px) {
  .stage__inner {
    width: 1376px;
  }
}
.stage__content {
  position: absolute;
  top: 92px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.stage--small .stage__content {
  position: static;
  width: 100%;
  padding: 92px 0 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (min-width: 481px) {
  .stage__content {
    top: 110px;
  }
}
@media (min-width: 1000px) {
  .stage__content {
    top: 160px;
  }
}
@media (min-width: 1280px) {
  .stage__content {
    top: 190px;
  }
}
@media (min-width: 1440px) {
  .stage__content {
    top: 220px;
  }
}
.stage__header-container {
  text-align: left;
}
.stage--small .stage__header-container {
  text-align: center;
}
.stage__header {
  display: block;
  max-width: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  .stage__header {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .stage__header {
    display: inline;
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .stage__header {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .stage__header {
    font-size: 60px;
  }
}
.stage--medium .stage__header {
  margin: 0;
}
.stage--small .stage__header {
  margin: 0;
  background-color: transparent;
  color: #707173;
  text-align: center;
}
@media (min-width: 768px) {
  .stage--small .stage__header {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .stage--small .stage__header {
    font-size: 48px;
    text-align: center;
  }
}
.stage .header__line {
  display: block;
}
.stage .header__line--inner {
  display: inline-block;
  padding: 5px 5px 1px;
  background-color: #0094c9;
  line-height: 1;
}
@media (min-width: 768px) {
  .stage .header__line--inner {
    padding: 9px 9px 1px;
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  .stage .header__line--inner {
    padding: 10px 10px 1px;
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .stage .header__line--inner {
    padding: 13px 13px 1px;
    font-size: 60px;
  }
}
.stage--small .header__line {
  display: inline-block;
  color: #707173;
}
.stage--small .header__line--inner {
  padding: 0;
  background-color: transparent;
}
.stage__scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border-radius: 100%;
  z-index: 5;
}
.stage__scroll:hover {
  bottom: 45px;
  width: 70px;
  height: 70px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.stage__scroll-anchor {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border-radius: 100%;
  background: #0094c9;
}
.stage__scroll-anchor::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%);
  background-image: url("../Images/Icons/ic_navigate_up_16px_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.stage__scroll-anchor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 0 solid #fff;
  border-radius: 100%;
  opacity: 0;
}
.stage__scroll-anchor:hover {
  width: 70px;
  height: 70px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  background: #15b9f2;
}
.stage__scroll-anchor:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 2px solid #fff;
  opacity: 1;
}

.stage__image-container {
  width: 100%;
  height: 100vh;
}
.stage__image-container div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-position: center;
  background-size: cover;
}
.stage__image-container .stage__image--active {
  opacity: 1;
}

.stage__image__link {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 130px;
  z-index: 2;
  text-decoration: none;
}
.stage__image__link:focus {
  outline: none;
}

.stage--medium .stage__image__link {
  bottom: 20px;
}

.stageService {
  width: 100%;
  height: calc(100vh - 60px);
  background-size: cover;
  background-position: center;
  margin-top: 60px;
}

.stageService__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.stageService__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 92px;
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding: 0 30px;
}

.stageService__line {
  background-color: #0094c9;
  line-height: 1;
  display: inline-block;
  padding: 5px 5px 1px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.stageService__contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stageService__contactCol-1 {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(226, 168, 0, 0.8);
  color: #fff;
}

.stageService__contactCol-2 {
  display: none;
}

.stageService__contactTitle {
  text-transform: uppercase;
  font-family: "DIN Next W01 Regular", sans-serif;
  letter-spacing: -0.5px;
}

.stageService__contactMail,
.stageService__contactPhone {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: "DIN Next W01 Regular", sans-serif;
}

.stageService__contactMailIcon,
.stageService__contactPhoneIcon {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.stageService__contactMailIcon {
  width: 16px;
  height: auto;
  top: 1px;
}

.stageService__contactPhoneIcon {
  width: 10px;
  height: auto;
  top: 2px;
  left: 2px;
  margin-right: 15px;
}

@media (min-width: 481px) {
  .stageService {
    height: 100vh;
  }

  .stageService__title {
    line-height: 48px;
    text-align: left;
    top: 140px;
  }

  .stageService__line {
    padding: 9px 9px 1px;
    font-size: 40px;
  }

  .stageService__contactCol-1 {
    padding: 40px;
  }

  .stageService__contactTitle {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .stageService {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .stageService__contactCol-1 {
    width: 50%;
  }

  .stageService__contactCol-2 {
    display: block;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
  }

  .stageService__ticket {
    position: absolute;
    bottom: 35px;
    right: 116px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "DIN Next W01 Regular", sans-serif;
    letter-spacing: -0.5px;
    color: #0094c9;
  }

  .stageService__title {
    line-height: 60px;
    max-width: 1376px;
    top: 220px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .stageService__line {
    padding: 13px 13px 1px;
    font-size: 60px;
  }
}
.tabmodul {
  clear: both;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
}
.tabmodul__header {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.tabmodul__header-container {
  margin: 0 0 60px;
}
.tabmodul__nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .tabmodul__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tabmodul__nav-item {
    font-family: "DIN Next W01 Regular", sans-serif;
    display: block;
    width: 120px;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .tabmodul__nav-item::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background-image: url("../Images/Icons/ic_navigate_down_16px.svg");
  }
  .tabmodul__nav-item:last-child::after {
    display: none;
  }
  .tabmodul__nav-item a {
    height: 30px;
    color: #707173;
    line-height: 30px;
  }
  .tabmodul__nav-item.current-tab a, .tabmodul__nav-item:hover a {
    color: #15b9f2;
  }
}
@media (min-width: 768px) {
  .tabmodul__nav-item {
    font-family: "DIN Next W01 Regular", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 90;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0 2px;
    background-color: #a9aaac;
    text-transform: uppercase;
  }
  .tabmodul__nav-item:nth-child(1) {
    z-index: 99;
    background-color: #706F6F;
  }
  .tabmodul__nav-item:nth-child(1) a {
    color: #C6C6C6;
  }
  .tabmodul__nav-item:nth-child(1)::before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-width: 20px 0 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(1)::after {
    content: "";
    position: absolute;
    z-index: 99;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-width: 20px 0 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #706F6F;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(1).current-tab, .tabmodul__nav-item:nth-child(1):hover {
    background-color: #15b9f2;
  }
  .tabmodul__nav-item:nth-child(1).current-tab a, .tabmodul__nav-item:nth-child(1):hover a {
    color: #fff;
  }
  .tabmodul__nav-item:nth-child(1).current-tab::before, .tabmodul__nav-item:nth-child(1):hover::before {
    border-color: transparent transparent transparent #fff;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(1).current-tab::after, .tabmodul__nav-item:nth-child(1):hover::after {
    border-color: transparent transparent transparent #15b9f2;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(2) {
    z-index: 98;
    background-color: #9D9D9C;
  }
  .tabmodul__nav-item:nth-child(2) a {
    color: #EDEDED;
  }
  .tabmodul__nav-item:nth-child(2)::after {
    content: "";
    position: absolute;
    z-index: 98;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-width: 20px 0 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #9D9D9C;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(2).current-tab, .tabmodul__nav-item:nth-child(2):hover {
    background-color: #15b9f2;
  }
  .tabmodul__nav-item:nth-child(2).current-tab a, .tabmodul__nav-item:nth-child(2):hover a {
    color: #fff;
  }
  .tabmodul__nav-item:nth-child(2).current-tab::before, .tabmodul__nav-item:nth-child(2):hover::before {
    border-color: transparent transparent transparent #fff;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(2).current-tab::after, .tabmodul__nav-item:nth-child(2):hover::after {
    border-color: transparent transparent transparent #15b9f2;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(3) {
    z-index: 97;
    background-color: #C6C6C6;
  }
  .tabmodul__nav-item:nth-child(3) a {
    color: #706F6F;
  }
  .tabmodul__nav-item:nth-child(3)::after {
    content: "";
    position: absolute;
    z-index: 97;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-width: 20px 0 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #C6C6C6;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(3).current-tab, .tabmodul__nav-item:nth-child(3):hover {
    background-color: #15b9f2;
  }
  .tabmodul__nav-item:nth-child(3).current-tab a, .tabmodul__nav-item:nth-child(3):hover a {
    color: #fff;
  }
  .tabmodul__nav-item:nth-child(3).current-tab::before, .tabmodul__nav-item:nth-child(3):hover::before {
    border-color: transparent transparent transparent #fff;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(3).current-tab::after, .tabmodul__nav-item:nth-child(3):hover::after {
    border-color: transparent transparent transparent #15b9f2;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(4) {
    z-index: 96;
    background-color: #DADADA;
  }
  .tabmodul__nav-item:nth-child(4) a {
    color: #878787;
  }
  .tabmodul__nav-item:nth-child(4)::after {
    content: "";
    position: absolute;
    z-index: 96;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-width: 20px 0 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #DADADA;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(4).current-tab, .tabmodul__nav-item:nth-child(4):hover {
    background-color: #15b9f2;
  }
  .tabmodul__nav-item:nth-child(4).current-tab a, .tabmodul__nav-item:nth-child(4):hover a {
    color: #fff;
  }
  .tabmodul__nav-item:nth-child(4).current-tab::before, .tabmodul__nav-item:nth-child(4):hover::before {
    border-color: transparent transparent transparent #fff;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(4).current-tab::after, .tabmodul__nav-item:nth-child(4):hover::after {
    border-color: transparent transparent transparent #15b9f2;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(5) {
    z-index: 95;
    background-color: #f6f6f6;
  }
  .contentwrapper:nth-child(2n) .tabmodul__nav-item:nth-child(5) {
    background-color: #fbfbfb;
  }
  .tabmodul__nav-item:nth-child(5) a {
    color: #878787;
  }
  .tabmodul__nav-item:nth-child(5)::after {
    content: "";
    position: absolute;
    z-index: 95;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-width: 20px 0 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #f6f6f6;
    background-color: transparent;
  }
  .contentwrapper:nth-child(2n) .tabmodul__nav-item:nth-child(5)::after {
    border-color: transparent transparent transparent #fbfbfb;
  }
  .tabmodul__nav-item:nth-child(5).current-tab, .tabmodul__nav-item:nth-child(5):hover {
    background-color: #15b9f2;
  }
  .tabmodul__nav-item:nth-child(5).current-tab a, .tabmodul__nav-item:nth-child(5):hover a {
    color: #fff;
  }
  .tabmodul__nav-item:nth-child(5).current-tab::before, .tabmodul__nav-item:nth-child(5):hover::before {
    border-color: transparent transparent transparent #fff;
    background-color: transparent;
  }
  .tabmodul__nav-item:nth-child(5).current-tab::after, .tabmodul__nav-item:nth-child(5):hover::after {
    border-color: transparent transparent transparent #15b9f2;
    background-color: transparent;
  }
}
.tabmodul__toggle {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tabmodul__toggle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 0 0 16px;
  }
}

.tab__content {
  display: none;
  margin-top: 80px;
}
@media (min-width: 0) and (max-width: 767px) {
  .tab__content {
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .tab__content {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }
}
.tab__content.current-tab {
  display: block;
}
.tab__textarea-header {
  color: #707173;
  font-size: 17px;
  text-transform: uppercase;
}
.tab__textarea-header-container {
  margin-bottom: 20px;
}
.tab__textarea-content {
  font-size: 18px;
}
.tab__textarea::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  margin: 30px auto;
  background: #15b9f2;
}
@media (min-width: 768px) {
  .tab__textarea::before {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .contentwrapper:nth-child(2n) .tabmodul__nav-item:nth-child(1)::before {
    border-color: transparent transparent transparent #f2f2f2;
  }
  .contentwrapper:nth-child(2n) .tabmodul__nav-item:nth-child(1).current-tab::before, .contentwrapper:nth-child(2n) .tabmodul__nav-item:nth-child(1):hover::before {
    border-color: transparent transparent transparent #f2f2f2;
  }
}

.teaser {
  text-align: center;
}
.teaser__hovereffect--title .teaseritem__titel {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.teaser__hovereffect--title .teaseritem:hover .teaseritem__titel {
  opacity: 1;
}
.teaser__hovereffect--text .teaseritem__text {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.teaser__hovereffect--text .teaseritem:hover .teaseritem__text {
  opacity: 1;
}
.teaser__hovereffect--title-text .teaseritem__titel {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.teaser__hovereffect--title-text .teaseritem__text {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.teaser__hovereffect--title-text .teaseritem:hover .teaseritem__titel {
  opacity: 1;
}
.teaser__hovereffect--title-text .teaseritem:hover .teaseritem__text {
  opacity: 1;
}
.teaser__header-container {
  margin-bottom: 60px;
}
.teaser__link {
  font-weight: 700;
}
.teaser .container-split-33-33-33 {
  margin-bottom: 60px;
}
.teaser .container-split-33-33-33__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .teaser .container-split-33-33-33__inner {
    margin: 0 -20px;
  }
}
@media (min-width: 1000px) {
  .teaser .container-split-33-33-33__col-inner {
    margin: 0;
    padding: 0 20px;
  }
}
@media (min-width: 1000px) {
  .teaser .container-split-50-50__inner {
    margin: 0 -20px;
  }
}
.teaser .container-split-50-50__col {
  margin-bottom: 40px;
}
.teaser .container-split-50-50__col.teaseritem {
  margin-bottom: 120px;
}
@media (min-width: 1000px) {
  .teaser .container-split-50-50__col:nth-child(odd) .container-split-50-50__col-inner {
    padding-right: 20px;
  }
}
@media (min-width: 1000px) {
  .teaser .container-split-50-50__col:nth-child(even) .container-split-50-50__col-inner {
    padding-left: 20px;
  }
}

.teaseritem {
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .teaseritem {
    margin-bottom: 0;
  }
}
.teaseritem__titel {
  margin-bottom: 20px;
  color: #707173;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.teaser--round .teaseritem__titel {
  margin: 50px 0 0;
}
.teaseritem__image {
  display: block;
}
.teaser--round-rect .teaseritem__image {
  border-radius: 20px;
}
.teaser--round .teaseritem__image {
  max-width: 360px;
  margin: 0 auto;
  border-radius: 100%;
}
.teaser--round-small .teaseritem__image {
  width: 240px;
  margin: 0 auto 40px;
  border-radius: 100%;
}
.teaseritem__text {
  margin-top: 10px;
}
.teaseritem__text p {
  margin: 0;
}
.teaseritem__image-container {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .teaseritem__image-container {
    margin-top: 0;
  }
}
.teaser--round .teaseritem__image-container a {
  display: inline-block;
  position: relative;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.teaser--round .teaseritem__image-container a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  border: 0 solid #0094c9;
  border-radius: 100%;
  opacity: 0;
  background-color: rgba(24, 44, 54, 0);
}
.teaser--round .teaseritem__image-container a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(90deg) translate(50%, 50%);
          transform: rotate(90deg) translate(50%, 50%);
  -webkit-transition: ease all 0.3s 0.5s;
  transition: ease all 0.3s 0.5s;
  border: 2px solid #0094c9;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../Images/Icons/ic_navigate_up_16px.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.teaser--round .teaseritem__image-container a:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: ease all 0.5s 0.3s;
  transition: ease all 0.5s 0.3s;
  border: 2px solid #0094c9;
  opacity: 1;
  background-color: rgba(0, 148, 201, 0.1);
}
.teaser--round .teaseritem__image-container a:hover::after {
  bottom: 50%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.teasericons__header {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.teasericons__header-container {
  margin: 0 0 60px;
}
.teasericons__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 481px) {
  .teasericons__item-container {
    margin: 0 -20px;
  }
}
@media (min-width: 1000px) {
  .teasericons__item-container {
    margin: 0 -30px;
  }
}
@media (min-width: 1280px) {
  .teasericons__item-container {
    margin: 0 -40px;
  }
}
.teasericons__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
@media (min-width: 481px) {
  .teasericons__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1000px) {
  .teasericons__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .teasericons__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.teasericons__item-image {
  display: block;
  max-width: 84px;
  margin: 0 auto 20px;
}
.teasericons__item-inner {
  margin: 40px;
}
.teasericons__item-title {
  font-size: 18px;
}

.teaserteam__header {
  color: #707173;
  font-size: 36px;
  text-align: center;
}
.teaserteam__header-container {
  margin: 0 0 60px;
}
.teaserteam__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .teaserteam__item-container {
    margin: 0 -10px;
  }
}
@media (min-width: 1000px) {
  .teaserteam__item-container {
    margin: 0 -20px;
  }
}
@media (min-width: 1280px) {
  .teaserteam__item-container {
    margin: 0 -30px;
  }
}
.teaserteam__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .teaserteam__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.teaserteam__item--inner {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .teaserteam__item--inner {
    margin: 30px;
  }
}
.teaserteam__image {
  display: block;
  border-radius: 100%;
}
.teaserteam__image-container {
  width: 240px;
  margin: 0 auto 30px;
}
.teaserteam__title {
  font-size: 24px;
}
.teaserteam__contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 44px;
  margin: 40px -7px 0;
  padding: 0;
}
.teaserteam__contact-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
.teaserteam__contact-anchor {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0 7px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 2px solid transparent;
  border-radius: 100%;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.teaserteam__contact-anchor--xing {
  background-image: url("../Images/Icons/ic_xing_blue.svg");
  background-size: 18px;
}
.teaserteam__contact-anchor--linkedin {
  background-image: url("../Images/Icons/ic_linkedin_blue.svg");
  background-size: 18px;
}
.teaserteam__contact-anchor--email {
  background-image: url("../Images/Icons/ic_mail_blue.svg");
}
.teaserteam__contact-anchor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 0 solid #0094c9;
  border-radius: 100%;
  opacity: 0;
}
.teaserteam__contact-anchor:hover {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.teaserteam__contact-anchor:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 2px solid #0094c9;
  opacity: 1;
}

.textmedia--standard .btn {
  margin: 0 0 30px;
}
.textmedia--center {
  text-align: center;
}
.textmedia__header {
  color: #707173;
  font-size: 36px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .textmedia__header {
    line-height: 42px;
  }
}
.textmedia__subheader {
  font-family: "Geom Slab_703 W01 Light", serif;
  color: #707173;
  font-size: 19px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .textmedia__subheader {
    line-height: 36px;
  }
}
.textmedia__video {
  margin-bottom: 30px;
}
.textmedia__video.no-video {
  display: none;
}
.textmedia__image-container {
  margin-bottom: 0;
}
.textmedia__image {
  display: block;
  border-radius: 0;
}
.textmedia__image--round {
  border-radius: 0;
}
.textmedia__image.no-image {
  display: none;
}
.textmedia__bodytext {
  margin-top: 40px;
}
.textmedia--center .textmedia__bodytext p {
  max-width: 840px;
  margin: 0 auto;
}
.textmedia__bodytext.no-media {
  margin-top: 0;
}
.textmedia__bodytext.no-media p:first-child {
  margin-top: 0;
}
.textmedia__link {
  margin-top: 40px;
  font-weight: 700;
}
.textmedia__link.no-link {
  display: none;
}

.contentwrapper .textmedia__header-container--outer {
  margin-bottom: 60px;
}
.contentwrapper .textmedia__image {
  border-radius: 20px;
}
.contentwrapper .textmedia__image--round {
  border-radius: 20px;
}
.contentwrapper .textmedia__image-container {
  margin-top: 0;
  margin-bottom: 30px;
}

.textmedia--center li {
  list-style-position: inside;
}

.contentwrapper .teaser + .textmedia .textmedia__link {
  margin-top: -30px;
}

.textmedia + .tabmodul {
  margin-top: 60px;
}

.ui-datepicker-today a {
  background-color: #f2f2f2;
  border-radius: 20px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

@media (min-width: 1000px) {
  .newsletter-form {
    max-width: 840px;
    margin: 0 auto 30px;
  }
}
.newsletter-form .field-label {
  font-family: "DIN Next W01 Regular", sans-serif;
  max-width: none;
  margin-bottom: 8px;
  color: #00698f;
  font-size: 14px;
  text-align: left;
}
.newsletter-form .form-group {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .newsletter-form .form__row {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newsletter-form .form__field {
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .newsletter-form .form__field {
    margin-bottom: 40px;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .newsletter-form .form__field--single {
    width: 100%;
  }
}
.newsletter-form select {
  width: 100%;
}

form {
  text-align: center;
}
form .btn__label {
  font-weight: bold;
}
form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
form > fieldset {
  max-width: 1376px;
}
form > fieldset > fieldset {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 120px;
  margin-left: -20px;
}
form > fieldset > fieldset > fieldset {
  width: 100%;
  margin-bottom: 40px;
}
form > fieldset > fieldset > fieldset:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1000px) {
  form > fieldset > fieldset > fieldset {
    width: 50%;
    margin-bottom: 0;
    float: left;
  }
}
form > fieldset > fieldset > fieldset > div.form-group {
  padding: 0 20px;
}
form > fieldset > fieldset > div.form-group {
  margin: 0 20px;
}
form > fieldset > legend {
  font-family: "DIN Next W01 Regular", sans-serif;
  margin: 0 auto 40px;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
#projektstarter-251-fieldset-1 > div.form-group {
  margin-bottom: 120px;
}
#projektstarter-251-fieldset-2 div.form-group,
#erstraum-355-fieldset-1 div.form-group {
    margin-bottom: 40px;
}
form > fieldset input[type=text],
form > fieldset input[type=tel],
form > fieldset input[type=date],
form > fieldset textarea,
form > fieldset select {
  font-family: "Geom Slab_703 W01 Light", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #f2f2f2;
}
form > fieldset input[type=text]:hover, form > fieldset textarea:hover, form > fieldset select:hover {
  border-color: #0094c9;
}
form > fieldset input[type=text]:focus, form > fieldset textarea:focus, form > fieldset select:focus {
  border-color: rgba(0, 148, 201, 0.3);
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 148, 201, 0.25);
          box-shadow: 0 0 10px rgba(0, 148, 201, 0.25);
}
form > fieldset textarea {
  height: 240px;
  margin-bottom: 40px;
}
form > fieldset select {
  width: 100%;
  background-image: url("../Images/Icons/ic_navigate_down_16px.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 16px;
}
#projektstarter-251-fieldset-2,
#erstraum-355-fieldset-1 {
  max-width: 840px;
  margin: 0 auto;
}
#projektstarter-251-fieldset-2 .field-label,
#erstraum-355-fieldset-1 .field-label {
  font-family: "DIN Next W01 Regular", sans-serif;
  max-width: 840px;
  margin-bottom: 8px;
  color: #00698f;
  font-size: 14px;
  text-align: left;
}
.projektstarter #projektstarter-fieldset-2 > fieldset, form #projektstarter-fieldset-2 > fieldset {
  margin-bottom: 40px;
}
.projektstarter .checkbox, form .checkbox {
  padding: 0 20px;
}
.projektstarter .checkbox,
.projektstarter .radiobutton, form .checkbox,
form .radiobutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.projektstarter .checkbox__option,
.projektstarter .radiobutton__option, form .checkbox__option,
form .radiobutton__option {
  position: relative;
  height: 40px;
  margin: 0 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 40px;
  vertical-align: middle;
}
.projektstarter .checkbox__option--container,
.projektstarter .radiobutton__option--container, form .checkbox__option--container,
form .radiobutton__option--container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 1000px) {
  .projektstarter .checkbox__option--container,
.projektstarter .radiobutton__option--container, form .checkbox__option--container,
form .radiobutton__option--container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333334%;
            flex: 0 1 33.33333334%;
  }
}
.projektstarter .checkbox__option:hover,
.projektstarter .radiobutton__option:hover, form .checkbox__option:hover,
form .radiobutton__option:hover {
  cursor: pointer;
}
.projektstarter .checkbox__error,
.projektstarter .radiobutton__error, form .checkbox__error,
form .radiobutton__error {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  width: 100%;
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #F52E14;
  border-radius: 28px;
  background: white;
  margin-right: 1em;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.projektstarter .checkbox__label,
.projektstarter .radiobutton__label, form .checkbox__label,
form .radiobutton__label {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-bottom: 2px solid #d9d9d9;
  line-height: 23px;
  text-align: left;
}
@media (min-width: 481px) {
  .projektstarter .checkbox__label,
.projektstarter .radiobutton__label, form .checkbox__label,
form .radiobutton__label {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .projektstarter .checkbox__label,
.projektstarter .radiobutton__label, form .checkbox__label,
form .radiobutton__label {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .projektstarter .checkbox__label,
.projektstarter .radiobutton__label, form .checkbox__label,
form .radiobutton__label {
    text-align: center;
  }
}
.projektstarter .checkbox__label:hover,
.projektstarter .radiobutton__label:hover, form .checkbox__label:hover,
form .radiobutton__label:hover {
  border-bottom-color: #15b9f2;
  cursor: pointer;
}
.projektstarter .checkbox__label:hover::before,
.projektstarter .radiobutton__label:hover::before, form .checkbox__label:hover::before,
form .radiobutton__label:hover::before {
  border-color: #15b9f2;
}
.projektstarter .checkbox__label::before,
.projektstarter .radiobutton__label::before, form .checkbox__label::before,
form .radiobutton__label::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 28px;
}
.projektstarter .checkbox__label a,
.projektstarter .radiobutton__label a, form .checkbox__label a,
form .radiobutton__label a {
  color: #00698f;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
}
.projektstarter .checkbox__label a:focus, .projektstarter .checkbox__label a:hover,
.projektstarter .radiobutton__label a:focus,
.projektstarter .radiobutton__label a:hover, form .checkbox__label a:focus, form .checkbox__label a:hover,
form .radiobutton__label a:focus,
form .radiobutton__label a:hover {
  color: #00445c;
}
.projektstarter .checkbox__label a.active, .projektstarter .checkbox__label a:active,
.projektstarter .radiobutton__label a.active,
.projektstarter .radiobutton__label a:active, form .checkbox__label a.active, form .checkbox__label a:active,
form .radiobutton__label a.active,
form .radiobutton__label a:active {
  color: #001e29;
}
.projektstarter .checkbox__label span,
.projektstarter .radiobutton__label span, form .checkbox__label span,
form .radiobutton__label span {
  display: block;
  padding-left: 27px;
}
@media (min-width: 481px) {
  .projektstarter .checkbox__label span,
.projektstarter .radiobutton__label span, form .checkbox__label span,
form .radiobutton__label span {
    padding-left: 0;
  }
}
@media (min-width: 1000px) {
  .projektstarter .checkbox__label span,
.projektstarter .radiobutton__label span, form .checkbox__label span,
form .radiobutton__label span {
    padding-left: 27px;
  }
}
@media (min-width: 1440px) {
  .projektstarter .checkbox__label span,
.projektstarter .radiobutton__label span, form .checkbox__label span,
form .radiobutton__label span {
    padding-left: 0;
  }
}
.projektstarter .checkbox__label span .required,
.projektstarter .radiobutton__label span .required, form .checkbox__label span .required,
form .radiobutton__label span .required {
  display: inline;
  padding-left: 0;
}
.projektstarter .checkbox .checkbox__label::before,
.projektstarter .radiobutton .checkbox__label::before, form .checkbox .checkbox__label::before,
form .radiobutton .checkbox__label::before {
  border: 2px solid #15b9f2;
  border-radius: 4px;
}
.projektstarter .checkbox__input,
.projektstarter .radiobutton__input, form .checkbox__input,
form .radiobutton__input {
  position: absolute;
  top: 9px;
  left: 1px;
  width: 20px;
  height: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
.projektstarter .checkbox__input:checked + .checkbox__label, .projektstarter .checkbox__input:checked + .radiobutton__label,
.projektstarter .radiobutton__input:checked + .checkbox__label,
.projektstarter .radiobutton__input:checked + .radiobutton__label, form .checkbox__input:checked + .checkbox__label, form .checkbox__input:checked + .radiobutton__label,
form .radiobutton__input:checked + .checkbox__label,
form .radiobutton__input:checked + .radiobutton__label {
  border-bottom-color: #15b9f2;
}
.projektstarter .checkbox__input:checked + .checkbox__label::before, .projektstarter .checkbox__input:checked + .radiobutton__label::before,
.projektstarter .radiobutton__input:checked + .checkbox__label::before,
.projektstarter .radiobutton__input:checked + .radiobutton__label::before, form .checkbox__input:checked + .checkbox__label::before, form .checkbox__input:checked + .radiobutton__label::before,
form .radiobutton__input:checked + .checkbox__label::before,
form .radiobutton__input:checked + .radiobutton__label::before {
  content: "✓";
  padding: 0 0 0 3px;
  border-color: #15b9f2;
  background-color: #15b9f2;
  color: #fff;
  line-height: 20px;
}
.projektstarter .field-label, form .field-label {
  display: block;
  max-width: 780px;
  margin: 0 auto 40px;
  font-weight: 600;
  line-height: 26px;
}
.projektstarter button, form button {
  border: 0;
}
.projektstarter button:hover, form button:hover {
  cursor: pointer;
}

.error-hintbox {
  border: 1px solid #F52E14;
  padding: 20px;
  margin-bottom: 50px;
}
.error-hintbox a {
  color: #00698f;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
  color: #F52E14;
}
.error-hintbox a:focus, .error-hintbox a:hover {
  color: #00445c;
}
.error-hintbox a.active, .error-hintbox a:active {
  color: #001e29;
}

.navigation-handheld-toggle {
  position: absolute;
  z-index: 2000;
  right: 13px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 13px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .navigation-handheld-toggle {
    display: none;
    visibility: hidden;
  }
}

.navigation-handheld-toggle__bar {
  background: #0094c9;
  margin-top: 6px;
  display: block;
  left: 11px;
  width: 32px;
  height: 4px;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.333s;
          transition-duration: 0.333s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border-radius: 1px;
}
.navigation-handheld-toggle__bar:first-child {
  margin-top: 0;
}
.navigation-handheld-toggle__bar:nth-child(1) {
  width: 24px;
  margin-left: 8px;
}
.navigation-handheld-toggle__bar:nth-child(3) {
  width: 20px;
  margin-left: 12px;
}
.body--handheld-navigation-visible .navigation-handheld-toggle__bar:nth-child(1) {
  width: 24px;
  -webkit-transform: translate(-3px, 10px) rotate(-45deg);
          transform: translate(-3px, 10px) rotate(-45deg);
}
.body--handheld-navigation-visible .navigation-handheld-toggle__bar:nth-child(2) {
  opacity: 0;
}
.body--handheld-navigation-visible .navigation-handheld-toggle__bar:nth-child(3) {
  width: 24px;
  -webkit-transform: translate(-6px, -10px) rotate(45deg);
          transform: translate(-6px, -10px) rotate(45deg);
}

.navigation-handheld {
  font-family: "DIN Next W01 Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.navigation-handheld-container {
  position: absolute;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -6;
  height: calc(100vh - 60px);
  background-color: #fff;
  width: 100%;
}
.navigation-handheld-container.navigation-handheld--open {
  top: 60px;
}
.navigation-handheld-container .navigation-main__list {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navigation-handheld-container .navigation-main__list-item {
  display: block;
  position: relative;
}
.navigation-handheld-container .navigation-main__list-item:first-child {
  border-top: 1px solid #ebebeb;
}
.navigation-handheld-container .navigation-main__anchor {
  margin: 0;
  padding: 16px 0;
  float: none;
  position: static;
  display: block;
  line-height: 16px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  font-size: 16px;
}
.navigation-handheld-container .navigation-main__list-item--has-sub .navigation-main__anchor {
  width: calc(100% - 48px);
}
.navigation-handheld-container .navigation-main__list-item--has-sub .navigation-main__anchor::after {
  display: none;
}
.navigation-handheld-container .navigation-main__list-item--has-sub:hover .navigation-sub {
  max-height: 0;
}
.navigation-handheld-container .navigation-main__list-item--has-sub .sub-arrow {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url("../Images/Icons/ic_navigate_down_16px.svg");
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  float: right;
  padding: 16px;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ebebeb;
}
.navigation-handheld-container .navigation-main__list-item--has-sub .sub-arrow:hover {
  cursor: pointer;
  background-color: #0094c9;
  background-image: url("../Images/Icons/ic_navigate_down_16px_white.svg");
  border-bottom-color: #0094c9;
}
.navigation-handheld-container .navigation-main__list-item--has-sub.active .sub-arrow {
  background-color: #0094c9;
  background-image: url("../Images/Icons/ic_navigate_up_16px_white.svg");
  border-bottom-color: #0094c9;
}
.navigation-handheld-container .navigation-sub {
  position: static;
  left: 0;
  right: 0;
  top: 60px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height ease 0.3s;
  transition: max-height ease 0.3s;
  font-size: 14px;
}
.navigation-handheld-container .navigation-main__list-item--has-sub.active .navigation-sub {
  max-height: 500px;
}
.navigation-handheld-container .navigation-sub__list-item {
  display: block;
  border-bottom: 1px solid #fff;
}
.navigation-handheld-container .navigation-sub__anchor {
  line-height: 1;
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
}

.navigation-main {
  font-family: "DIN Next W01 Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1000px) {
  .navigation-main {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .navigation-main {
    text-align: center;
  }
}

.navigation-main__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-main__list-item {
  display: inline-block;
}

.navigation-main__anchor {
  line-height: 110px;
  display: inline-block;
  padding: 0 25px;
  color: #182c36;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.navigation-main__list-item--has-sub .navigation-main__anchor:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 45px;
  width: 16px;
  height: 16px;
  background-image: url("../Images/Icons/ic_navigate_down_16px.svg");
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 1000px) and (max-width: 1279px) {
  .navigation-main__list-item--has-sub .navigation-main__anchor:after {
    right: -2px;
  }
}
.small-header .navigation-main__list-item--has-sub .navigation-main__anchor:after, .header-text-black .navigation-main__list-item--has-sub .navigation-main__anchor:after {
  background-image: url("../Images/Icons/ic_navigate_down_16px.svg");
}
@media (min-width: 1000px) {
  .navigation-main__list-item--has-sub .navigation-main__anchor:after {
    background-image: url("../Images/Icons/ic_navigate_down_16px_white.svg");
  }
}
@media (min-width: 1000px) and (max-width: 1279px) {
  .navigation-main__anchor {
    padding: 0 15px;
  }
}

.navigation-sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height ease 0.3s;
  transition: max-height ease 0.3s;
}
.navigation-main__list-item--has-sub:hover .navigation-sub {
  max-height: 60px;
}
.small-header .navigation-sub {
  top: 60px;
}
@media (min-width: 1000px) {
  .navigation-sub {
    top: 110px;
  }
}

.navigation-sub__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.navigation-sub__list-item {
  display: inline-block;
}

.navigation-sub__anchor {
  line-height: 60px;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}
.navigation-sub__anchor:hover {
  color: #191919;
}

.footer__navigation-meta {
  padding: 16px 0;
  float: right;
  color: #aaabad;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer__navigation-meta {
    display: inline;
  }
}

.navigation-footer__list {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  border-left: 1px solid #d9d9d9;
}

.navigation-footer__list-item {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
}

.navigation-footer__anchor {
  color: #707173;
}
.navigation-footer__anchor:hover {
  color: #00698f;
}

.navigation-handheld__toggle {
  top: 13px;
  position: relative;
}
.navigation-handheld__toggle .handheld-toggle {
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 32px;
  height: 32px;
  padding: 4px;
  border: none;
  position: relative;
  z-index: 11;
  display: block;
}
.navigation-handheld__toggle .handheld-toggle:hover {
  cursor: pointer;
}
.navigation-handheld__toggle .handheld-toggle .bit-1::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 3px;
  width: 12px;
  background: #0094c9;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: top 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.5s;
  transition: transform 0.5s, top 0.5s, -webkit-transform 0.5s;
}
.navigation-handheld__toggle .handheld-toggle .bit-1::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  height: 3px;
  width: 12px;
  background: #0094c9;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: top 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.5s;
  transition: transform 0.5s, top 0.5s, -webkit-transform 0.5s;
}
.navigation-handheld__toggle .handheld-toggle .bit-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 24px;
  background: #0094c9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s 0.6s, -webkit-transform 0.5s 0.5s;
  transition: width 0.3s 0.6s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.6s;
  transition: transform 0.5s 0.5s, width 0.3s 0.6s, -webkit-transform 0.5s 0.5s;
}
.navigation-handheld__toggle .handheld-toggle .bit-3::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  height: 3px;
  width: 12px;
  background: #0094c9;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: bottom 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, bottom 0.5s;
  transition: transform 0.5s, bottom 0.5s, -webkit-transform 0.5s;
}
.navigation-handheld__toggle .handheld-toggle .bit-3::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 3px;
  width: 12px;
  background: #0094c9;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: bottom 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, bottom 0.5s;
  transition: transform 0.5s, bottom 0.5s, -webkit-transform 0.5s;
}
.navigation-handheld__toggle .handheld-toggle.menu-button--open .bit-1::before {
  top: 3px;
  width: 14.4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: width 0.3s 0.3s, top 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: width 0.3s 0.3s, top 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, top 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, top 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.navigation-handheld__toggle .handheld-toggle.menu-button--open .bit-1::after {
  top: 3px;
  width: 14.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: width 0.3s 0.3s, top 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: width 0.3s 0.3s, top 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, top 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, top 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.navigation-handheld__toggle .handheld-toggle.menu-button--open .bit-2 {
  width: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: width 0.3s, -webkit-transform 0.5s 0.5s;
  transition: width 0.3s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s;
  transition: transform 0.5s 0.5s, width 0.3s, -webkit-transform 0.5s 0.5s;
}
.navigation-handheld__toggle .handheld-toggle.menu-button--open .bit-3::before {
  bottom: 3px;
  width: 14.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: width 0.3s 0.3s, bottom 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: width 0.3s 0.3s, bottom 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, bottom 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, bottom 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.navigation-handheld__toggle .handheld-toggle.menu-button--open .bit-3::after {
  bottom: 3px;
  width: 14.4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: width 0.3s 0.3s, bottom 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: width 0.3s 0.3s, bottom 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, bottom 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.3s 0.3s, bottom 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.fullscreen__button {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url("../Images/Icons/ic_fullscreen_blue.svg");
  background-repeat: no-repeat;
}
.fullscreen__button:hover {
  cursor: pointer;
}
.fullscreen__button:hover::after {
  width: 30px;
  height: 30px;
}
.fullscreen__button--active {
  display: block;
}
.fullscreen__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 100%;
  background-color: rgba(25, 25, 25, 0.1);
}
.fullscreen__button--close {
  display: block;
  position: absolute;
  z-index: 220;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-image: url("../Images/Icons/ic_close_white-on-blue.svg");
  background-repeat: no-repeat;
}
.fullscreen__button--close:hover {
  cursor: pointer;
}
.fullscreen__container {
  position: fixed;
  z-index: 210;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(25, 25, 25, 0.9);
  pointer-events: none;
}
.fullscreen__container--active {
  opacity: 1;
  pointer-events: all;
}
.fullscreen--active {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fullscreen--active:hover {
  cursor: unset;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel__nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  pointer-events: none;
}
.owl-carousel__nav button {
  display: block;
  border: 0;
  opacity: 0;
  background-color: transparent;
  pointer-events: all;
}
.owl-carousel__nav .owl-prev {
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  margin-top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgba(25, 25, 25, 0.5);
}
.owl-carousel__nav .owl-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../Images/Icons/ic_navigate_before_16px.svg");
  background-repeat: no-repeat;
}
.owl-carousel__nav .owl-prev:hover {
  cursor: pointer;
}
.contentwrapper:nth-child(2n) .owl-carousel__nav .owl-prev:active::after {
  background-image: url("../Images/Icons/ic_navigate_before_16px_white.svg");
}
.contentwrapper .owl-carousel__nav .owl-prev:active::after {
  background-image: url("../Images/Icons/ic_navigate_before_16px_concrete.svg");
}
.owl-carousel__nav .owl-next {
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  margin-top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(25, 25, 25, 0.5);
}
.owl-carousel__nav .owl-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../Images/Icons/ic_navigate_next_16px.svg");
  background-repeat: no-repeat;
}
.owl-carousel__nav .owl-next:hover {
  cursor: pointer;
}
.contentwrapper:nth-child(2n) .owl-carousel__nav .owl-next:active::after {
  background-image: url("../Images/Icons/ic_navigate_next_16px_white.svg");
}
.contentwrapper .owl-carousel__nav .owl-next:active::after {
  background-image: url("../Images/Icons/ic_navigate_next_16px_concrete.svg");
}

.owl-carousel:hover button {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
.owl-carousel .owl-carousel__dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: -64px;
  left: 50%;
  height: 20px;
  -webkit-transform: translate(-50%, -24px);
          transform: translate(-50%, -24px);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.owl-carousel .owl-carousel__dots .owl-dot {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  float: left;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 2px solid #0094c9;
  border-radius: 12px;
}
.owl-carousel .owl-carousel__dots .owl-dot:first-child {
  margin-left: 0;
}
.owl-carousel .owl-carousel__dots .owl-dot:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-color: #0094c9;
}
.owl-carousel .owl-carousel__dots .owl-dot.active {
  position: relative;
  border-color: #0094c9;
}
.owl-carousel .owl-carousel__dots .owl-dot.active:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 10px;
  height: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 8px;
  background: #0094c9;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (min-width: 481px) {
  .ce-search-results--projects .results-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 481px) and (min-width: 481px) {
  .ce-search-results--projects .results-list:after {
    display: block;
    content: "";
    width: 48.5%;
  }
}
@media (min-width: 481px) and (min-width: 1000px) {
  .ce-search-results--projects .results-list:after {
    width: 31.5%;
  }
}

.project-teaser__image-container {
  display: inline-block;
  position: relative;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.project-teaser__image-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  border: 0 solid #0094c9;
  border-radius: 100%;
  opacity: 0;
  background-color: rgba(24, 44, 54, 0);
}
.project-teaser__image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(90deg) translate(50%, 50%);
          transform: rotate(90deg) translate(50%, 50%);
  -webkit-transition: ease all 0.3s 0.5s;
  transition: ease all 0.3s 0.5s;
  border: 2px solid #0094c9;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../Images/Icons/ic_navigate_up_16px.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.project-teaser:hover .project-teaser__image-container::before {
  width: 100%;
  height: 100%;
  -webkit-transition: ease all 0.5s 0.3s;
  transition: ease all 0.5s 0.3s;
  border: 2px solid #0094c9;
  opacity: 1;
  background-color: rgba(0, 148, 201, 0.1);
}
.project-teaser:hover .project-teaser__image-container::after {
  bottom: 50%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.project-teaser {
  display: block;
  width: 80%;
  margin-bottom: 40px;
}
@media (min-width: 0) and (max-width: 480px) {
  .project-teaser {
    margin: 0 auto 40px;
  }
}
@media (min-width: 481px) {
  .project-teaser {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .project-teaser {
    width: 33.3333%;
  }
}

.project-teaser__anchor {
  display: block;
  text-decoration: none;
  padding: 30px;
  border-radius: 5px;
  will-change: background;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.333s;
          transition-duration: 0.333s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.project-teaser__anchor:hover {
  background: #fcfcfc;
}

.project-teaser__image-container {
  width: 100%;
  margin: 0 auto 50px;
  border-radius: 100%;
  font-size: 0;
  display: block;
}

.project-teaser__image {
  border-radius: 100%;
  font-size: 0;
  display: block;
}

.project-teaser__title {
  font-size: 22px;
  text-transform: uppercase;
  color: #707173;
}

.project-teaser__text {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #707173;
}

.styles-prg {
  font-family: "Geom Slab_703 W01 Light", serif;
  color: #707173;
  font-size: 15px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .styles-prg {
    font-size: 18px;
  }
}

[id] {
  scroll-margin-top: 110px;
}
