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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.iframewrap {
  position: relative;
  background: #002650;
}

.iframewrap .iframewraptext {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  text-align: center;
  width: 90%;
  background: #002650;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 15px;
  color: #fff;
}

.iframewrap .privacytext {
  display: block;
  margin: 10px auto 20px;
  width: 50%;
}

.loadiframebtn {
  width: 51%;
}

.iframewrap IFRAME {
  width: 100%;
  height: 400px;
}

.ytframe {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #002650;
}

.ytframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* source-sans-pro-200 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200italic.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200italic.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200italic.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-200italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300italic.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300italic.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300italic.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-300italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-regular.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-regular.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-regular.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-italic.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-italic.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-italic.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600italic.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600italic.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600italic.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-600italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700italic.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700italic.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700italic.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-700italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-900italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900italic.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900italic.woff2") format("woff2"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900italic.woff") format("woff"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900italic.ttf") format("truetype"), url("../Fonts/source-sans-pro/source-sans-pro-v14-latin-900italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* eb-garamond-regular - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-regular.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-regular.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-regular.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-regular.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-600 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-500 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-700 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-italic - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-italic.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-italic.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-italic.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-italic.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-500italic - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-500italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500italic.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500italic.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500italic.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-500italic.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-800 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-600italic - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600italic.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600italic.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600italic.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-600italic.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-800italic - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-800italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800italic.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800italic.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800italic.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-800italic.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* eb-garamond-700italic - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/eb-garamond/eb-garamond-v14-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700italic.woff2") format("woff2"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700italic.woff") format("woff"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700italic.ttf") format("truetype"), url("../Fonts/eb-garamond/eb-garamond-v14-latin-700italic.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

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

body {
  font-size: 18px;
  font-weight: normal;
  font-family: "Source Sans Pro", Verdana, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  line-height: 32px;
}

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

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

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

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

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

figure {
  margin: 0;
}

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

a {
  color: #5C2874;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #2f143b;
}

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

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

a[href*="ewa.helden.dev"] {
  position: relative;
}
a[href*="ewa.helden.dev"]:before {
  content: none;
}

a[href*="www.ewa-assets.de"] {
  position: relative;
}
a[href*="www.ewa-assets.de"]:before {
  content: none;
}

.share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  margin-top: 100px;
}
.share p {
  margin-right: 30px;
}
.share p::before {
  content: "";
  position: relative;
  background: url("../Images/icons/icon_share.svg") center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  top: 7px;
  margin-right: 10px;
}
.share div {
  display: flex;
}

.share-link {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.3s ease-in-out;
}
.share-link.facebok-share {
  background: url("../Images/icons/icon_facebook-share.svg") center no-repeat;
  background-size: contain;
}
.share-link.xing {
  background: url("../Images/icons/icon_xing-share.svg") center no-repeat;
  background-size: contain;
}
.share-link.linkedIn {
  background: url("../Images/icons/icon_linkedin-share.svg") center no-repeat;
  background-size: contain;
}
.share-link.twitter {
  background: url("../Images/icons/icon_twitter-share.svg") center no-repeat;
  background-size: contain;
}
.share-link.email {
  background: url("../Images/icons/icon-email-share.svg") center no-repeat;
  background-size: contain;
}
.share-link + .share-link {
  margin-left: 20px;
}
.share-link:hover {
  opacity: 0.7;
}
.share-link::before {
  content: none !important;
}
.share-link span {
  display: none;
  font-size: 18px;
  line-height: 100%;
  width: 200px;
  top: 45px;
  position: relative;
  opacity: 1;
}
.share-link:hover span {
  display: block;
}

.privacy {
  margin-top: 50px;
}

.allcont ul li {
  padding: 5px 10px 5px 35px;
  position: relative;
}
.allcont ul li::before {
  content: "";
  width: 19px;
  height: 14px;
  background: url("../Images/icons/haken.svg") center no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 15px;
}
.allcont ul li ul li {
  padding: 5px 10px 5px 20px;
}
.allcont ul li ul li::before {
  background: #7a359a;
}

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

#uid77 .allcont > .breadcrumb {
  display: none;
}

.layout_pagets__noBanner .breadcrumb {
  margin-bottom: 50px;
}

.breadcrumb {
  width: 92%;
  max-width: 1400px;
  margin: 20px auto 0;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 120%;
}
.breadcrumb ul li + li {
  margin-left: 10px;
}
.breadcrumb ul li:first-of-type {
  padding-left: 0;
}
.breadcrumb ul li:first-of-type::before {
  content: none;
}
.breadcrumb ul li:last-of-type {
  color: #5C2874;
}
.breadcrumb ul li:last-of-type a {
  color: #5C2874;
}
.breadcrumb ul li::before {
  content: "";
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 12px;
  background: url("../Images/icons/icon_arrow-right-blue.svg") center no-repeat;
  background-size: contain;
}
.breadcrumb ul li a {
  color: #00A19A;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.breadcrumb ul li:hover {
  color: #5C2874;
}
.breadcrumb ul li:hover a {
  color: #5C2874;
}

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

.scroll_email {
  width: 64px;
  height: 64px;
  box-shadow: 0 4px 13px 0 rgba(242, 136, 21, 0.5);
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #5C2874;
  z-index: 99;
}
.scroll_email::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../Images/icons/icon-email-white.svg") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  z-index: -1;
}
.scroll_email > p {
  z-index: 3;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll_email > p a {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .frame-space-before-medium {
    margin-top: 40px;
  }
  .frame-space-before-large {
    margin-top: 80px;
  }
  .frame-space-before-extra-large {
    margin-top: 100px;
  }
  .frame-space-after-medium {
    margin-bottom: 40px;
  }
  .frame-space-after-large {
    margin-bottom: 80px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 715px) {
  .breadcrumb {
    width: 92%;
    max-width: 1400px;
    margin: 20px auto 0;
  }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb ul li {
    width: 100%;
    line-height: 150%;
    padding-left: 15px;
  }
  .breadcrumb ul li + li {
    margin-left: 0;
  }
  .breadcrumb ul li:first-of-type {
    padding-left: 0;
  }
  .breadcrumb ul li:first-of-type::before {
    content: none;
  }
  .breadcrumb ul li::before {
    transform: none;
    top: 9px;
  }
}
/*Textstile -----------------------------------------*/
.button, input[type=submit], button {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  border: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
  background: #5C2874;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px 0 rgba(149, 149, 149, 0.5);
  cursor: pointer;
}
.button:hover, input[type=submit]:hover, button:hover {
  background-color: #00A19A;
  color: #fff;
}

.redtext {
  color: #b10000;
}

.orangetext {
  color: #5C2874;
}
.orangetext a {
  color: #5C2874;
}

.greytext {
  color: #000000;
}
.greytext a {
  color: #000000;
}

.largetext {
  font-size: 1.5em;
}

.uppercase {
  text-transform: uppercase;
}

.icon-phone-white {
  position: relative;
  padding-left: 40px;
  display: block;
}
.icon-phone-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../Images/icons/icon-phone-white.svg") center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.icon-email-white {
  position: relative;
  padding-left: 40px;
  display: block;
}
.icon-email-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../Images/icons/icon-email-white.svg") center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.icon-location-white {
  position: relative;
  padding-left: 40px;
  display: block;
}
.icon-location-white::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  background: url("../Images/icons/icon-location-white.svg") center no-repeat !important;
  background-size: contain !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  display: block !important;
}
.icon-location-white[href*="goo.gl"] {
  position: relative;
}
.icon-location-white[href*="goo.gl"]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  background: url("../Images/external-link.svg") no-repeat center left;
  background-size: 100% auto;
  margin-left: 10px;
}

.icon-facebook-white {
  font-size: 0;
  line-height: 0;
  background: url("../Images/icons/facebook.svg") center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.icon-facebook-white::before {
  content: none !important;
}
.icon-facebook-white:hover {
  opacity: 0.7;
}

.icon-linkedin-white {
  font-size: 0;
  line-height: 0;
  background: url("../Images/icons/linkedin.svg") center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.icon-linkedin-white::before {
  content: none !important;
}
.icon-linkedin-white:hover {
  opacity: 0.7;
}

.icon-fax-white {
  position: relative;
  padding-left: 40px;
  display: block;
}
.icon-fax-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../Images/icons/icon-fax.svg") center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

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

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

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

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

.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-10.frame-greybox {
  padding: 20px 0;
}

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

/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  -js-display: flex;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.gridrow .col + .col {
  margin-left: 20px;
}
.gridrow.align__middle {
  align-items: center;
}
.gridrow.align__top {
  align-items: flex-start;
}
.gridrow.align__bottom {
  align-items: flex-end;
}

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

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

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

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

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

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

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

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

.col_pos_60-40 {
  flex-wrap: nowrap;
}
.col_pos_60-40 .col + .col {
  margin-left: 50px;
}
.col_pos_60-40 > .col.col1 {
  width: 100%;
  max-width: 798px;
}
.col_pos_60-40 > .col.col2 {
  width: 100%;
  max-width: 543px;
}

.col_pos_40-60 {
  flex-wrap: nowrap;
}
.col_pos_40-60 .col + .col {
  margin-left: 50px;
}
.col_pos_40-60 > .col.col2 {
  width: 100%;
  max-width: 798px;
}
.col_pos_40-60 > .col.col1 {
  width: 100%;
  max-width: 543px;
}

@media all and (max-width: 1024px) {
  .grid4cols > .col,
  .grid5cols > .col {
    width: calc(50% - (20px / 2));
    margin-bottom: 20px;
  }
  .grid4cols > .col:nth-child(2n+1),
  .grid5cols > .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .grid2cols > .col,
  .grid3cols > .col,
  .grid4cols > .col,
  .grid5cols > .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid2cols .col + .col,
  .grid3cols .col + .col,
  .grid4cols .col + .col,
  .grid5cols .col + .col {
    margin-left: 0;
  }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col_pos_33-66 .col + .col,
  .col_pos_66-33 .col + .col,
  .col_pos_20-80 .col + .col,
  .col_pos_80-20 .col + .col {
    margin-left: 0;
  }
}
/* Content --------------------------------------------------------------------------*/
#uid77 .site .allcont {
  padding: 0 0 0;
}

.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}
.site .allcont {
  flex: 1 0 auto;
  padding: 80px 0 0;
}
.site .allcont .cont > div:last-child {
  margin-bottom: 80px;
}
.site .allcont .cont > div:last-child.frame-greybox, .site .allcont .cont > div:last-child.frame-ci_bg, .site .allcont .cont > div:last-child.frame-type-pxewa_gridpowermail, .site .allcont .cont > div:last-child.frame-type-pxewa_textonbackgroundimage, .site .allcont .cont > div:last-child.frame-type-pxewa_teasersonbackgroundimage, .site .allcont .cont > div:last-child.frame-type-pxewa_timeline, .site .allcont .cont > div:last-child.frame-type-pxewa_gridpowermail {
  margin-bottom: 0;
}

@media all and (max-width: 470px) {
  .site .allcont {
    padding: 50px 0 0;
  }
  .site .allcont .cont > div:last-child {
    margin-bottom: 50px;
  }
  body:not(#uid1) .site .allcont {
    padding: 30px 0 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  font-family: "Source Sans Pro", Verdana, Arial, sans-serif;
  line-height: 120%;
  color: #5C2874;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  padding-top: 0.5em;
}

h1 {
  font-size: 50px;
  line-height: 57px;
  font-weight: 700;
}
h1 + * {
  margin-top: 35px;
  padding-top: 0;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 30px;
}
h3 + p {
  padding-top: 20px;
}

h4 {
  font-size: 24px;
  color: #b6b6b6;
  text-transform: uppercase;
  display: inline-block;
}
h4 + h1 {
  padding-top: 0;
}
h4 + h2 {
  padding-top: 0;
}

h5 {
  font-size: 21px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + p,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p {
  margin-top: 1em;
}

table + p {
  margin-top: 20px;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 45px;
    line-height: 47px;
  }
  h1 + * {
    margin-top: 20px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h3 + p {
    padding-top: 20px;
  }
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 37px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
}
input, select, textarea {
  width: 100%;
  border-bottom: 2px solid #b6b6b6;
  padding: 10px 15px;
}
input:focus, select:focus, textarea:focus {
  border-bottom: 2px solid #b6b6b6;
  outline: none;
}

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

select {
  height: 45px;
  border: none;
  border-bottom: 2px solid #b6b6b6;
  padding-left: 0;
  color: #b6b6b6;
}

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

textarea {
  resize: none;
  height: 70px;
  border: none;
  border-bottom: 2px solid #b6b6b6;
  padding-left: 0;
  padding-top: 0;
}

.powermail_label {
  color: #b6b6b6;
}

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

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

::-webkit-input-placeholder {
  color: #b6b6b6;
}

:-moz-placeholder {
  opacity: 1;
  color: #b6b6b6;
}

::-moz-placeholder {
  opacity: 1;
  color: #b6b6b6;
}

:-ms-input-placeholder {
  color: #b6b6b6;
}

.powermailSelect {
  position: relative;
}
.powermailSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #b6b6b6;
  font-size: 17px;
}
.powermailSelect select option {
  font-size: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}
.powermailSelect::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  right: 0;
  background: url("../Images/icons/akkordeon-pfeil-schliessen.svg") center no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
}

.input-effect {
  position: relative;
}

input.effect-16:focus {
  outline: none !important;
}

.effect-16 {
  border: 0;
  padding: 15px 0 10px 0;
  background-color: transparent;
  border-bottom: 2px solid #b6b6b6;
  position: relative;
}

.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5C2874;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-16:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.has-content.effect-16 ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-16 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 15px;
  color: #b6b6b6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}

.effect-16:focus ~ label {
  top: -16px;
  font-size: 14px;
  color: #5C2874;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.has-content.effect-16 ~ label {
  top: -12px;
  font-size: 14px;
  color: #5C2874;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.customCheckbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #000000;
}

.customCheckbox:hover input ~ .checkmark {
  background-color: #5C2874;
  border: none;
}

.customCheckbox input:checked ~ .checkmark {
  background-color: #5C2874;
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.customCheckbox input:checked ~ .checkmark:after {
  display: block;
}

.customCheckbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

@media all and (max-width: 1024px) {
  .tablewrap {
    position: relative;
  }
  .tablewrap:after {
    content: "";
    width: 10px;
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    box-shadow: inset -8px 0px 5px -2px rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .tableinner {
    overflow-x: scroll;
    position: relative;
  }
}
/*
*********************
Responsive Design ONLY for the standard Elements of TYPO3
*********************
*/
@media all and (max-width: 890px) {
  /*
  *********************
  Text & Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-textpic.ce-intext {
    /*
    *********************
    Text & Bild / Text & Medien – Im Text rechts, Im Text links,
    Neben dem Text rechts, Neben dem Text links
    *********************
    */
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column {
    float: unset;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video {
    display: block;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video video {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  /*
  *********************
  Nur Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-image .ce-gallery {
    margin-bottom: 0;
    float: none;
  }
  .ce-image .ce-gallery .ce-column {
    float: none;
  }
  .ce-image .ce-gallery .image {
    display: block;
    width: 100%;
  }
  .ce-image .ce-gallery .image img {
    width: 100%;
    height: auto;
  }
  /*
  *********************
  Dateilinks – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-uploads li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce-uploads li::before {
    content: none !important;
  }
  .ce-uploads li a {
    display: block;
  }
  .ce-uploads li a img {
    display: block;
    float: unset;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .ce-uploads li > div span {
    font-size: 14px;
  }
}
.layout_pagets__noBanner .head {
  position: relative;
}

.head {
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 110px;
}
.head .head2 {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  transform: translateY(0);
  background-color: rgba(236, 236, 236, 0.8);
  padding-top: 0;
}
.head .head2 > .inner {
  transition: all 0.3s ease-in-out;
  max-width: 1725px;
  -js-display: flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media all and (max-width: 1220px) {
  .head .head2 > .inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media all and (max-width: 470px) {
  .head .head2 > .inner {
    padding: 0 20px;
  }
}
.head .head2 > .inner .logo {
  transition: all 0.3s ease-in-out;
  background: url("../Images/EWA-Logo.svg") no-repeat 0;
  background-size: 100% auto;
  background-size: contain;
  width: 405px;
  height: 110px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-right: auto;
}
.head .head2 > .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head .head2 > .inner .logo a span {
  display: none;
}

.header-contact {
  -js-display: flex;
  display: flex;
  margin-top: 18px;
}
.header-contact .header-phone {
  -js-display: flex;
  display: flex;
  align-items: center;
  margin-left: 45px;
}
.header-contact .header-phone .icon-phone {
  background: url("../Images/icons/telefon.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  width: 23px;
  margin-right: 10px;
}
.header-contact .header-phone p a {
  text-decoration: none;
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}
.header-contact .header-phone p a:hover {
  color: #5C2874;
}
.header-contact .header-email {
  display: flex;
  align-items: center;
}
.header-contact .header-email .icon-email {
  background: url("../Images/icons/mail.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
.header-contact .header-email p a {
  text-decoration: none;
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}
.header-contact .header-email p a:hover {
  color: #5C2874;
}

/* STICKY NAV */
.sticky-anchor {
  position: absolute;
  bottom: 0;
  left: 0;
}

.head.stickyhead .head2 {
  position: fixed;
  bottom: 100%;
  transform: translateY(100%);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}
.head.stickyhead .head2:hover {
  background-color: white;
}
.head.stickyhead .head2 .inner .logo {
  height: 70px;
  width: 350px;
}

@media all and (max-width: 1155px) {
  .header-contact .header-phone,
  .header-contact .header-email {
    position: relative;
  }
  .header-contact .header-phone p,
  .header-contact .header-email p {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-contact .header-phone p a,
  .header-contact .header-email p a {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 25px;
  }
  .header-contact .header-phone .icon-phone {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }
  .header-contact .header-email .icon-email {
    width: 25px;
    height: 25px;
  }
  .header-search {
    margin-right: 20px !important;
  }
}
@media all and (max-width: 705px) {
  .header-contact {
    position: absolute;
    top: -5px;
    right: 15px;
  }
  .header-contact::before {
    top: -5px;
  }
  .header-search {
    position: absolute !important;
    top: 7px;
    right: 260px;
  }
}
/*Accordion  ------------------------------------------------------- */
.accordion__container {
  position: relative;
}
.accordion__container .accordion {
  border-bottom: 1px solid #f1f1f1;
}
.accordion__container .accordion + .accordion {
  margin-top: 10px;
}
.accordion__container .accordion .accContent {
  display: none;
  padding: 10px;
}
.accordion__container .accordion .accTrigger {
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.accordion__container .accordion .accTrigger h4 {
  padding: 0;
}
.accordion__container .accordion .accTrigger:before {
  content: "";
  display: block;
  width: 44px;
  height: 100%;
  background: url(../Images/arrow-down-blue.svg) no-repeat center center/15px auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}
.accordion__container .accordion .accTrigger.active:before {
  transform: rotate(0);
}
.accordion__container .accordion .accTrigger:hover:before {
  transform: rotate(0);
}

/*Tabs  ------------------------------------------------------- */
.tab__container .tabs {
  margin: 0;
}
.tab__container .tabs::after {
  display: block;
  clear: both;
  content: "";
}
.tab__container .tabs > li {
  display: block;
  float: left;
  padding: 10px 30px;
  background: #f1f1f1;
  text-transform: uppercase;
  color: #5C2874;
  cursor: pointer;
  list-style-type: none;
}
.tab__container .tabs > li + li {
  margin-left: 10px;
}
.tab__container .tabs > li.activetabnav, .tab__container .tabs > li:hover {
  background: #e4e4e4;
}
.tab__container .tabs > li A {
  text-decoration: none;
}
.tab__container .tabs > li::before {
  content: none;
}
.tab__container .tab_wrapper {
  padding: 30px 4% 20px;
  background: #e4e4e4;
  position: relative;
  z-index: 10;
}

.content__slider .slide {
  position: relative;
  display: none;
}
.content__slider .slide .text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 92%;
  color: #000000;
}
.content__slider .slide img {
  margin: 0 auto;
}
.content__slider .slide:first-child {
  display: block;
}
.content__slider.slick-initialized .slide {
  display: block;
}

.mapbtn, .mapimage {
  display: inline-block;
}

[class^=mapimagewrap-] {
  position: relative;
  text-align: center;
}
[class^=mapimagewrap-] .mapimagewrapinner {
  max-width: 1725px;
  margin: 0 auto;
  position: relative;
  line-height: 0;
}
[class^=mapimagewrap-] .mapimagewrapinner .mapbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  background: rgba(92, 40, 116, 0.8);
  padding: 10px 20px 20px;
  color: #fff;
  box-sizing: border-box;
  line-height: 130%;
}
[class^=mapimagewrap-] .mapimagewrapinner .mapbtn strong {
  display: block;
  text-align: center;
}
[class^=mapimagewrap-] .mapimagewrapinner .mapbtn span {
  margin: 10px 0;
  display: block;
}
[class^=mapimagewrap-] .mapimagewrapinner .mapbtn span a {
  color: #fff;
  text-decoration: underline;
}
[class^=mapimagewrap-] .mapimagewrapinner button {
  border-color: #fff;
  color: #fff;
}
[class^=mapimagewrap-] .mapimagewrapinner button:after {
  filter: brightness(100);
}
[class^=mapimagewrap-] .mapimagewrapinner .mapimage {
  max-width: 100%;
  height: auto;
  width: auto;
}

[id^=map-] {
  height: 500px;
  width: 100%;
}

/*Text auf Bild  ------------------------------------------------------- */
.text_on_image {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  -js-display: flex;
  display: flex;
  align-items: center;
}
.text_on_image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.text_on_image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text_on_image .text {
  font-size: 20px;
  z-index: 10;
  color: #fff;
  padding: 60px 40px;
}
.text_on_image .text h1, .text_on_image .text h2, .text_on_image .text h3, .text_on_image .text h4, .text_on_image .text h5, .text_on_image .text h6 {
  color: #fff;
}

.sliderwiththumbs2.slick-slider {
  position: relative;
}
.sliderwiththumbs2.slick-slider .slick-track .slideelement img {
  width: 100%;
  height: auto;
}
.sliderwiththumbs2.slick-slider .slick-dots {
  -js-display: flex;
  display: flex;
  overflow: hidden;
  justify-content: flex-start;
  padding: 0;
  flex-flow: wrap;
  bottom: -110px;
}
.sliderwiththumbs2.slick-slider .slick-dots li {
  list-style: none;
  width: 100%;
  width: calc(16.666% - 10px);
  height: 100px;
  margin: 5px;
  cursor: pointer;
}
.sliderwiththumbs2.slick-slider .slick-dots li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderwiththumbs2.slick-slider.slick-dotted {
  margin-bottom: 130px;
}

body:not(#uid516) .banner {
  max-height: 600px;
}
body:not(#uid516) .banner__inner {
  max-height: 600px;
}
body:not(#uid516) .banner__image {
  height: 100%;
}
body:not(#uid516) .banner__image picture img {
  height: 100%;
  min-height: 600px;
}
body:not(#uid516) .banner__video video {
  max-height: 600px;
  width: 100%;
}
body:not(#uid516) .banner__text {
  max-height: 600px;
}

.banner__inner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner__inner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.banner__image {
  height: 100vh;
}
.banner__image picture {
  display: block;
}
.banner__image picture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner__video {
  position: relative;
}
.banner__video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner__video--control {
  position: absolute;
  bottom: 25px;
  left: 100px;
  z-index: 3;
}
.banner__video--control .pauseBannerVideo {
  position: relative;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
}
.banner__video--control .pauseBannerVideo::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../Images/icons/videopause.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
}
.banner__video--control .playBannerVideo {
  position: relative;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
  display: none;
}
.banner__video--control .playBannerVideo::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../Images/icons/playVideo.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
}
.banner__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.banner__text__inner {
  max-width: 1725px;
  width: 92%;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 140px;
}
.banner__text p {
  position: relative;
  z-index: 2;
}
.banner__text p span {
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 600;
  line-height: 135%;
  color: #fff;
  display: inline;
  background-color: #5C2874;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 15px;
}

@media all and (max-width: 1024px) {
  .banner__text p span {
    font-size: 60px;
  }
}
@media all and (max-width: 470px) {
  .banner:not(#uid1) .banner {
    max-height: 400px;
  }
  .banner:not(#uid1) .banner__inner {
    max-height: 400px;
  }
  .banner:not(#uid1) .banner__image picture img {
    max-height: 400px;
    min-height: unset;
    height: 100vh;
  }
  .banner:not(#uid1) .banner__video video {
    max-height: 400px;
    width: 100%;
  }
  .banner:not(#uid1) .banner__video--control {
    left: 20px;
  }
  .banner:not(#uid1) .banner__text {
    max-height: 400px;
  }
  .banner:not(#uid1) .banner__text__inner {
    padding-bottom: 80px;
  }
  .banner__text p span {
    font-size: 36px;
  }
  .banner__text p::before {
    content: none;
  }
}
.headlineBesideText .grid2cols {
  align-items: center;
}
.headlineBesideText .btn {
  margin-top: 55px;
  padding-top: 0;
}
.headlineBesideText .col1 {
  opacity: 0;
}
.headlineBesideText .col2 {
  opacity: 0;
}

.fourColTeaser {
  position: relative;
}
.fourColTeaser__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fourColTeaser__inner.wave::after {
  content: "";
  position: absolute;
  left: 90%;
  bottom: 0px;
  background: url("../Images/icons/Buss_dotsA.gif") center no-repeat;
  background-size: contain;
  width: 777px;
  height: 487px;
  transform: scaleX(-1);
  z-index: -1;
}
.fourColTeaser__headline {
  margin-bottom: 30px;
}
.fourColTeaser .grid4cols .teaser__text__headline h3 {
  font-size: 24px;
}

.teaser {
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  background-image: linear-gradient(202deg, rgba(29, 45, 73, 0.3) 0%, rgba(29, 45, 73, 0.9) 90%);
  height: 100%;
  min-height: 415px;
}
.teaser__inner {
  position: relative;
  height: 100%;
}
.teaser figure {
  position: relative;
  display: block;
  height: 100%;
}
.teaser figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(202deg, rgba(29, 45, 73, 0.3) 0%, rgba(29, 45, 73, 0.9) 90%);
}
.teaser figure img {
  width: 100%;
  min-height: 415px;
  object-fit: cover;
}
.teaser__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 35px;
  width: 100%;
}
.teaser__text__icon {
  margin-bottom: 15px;
}
.teaser__text__icon img {
  max-height: 70px;
}
.teaser__text__headline h3 {
  color: #fff;
  hyphens: auto;
}
.teaser__text__text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 2s cubic-bezier(0, 1, 0, 1);
}
.teaser__text__text p {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 70px;
}
.teaser__link {
  position: absolute;
  right: 35px;
  bottom: 35px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}
.teaser__link a {
  display: inline-block;
  background: url("../Images/icons/pfeil-weiss.svg") center no-repeat;
  background-size: contain;
  width: 37px;
  height: 21px;
}
.teaser__link a span {
  display: none;
}
.teaser:hover {
  box-shadow: 0 7px 16px 0 rgba(115, 115, 115, 0.5);
}
.teaser:hover .teaser__text__text {
  max-height: 415px;
  transition: max-height 1s ease-in-out;
}
.teaser:hover .teaser__link {
  max-height: 415px;
  transition: max-height 1s ease-in-out;
  transition-delay: 0.4s;
}

@media all and (max-width: 1400px) {
  .teaser__text__text p {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .fourColTeaser .grid4cols > .col {
    width: calc(50% - (20px / 2));
    margin-bottom: 20px;
  }
  .fourColTeaser .grid4cols > .col:nth-child(2n+1) {
    margin-left: 0;
  }
  .teaser__text__text p {
    padding-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .teaser {
    min-height: unset;
    height: 100%;
  }
  .teaser figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 415px;
  }
  .teaser__text {
    padding: 60px 35px;
  }
  .teaser__text.noImage {
    position: relative;
  }
  .teaser__text__text {
    overflow: visible;
    max-height: unset;
  }
  .teaser__text__text p {
    padding-bottom: 0;
  }
  .fourColTeaser .teaser__link {
    overflow: visible;
    bottom: 10px;
    max-height: unset;
  }
}
@media all and (max-width: 900px) {
  .fourColTeaser .grid3cols > .col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .fourColTeaser .grid3cols > .col:nth-child(2n+1) {
    margin-left: 0;
  }
  .fourColTeaser .grid4cols > .col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .fourColTeaser .grid4cols > .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 505px) {
  .fourColTeaser .teaser {
    height: unset;
    background-color: #00A19A;
    background-image: unset;
  }
  .fourColTeaser .teaser.noImage {
    background-image: linear-gradient(202deg, rgba(29, 45, 73, 0.3) 0%, rgba(29, 45, 73, 0.9) 90%);
    background-color: unset;
  }
  .fourColTeaser .teaser figure {
    height: auto;
  }
  .fourColTeaser .teaser figure img {
    min-height: unset;
    max-height: 350px;
    height: auto;
  }
  .fourColTeaser .teaser figure::before {
    content: none;
  }
  .fourColTeaser .teaser__text {
    position: relative;
    background: #00A19A;
    padding: 20px;
  }
  .fourColTeaser .teaser__text.noImage {
    background: unset;
  }
  .fourColTeaser .teaser__link {
    position: relative;
    overflow: visible;
    max-height: unset;
    left: 20px;
    right: unset;
    bottom: unset;
    padding-bottom: 10px;
  }
}
.powermailGrid {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  max-width: 2510px;
  margin: 0 auto;
}
.powermailGrid__wrap {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}
.powermailGrid__wrap svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.powermailGrid__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.powermailGrid__image picture {
  height: 100%;
}
.powermailGrid__image picture img {
  height: 100%;
  object-fit: cover;
}
.powermailGrid__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ECECEC 30%);
  height: 100%;
  width: 80%;
}
.powermailGrid__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ECECEC 0%);
  height: 100%;
  width: 30%;
}
.powermailGrid__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  padding-bottom: 110px;
}
.powermailGrid__headline {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.powermailGrid__headline h4 {
  color: #5C2874;
}
.powermailGrid__headline h2 {
  color: #000000;
}
.powermailGrid .tx-powermail {
  max-width: 583px;
  margin: 0 auto;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  padding: 40px 74px 49px 60px;
  background: #fff;
}
.powermailGrid .powermailGrid__form {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.powermailGrid .powermailGrid__form__contact {
  background: #5C2874;
  padding: 60px;
  height: fit-content;
}
.powermailGrid .powermailGrid__form__contact h3, .powermailGrid .powermailGrid__form__contact p, .powermailGrid .powermailGrid__form__contact a {
  color: #fff;
}
.powermailGrid .powermailGrid__form__contact h3 {
  padding-bottom: 15px;
}

@media all and (max-width: 1090px) {
  .powermailGrid__wrap {
    background-color: #fff;
    padding-top: 0;
  }
  .powermailGrid__image {
    clip-path: unset;
    position: relative;
    max-height: 350px;
  }
  .powermailGrid__image picture img {
    max-height: 350px;
    width: 100%;
  }
  .powermailGrid__image::before {
    content: none;
  }
  .powermailGrid__image::after {
    content: none;
  }
  .powermailGrid__headline {
    max-width: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .powermailGrid .powermailGrid__form {
    flex-wrap: wrap;
  }
  .powermailGrid .powermailGrid__form__contact {
    max-width: unset;
    width: 100%;
    padding: 30px;
  }
  .powermailGrid .powermailGrid__form > div {
    width: 100%;
  }
  .powermailGrid .tx-powermail {
    max-width: unset;
    padding: 30px;
  }
}
.jobsGrid {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  max-width: 2510px;
  margin: 0 auto;
}
.jobsGrid__wrap {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: url("/#waveTwo");
  clip-path: url("/#waveTwo");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.jobsGrid__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(75.13deg, rgba(29, 45, 73, 0.4) 0%, rgba(0, 38, 80, 0.5) 47.69%, #002650 100%);
  transform: scaleX(-1);
}
.jobsGrid__wrap svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.jobsGrid__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  padding-bottom: 110px;
  padding-top: 220px;
}
.jobsGrid__headline {
  max-width: 525px;
  margin-right: auto;
}
.jobsGrid__headline p {
  color: #fff;
  font-size: 85px;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
}
.jobsGrid__text {
  margin-top: 30px;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jobsGrid__text h1, .jobsGrid__text h2, .jobsGrid__text h3, .jobsGrid__text h4, .jobsGrid__text h5, .jobsGrid__text h6, .jobsGrid__text p, .jobsGrid__text a {
  color: #fff;
}
.jobsGrid__text h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
}
.jobsGrid__text .text__inner {
  max-width: 70%;
}
.jobsGrid__button {
  margin-bottom: 5px;
}

@media all and (max-width: 1024px) {
  .jobsGrid__inner {
    padding-bottom: 75px;
    padding-top: 100px;
  }
}
@media all and (max-width: 768px) {
  .jobsGrid__inner {
    padding-top: 50px;
  }
}
@media all and (max-width: 750px) {
  .jobsGrid {
    padding-top: 50px;
  }
  .jobsGrid__wrap {
    clip-path: unset;
    padding-top: 50px;
  }
  .jobsGrid__inner {
    padding-bottom: 50px;
  }
  .jobsGrid__headline {
    max-width: unset;
  }
  .jobsGrid__headline p {
    font-size: 45px;
  }
  .jobsGrid__text {
    flex-wrap: wrap;
  }
  .jobsGrid__text .text__inner {
    max-width: unset;
  }
  .jobsGrid__button {
    margin-top: 30px;
  }
}
.jobTeaser {
  margin-top: 40px;
}
.jobTeaser__inner {
  -js-display: flex;
  display: flex;
}
.jobTeaser .teaser {
  background: #fff;
  max-width: 330px;
  height: auto;
}
.jobTeaser .teaser + .teaser {
  margin-left: 30px;
}
.jobTeaser .teaser__image picture {
  display: block;
}
.jobTeaser .teaser__image picture img {
  width: 100%;
  height: 100vh;
  max-height: 192px;
  object-fit: cover;
}
.jobTeaser .teaser__headline {
  padding: 30px 30px 10px 30px;
  height: 115px;
}
.jobTeaser .teaser__text {
  position: relative;
  bottom: unset;
  left: unset;
  padding: unset;
  padding: 0 40px 30px 30px;
}
.jobTeaser .teaser__link {
  opacity: 0;
}

@media all and (max-width: 1050px) {
  .jobTeaser__inner {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .jobTeaser .teaser {
    width: 50%;
    width: calc(50% - 30px);
    max-width: unset;
  }
  .jobTeaser .teaser + .teaser:nth-of-type(1n+3) {
    margin-top: 30px;
  }
  .jobTeaser .teaser + .teaser:nth-of-type(3) {
    margin-left: 0;
  }
}
@media all and (max-width: 750px) {
  .jobTeaser__inner {
    flex-direction: column;
  }
  .jobTeaser .teaser {
    width: 100%;
    margin: 0 auto;
  }
  .jobTeaser .teaser + .teaser {
    margin: 30px auto 0;
  }
  .jobTeaser .teaser + .teaser:nth-of-type(1n+3) {
    margin: 30px auto 0;
  }
}
.imageWithMarker {
  position: relative;
}
.imageWithMarker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: -1;
  background: url("../Images/icons/punkte-grau.svg") center no-repeat;
  background-size: contain;
  width: 1016px;
  height: 681px;
  display: block;
}
.imageWithMarker__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imageWithMarker__image {
  position: relative;
  margin-left: 120px;
}
.imageWithMarker__image figure {
  max-width: 563px;
}
.imageWithMarker__image figure img {
  width: 100%;
}
.imageWithMarker__markerText {
  background: #5C2874;
  width: 17px;
  height: 17px;
  position: absolute;
  box-shadow: 0 2px 26px 10px rgba(242, 136, 21, 0.3607843137);
}
.imageWithMarker__markerText--one {
  top: 20%;
  left: 25%;
}
.imageWithMarker__markerText--two {
  top: 36.5%;
  left: 54%;
}
.imageWithMarker__markerText--three {
  bottom: 55%;
  left: 18%;
}
.imageWithMarker__markerText--four {
  bottom: 261px;
  left: 190px;
}
.imageWithMarker__markerText a {
  color: #000000;
}
.imageWithMarker__markerText div,
.imageWithMarker__markerText span {
  display: none;
  position: relative;
  right: 150px;
  bottom: 190px;
}
.imageWithMarker__markerText div::after,
.imageWithMarker__markerText span::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 32px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
.imageWithMarker__markerText.active {
  box-shadow: 0 2px 26px 10px #5C2874;
}
.imageWithMarker__markerText.active div,
.imageWithMarker__markerText.active span {
  display: block;
  width: 200px;
  background: #fff;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  padding: 22px 20px;
}
.imageWithMarker__markerText.active div p,
.imageWithMarker__markerText.active span p {
  line-height: 26px;
  font-size: 18px;
}
.imageWithMarker__markerText:hover {
  box-shadow: 0 2px 26px 10px #5C2874;
}
.imageWithMarker__markerText:hover div,
.imageWithMarker__markerText:hover span {
  display: block;
  width: 200px;
  background: #fff;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  padding: 22px 20px;
}
.imageWithMarker__markerText:hover div p,
.imageWithMarker__markerText:hover span p {
  line-height: 26px;
  font-size: 18px;
}
.imageWithMarker__text {
  max-width: 541px;
  margin-bottom: 80px;
  margin-left: 50px;
}
.imageWithMarker__navigation {
  width: 92%;
  max-width: 1725px;
  margin-left: auto;
  margin-right: auto;
  background: #00A19A;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  margin-top: -150px;
}
.imageWithMarker__navigation__title {
  padding: 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  flex: 0 0 240px;
  text-align: center;
}
.imageWithMarker__navigation__title a {
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.imageWithMarker__navigation__title.active a {
  opacity: 1;
}
.imageWithMarker__navigation__title:hover a {
  opacity: 1;
}
.imageWithMarker__navigation__title__title {
  margin-left: 20px;
}

@media all and (max-width: 1250px) {
  .imageWithMarker__image {
    margin-left: 0;
  }
  .imageWithMarker__navigation {
    margin-top: -100px;
  }
}
@media all and (max-width: 1150px) {
  .imageWithMarker__inner {
    flex-wrap: wrap;
  }
  .imageWithMarker__image {
    width: 100%;
    order: 2;
  }
  .imageWithMarker__image figure img {
    max-height: 500px;
    object-fit: contain;
  }
  .imageWithMarker__markerText--one {
    top: 82px;
    left: 194px;
  }
  .imageWithMarker__markerText--two {
    top: 178px;
    left: 310px;
  }
  .imageWithMarker__markerText--three {
    bottom: 249px;
    left: 169px;
  }
  .imageWithMarker__markerText--four {
    bottom: 100px;
    left: 240px;
  }
  .imageWithMarker__text {
    width: 100%;
    order: 1;
    max-width: unset;
    margin-left: 0;
  }
  .imageWithMarker__navigation {
    margin-top: 0;
  }
}
@media all and (max-width: 780px) {
  .imageWithMarker__navigation__title {
    flex: unset;
  }
}
@media all and (max-width: 615px) {
  .imageWithMarker__navigation {
    flex-wrap: wrap;
  }
  .imageWithMarker__navigation__title {
    width: 100%;
    border-left: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 10px 10px 20px;
  }
  .imageWithMarker__image figure img {
    width: 615px;
  }
  .imageWithMarker__markerText--one {
    left: 34%;
  }
  .imageWithMarker__markerText--two {
    left: 59%;
  }
  .imageWithMarker__markerText--three {
    left: 27vw;
  }
}
@media all and (max-width: 465px) {
  .imageWithMarker__markerText--one {
    left: 28%;
  }
  .imageWithMarker__markerText--one div {
    left: -32px;
  }
  .imageWithMarker__markerText--two {
    left: 59%;
  }
  .imageWithMarker__markerText--two div {
    bottom: 210px;
    left: -34px;
  }
  .imageWithMarker__markerText--three {
    left: 24%;
  }
  .imageWithMarker__markerText--three div {
    left: -33px;
    bottom: 220px;
  }
  .imageWithMarker__markerText div {
    right: unset;
  }
  .imageWithMarker__markerText div::after {
    left: 32px;
    right: unset;
  }
}
@media all and (max-width: 370px) {
  .imageWithMarker__markerText--one {
    left: 24%;
  }
  .imageWithMarker__markerText--two {
    left: 59%;
  }
  .imageWithMarker__markerText--two div {
    left: -35px;
  }
  .imageWithMarker__markerText--three {
    left: 17%;
  }
}
.videoTextBox {
  position: relative;
}
.videoTextBox__text {
  max-width: 80%;
  position: relative;
  margin-bottom: 50px;
}
.videoTextBox__inner {
  -js-display: flex;
  display: flex;
  align-items: flex-end;
}
.videoTextBox .image figure img {
  height: 635px;
  object-fit: cover;
  width: 100%;
}
.videoTextBox__video {
  max-width: 929px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.videoTextBox__video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.videoTextBox__video .videocontrols {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.videoTextBox__video .videocontrols__volume__wrap {
  position: absolute;
  width: 100px;
  height: 20px;
  right: 30px;
  bottom: 30px;
}
.videoTextBox__video .videocontrols__volume__wrap:hover .videocontrols--volume {
  display: block;
}
.videoTextBox__video .videocontrols--volume {
  position: absolute;
  bottom: -5px;
  right: 40px;
  display: none;
  background: #5C2874;
  padding: 0px 10px;
}
.videoTextBox__video .videocontrols--volume .volume {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 7px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 10px;
  background-color: rgba(59, 59, 59, 0.5);
}
.videoTextBox__video .videocontrols--volume .volume .volume-bar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: #3B3B3B;
}
.videoTextBox__video .videocontrols--muteBtn {
  display: block;
  width: 30px;
  height: 22px;
  background: url("../Images/icons/icon-videoMute.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
.videoTextBox__video .videocontrols--muteBtn.unmuteVideo {
  background: url("../Images/icons/icon-videoLoud.svg") center no-repeat;
}
.videoTextBox__video .videocontrols--muteBtn:hover .videocontrols--volume {
  display: block;
}
.videoTextBox__video .videocontrols--play {
  position: absolute;
  left: 30px;
  bottom: 20px;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
}
.videoTextBox__video .videocontrols--play::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../Images/icons/playVideo.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
}
.videoTextBox__video .videocontrols--pause {
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: none;
}
.videoTextBox__video .videocontrols--pause::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../Images/icons/videopause.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
}
.videoTextBox__blueBox {
  -webkit-clip-path: url("#waveVideo");
  clip-path: url("#waveVideo");
  background: #002650;
  display: inline-block;
  min-height: 750px;
}
.videoTextBox__blueBox svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.videoTextBox__blueBox__inner {
  padding: 95px 25px 65px 25px;
}
.videoTextBox__blueBox__inner h1, .videoTextBox__blueBox__inner h2, .videoTextBox__blueBox__inner h3, .videoTextBox__blueBox__inner h4, .videoTextBox__blueBox__inner h5, .videoTextBox__blueBox__inner p, .videoTextBox__blueBox__inner a, .videoTextBox__blueBox__inner li {
  color: #fff;
}
.videoTextBox__blueBox__inner h4 {
  line-height: 140%;
  margin-bottom: 10px;
}
.videoTextBox__blueBox__inner ul li {
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
}
.videoTextBox__blueBox__inner ul li + li {
  margin-top: 15px;
}

@media all and (max-width: 1200px) {
  .videoTextBox__text {
    max-width: unset;
    margin-bottom: 30px;
  }
  .videoTextBox__inner {
    flex-wrap: wrap;
  }
  .videoTextBox .image figure img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .videoTextBox__video {
    max-width: unset;
  }
  .videoTextBox__video video {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .videoTextBox__blueBox {
    clip-path: unset;
    max-width: unset;
    width: 100%;
    min-height: unset;
  }
  .videoTextBox__blueBox__inner {
    padding: 50px 20px;
  }
}
@media all and (max-width: 768px) {
  .videoTextBox__blueBox__inner {
    padding: 30px 20px;
  }
  .videoTextBox__blueBox svg {
    display: none;
  }
  .videoTextBox__video .videocontrols {
    display: none;
  }
  .videoTextBox__video .videocontrols span {
    font-size: 0;
    line-height: 0;
  }
  .videoTextBox__video .videocontrols--play {
    left: 10px;
  }
  .videoTextBox__video .videocontrols--pause {
    left: 10px;
  }
}
@media all and (max-width: 470px) {
  .videoTextBox__blueBox__inner ul li {
    font-size: 18px;
  }
  .videoTextBox__blueBox__inner ul li + li {
    margin-top: 10px;
  }
}
.textOnBgImage {
  position: relative;
  max-width: 2510px;
  margin: 0 auto;
}
.textOnBgImage__wrap {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: url("#textOnBgImage__wave");
  clip-path: url("#textOnBgImage__wave");
  background-size: cover;
  background-repeat: no-repeat;
}
.textOnBgImage__wrap svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.textOnBgImage__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.textOnBgImage__image figure {
  height: 100%;
}
.textOnBgImage__image figure img {
  height: 100%;
  object-fit: cover;
  width: 960px;
}
.textOnBgImage__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 45%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 44%, #00A19A 80%);
  height: 100%;
  width: 80vw;
}
.textOnBgImage__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #00A19A 51%);
  height: 100%;
  width: 100%;
}
.textOnBgImage__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  padding-bottom: 110px;
  padding-top: 220px;
}
.textOnBgImage__topText {
  max-width: 820px;
  margin-left: auto;
}
.textOnBgImage__topText h1, .textOnBgImage__topText h2, .textOnBgImage__topText h3, .textOnBgImage__topText h4, .textOnBgImage__topText h5, .textOnBgImage__topText h6, .textOnBgImage__topText p, .textOnBgImage__topText a {
  color: #fff;
}
.textOnBgImage__topText h2 + p {
  margin-top: 30px;
}
.textOnBgImage__whiteBox {
  max-width: 1090px;
  margin-top: 50px;
  margin-left: auto;
  background: #fff;
  padding: 40px 40px 50px;
}
.textOnBgImage__whiteBox .grid2cols > .col {
  width: calc(50% - 30px);
}
.textOnBgImage__whiteBox .grid2cols > .col + .col {
  margin-left: 60px;
}
.textOnBgImage__whiteBox ul li {
  font-size: 21px;
  font-weight: 600;
  color: #00A19A;
}

@media all and (max-width: 1024px) {
  .textOnBgImage__inner {
    padding-bottom: 75px;
    padding-top: 100px;
  }
  .textOnBgImage__wrap {
    clip-path: unset;
  }
  .textOnBgImage__wrap svg {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .textOnBgImage__inner {
    padding-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .textOnBgImage__wrap {
    padding-top: 60px;
  }
  .textOnBgImage__topText h2 + p {
    margin-top: 20px;
  }
  .textOnBgImage__whiteBox {
    margin-top: 30px;
    padding: 20px 20px 30px;
  }
  .textOnBgImage__whiteBox .grid2cols > .col {
    width: 100%;
  }
  .textOnBgImage__whiteBox .grid2cols > .col + .col {
    margin-left: 0;
    margin-top: -15px;
  }
}
@media all and (max-width: 470px) {
  .textOnBgImage__wrap {
    clip-path: unset;
  }
  .textOnBgImage__inner {
    padding-bottom: 60px;
  }
  .textOnBgImage__image::before {
    content: none;
  }
  .textOnBgImage__image::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #00A19A 90%);
  }
  .textOnBgImage__whiteBox .grid2cols > .col {
    width: 100%;
  }
}
.textTeaserOnBgImage {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  max-width: 2510px;
  margin: 0 auto;
}
.textTeaserOnBgImage__wrap {
  position: relative;
  overflow: hidden;
  padding-top: 190px;
  min-height: 1020px;
}
.textTeaserOnBgImage__wrap svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.textTeaserOnBgImage__image {
  -webkit-clip-path: url("/#textTeaserOnBgImage__wave");
  clip-path: url("/#textTeaserOnBgImage__wave");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.textTeaserOnBgImage__image figure {
  height: 100%;
}
.textTeaserOnBgImage__image figure img {
  height: 100%;
  object-fit: cover;
  max-height: 1020px;
}
.textTeaserOnBgImage__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15vw;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 14%, #ECECED 27.24%);
  height: 100%;
  width: 68%;
  z-index: 999;
}
.textTeaserOnBgImage__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ECECEC 66.24%);
  height: 100%;
  width: 70%;
}
.textTeaserOnBgImage__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
.textTeaserOnBgImage__text {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.textTeaserOnBgImage__text .buttonLink {
  position: absolute;
  right: 0;
  top: 65px;
}
.textTeaserOnBgImage__text--wrapper {
  max-width: 840px;
  margin-left: auto;
}
.textTeaserOnBgImage__text h1, .textTeaserOnBgImage__text h2 {
  max-width: 540px;
}
.textTeaserOnBgImage__text h1 + p, .textTeaserOnBgImage__text h2 + p {
  margin-top: 20px;
}
.textTeaserOnBgImage__teasers {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
}
.textTeaserOnBgImage__teasers .teaser + .teaser {
  margin-left: 30px;
}
.textTeaserOnBgImage__teasers .teaser__text__text p {
  padding-bottom: 0;
}

@media all and (max-width: 1120px) {
  .textTeaserOnBgImage__wrap {
    min-height: unset;
    background-color: #ECECED;
    padding: 60px 0;
  }
  .textTeaserOnBgImage__image {
    clip-path: unset;
    position: relative;
    margin-bottom: 40px;
  }
  .textTeaserOnBgImage__image::before {
    content: none;
    z-index: unset;
  }
  .textTeaserOnBgImage__image::after {
    content: none;
  }
  .textTeaserOnBgImage__image figure {
    height: auto;
  }
  .textTeaserOnBgImage__image figure img {
    height: auto;
    max-height: 550px;
    width: 100%;
  }
  .textTeaserOnBgImage__text--wrapper {
    max-width: unset;
  }
  .textTeaserOnBgImage__teasers {
    justify-content: center;
  }
}
@media all and (max-width: 865px) {
  .textTeaserOnBgImage__text {
    margin-bottom: 30px;
  }
  .textTeaserOnBgImage__text h1 + p, .textTeaserOnBgImage__text h2 + p {
    margin-top: 10px;
  }
  .textTeaserOnBgImage__teasers {
    flex-wrap: wrap;
  }
  .textTeaserOnBgImage__teasers .teaser {
    width: 100%;
  }
  .textTeaserOnBgImage__teasers .teaser + .teaser {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media all and (max-width: 645px) {
  .textTeaserOnBgImage__text .buttonLink {
    position: relative;
    top: 0;
    margin-top: 25px;
  }
}
.threeLinkBoxes .grid3cols > .col + .col:nth-of-type(4), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(7), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(10) {
  margin-left: 0;
}
.threeLinkBoxes .grid3cols > .col + .col:nth-of-type(1n + 4) {
  margin-top: 20px;
}
.threeLinkBoxes .linkBox {
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.threeLinkBoxes .linkBox__image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(129deg, rgba(29, 45, 73, 0.3) 41%, rgba(29, 45, 73, 0.9) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.threeLinkBoxes .linkBox__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px 38px 42px;
  z-index: 20;
}
.threeLinkBoxes .linkBox__text p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  hyphens: auto;
}
.threeLinkBoxes .linkBox:hover {
  box-shadow: 0 7px 16px 0 rgba(115, 115, 115, 0.5);
}
.threeLinkBoxes a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
}
.threeLinkBoxes a span {
  font-size: 0;
  line-height: 0;
}

@media all and (max-width: 1100px) {
  .threeLinkBoxes .grid3cols > .col {
    width: calc(50% - (20px / 2));
  }
  .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(3), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(5), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(7) {
    margin-left: 0;
    margin-top: 20px;
  }
  .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(4), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(7), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(10) {
    margin-left: 20px;
  }
  .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(1n + 4) {
    margin-top: 20px;
  }
  .threeLinkBoxes .linkBox__image .img img {
    width: 100%;
    min-height: 150px;
    max-height: 240px;
    object-fit: cover;
  }
  .threeLinkBoxes .linkBox__text p {
    font-size: 22px;
  }
}
@media all and (max-width: 768px) {
  .threeLinkBoxes .grid3cols > .col {
    width: 100%;
  }
  .threeLinkBoxes .grid3cols > .col + .col {
    margin-left: 0;
  }
  .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(3), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(5), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(7) {
    margin-left: 0;
    margin-top: 0;
  }
  .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(4), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(7), .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(10) {
    margin-left: 0;
  }
  .threeLinkBoxes .grid3cols > .col + .col:nth-of-type(1n + 4) {
    margin-top: 0;
  }
  .threeLinkBoxes .linkBox__text p {
    font-size: 22px;
  }
}
.teamTabs__headline {
  margin-bottom: 40px;
}

.teamTab__container .tabs {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 110px;
}
.teamTab__container .tabs::after {
  display: block;
  clear: both;
  content: "";
}
.teamTab__container .tabs > li {
  display: block;
  float: left;
  color: #fff;
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  position: relative;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
}
.teamTab__container .tabs > li + li {
  margin-left: 29px;
}
.teamTab__container .tabs > li.activetabnav::after, .teamTab__container .tabs > li:hover::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.teamTab__container .tabs > li.activetabnav a, .teamTab__container .tabs > li:hover a {
  color: #5C2874;
}
.teamTab__container .tabs > li.activetabnav a .name::before, .teamTab__container .tabs > li:hover a .name::before {
  content: "";
  width: 20px;
  height: 13px;
  background: url("../Images/icons/icon-tabActive.svg") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 18px;
}
.teamTab__container .tabs > li.activetabnav a .name .nameWrap, .teamTab__container .tabs > li:hover a .name .nameWrap {
  color: #5C2874;
}
.teamTab__container .tabs > li a {
  display: block;
  color: #00A19A;
  position: relative;
  font-size: 17px;
  font-weight: 600;
}
.teamTab__container .tabs > li a .name {
  position: absolute;
  bottom: -80px;
  left: 0;
  height: 80px;
  width: 100%;
  -js-display: flex;
  display: flex;
  align-items: center;
  text-align: left;
  background: #fff;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
}
.teamTab__container .tabs > li a .name .nameWrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  padding: 25px 50px 25px 20px;
  transition: all 0.3s ease-in-out;
}
.teamTab__container .tabs > li a .name::before {
  content: "";
  width: 20px;
  height: 13px;
  background: url("../Images/icons/icon-tabArrow.svg") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 18px;
  transition: all 0.3s ease-in-out;
}
.teamTab__container .tabs > li::before {
  content: none;
}
.teamTab__container .tab_wrapper {
  padding: 90px 90px 80px 70px;
  background: #fff;
  position: relative;
  z-index: 10;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.teamTab__container .tab_inner {
  -js-display: flex;
  display: flex;
}
.teamTab__container .tab_inner .tab_smalltext {
  max-width: 230px;
  width: 100%;
}
.teamTab__container .tab_inner .tab_smalltext h3 {
  margin-bottom: 10px;
}
.teamTab__container .tab_inner .tab_largetext {
  max-width: 840px;
  width: 100%;
  margin-left: 15%;
}
.teamTab__container .tab_close {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: block;
  height: 14px;
  width: 22px;
  background: url("../Images/icons/akkordeon-pfeil-schliessen.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media all and (max-width: 1074px) {
  .teamTab__container .tabs {
    flex-wrap: wrap;
  }
  .teamTab__container .tabs > li {
    width: 50%;
    width: calc(50% - 25px);
  }
  .teamTab__container .tabs > li + li {
    margin-left: 50px;
  }
  .teamTab__container .tabs > li + li:nth-of-type(3), .teamTab__container .tabs > li + li:nth-of-type(5) {
    margin-left: 0;
  }
  .teamTab__container .tabs > li + li:nth-of-type(1n+3) {
    margin-top: 110px;
  }
  .teamTab__container .tabs > li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
  }
  .teamTab__container .tab_wrapper {
    padding: 40px 40px 50px 40px;
    background: #fff;
    position: relative;
    z-index: 10;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  }
}
@media all and (max-width: 880px) {
  .teamTab__container .tab_inner {
    flex-wrap: wrap;
  }
  .teamTab__container .tab_inner .tab_smalltext {
    width: 100%;
  }
  .teamTab__container .tab_inner .tab_largetext {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media all and (max-width: 500px) {
  .teamTab__container .tabs > li {
    width: 100%;
  }
  .teamTab__container .tabs > li + li {
    margin-left: 0;
    margin-top: 110px;
  }
  .teamTab__container .tabs > li + li:nth-of-type(3), .teamTab__container .tabs > li + li:nth-of-type(5) {
    margin-left: 0;
  }
  .teamTab__container .tabs > li + li:nth-of-type(1n+3) {
    margin-top: 110px;
  }
}
.textOnImageTwoCol__headline {
  margin-bottom: 60px;
  position: relative;
}
.textOnImageTwoCol__headline h2 + p {
  padding-top: 30px;
}
.textOnImageTwoCol__headline p {
  max-width: 80%;
}
.textOnImageTwoCol__headline.wave::after {
  content: "";
  position: absolute;
  left: -500px;
  bottom: -170px;
  background: url("../Images/icons/Buss_dotsA.gif") center no-repeat;
  background-size: contain;
  width: 777px;
  height: 447px;
  transform: scaleX(-1);
  z-index: -1;
}
.textOnImageTwoCol .grid2cols > .col + .col:nth-of-type(1n+3) {
  margin-top: 20px;
}
.textOnImageTwoCol .grid2cols > .col + .col:nth-of-type(2n+3) {
  margin-left: 0;
}
.textOnImageTwoCol .col {
  position: relative;
}
.textOnImageTwoCol .col:hover .textOnImageTwoCol__text--textInner {
  max-height: 250px;
  transition: all 1s ease-in-out;
  margin-top: 20px;
}
.textOnImageTwoCol__image figure {
  position: relative;
}
.textOnImageTwoCol__image figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(129deg, rgba(29, 45, 73, 0.3) 41%, rgba(29, 45, 73, 0.9) 100%);
}
.textOnImageTwoCol__image figure img {
  min-height: 348px;
  object-fit: cover;
  width: 100%;
}
.textOnImageTwoCol__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}
.textOnImageTwoCol__text--title p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.textOnImageTwoCol__text--textInner {
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease-in-out;
}
.textOnImageTwoCol__text--textInner p {
  color: #fff;
}

@media all and (max-width: 1200px) {
  .textOnImageTwoCol .grid2cols > .col {
    width: 100%;
  }
  .textOnImageTwoCol .grid2cols > .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
  .textOnImageTwoCol .grid2cols > .col + .col:nth-of-type(1n+3) {
    margin-top: 20px;
  }
  .textOnImageTwoCol__image figure img {
    max-height: 350px;
  }
  .textOnImageTwoCol__headline {
    margin-bottom: 30px;
  }
  .textOnImageTwoCol__headline p {
    max-width: unset;
  }
  .textOnImageTwoCol__text--textInner {
    overflow: visible;
    max-height: none;
    margin-top: 20px;
  }
  .textOnImageTwoCol .col:hover .textOnImageTwoCol__text--textInner {
    max-height: none;
  }
}
@media all and (max-width: 630px) {
  .textOnImageTwoCol__text {
    padding: 20px;
  }
}
@media all and (max-width: 505px) {
  .textOnImageTwoCol .col {
    position: relative;
  }
  .textOnImageTwoCol .col:hover .textOnImageTwoCol__text--textInner {
    max-height: unset;
    transition: none;
    margin-top: 0;
  }
  .textOnImageTwoCol__image figure::before {
    content: none;
  }
  .textOnImageTwoCol__image figure img {
    min-height: unset;
    height: auto;
  }
  .textOnImageTwoCol__text {
    position: relative;
    background-color: #00A19A;
  }
  .textOnImageTwoCol__text--textInner {
    overflow: visible;
    max-height: 100%;
    padding-top: 10px;
    margin-top: 0;
  }
}
@media all and (max-width: 450px) {
  .textOnImageTwoCol .col {
    position: relative;
  }
  .textOnImageTwoCol .col:hover .textOnImageTwoCol__text--textInner {
    margin-top: 0;
  }
  .textOnImageTwoCol__text--title p {
    font-size: 24px;
  }
}
.bgTextSliderTextImage__wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.bgTextSliderTextImage__wrap svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.bgTextSliderTextImage__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 120%;
  transform: scaleX(-1);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 73%, #ECECEC 88%);
  background-image: linear-gradient(182deg, rgba(255, 255, 255, 0) 85%, #ECECEC 98%);
}
.bgTextSliderTextImage__image {
  -webkit-clip-path: url("#bgTextSliderTextImage__wave");
  clip-path: url("#bgTextSliderTextImage__wave");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bgTextSliderTextImage__image figure {
  height: 100%;
}
.bgTextSliderTextImage__image figure img {
  max-width: 806px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bgTextSliderTextImage__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 34%, #ececec 51.24%);
  height: 100%;
  width: 80%;
}
.bgTextSliderTextImage__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ececec 15.24%);
  height: 100%;
  width: 80%;
}
.bgTextSliderTextImage__textSlider {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  padding-bottom: 110px;
}
.bgTextSliderTextImage__textSlider--text {
  max-width: 816px;
  margin-left: auto;
}
.bgTextSliderTextImage__textSlider__sliderWrap {
  max-width: 1050px;
  margin-left: auto;
}
.bgTextSliderTextImage__textSlider__slider .slick-dots {
  display: none !important;
}
.bgTextSliderTextImage__textSlider__slider .slick-slide {
  margin-left: 20px;
}
.bgTextSliderTextImage__textSlider .slide {
  max-width: 331px;
  position: relative;
  margin-top: 50px;
}
.bgTextSliderTextImage__textSlider .slide:hover {
  cursor: pointer;
}
.bgTextSliderTextImage__textSlider .slide:hover .slide__text .slide__text__wrap .slide__text__inner {
  padding-top: 10px;
  max-height: 400px;
  transition: all 1s ease-in-out;
}
.bgTextSliderTextImage__textSlider .slide__image figure {
  position: relative;
}
.bgTextSliderTextImage__textSlider .slide__image figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(202deg, rgba(29, 45, 73, 0.3) 0%, #002650 90%);
}
.bgTextSliderTextImage__textSlider .slide__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 331px;
}
.bgTextSliderTextImage__textSlider .slide__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -js-display: flex;
  display: flex;
  align-items: flex-end;
}
.bgTextSliderTextImage__textSlider .slide__text__wrap {
  padding: 0 30px 40px 30px;
}
.bgTextSliderTextImage__textSlider .slide__text__title p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.bgTextSliderTextImage__textSlider .slide__text__inner {
  transition: max-height 2.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
  overflow: hidden;
}
.bgTextSliderTextImage__textSlider .slide__text__inner p {
  color: #fff;
}
.bgTextSliderTextImage__textSlider .slide__text__link {
  margin-top: 10px;
  text-align: right;
}
.bgTextSliderTextImage__textSlider .slide__text__link a {
  color: #fff;
  font-weight: 600;
  font-size: 21px;
}
.bgTextSliderTextImage__textSlider .slide__text__link:hover a {
  color: #5C2874;
}
.bgTextSliderTextImage__textSlider .slick-arrows {
  text-align: right;
}
.bgTextSliderTextImage__textSlider .slick-arrows .slick-arrow {
  display: inline-block;
  width: 30px;
  height: 17px;
  background: url("../Images/icons/icon_sliderArrow.svg") center no-repeat;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.bgTextSliderTextImage__textSlider .slick-arrows .slick-arrow:hover {
  opacity: 0.8;
}
.bgTextSliderTextImage__textSlider .slick-arrows .slickPrev {
  transform: scaleX(-1);
  margin-right: 35px;
}
.bgTextSliderTextImage__textSlider .textSliderSliderSlickStatus {
  display: inline-block;
  color: #00A19A;
  font-size: 21px;
  font-weight: 700;
  margin-left: 45px;
}
.bgTextSliderTextImage__textSlider .textSliderSliderSlickStatus .bigNumber {
  font-size: 30px;
  padding-right: 12px;
  display: inline-block;
  color: #00A19A;
}
.bgTextSliderTextImage__textSlider .textSliderSliderSlickStatus .spacer {
  display: inline-block;
  padding-right: 5px;
}
.bgTextSliderTextImage__inner {
  background: #ececec;
  padding-bottom: 90px;
  padding-top: 50px;
}
.bgTextSliderTextImage__textImage {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.bgTextSliderTextImage__textImage + .bgTextSliderTextImage__textImage {
  margin-top: 100px;
}
.bgTextSliderTextImage__textImage .col_pos_66-33 {
  flex-wrap: nowrap;
}
.bgTextSliderTextImage__textImage .col_pos_66-33 > .col.col1 {
  width: 798px;
}
.bgTextSliderTextImage__textImage .col_pos_66-33 > .col.col2 {
  width: 543px;
}
.bgTextSliderTextImage__textImage .col_pos_66-33 > .col + .col {
  margin-left: 59px;
}
.bgTextSliderTextImage__textImage:nth-of-type(2n + 2) .col_pos_66-33 {
  flex-direction: row-reverse;
}
.bgTextSliderTextImage__textImage:nth-of-type(2n + 2) .col_pos_66-33 > .col + .col {
  margin-left: 0;
  margin-right: 59px;
}

@media all and (max-width: 1140px) {
  .bgTextSliderTextImage__textSlider .slick-slide {
    margin-left: 0;
    padding-right: 20px;
  }
  .bgTextSliderTextImage__textSlider .slide {
    max-width: unset;
  }
  .bgTextSliderTextImage__textImage--image img {
    width: 100%;
    max-height: 395px;
    object-fit: cover;
  }
  .bgTextSliderTextImage__textImage + .bgTextSliderTextImage__textImage {
    margin-top: 50px;
  }
  .bgTextSliderTextImage__textImage .col_pos_66-33 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .bgTextSliderTextImage__textImage .col_pos_66-33 > .col.col1 {
    width: 100%;
  }
  .bgTextSliderTextImage__textImage .col_pos_66-33 > .col.col2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .bgTextSliderTextImage__textImage .col_pos_66-33 > .col + .col {
    margin-left: 0;
  }
  .bgTextSliderTextImage__textImage:nth-of-type(2n + 2) .col_pos_66-33 {
    flex-direction: column-reverse;
  }
  .bgTextSliderTextImage__textImage:nth-of-type(2n + 2) .col_pos_66-33 > .col + .col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 1080px) {
  .bgTextSliderTextImage__wrap {
    background-color: #ececec;
    padding-top: 50px;
  }
  .bgTextSliderTextImage__image {
    position: relative;
    margin-bottom: 30px;
    clip-path: none;
  }
  .bgTextSliderTextImage__image::before {
    content: none;
  }
  .bgTextSliderTextImage__image::after {
    content: none;
  }
  .bgTextSliderTextImage__image figure img {
    max-height: 350px;
    width: 100%;
    max-width: unset;
    object-fit: cover;
  }
  .bgTextSliderTextImage__textSlider {
    padding-bottom: 0;
  }
  .bgTextSliderTextImage__textSlider--text {
    max-width: unset;
  }
  .bgTextSliderTextImage__textSlider .slide {
    margin-top: 30px;
  }
}
@media all and (max-width: 1024px) {
  .bgTextSliderTextImage__textSlider .slide__text__inner {
    overflow: visible;
    max-height: unset;
    padding-top: 10px;
  }
}
@media all and (max-width: 768px) {
  .col_pos_66-33 > .col.col1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 470px) {
  .bgTextSliderTextImage__inner {
    padding-bottom: 50px;
  }
  .bgTextSliderTextImage__textSlider__sliderWrap {
    display: none;
  }
}
.timeline {
  background-color: #00A19A;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 717px;
  width: 100%;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00A19A;
  width: 422px;
  height: 100%;
}
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(263deg, rgba(29, 45, 73, 0.4) 2%, rgb(0, 38, 80) 70vw, #002650 86%);
  width: 100%;
  height: 100%;
}
.timeline__inner {
  width: 92%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  position: relative;
  padding-top: 160px;
}
.timeline__headline h1, .timeline__headline h2, .timeline__headline h3, .timeline__headline h4, .timeline__headline h5, .timeline__headline h6, .timeline__headline p, .timeline__headline a {
  color: #fff;
}
.timeline__points {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
.timeline__point {
  text-align: center;
  width: 280px;
  position: relative;
  cursor: pointer;
}
.timeline__point:first-of-type {
  top: 95px;
}
.timeline__point:nth-of-type(2) {
  top: 35px;
}
@media all and (max-width: 1450px) {
  .timeline__point:nth-of-type(2) {
    top: 25px;
  }
}
.timeline__point:nth-of-type(3) {
  top: -12px;
}
@media all and (max-width: 1450px) {
  .timeline__point:nth-of-type(3) {
    top: -8px;
  }
}
.timeline__point:nth-of-type(4) {
  top: -75px;
}
.timeline__point--line {
  position: relative;
  display: block;
  height: 57px;
  width: 1px;
  background: #fff;
  box-shadow: 1px -3px 10px 4px rgba(255, 255, 255, 0.2), 0 1px 9px 2px #5C2874;
  margin: 0 auto;
}
.timeline__point--line::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #F28815;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 0;
}
.timeline__point--number {
  font-family: "EB Garamond", Verdana, Arial, sans-serif;
  font-size: 140px;
  color: #5C2874;
  line-height: 100%;
}
.timeline__point--number p {
  font-family: "EB Garamond", Verdana, Arial, sans-serif;
  font-size: 140px;
  color: #5C2874;
  line-height: 100%;
}
.timeline__point--text {
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.timeline__point--text p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 700;
}
.timeline__point--hoverText {
  background: #5C2874;
  width: 190px;
  height: 190px;
  padding: 10px;
  -js-display: flex;
  display: flex;
  align-items: center;
  margin: 15px auto 15px;
  box-shadow: 0 7px 16px 0 rgba(115, 115, 115, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.timeline__point--hoverText p, .timeline__point--hoverText a, .timeline__point--hoverText h1, .timeline__point--hoverText h2, .timeline__point--hoverText h3, .timeline__point--hoverText h4, .timeline__point--hoverText h5, .timeline__point--hoverText h6 {
  color: #fff;
  line-height: 140%;
}
.timeline__point:hover .timeline__point--hoverText {
  opacity: 1;
}
.timeline--line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: url("../Images/zeitstrahl_line.png") center no-repeat;
  background-size: contain;
  width: 1920px;
  height: 82%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.timeline.insideView .timeline__point--number {
  opacity: 1;
}

@media all and (max-width: 1310px) {
  .timeline::before {
    content: none;
  }
  .timeline__point--number p {
    font-size: 100px;
  }
}
@media all and (max-width: 1200px) {
  .timeline {
    min-height: unset;
  }
  .timeline::before {
    content: none;
  }
  .timeline__inner {
    padding: 50px 0;
  }
  .timeline__points {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .timeline__point {
    flex: 0 0 49%;
    top: unset !important;
    cursor: default;
  }
  .timeline__point--number {
    font-size: 100px;
  }
  .timeline__point--text {
    padding-bottom: 0;
    max-width: unset;
  }
  .timeline__point--line {
    display: none;
  }
  .timeline__point:nth-of-type(1n+3) {
    margin-top: 20px;
  }
  .timeline__point--hoverText {
    opacity: 1;
    width: 100%;
    height: auto;
  }
  .timeline--line {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .timeline__point--number p {
    font-size: 36px;
  }
  .timeline__point--text p {
    font-size: 16px;
  }
}
@media all and (max-width: 510px) {
  .timeline__point {
    flex: 0 0 100%;
  }
  .timeline__point:nth-of-type(2) {
    margin-top: 20px;
  }
}
.imageBesideTextFullWidth__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.imageBesideTextFullWidth__inner.wave::before {
  content: "";
  position: absolute;
  top: 100px;
  height: 681px;
  width: 1016px;
  background: url("../Images/icons/Buss_dotsA.gif") center no-repeat;
  background-size: contain;
  left: -500px;
  z-index: -1;
}
.imageBesideTextFullWidth__headline {
  margin-bottom: 60px;
}
.imageBesideTextFullWidth__imageText {
  -js-display: flex;
  display: flex;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.imageBesideTextFullWidth__imageText.noDate {
  align-items: center;
}
.imageBesideTextFullWidth__imageText__image {
  flex: 0 0 230px;
}
.imageBesideTextFullWidth__imageText__image picture {
  height: 100%;
}
.imageBesideTextFullWidth__imageText__image picture img {
  width: 230px;
  height: 100%;
  object-fit: cover;
}
.imageBesideTextFullWidth__imageText__text {
  padding: 50px 70px 50px 40px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.imageBesideTextFullWidth__imageText__text h1, .imageBesideTextFullWidth__imageText__text h2, .imageBesideTextFullWidth__imageText__text h3, .imageBesideTextFullWidth__imageText__text h4, .imageBesideTextFullWidth__imageText__text h5, .imageBesideTextFullWidth__imageText__text h6, .imageBesideTextFullWidth__imageText__text p {
  transition: all 0.3s ease-in-out;
}
.imageBesideTextFullWidth__imageText__text .date {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.imageBesideTextFullWidth__imageText__text .date + h5 {
  margin-top: 8px;
}
.imageBesideTextFullWidth__imageText + .imageBesideTextFullWidth__imageText {
  margin-top: 25px;
}
.imageBesideTextFullWidth__imageText .button__text {
  position: absolute;
  right: 70px;
  bottom: 30px;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.imageBesideTextFullWidth__imageText .button__text::after {
  content: "";
  position: relative;
  height: 14px;
  width: 24px;
  display: inline-block;
  background: url("../Images/icons/pfeil-weiss.svg") center no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.imageBesideTextFullWidth__imageText:hover, .imageBesideTextFullWidth__imageText:active {
  background-color: #5C2874;
}
.imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text {
  background-color: #5C2874;
}
.imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap h1, .imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap h2, .imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap h3, .imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap h4, .imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap h5, .imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap h6, .imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap p, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap h1, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap h2, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap h3, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap h4, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap h5, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap h6, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap p {
  color: #fff;
}
.imageBesideTextFullWidth__imageText:hover .imageBesideTextFullWidth__imageText__text .text__wrap .date, .imageBesideTextFullWidth__imageText:active .imageBesideTextFullWidth__imageText__text .text__wrap .date {
  color: #fff;
}
.imageBesideTextFullWidth__imageText:hover .button__text, .imageBesideTextFullWidth__imageText:active .button__text {
  opacity: 1;
}

@media all and (max-width: 1024px) {
  .imageBesideTextFullWidth__imageText .button__text {
    right: 20px;
    bottom: 20px;
    opacity: 1;
    color: #000000;
    font-size: 21px;
  }
  .imageBesideTextFullWidth__imageText .button__text::after {
    background: url("../Images/icons/pfeil-orange.svg") center no-repeat;
    background-size: contain;
  }
  .imageBesideTextFullWidth__imageText:hover .button__text {
    color: #fff;
  }
  .imageBesideTextFullWidth__imageText:hover .button__text::after {
    background: url("../Images/icons/pfeil-weiss.svg") center no-repeat;
    background-size: contain;
  }
}
@media all and (max-width: 768px) {
  .imageBesideTextFullWidth__imageText {
    flex-wrap: wrap;
  }
  .imageBesideTextFullWidth__imageText__image {
    flex: 0 0 100%;
  }
  .imageBesideTextFullWidth__imageText__image picture img {
    width: 100%;
    max-height: 230px;
    min-height: 230px;
  }
  .imageBesideTextFullWidth__imageText__text {
    padding: 30px 30px 60px 30px;
  }
  .imageBesideTextFullWidth .button__text {
    font-size: 18px;
    line-height: 32px;
  }
  .imageBesideTextFullWidth .button__text::after {
    top: 2px;
  }
}
@media all and (max-width: 470px) {
  .imageBesideTextFullWidth .button__text {
    font-size: 18px;
    line-height: 32px;
  }
  .imageBesideTextFullWidth .button__text::after {
    top: 2px;
  }
}
.teasersOnBackgroundImage {
  position: relative;
  max-width: 2510px;
  margin: 0 auto;
}
.teasersOnBackgroundImage__wrap {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  -webkit-clip-path: url("#teasersOnBackgroundImage__wave");
  clip-path: url("#teasersOnBackgroundImage__wave");
  background-size: cover;
  background-repeat: no-repeat;
}
.teasersOnBackgroundImage__wrap svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.teasersOnBackgroundImage__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.teasersOnBackgroundImage__image picture {
  height: 100%;
}
.teasersOnBackgroundImage__image picture img {
  height: 100%;
  object-fit: cover;
  width: 960px;
}
.teasersOnBackgroundImage__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 45%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 44%, #00A19A 80%);
  height: 100%;
  width: 80vw;
}
.teasersOnBackgroundImage__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #00A19A 51%);
  height: 100%;
  width: 100%;
}
.teasersOnBackgroundImage__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  padding-bottom: 110px;
}
.teasersOnBackgroundImage__topText {
  max-width: 820px;
  margin-left: auto;
}
.teasersOnBackgroundImage__topText h1, .teasersOnBackgroundImage__topText h2, .teasersOnBackgroundImage__topText h3, .teasersOnBackgroundImage__topText h4, .teasersOnBackgroundImage__topText h5, .teasersOnBackgroundImage__topText h6, .teasersOnBackgroundImage__topText p, .teasersOnBackgroundImage__topText a {
  color: #fff;
}
.teasersOnBackgroundImage__topText h2 + p {
  margin-top: 30px;
}
.teasersOnBackgroundImage__teasers {
  max-width: 959px;
  margin-top: 40px;
  margin-left: auto;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teasersOnBackgroundImage__teasers__teaser {
  width: calc(33.333% - (2 * 25px / 3));
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  position: relative;
  perspective: 800px;
}
.teasersOnBackgroundImage__teasers__teaser:nth-of-type(1n+4) {
  margin-top: 25px;
}
.teasersOnBackgroundImage__teasers__teaser__icon {
  height: 64px;
  flex: 0 0 52px;
  margin-right: 17px;
}
.teasersOnBackgroundImage__teasers__teaser__icon img {
  height: 64px;
  width: 52px;
  object-fit: contain;
}
.teasersOnBackgroundImage__teasers__teaser:hover .teasersOnBackgroundImage__teasers__teaser__inner {
  transform: rotateY(180deg);
}
.teasersOnBackgroundImage__teasers__teaser__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.5s;
  transform: rotateY(0);
  z-index: 2;
}
.teasersOnBackgroundImage__teasers__teaser__inner .teaser__front,
.teasersOnBackgroundImage__teasers__teaser__inner .teaser__back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 35px 25px;
}
.teasersOnBackgroundImage__teasers__teaser__inner .teaser__front {
  -js-display: flex;
  display: flex;
  align-items: center;
  height: 100%;
  background: #fff;
}
.teasersOnBackgroundImage__teasers__teaser__inner .teaser__back {
  background-color: #5C2874;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  color: white;
  padding: 20px;
}
.teasersOnBackgroundImage__teasers__teaser__inner .teaser__back p {
  line-height: 140%;
}

@media all and (max-width: 1720px) {
  .teasersOnBackgroundImage__image::before {
    right: 20%;
  }
}
@media all and (max-width: 1080px) {
  .teasersOnBackgroundImage__wrap {
    clip-path: unset;
    background: #00A19A;
    padding-top: 0;
  }
  .teasersOnBackgroundImage__image {
    position: relative;
    margin-bottom: 50px;
  }
  .teasersOnBackgroundImage__image::before {
    content: none;
  }
  .teasersOnBackgroundImage__image::after {
    content: none;
  }
  .teasersOnBackgroundImage__image picture img {
    width: 100%;
    max-height: 350px;
  }
  .teasersOnBackgroundImage__teasers__teaser {
    width: calc(50% - (20px / 2));
  }
  .teasersOnBackgroundImage__teasers__teaser:hover .teasersOnBackgroundImage__teasers__teaser__inner {
    transform: none;
  }
  .teasersOnBackgroundImage__teasers__teaser:nth-of-type(1n+3) {
    margin-top: 25px;
  }
  .teasersOnBackgroundImage__teasers__teaser__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: unset;
    transform: none;
    z-index: 2;
    -js-display: flex;
    display: flex;
    flex-direction: column;
  }
  .teasersOnBackgroundImage__teasers__teaser__inner .teaser__front,
  .teasersOnBackgroundImage__teasers__teaser__inner .teaser__back {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
  }
  .teasersOnBackgroundImage__teasers__teaser__inner .teaser__front {
    -js-display: flex;
    display: flex;
    align-items: center;
    height: auto;
    background: #fff;
  }
  .teasersOnBackgroundImage__teasers__teaser__inner .teaser__back {
    background-color: #5C2874;
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
    color: white;
    flex: 1;
    display: inline-flex;
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .teasersOnBackgroundImage__inner {
    padding-bottom: 50px;
  }
  .teasersOnBackgroundImage__topText h2 + p {
    margin-top: 20px;
  }
  .teasersOnBackgroundImage__teasers__teaser {
    width: 100%;
  }
  .teasersOnBackgroundImage__teasers__teaser:nth-of-type(1n+2) {
    margin-top: 25px;
  }
  .teasersOnBackgroundImage__teasers__teaser__inner .teaser__front {
    -js-display: flex;
    display: flex;
    align-items: center;
    height: auto;
    background: #fff;
  }
}
.imageAboveTextTeaser__headline {
  margin-bottom: 60px;
}
.imageAboveTextTeaser__inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imageAboveTextTeaser .imageTextTeaser {
  flex: 0 0 calc(25% - (3 * 30px / 4));
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
}
.imageAboveTextTeaser .imageTextTeaser__image picture img {
  width: 100%;
  object-fit: cover;
  max-height: 192px;
}
.imageAboveTextTeaser .imageTextTeaser__text {
  padding: 40px 43px 40px 30px;
}
.imageAboveTextTeaser .imageTextTeaser__text.orangeBg {
  background-color: #5C2874;
}
.imageAboveTextTeaser .imageTextTeaser__text__subTitle {
  margin-bottom: 15px;
  height: 50px;
}
.imageAboveTextTeaser .imageTextTeaser.orangeBg {
  background-color: #5C2874;
}
.imageAboveTextTeaser .imageTextTeaser.orangeBg h4, .imageAboveTextTeaser .imageTextTeaser.orangeBg h5, .imageAboveTextTeaser .imageTextTeaser.orangeBg p {
  color: #fff;
}

@media all and (max-width: 1200px) {
  .imageAboveTextTeaser .imageTextTeaser {
    flex: 0 0 calc(50% - (2 * 30px / 2));
  }
  .imageAboveTextTeaser .imageTextTeaser__image picture img {
    min-height: 192px;
  }
  .imageAboveTextTeaser .imageTextTeaser__text {
    padding: 30px;
  }
  .imageAboveTextTeaser .imageTextTeaser + .imageTextTeaser {
    margin-left: 30px;
  }
  .imageAboveTextTeaser .imageTextTeaser + .imageTextTeaser:nth-of-type(3) {
    margin-left: 0;
  }
  .imageAboveTextTeaser .imageTextTeaser:nth-of-type(1n+3) {
    margin-top: 30px;
  }
}
@media all and (max-width: 650px) {
  .imageAboveTextTeaser .imageTextTeaser {
    flex: 0 0 100%;
  }
  .imageAboveTextTeaser .imageTextTeaser__image picture img {
    min-height: 192px;
  }
  .imageAboveTextTeaser .imageTextTeaser + .imageTextTeaser {
    margin-left: 0;
    margin-top: 30px;
  }
  .imageAboveTextTeaser .imageTextTeaser:nth-of-type(1n+3) {
    margin-top: 30px;
  }
}
.quoteWithTabs__inner {
  position: relative;
}
.quoteWithTabs__headline {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto 60px;
}
.quoteWithTabs .quotes {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.quoteWithTabs .quote {
  -js-display: flex;
  display: flex !important;
}
.quoteWithTabs .quote__image {
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.quoteWithTabs .quote__image img {
  width: 100%;
  object-fit: cover;
}
.quoteWithTabs .quote__tabTitle {
  display: none;
}
.quoteWithTabs .quote__text {
  max-width: 870px;
  margin-left: auto;
  margin-top: 6%;
  padding: 0px 60px 30px;
}
.quoteWithTabs .quote__text blockquote {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}
.quoteWithTabs .quote__text blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -65px;
  background: url("../Images/icons/quote.svg") center no-repeat;
  background-size: contain;
  width: 55px;
  height: 47px;
}
.quoteWithTabs .quote__text blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -55px;
  background: url("../Images/icons/quote.svg") center no-repeat;
  background-size: contain;
  width: 55px;
  height: 47px;
  transform: rotate(180deg);
}
.quoteWithTabs .quote__author {
  margin-top: 60px;
}
.quoteWithTabs .quote__author p {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.quoteWithTabs .quote__author__position {
  font-size: 16px;
}
.quoteWithTabs__navigation {
  width: 92%;
  max-width: 1725px;
  margin-left: auto;
  margin-right: auto;
  background: #00A19A;
  -js-display: flex;
  display: flex !important;
  justify-content: flex-end;
}
.quoteWithTabs__navigation .slick-track {
  -js-display: flex;
  display: flex;
  align-items: center;
}
.quoteWithTabs__navigation .tabNav {
  padding: 35px 20px;
  flex: 1 0 auto;
  cursor: pointer;
  position: relative;
}
.quoteWithTabs__navigation .tabNav::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height: 150px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  display: inline-block;
}
@media all and (max-width: 535px) {
  .quoteWithTabs__navigation .tabNav {
    height: 115px;
    -js-display: flex;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .quoteWithTabs__navigation .tabNav p {
    line-height: 120%;
  }
}
.quoteWithTabs__navigation .tabNav p {
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}
.quoteWithTabs__navigation .tabNav.active a {
  opacity: 1;
}
.quoteWithTabs__navigation .tabNav:hover a {
  opacity: 1;
}
.quoteWithTabs__navigation .tabNav .tabNav {
  margin-left: 20px;
}
.quoteWithTabs__navigation .slick-slide {
  height: 100%;
}
.quoteWithTabs__navigation .slick-current .tabNav p {
  opacity: 1;
}

@media all and (max-width: 1300px) {
  .quoteWithTabs__headline {
    margin-bottom: 40px;
  }
  .quoteWithTabs .quote {
    flex-wrap: wrap;
  }
  .quoteWithTabs .quote__image {
    width: 100%;
  }
  .quoteWithTabs .quote__image img {
    max-height: 400px;
    object-fit: contain;
  }
  .quoteWithTabs .quote__text {
    max-width: unset;
    width: 100%;
    margin-top: 30px;
  }
  .quoteWithTabs .quote__author {
    margin-top: 30px;
  }
  .quoteWithTabs__arrows {
    width: 92%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
  }
  .quoteWithTabs__arrows.mobile {
    display: none;
  }
  .quoteWithTabs__arrows .arrow {
    display: inline-block !important;
    width: 30px;
    height: 17px;
    background: url("../Images/icons/akkordeon-pfeil-schliessen.svg") center no-repeat;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
  }
  .quoteWithTabs__arrows .arrow:hover {
    opacity: 0.8;
  }
  .quoteWithTabs__arrows .arrow.slick-disabled {
    opacity: 0.3;
  }
  .quoteWithTabs__arrows .slickPrevQuotes {
    margin-right: 35px;
    transform: rotate(-90deg);
  }
  .quoteWithTabs__arrows .slickNextQuotes {
    transform: rotate(90deg);
  }
}
@media all and (max-width: 550px) {
  .quoteWithTabs__arrows {
    display: none;
  }
  .quoteWithTabs__arrows.mobile {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .quoteWithTabs__arrows.mobile .slickPrevQuotes {
    position: absolute;
    left: 0;
  }
  .quoteWithTabs__arrows.mobile .slickNextQuotes {
    position: absolute;
    right: 0;
  }
  .quoteWithTabs .slick-list {
    height: auto !important;
  }
  .quoteWithTabs .quote.act .quote__tabTitle::after {
    transform: rotate(0);
  }
  .quoteWithTabs .quote__tabTitle {
    display: block;
    background: #00A19A;
    padding: 20px;
    color: #fff;
    width: 100%;
    position: relative;
    padding-right: 50px;
  }
  .quoteWithTabs .quote__tabTitle::after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: url(../Images/icons/akkordeon-pfeil-schliessen.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 20px;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .quoteWithTabs .quote__text {
    display: none;
    padding: 0 40px 30px;
    margin-top: 10px;
  }
  .quoteWithTabs .quote__text blockquote {
    font-size: 18px;
    line-height: 32px;
  }
  .quoteWithTabs .quote__text blockquote::before {
    left: -40px;
    width: 35px;
    height: 27px;
  }
  .quoteWithTabs .quote__text blockquote::after {
    width: 35px;
    height: 27px;
    right: -40px;
  }
  .quoteWithTabs__navigation {
    display: none !important;
  }
}
.gridContactPerson {
  -js-display: flex;
  display: flex;
}
.gridContactPerson.align__middle {
  align-items: center;
}
.gridContactPerson.align__bottom {
  align-items: flex-end;
}
.gridContactPerson > .col.col1 {
  width: 100%;
  max-width: 865px;
}
.gridContactPerson > .col.col2 {
  width: 100%;
  max-width: 437px;
}
.gridContactPerson > .col + .col {
  margin-left: 110px;
}

@media all and (max-width: 1024px) {
  .gridContactPerson {
    flex-wrap: wrap;
  }
  .gridContactPerson > .col.col1 {
    max-width: unset;
  }
  .gridContactPerson > .col.col2 {
    max-width: unset;
  }
  .gridContactPerson > .col + .col {
    margin-left: 0;
    margin-top: 40px;
  }
}
.mediathek__headline {
  margin-bottom: 60px;
}
.mediathek__nav {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}
.mediathek__nav ul {
  -js-display: flex;
  display: flex;
}
.mediathek__nav ul li {
  padding: 0;
}
.mediathek__nav ul li::before {
  content: none;
}
.mediathek__nav ul li + li {
  margin-left: 40px;
}
.mediathek__nav ul li a {
  color: #00A19A;
  opacity: 0.5;
  font-weight: 600;
  line-height: 32px;
}
.mediathek__nav ul li:hover a {
  color: #00A19A;
  opacity: 1;
}
.mediathek__images h3, .mediathek__videos h3, .mediathek__pdfs h3 {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.mediathek__images h3 + div, .mediathek__videos h3 + div, .mediathek__pdfs h3 + div {
  padding-top: 0;
}
.mediathek__images .wrap, .mediathek__videos .wrap, .mediathek__pdfs .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.mediathek__images picture img, .mediathek__videos picture img, .mediathek__pdfs picture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  max-height: 220px;
}
.mediathek__images .text, .mediathek__videos .text, .mediathek__pdfs .text {
  padding: 15px 25px 25px 17px;
  background: #fff;
}
.mediathek__images .text .title, .mediathek__videos .text .title, .mediathek__pdfs .text .title {
  font-weight: 600;
}
.mediathek__images .text .description, .mediathek__videos .text .description, .mediathek__pdfs .text .description {
  margin-top: 10px !important;
}
.mediathek__images .text p, .mediathek__videos .text p, .mediathek__pdfs .text p {
  font-size: 16px;
  line-height: 24px;
}
.mediathek__images .text p + p, .mediathek__videos .text p + p, .mediathek__pdfs .text p + p {
  margin-top: 0;
}
.mediathek__image {
  flex: 0 0 22.4%;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  position: relative;
  margin: 0 11px;
}
.mediathek__image:nth-of-type(1n+5) {
  margin-top: 30px;
}
.mediathek__image__subTitle {
  font-weight: 600;
}
.mediathek__image__download {
  display: block;
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 14px;
  height: 20px;
  background: url("../Images/icons/herunterladen.svg") left no-repeat;
  background-size: contain;
}
.mediathek__image__download span {
  display: none;
}
.mediathek__videos {
  margin-top: 60px;
}
.mediathek__video {
  flex: 0 0 22.4%;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  margin: 0 11px;
}
.mediathek__video a {
  display: block;
  position: relative;
}
.mediathek__video a::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.mediathek__video a::after {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid rgb(255, 255, 255);
}
.mediathek__video a:hover::before {
  background-color: #5C2874;
}
.mediathek__video:nth-of-type(1n+5) {
  margin-top: 30px;
}
.mediathek__pdfs {
  margin-top: 60px;
}
.mediathek__pdf {
  flex: 0 0 22.4%;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  margin: 0 11px;
}
.mediathek__detail {
  max-width: 1400px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.mediathek__detail picture {
  background-color: #fff;
}
.mediathek__detail .mediathek__image__download {
  width: 140px;
  background-position: left;
}
.mediathek__detail .mediathek__image__download span {
  display: block;
  line-height: 100%;
  padding-left: 20px;
}
.mediathek__detail .mfp-close {
  color: #fff !important;
  right: 0;
  top: -2%;
}
.mediathek__detail .text {
  padding: 15px 53px 25px 17px;
  background: #fff;
  position: relative;
}
.mediathek__detail .text .title {
  font-weight: 600;
}
.mediathek__detail .text .description {
  margin-top: 15px !important;
}
.mediathek__detail .text p {
  font-size: 16px;
  line-height: 24px;
}
.mediathek__detail .text p + p {
  margin-top: 0;
}
.mediathek__detail .ytframe {
  height: 560px;
}

@media all and (max-width: 1494px) {
  .mediathek__image {
    flex: 0 0 31.4%;
  }
  .mediathek__image:nth-of-type(1n+4) {
    margin-top: 30px;
  }
  .mediathek__video {
    flex: 0 0 31.4%;
  }
  .mediathek__video:nth-of-type(1n+4) {
    margin-top: 30px;
  }
  .mediathek__pdf {
    flex: 0 0 31.4%;
  }
  .mediathek__pdf:nth-of-type(1n+4) {
    margin-top: 30px;
  }
}
@media all and (max-width: 1261px) {
  .mediathek__image {
    flex: 0 0 47%;
  }
  .mediathek__image:nth-of-type(1n+3) {
    margin-top: 30px;
  }
  .mediathek__image img {
    min-height: 300px;
  }
  .mediathek__video {
    flex: 0 0 47%;
  }
  .mediathek__video:nth-of-type(1n+3) {
    margin-top: 30px;
  }
  .mediathek__pdf {
    flex: 0 0 47%;
  }
  .mediathek__pdf:nth-of-type(1n+3) {
    margin-top: 30px;
  }
}
@media all and (max-width: 813px) {
  .mediathek__image {
    flex: 0 0 100%;
    margin: 0;
  }
  .mediathek__image:nth-of-type(1n+2) {
    margin-top: 30px;
  }
  .mediathek__video {
    flex: 0 0 100%;
    margin: 0;
  }
  .mediathek__video:nth-of-type(1n+2) {
    margin-top: 30px;
  }
  .mediathek__pdf {
    flex: 0 0 100%;
    margin: 0;
  }
  .mediathek__pdf:nth-of-type(1n+2) {
    margin-top: 30px;
  }
}
@media all and (max-width: 720px) {
  .mediathek__detail .mediathek__image__download {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
  .mediathek__detail .iframewrap .privacytext {
    width: 96%;
  }
  .mediathek__detail .ytframe {
    height: 400px;
  }
}
@media all and (max-width: 470px) {
  .mediathek__images picture img {
    min-height: 300px;
  }
  .mediathek__detail picture img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
  }
}
.pdfList .headline {
  margin-bottom: 40px;
}
.pdfList__pdf {
  background-color: #fff;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  padding: 20px 30px;
}
.pdfList__pdf__text {
  display: flex;
  align-items: center;
}
.pdfList__pdf__text h5 + p {
  padding-top: 5px;
}
.pdfList__pdf__text p {
  text-transform: uppercase;
  font-weight: 600;
}
.pdfList__pdf__text .wrap {
  max-width: 80%;
  margin-right: 15px;
}
.pdfList__pdf__text .button, .pdfList__pdf__text input[type=submit], .pdfList__pdf__text button {
  margin-left: auto;
}
.pdfList__pdf + .pdfList__pdf {
  margin-top: 20px;
}
.pdfList .icon-postIdent {
  display: block;
  background: url("../Images/logo-postident.jpg") center no-repeat;
  background-size: contain;
  width: 320px;
  height: 60px;
  margin-top: 25px;
}
.pdfList .postident {
  position: relative;
}
.pdfList .postident a {
  display: block;
}
.pdfList .postident a::before {
  content: none;
}
.pdfList .postident a:hover .hoverText {
  opacity: 1;
  overflow: visible;
  height: auto;
}
.pdfList .postident .hoverText {
  position: absolute;
  opacity: 0;
  left: 0;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  padding: 2px 10px;
  transition: opacity 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
  color: #000000;
  font-size: 13px;
  bottom: -50px;
  z-index: 5;
}

@media all and (max-width: 768px) {
  .pdfList__pdf__text {
    flex-wrap: wrap;
  }
  .pdfList__pdf__text .wrap {
    max-width: unset;
    width: 100%;
    margin-right: 0;
  }
  .pdfList__pdf__text .button, .pdfList__pdf__text input[type=submit], .pdfList__pdf__text button {
    margin-left: unset;
    margin-top: 15px;
  }
  .pdfList .postident .hoverText {
    display: block;
    position: relative;
    opacity: 1;
    bottom: 0;
  }
  .pdfList .icon-postIdent {
    width: 100%;
    height: auto0;
  }
}
.foot {
  background-color: #000;
  color: #fff;
  padding: 65px 0;
  position: relative;
  background-size: cover;
}
.foot .inner {
  display: flex;
  max-width: 1725px;
  justify-content: space-between;
  align-items: baseline;
}
.foot a {
  text-decoration: none;
  color: #fff;
}
.foot a:hover {
  text-decoration: underline;
}
.foot__logo {
  padding-bottom: 15px;
}
.foot-contact {
  display: flex;
}
.foot-contact p + p {
  margin-top: 0;
  margin-left: 50px;
}
.foot__socialMedia {
  display: flex;
  align-items: flex-start;
}
.foot__socialMedia p {
  display: flex;
}
.foot__socialMedia p + p {
  margin-top: 0;
  margin-left: 35px;
}
.foot .copy {
  width: 92%;
  max-width: 1725px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-top: 25px;
}
.foot .copy p {
  font-size: 14px;
  line-height: 18px;
}
.foot .footnavmenu {
  display: flex;
}
.foot .footnavmenu li + li {
  margin-left: 45px;
}

@media all and (max-width: 1690px) {
  .foot-contact p a {
    font-size: 0;
    line-height: 0;
    width: 22px;
    height: 22px;
  }
  .foot-contact p + p {
    margin-left: 0px;
  }
}
@media all and (max-width: 1200px) {
  .foot__logo {
    width: 25%;
  }
}
@media all and (max-width: 1100px) {
  .foot .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot__logo {
    width: 100%;
  }
  .foot .footnav {
    width: 100%;
    margin-top: 30px;
  }
  .foot .footnav .footnavmenu {
    justify-content: center;
  }
  .foot-contact {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .foot-contact p {
    width: 25px;
    height: 25px;
  }
  .foot-contact p a {
    width: 25px;
    height: 25px;
  }
  .foot-contact p + p {
    margin-left: 35px;
  }
  .foot .copy {
    text-align: center;
  }
}
@media all and (max-width: 1100px) {
  .foot figure {
    text-align: center;
  }
  .foot .footnav .footnavmenu {
    flex-wrap: wrap;
  }
  .foot .footnav .footnavmenu li {
    text-align: center;
    width: 100%;
  }
  .foot .footnav .footnavmenu li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.backtotop {
  position: absolute;
  top: -21px;
  right: 30px;
  width: 42px;
  height: 42px;
  display: block;
  background: #00A19A;
}
.backtotop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
  transform: translate(-50%, -50%);
  display: block;
  background: url("../Images/icons/backTopTop_Arrow.svg") no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.backtotop span {
  display: none;
}
.backtotop:hover {
  background-color: #008882;
}

.gridNews {
  position: relative;
}
.gridNews__inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.gridNews__inner::before {
  content: "";
  position: absolute;
  left: -300px;
  bottom: 0;
  background: url("../Images/icons/Buss_dotsA.gif") center no-repeat;
  background-size: 100%;
  width: 826px;
  height: 580px;
  z-index: -1;
}
.gridNews .grid2cols {
  width: calc((100vw - 1400px) / 2 + 100%);
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.gridNews .grid2cols > .col.col1 {
  max-width: 580px;
}
.gridNews .grid2cols > .col.col1 .button, .gridNews .grid2cols > .col.col1 input[type=submit], .gridNews .grid2cols > .col.col1 button {
  margin-top: 45px;
}
.gridNews .grid2cols > .col.col2 {
  max-width: 1050px;
  width: 100%;
}
.gridNews .news-list-view-slider .article .teaser-text {
  height: 70%;
  display: flex;
  flex-wrap: wrap;
}
.gridNews .news-list-view-slider .article .teaser-text .more {
  margin-top: auto;
  font-weight: 600;
  font-size: 20px;
}

@media all and (max-width: 1450px) {
  .gridNews {
    position: relative;
  }
  .gridNews__inner {
    width: 92%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .gridNews__inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../Images/icons/Buss_dotsA.gif") center no-repeat;
    background-size: 100%;
    width: 826px;
    height: 580px;
    z-index: -1;
  }
  .gridNews .grid2cols {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gridNews .grid2cols > .col.col1 {
    max-width: 580px;
    margin-bottom: 40px;
  }
  .gridNews .grid2cols > .col.col1 .button, .gridNews .grid2cols > .col.col1 input[type=submit], .gridNews .grid2cols > .col.col1 button {
    margin-top: 30px;
  }
  .gridNews .grid2cols > .col.col2 {
    max-width: unset;
  }
  .gridNews .grid2cols > .col + .col {
    margin-left: 0;
  }
  .gridNews .slick-track {
    display: flex !important;
  }
  .gridNews .slick-track .slick-slide {
    height: inherit !important;
  }
}
.news-list-view .articleWrap + .articleWrap {
  margin-top: 30px;
}
.news-list-view .article {
  max-width: 330px;
  background: #5C2874;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  height: 100%;
}
.news-list-view .article .news-img-wrap a img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.news-list-view .article .teaser-text {
  padding: 30px;
}
.news-list-view .article .teaser-text p {
  color: #fff;
}
.news-list-view .article .teaser-text .header .news-list-date time {
  font-weight: 600;
}
.news-list-view .article .teaser-text .header h5 {
  color: #fff;
  margin: 6px 0 10px;
}
.news-list-view .article .teaser-text .header h5 a {
  color: #fff;
}
.news-list-view .article .teaser-text .more {
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  display: block;
}
.news-list-view .article .teaser-text .more::after {
  content: "";
  position: relative;
  height: 14px;
  width: 24px;
  display: inline-block;
  background: url("../Images/icons/pfeil-weiss.svg") center no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.news-list-view .article .teaser-text .more:hover::after {
  transform: translateX(5px);
}
.news-list-view .slick-arrows .slick-arrow {
  display: inline-block;
  width: 30px;
  height: 17px;
  background: url("../Images/icons/icon_sliderArrow.svg") center no-repeat;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.news-list-view .slick-arrows .slick-arrow:hover {
  opacity: 0.8;
}
.news-list-view .slick-arrows .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.news-list-view .slick-arrows .slickPrev {
  transform: scaleX(-1);
  margin-right: 35px;
}
.news-list-view .slickStatus {
  display: inline-block;
  color: #00A19A;
  font-size: 21px;
  font-weight: 700;
  margin-left: 45px;
}
.news-list-view .slickStatus .bigNumber {
  font-size: 30px;
  padding-right: 12px;
  display: inline-block;
  color: #00A19A;
}
.news-list-view .slickStatus .spacer {
  display: inline-block;
  padding-right: 5px;
}

.news-slider .slick-dots {
  display: none !important;
}
.news-slider .slick-slide {
  padding-right: 20px;
}
.news-slider .slick-slide > div {
  height: 100%;
}

.news-list-view .article.imageBesideTextFullWidth__imageText {
  max-width: unset;
}
.news-list-view .article.imageBesideTextFullWidth__imageText:hover .header time {
  color: #fff;
}
.news-list-view .article.imageBesideTextFullWidth__imageText:hover .header h5 a {
  color: #fff;
}
.news-list-view .article.imageBesideTextFullWidth__imageText .header time {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.news-list-view .article.imageBesideTextFullWidth__imageText .header h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.news-list-view .article.imageBesideTextFullWidth__imageText .header h5 a {
  transition: all 0.3s ease-in-out;
}
.news-list-view .article.imageBesideTextFullWidth__imageText .description p {
  line-height: 140%;
}
.news-list-view .article.imageBesideTextFullWidth__imageText .news-img-wrap {
  height: 100%;
}
.news-list-view .article.imageBesideTextFullWidth__imageText .news-img-wrap a {
  display: block;
  height: 100%;
}
.news-list-view .article.imageBesideTextFullWidth__imageText .news-img-wrap a img {
  height: 100%;
}

.news-single .article .newsBanner .news-img-wrap img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.news-single .article > .inner {
  max-width: 1400px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.news-single .article .header p + h2 {
  margin-top: 0;
}
.news-single .article .header .teaser-text {
  margin: 15px 0;
  padding-top: 0;
}
.news-single .article .header .teaser-text p {
  font-weight: 700;
}
.news-single .article .news-backlink-wrap {
  margin-top: 50px;
}
.news-single .share-link:last-of-type span, .news-single .share-link:nth-of-type(4) span {
  left: -80px;
}

@media all and (max-width: 1024px) {
  .news .news-list-view .imageBesideTextFullWidth__imageText__text {
    padding-bottom: 65px;
  }
  .news .news-list-view .imageBesideTextFullWidth__imageText .button__text {
    font-size: 19px;
  }
}
@media all and (max-width: 768px) {
  .news .news-list-view .article.imageBesideTextFullWidth__imageText .news-img-wrap a img {
    max-height: 350px;
    height: 100vh;
    object-fit: cover;
  }
}
@media all and (max-width: 470px) {
  .news .news-list-view .article.imageBesideTextFullWidth__imageText .news-img-wrap a img {
    max-height: 220px;
    height: 100vh;
    object-fit: cover;
  }
}
/*Powermail*/
.tx-powermail #powermail_captchaimage {
  margin-top: 10px;
}
.tx-powermail .powermail_form h3 {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
  padding: 3px 0;
  position: relative;
  margin: 10px 0;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.powermail_field_error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.powermail_field_error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.powermail_field_error {
  border: 2px solid #5C2874;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.powermail_field_error {
  border: 2px solid #5C2874;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
  display: inline-block;
  margin-right: 2%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
  display: flex;
  justify-content: flex-end;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
  font-size: 13px;
  line-height: 140%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
  color: #5C2874;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
  padding: 10px;
  width: 100%;
  padding-left: 0;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.powermail_field_error {
  background: #5C2874;
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error a, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.powermail_field_error a {
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
  color: #5C2874;
  font-size: 15px;
}
.tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_form .powermail_fieldset .powermail-errors-list {
  display: none;
}
.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none;
}
.tx-powermail .greyboxpowermail {
  background: #f1f1f1;
  padding: 2%;
}
.tx-powermail .powermail_fieldwrap_width50,
.tx-powermail .powermail_fieldwrap_width33 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail {
  width: calc(33.333% - (2 * 20px / 3));
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
  margin-left: 20px;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail:nth-child(3n+1),
.tx-powermail .powermail_fieldwrap_width33 .width33powermail:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 470px) {
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width33powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
    margin-left: 0;
  }
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail {
  width: calc(50% - (20px / 2));
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
  margin-left: 20px;
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail:nth-child(2n+1),
.tx-powermail .powermail_fieldwrap_width33 .width50powermail:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 470px) {
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
    margin-left: 0;
  }
}
.tx-powermail .powermail_create table td {
  padding: 5px 10px;
}

.tx-powermail .fastapply.powermail_form .powermail_fieldset {
  position: relative;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 {
  display: none;
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  padding: 15px 30px 40px;
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  margin-top: 0;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 legend.powermail_legend {
  display: none;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 .powermail_fieldwrap_text div {
  color: #002650;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 .custom-file-input-label {
  display: flex;
  align-items: center;
  background: #5C2874;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 .custom-file-input-label:hover {
  background: #00A19A;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 .custom-file-input-label::before {
  content: "";
  position: relative;
  background: url("../Images/icons/icon-upload.svg") center no-repeat;
  background-size: contain;
  height: 23px;
  width: 17px;
  display: inline-block;
  margin: 0 50px 0 15px;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 .custom-file-input {
  color: transparent;
  width: 100%;
  display: none;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset.powermail_fieldset_3 .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset legend.powermail_legend {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #5C2874;
  box-shadow: 0 3px 10px 0 rgba(149, 149, 149, 0.5);
  padding: 10px 20px;
  padding-left: 60px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset legend.powermail_legend::before {
  content: "";
  position: absolute;
  left: 20px;
  height: 24px;
  width: 24px;
  display: inline-block;
  background: url("../Images/icons/icon-schnellbewerbung.svg") center no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset legend.powermail_legend::after {
  content: "";
  background: url("../Images/icons/icon_arrow-right-white.svg") center no-repeat;
  background-size: contain;
  height: 20px;
  width: 26px;
  display: inline-block;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease-in-out;
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset legend.powermail_legend:hover::after {
  transform: rotate(-90deg);
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset legend.powermail_legend.active::after {
  transform: rotate(-90deg);
}
.tx-powermail .fastapply.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
  justify-content: flex-start;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 20px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 20px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 20px;
}
[dir=rtl] .slick-next {
  left: 20px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

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

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

.header-search {
  position: relative;
  margin-left: 25px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.header-search .icon-search {
  display: block;
  width: 17px;
  height: 17px;
  background: url("../Images/icons/suche.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.header-search .searchBox {
  display: none;
  position: absolute;
  top: 30px;
  width: 250px;
  padding: 20px;
  left: -50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: #00A19A;
}
.header-search .searchBox input {
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  background: #00A19A;
  font-size: 16px;
}
.header-search .searchBox input::-webkit-input-placeholder {
  color: #fff;
}
.header-search .searchBox input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.header-search .searchBox input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.header-search .searchBox input:-ms-input-placeholder {
  color: #fff;
}
.header-search .searchBox button {
  margin-top: 10px;
  background-color: #b6b6b6;
  color: #00A19A;
  text-transform: inherit;
  font-weight: 400;
  font-weight: 600;
  font-size: 16px;
}
.header-search .searchBox button:hover {
  background-color: #5C2874;
  color: #b6b6b6;
}

/*suche*/
.tx-indexedsearch-searchbox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch {
  width: 50%;
  margin: 0 auto;
  background: #b6b6b6;
  padding: 3%;
}
.tx-indexedsearch-searchbox #tx_indexedsearch legend {
  text-align: center;
  color: #5C2874;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
  display: none;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form input {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #00A19A;
  border-left: none;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form input:focus {
  border-bottom: 2px solid #5C2874;
  outline: none;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button {
  margin-top: 20px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button:hover {
  background: #00A19A;
}

.tx-indexedsearch-res {
  box-shadow: 0 7px 16px 2px rgba(29, 45, 73, 0.1);
  padding: 20px 3%;
  margin: 20px 0;
}
.tx-indexedsearch-res h4 .tx-indexedsearch-title span, .tx-indexedsearch-res h4 .tx-indexedsearch-title a {
  display: block;
  text-decoration: none;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
  color: #5C2874;
}
.tx-indexedsearch-res dl {
  display: flex;
}
.tx-indexedsearch-res dl dd p {
  margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-path {
  margin-top: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-path a {
  font-weight: 600;
  font-size: 19px;
}

.tx-indexedsearch-browsebox {
  margin: 10px 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  display: flex;
  flex-wrap: wrap;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  padding: 10px 20px;
  margin-right: 10px;
  background: #5C2874;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  color: #fff;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:before {
  content: none;
}

@media (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch {
    width: 100%;
  }
}
.tx-googlejobs .googlejobs__job_subtitle {
  font-weight: 700;
  margin: 10px 0 20px;
}
.tx-googlejobs .hiringorganization {
  margin: 10px 0;
}
.tx-googlejobs .jobsHeadline {
  margin-bottom: 40px;
}
.tx-googlejobs .googlejobs__show_inner .col2 p + p {
  margin-top: 5px;
}
.tx-googlejobs .googlejobs__show_inner .col2 .button, .tx-googlejobs .googlejobs__show_inner .col2 input[type=submit], .tx-googlejobs .googlejobs__show_inner .col2 button {
  margin-top: 0;
}
.tx-googlejobs .googlejobs__show_inner .col2 hr {
  background: #ccc;
}
.tx-googlejobs .googlejobs__show_inner .googlejobs__logo {
  margin-bottom: 15px;
}
.tx-googlejobs .imageBesideTextFullWidth__imageText__text {
  padding: 50px 70px 40px 40px;
}
.tx-googlejobs .jobs + .jobs {
  margin-top: 50px;
}
.tx-googlejobs h2 + .imageBesideTextFullWidth__imageText {
  padding-top: 0;
}

#uid71 .gridContactPerson {
  margin-top: 80px;
}
#uid71 .gridContactPerson > .col.col1 {
  max-width: 990px;
}
#uid71 .gridContactPerson > .col + .col {
  margin-left: 30px;
}
#uid71 .tx-googlejobs hr {
  margin: 30px auto;
}
#uid71 .googlejobs .align__bottom {
  align-items: flex-end;
}
#uid71 .googlejobs__city {
  margin-top: 20px;
}
#uid71 .googlejobs__city p {
  font-weight: 700;
  font-size: 21px;
}
#uid71 .googlejobs__whatyouget {
  margin-top: 30px;
}
#uid71 .googlejobs__buttons {
  margin-top: 50px;
}
#uid71 .googlejobs__buttons a {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  border: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
  background: #5C2874;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px 0 rgba(149, 149, 149, 0.5);
  cursor: pointer;
}
#uid71 .googlejobs__buttons a:hover {
  background-color: #00A19A;
  color: #fff;
}
#uid71 .googlejobs__buttons a + a {
  margin-left: 20px;
}
#uid71 .back_to_list {
  margin-top: 100px;
}

@media all and (max-width: 1360px) {
  #uid71 .gridContactPerson {
    flex-wrap: wrap;
  }
  #uid71 .gridContactPerson > .col.col1 {
    max-width: unset;
  }
  #uid71 .gridContactPerson > .col.col2 {
    max-width: unset;
  }
  #uid71 .gridContactPerson > .col + .col {
    margin-left: 0;
    margin-top: 100px;
  }
}
@media all and (max-width: 830px) {
  #uid71 .tx-googlejobs .grid2cols {
    flex-wrap: wrap;
  }
  #uid71 .tx-googlejobs .grid2cols > .col {
    width: 100%;
    margin-bottom: 0;
  }
  #uid71 .tx-googlejobs .grid2cols > .col + .col {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media all and (max-width: 768px) {
  .tx-googlejobs .imageBesideTextFullWidth__imageText__text {
    padding: 30px 70px 30px 40px;
  }
}
@media all and (max-width: 470px) {
  .tx-googlejobs .imageBesideTextFullWidth__imageText__text {
    padding: 20px 50px 20px 20px;
  }
  .tx-googlejobs .imageBesideTextFullWidth__imageText .button__text {
    font-size: 18px;
    line-height: 32px;
  }
  .tx-googlejobs .imageBesideTextFullWidth__imageText .button__text::after {
    top: 2px;
  }
  .jobTeaser .teaser__headline {
    height: auto;
  }
}
.tx-contactpersons .contactpersons .person {
  display: flex;
}
.tx-contactpersons .contactpersons .person__image {
  flex: 0 0 180px;
}
.tx-contactpersons .contactpersons .person__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-contactpersons .contactpersons .person__content {
  background-color: #00A19A;
  padding: 20px;
  flex: 0 0 257px;
}
.tx-contactpersons .contactpersons .person__content h3, .tx-contactpersons .contactpersons .person__content h4, .tx-contactpersons .contactpersons .person__content h5, .tx-contactpersons .contactpersons .person__content p, .tx-contactpersons .contactpersons .person__content a {
  color: #fff;
}
.tx-contactpersons .contactpersons .person__namePosition {
  margin-bottom: 15px;
}
.tx-contactpersons .contactpersons .person__namePosition p {
  line-height: 130%;
}
.tx-contactpersons .contactpersons .person__namePosition p:first-of-type {
  font-weight: 800;
}
.tx-contactpersons .contactpersons .person__namePosition p + p {
  margin-top: 0;
}
.tx-contactpersons .contactpersons .person__detailInfo p, .tx-contactpersons .contactpersons .person__detailInfo a {
  font-size: 18px;
  line-height: 150%;
}
.tx-contactpersons .contactpersons .person__detailInfo a {
  transition: all 0.3s ease-in-out;
}
.tx-contactpersons .contactpersons .person__detailInfo a:hover {
  color: #5C2874;
}

@media all and (max-width: 470px) {
  .tx-contactpersons .contactpersons .person {
    display: flex;
    flex-wrap: wrap;
  }
  .tx-contactpersons .contactpersons .person__image {
    flex: 0 0 100%;
  }
  .tx-contactpersons .contactpersons .person__image img {
    height: 100%;
    object-fit: cover;
  }
  .tx-contactpersons .contactpersons .person__content {
    flex: 1 0 auto;
  }
}
.tx-contactpersons .contactpersons .persons_services .inner,
.tx-contactpersons .contactpersons .persons_stabsbereiche .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tx-contactpersons .contactpersons .persons_services .inner .person-wrap,
.tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap {
  flex: 0 0 49%;
}
@media all and (max-width: 1024px) {
  .tx-contactpersons .contactpersons .persons_services .inner .person-wrap,
  .tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap {
    flex: 0 0 100%;
  }
  .tx-contactpersons .contactpersons .persons_services .inner .person-wrap:nth-of-type(2),
  .tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap:nth-of-type(2) {
    margin-top: 30px;
  }
}
.tx-contactpersons .contactpersons .persons_services .inner .person-wrap:nth-of-type(1n+3),
.tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap:nth-of-type(1n+3) {
  margin-top: 30px;
}
.tx-contactpersons .contactpersons .persons_services .inner .person-wrap .person,
.tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap .person {
  height: 88%;
}
.tx-contactpersons .contactpersons .persons_services .inner .person-wrap .person__image,
.tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap .person__image {
  flex: 0 0 30%;
}
@media all and (max-width: 470px) {
  .tx-contactpersons .contactpersons .persons_services .inner .person-wrap .person__image,
  .tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap .person__image {
    flex: 0 0 180px;
  }
}
.tx-contactpersons .contactpersons .persons_services .inner .person-wrap .person__content,
.tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap .person__content {
  flex: 0 0 70%;
}
@media all and (max-width: 470px) {
  .tx-contactpersons .contactpersons .persons_services .inner .person-wrap .person__content,
  .tx-contactpersons .contactpersons .persons_stabsbereiche .inner .person-wrap .person__content {
    flex: 1 0 100%;
  }
}

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #39f;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #39f;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cc-revoke {
  padding: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

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

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

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

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

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

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

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

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 1400px;
  margin: 0 auto;
  cursor: auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

/* Added by Andy Meetan */
.delay-150 {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-350 {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.delay-450 {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-550 {
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.delay-650 {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-850 {
  -webkit-animation-delay: 0.85s;
  -moz-animation-delay: 0.85s;
  -o-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.delay-950 {
  -webkit-animation-delay: 0.95s;
  -moz-animation-delay: 0.95s;
  -o-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#CybotCookiebotDialog {
  border-color: #fff !important;
  box-shadow: 0 7px 16px 5px rgba(115, 115, 115, 0.5) !important;
  margin-top: 185px !important;
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentTitle {
  font-family: "Source Sans Pro", Verdana, Arial, sans-serif !important;
  color: #00A19A !important;
  font-weight: 700 !important;
  font-size: 30px !important;
}
#CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
  font-family: "Source Sans Pro", Verdana, Arial, sans-serif !important;
  color: #000000 !important;
  line-height: 140% !important;
  font-size: 15px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  margin: 10px 0 20px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #fff !important;
  color: #000000 !important;
  border: 1px solid #fff !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #5C2874 !important;
  border: 1px solid #5C2874 !important;
  padding: 10px !important;
  font-size: 15px !important;
  height: 20px !important;
  max-width: 172px !important;
}
