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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* slabo-13px-regular - latin */
@font-face {
  font-family: 'Slabo 13px';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/slabo-13px-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/slabo-13px-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/slabo-13px-v8-latin-regular.woff2") format("woff2"), url("../Fonts/slabo-13px-v8-latin-regular.woff") format("woff"), url("../Fonts/slabo-13px-v8-latin-regular.ttf") format("truetype"), url("../Fonts/slabo-13px-v8-latin-regular.svg#Slabo13px") format("svg");
  /* Legacy iOS */ }

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/titillium-web-v9-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-300.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-300.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-300.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-300.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-300italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/titillium-web-v9-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-300italic.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-300italic.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-300italic.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-300italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/titillium-web-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-regular.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-regular.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-regular.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-regular.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/titillium-web-v9-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-italic.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-italic.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-italic.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/titillium-web-v9-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-600.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-600.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-600.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-600.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-600italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/titillium-web-v9-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-600italic.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-600italic.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-600italic.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-600italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/titillium-web-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-700.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-700.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-700.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-700.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-700italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/titillium-web-v9-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/titillium-web-v9-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/titillium-web-v9-latin-700italic.woff2") format("woff2"), url("../Fonts/titillium-web-v9-latin-700italic.woff") format("woff"), url("../Fonts/titillium-web-v9-latin-700italic.ttf") format("truetype"), url("../Fonts/titillium-web-v9-latin-700italic.svg#TitilliumWeb") 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: 15px;
  font-weight: normal;
  font-family: "Slabo 13px", Verdana, Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 160%; }

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

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

hr {
  display: block;
  height: 1px;
  background: #000;
  margin: 35px 0;
  border: none; }
  hr.gradient {
    height: 5px;
    background: linear-gradient(90deg, #FB3099 0%, #00B8F1 100%);
    border-radius: 5px; }

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;
  max-width: none; }

figure {
  margin: 0; }

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

p strong {
  font-family: "Titillium Web", Verdana, Arial, sans-serif;
  font-weight: 600; }

a {
  color: #FB3099;
  text-decoration: underline;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #00B8F1; }

a.lightbox {
  display: block;
  overflow: hidden; }
  a.lightbox img {
    transition: all 0.5s ease-in-out; }
  a.lightbox:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.cont a[href*="//"]:not(.pdf) {
  position: relative; }
  .cont a[href*="//"]:not(.pdf):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,
.image a[href*="//"]:before,
.button[href*="//"]:before,
input[href*="//"][type=submit]:before,
button[href*="//"]:before {
  content: none; }

.allcont ul li {
  padding: 5px 10px 5px 25px;
  position: relative; }
  .allcont ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #00B8F1;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px; }
  .allcont ul li ul li {
    padding: 5px 10px 5px 20px; }
    .allcont ul li ul li::before {
      background: #25cbff; }

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

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

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

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

.allcont .ce-textpic.ce-intext.ce-left .ce-gallery {
  margin-right: 25px; }

.allcont .ce-textpic.ce-intext.ce-right .ce-gallery {
  margin-left: 25px; }

.iframewrap.ce-center .ce-outer, .iframewrap.ce-center .ce-inner {
  position: static;
  float: none; }

.iframewrap .ce-column {
  float: none; }

.iframewrap figure {
  display: block; }

.iframewrap .video-embed {
  position: relative;
  max-width: 100%;
  padding-bottom: 56%; }
  .iframewrap .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

audio,
video {
  display: unset; }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 470px) {
  .frame-space-before-medium {
    margin-top: 50px; }
  .frame-space-before-large {
    margin-top: 80px; }
  .frame-space-before-extra-large {
    margin-top: 100px; }
  .frame-space-after-medium {
    margin-bottom: 50px; }
  .frame-space-after-large {
    margin-bottom: 80px; }
  .frame-space-after-extra-large {
    margin-bottom: 100px; } }

/*Textstile -----------------------------------------*/
.button, input[type=submit], button {
  display: inline-block;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  font-family: "Titillium Web", Verdana, Arial, sans-serif;
  padding: 10px 60px;
  text-decoration: none;
  font-size: 17px;
  line-height: 160%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .button:hover, input[type=submit]:hover, button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  @media all and (max-width: 768px) {
    .button, input[type=submit], button {
      padding: 10px 20px; } }
.redtext {
  color: #b10000; }

.largetext {
  font-size: 19px;
  line-height: 160%; }

.largetextnews {
  font-size: 17px;
  line-height: 160%; }

.uppercase {
  text-transform: uppercase; }

.facebook,
.twitter,
.instagram,
.linkedin,
.xing {
  display: block;
  width: 14px;
  height: 30px;
  background: url("../Images/facebook.svg") no-repeat center/100% auto;
  color: transparent;
  text-indent: 100%;
  overflow: hidden; }

.twitter {
  width: 30px;
  height: 30px;
  background-image: url("../Images/twitter.svg"); }

.instagram {
  width: 29px;
  height: 29px;
  background-image: url("../Images/instagram.svg"); }

.linkedin {
  width: 31px;
  height: 29px;
  background-image: url("../Images/linkedin.svg"); }

.xing {
  width: 27px;
  height: 29px;
  background-image: url("../Images/xing.svg"); }

.login {
  display: block;
  width: 107px;
  height: 27px;
  background: url("../Images/login.svg") no-repeat center/100% auto;
  color: transparent !important;
  text-indent: 100%;
  overflow: hidden; }

.tag {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 100%;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: "Titillium Web", Verdana, Arial, sans-serif;
  padding: 5px 10px; }

a.tag {
  text-decoration: none; }
  a.tag:hover {
    color: #fff;
    background-color: #FB3099;
    border-color: #FB3099; }

.mail {
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url("../Images/mail.svg") no-repeat center/100% auto;
  color: transparent !important;
  text-indent: 100%;
  overflow: hidden; }
  .mail:hover {
    opacity: 0.7; }

.edit,
.pdf,
.logout {
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Titillium Web", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px; }
  .edit:hover,
  .pdf:hover,
  .logout:hover {
    color: #FB3099;
    opacity: 0.7; }
  .edit:before,
  .pdf:before,
  .logout:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 25px;
    background: url("../Images/edit.svg") no-repeat center/100% auto; }

.pdf:before {
  width: 27px;
  height: 27px;
  background-image: url("../Images/pdf.svg"); }

.logout {
  padding-left: 30px; }
  .logout:before {
    width: 24px;
    height: 26px;
    background-image: url("../Images/logout-white.svg"); }

.acc-trigger {
  width: 33px;
  height: 17px;
  padding: 0;
  background: transparent url("../Images/accordeon-arrow.svg") no-repeat center/100% auto;
  border: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: all 0.3s ease-in-out; }
  .acc-trigger:hover, .acc-trigger.act {
    background-color: transparent;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.insight-wrapper {
  line-height: 100%; }

.insight {
  display: inline-block;
  width: 216px;
  height: 54px;
  background: url("../Images/insight-white.svg") no-repeat center/100% auto;
  color: transparent;
  text-indent: 100%;
  overflow: hidden; }
  .insight.black {
    background-image: url("../Images/insight-black.svg"); }
  .ce-bodytext .insight {
    width: 100px;
    height: 25px;
    vertical-align: middle; }

.close {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../Images/close.svg") no-repeat center/100% auto;
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2; }

.social-twitter,
.social-fb,
.social-mail,
.social-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../Images/twitter.svg") no-repeat center/100% auto;
  color: transparent;
  overflow: hidden;
  text-indent: 100%; }
  .social-twitter:before,
  .social-fb:before,
  .social-mail:before,
  .social-link:before {
    content: none !important; }
  .social-twitter:hover,
  .social-fb:hover,
  .social-mail:hover,
  .social-link:hover {
    opacity: 0.7; }

.social-fb {
  width: 15px;
  background-image: url("../Images/facebook.svg"); }

.social-mail {
  width: 48px;
  height: 28px;
  background-image: url("../Images/mail.svg"); }

.social-link {
  width: 29px;
  height: 28px;
  background-image: url("../Images/link.svg");
  position: relative;
  overflow: visible; }
  .social-link .tooltip {
    color: unset;
    overflow: auto;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -150%);
            transform: translate(-50%, -150%);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    background: #000;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap; }
    .social-link .tooltip.active {
      -webkit-transform: translate(-50%, -90%);
              transform: translate(-50%, -90%);
      opacity: 1; }

.img-caption,
.image-caption {
  margin-top: 5px;
  font-size: 14px;
  line-height: 140%;
  font-style: italic; }

.search {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../Images/search.svg") no-repeat center/100% auto;
  text-indent: 100%;
  overflow: hidden;
  color: transparent !important; }

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

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

.frame-type-pxsainside_grid2colsw6633 img:not(.is_svg), .frame-type-pxsainside_grid2colsw6633 video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: revert-layer !important;
  min-height: 1px;
  min-width: 1px; }
  @media screen and (max-width: 960px) {
    .frame-type-pxsainside_grid2colsw6633 img:not(.is_svg), .frame-type-pxsainside_grid2colsw6633 video {
      width: 100% !important; } }
/*Layouts -----------------------------------------*/
.head2 > .inner,
.foot > .inner {
  width: 92%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto; }

.cont > .frame {
  width: 92%;
  max-width: 1090px;
  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: 1090px;
    margin-left: auto;
    margin-right: auto; }

.frame-sameheight .gridrow {
  align-items: stretch !important; }
  .frame-sameheight .gridrow .col > .frame {
    height: 100%; }
    .frame-sameheight .gridrow .col > .frame > .inner {
      height: 100%; }
      .frame-sameheight .gridrow .col > .frame > .inner > * {
        height: 100%; }
      .frame-sameheight .gridrow .col > .frame > .inner .only_image .image {
        display: block;
        height: 100%; }
        .frame-sameheight .gridrow .col > .frame > .inner .only_image .image img {
          max-width: none;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .frame-sameheight .gridrow .col > .frame > .inner .teaserbox .button, .frame-sameheight .gridrow .col > .frame > .inner .teaserbox input[type=submit], .frame-sameheight .gridrow .col > .frame > .inner .teaserbox button {
        width: calc(100% - 80px);
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media all and (max-width: 1024px) {
          .frame-sameheight .gridrow .col > .frame > .inner .teaserbox .button, .frame-sameheight .gridrow .col > .frame > .inner .teaserbox input[type=submit], .frame-sameheight .gridrow .col > .frame > .inner .teaserbox button {
            width: auto;
            position: static;
            -webkit-transform: none;
                    transform: none; } }
/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }
  .gridrow .col + .col {
    margin-left: 20px; }
  .gridrow.colSpacing_slim > .col + .col {
    margin-left: 10px; }
  .gridrow.colSpacing_wide > .col + .col {
    margin-left: 60px; }
  .gridrow.align_middle {
    align-items: center; }
  .gridrow.align_top {
    align-items: flex-start; }
  .gridrow.align_bottom {
    align-items: flex-end; }

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

.grid2cols.colSpacing_slim > .col {
  width: calc(50% - (10px / 2)); }

.grid2cols.colSpacing_wide > .col {
  width: calc(50% - (60px / 2)); }

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

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

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

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

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

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

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

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

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

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

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

.col_pos_33-66.colSpacing_slim > .col.col1 {
  width: calc(33.333% - (10px / 2)); }

.col_pos_33-66.colSpacing_slim > .col.col2 {
  width: calc(66.666% - (10px / 2)); }

.col_pos_33-66.colSpacing_wide > .col.col1 {
  width: calc(33.333% - (60px / 2)); }

.col_pos_33-66.colSpacing_wide > .col.col2 {
  width: calc(66.666% - (60px / 2)); }

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

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

.col_pos_66-33.colSpacing_slim > .col.col1 {
  width: calc(66.666% - (10px / 2)); }

.col_pos_66-33.colSpacing_slim > .col.col2 {
  width: calc(33.333% - (10px / 2)); }

.col_pos_66-33.colSpacing_wide > .col.col1 {
  width: calc(66.666% - (60px / 2)); }

.col_pos_66-33.colSpacing_wide > .col.col2 {
  width: calc(33.333% - (60px / 2)); }

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

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

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

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

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

.col_pos_20-80.colSpacing_wide > .col.col2 {
  width: calc(80% - (60px / 2)); }

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

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

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

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

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

.col_pos_80-20.colSpacing_wide > .col.col2 {
  width: calc(20% - (60px / 2)); }

@media all and (max-width: 1024px) {
  .grid4cols .col + .col, .grid4cols.colSpacing_slim .col + .col, .grid4cols.colSpacing_wide .col + .col,
  .grid5cols .col + .col, .grid5cols.colSpacing_slim .col + .col, .grid5cols.colSpacing_wide .col + .col {
    margin-left: 20px; }
  .grid4cols > .col, .grid4cols.colSpacing_slim > .col, .grid4cols.colSpacing_wide > .col,
  .grid5cols > .col, .grid5cols.colSpacing_slim > .col, .grid5cols.colSpacing_wide > .col {
    width: calc(50% - (20px / 2));
    margin-bottom: 20px; }
    .grid4cols > .col:nth-child(2n + 1), .grid4cols.colSpacing_slim > .col:nth-child(2n + 1), .grid4cols.colSpacing_wide > .col:nth-child(2n + 1),
    .grid5cols > .col:nth-child(2n + 1), .grid5cols.colSpacing_slim > .col:nth-child(2n + 1), .grid5cols.colSpacing_wide > .col:nth-child(2n + 1) {
      margin-left: 0; } }

@media all and (max-width: 960px) {
  .grid2cols > .col, .grid2cols.colSpacing_slim > .col, .grid2cols.colSpacing_wide > .col,
  .grid3cols > .col, .grid3cols.colSpacing_slim > .col, .grid3cols.colSpacing_wide > .col {
    width: 100%;
    margin-bottom: 20px; }
  .grid2cols .col + .col, .grid2cols.colSpacing_slim .col + .col, .grid2cols.colSpacing_wide .col + .col,
  .grid3cols .col + .col, .grid3cols.colSpacing_slim .col + .col, .grid3cols.colSpacing_wide .col + .col {
    margin-left: 0; }
  .grid2cols.reverse, .grid2cols.colSpacing_slim.reverse, .grid2cols.colSpacing_wide.reverse,
  .grid3cols.reverse, .grid3cols.colSpacing_slim.reverse, .grid3cols.colSpacing_wide.reverse {
    flex-direction: column-reverse; }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2, .col_pos_33-66.colSpacing_slim > .col.col1, .col_pos_33-66.colSpacing_slim > .col.col2, .col_pos_33-66.colSpacing_wide > .col.col1, .col_pos_33-66.colSpacing_wide > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2, .col_pos_66-33.colSpacing_slim > .col.col1, .col_pos_66-33.colSpacing_slim > .col.col2, .col_pos_66-33.colSpacing_wide > .col.col1, .col_pos_66-33.colSpacing_wide > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2, .col_pos_20-80.colSpacing_slim > .col.col1, .col_pos_20-80.colSpacing_slim > .col.col2, .col_pos_20-80.colSpacing_wide > .col.col1, .col_pos_20-80.colSpacing_wide > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2, .col_pos_80-20.colSpacing_slim > .col.col1, .col_pos_80-20.colSpacing_slim > .col.col2, .col_pos_80-20.colSpacing_wide > .col.col1, .col_pos_80-20.colSpacing_wide > .col.col2 {
    width: 100%;
    margin-bottom: 20px; }
  .col_pos_33-66 .col + .col, .col_pos_33-66.colSpacing_slim .col + .col, .col_pos_33-66.colSpacing_wide .col + .col,
  .col_pos_66-33 .col + .col, .col_pos_66-33.colSpacing_slim .col + .col, .col_pos_66-33.colSpacing_wide .col + .col,
  .col_pos_20-80 .col + .col, .col_pos_20-80.colSpacing_slim .col + .col, .col_pos_20-80.colSpacing_wide .col + .col,
  .col_pos_80-20 .col + .col, .col_pos_80-20.colSpacing_slim .col + .col, .col_pos_80-20.colSpacing_wide .col + .col {
    margin-left: 0; }
  .col_pos_33-66.reverse, .col_pos_33-66.colSpacing_slim.reverse, .col_pos_33-66.colSpacing_wide.reverse,
  .col_pos_66-33.reverse, .col_pos_66-33.colSpacing_slim.reverse, .col_pos_66-33.colSpacing_wide.reverse,
  .col_pos_20-80.reverse, .col_pos_20-80.colSpacing_slim.reverse, .col_pos_20-80.colSpacing_wide.reverse,
  .col_pos_80-20.reverse, .col_pos_80-20.colSpacing_slim.reverse, .col_pos_80-20.colSpacing_wide.reverse {
    flex-direction: column-reverse; } }

@media all and (max-width: 768px) {
  .grid4cols > .col, .grid4cols.colSpacing_slim > .col, .grid4cols.colSpacing_wide > .col,
  .grid5cols > .col, .grid5cols.colSpacing_slim > .col, .grid5cols.colSpacing_wide > .col {
    width: 100%;
    margin-bottom: 20px; }
  .grid4cols .col + .col, .grid4cols.colSpacing_slim .col + .col, .grid4cols.colSpacing_wide .col + .col,
  .grid5cols .col + .col, .grid5cols.colSpacing_slim .col + .col, .grid5cols.colSpacing_wide .col + .col {
    margin-left: 0; } }

/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .site .allcont {
    flex: 1 0 auto;
    padding: 80px 0 0; }
    @media all and (max-width: 1024px) {
      .site .allcont {
        padding-top: 40px; } }
    @media all and (max-width: 768px) {
      .site .allcont {
        padding-top: 20px; } }
    .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 {
        margin-bottom: 0; }

h1, h2, h3, h4, h5, h6,
.like-h1,
.like-h2,
.like-h3,
.like-h4,
.like-h5 {
  font-weight: 600;
  margin: 0;
  font-family: "Titillium Web", Verdana, Arial, sans-serif;
  line-height: 110%;
  color: #000; }
  h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *,
  .like-h1 + *,
  .like-h2 + *,
  .like-h3 + *,
  .like-h4 + *,
  .like-h5 + * {
    padding-top: 0.5em; }

h1,
.like-h1 {
  font-size: 60px; }

h2,
.like-h2 {
  font-size: 50px; }

h3,
.like-h3 {
  font-size: 30px; }

h4,
.like-h4 {
  font-size: 23px;
  line-height: 130%; }

h5,
.like-h5 {
  font-size: 23px;
  line-height: 140%;
  text-transform: uppercase; }

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

i, em {
  font-style: italic; }

strong, b {
  font-weight: 600; }

@media all and (max-width: 1024px) {
  h1,
  .like-h1 {
    font-size: 50px; }
  h2,
  .like-h2 {
    font-size: 40px; } }

@media all and (max-width: 768px) {
  h1,
  .like-h1 {
    font-size: 36px; }
  h2,
  .like-h2 {
    font-size: 32px; }
  h3,
  .like-h3 {
    font-size: 28px; } }

@media all and (max-width: 470px) {
  h1,
  .like-h1 {
    font-size: 32px; }
  h2,
  .like-h2 {
    font-size: 28px; }
  h3,
  .like-h3 {
    font-size: 24px; }
  h4,
  .like-h4 {
    font-size: 20px; }
  h5,
  .like-h5 {
    font-size: 18px; } }

input, select, textarea {
  width: 100%;
  border: 2px solid #EDF2F5;
  padding: 10px 15px;
  font-family: "Slabo 13px", Verdana, Arial, sans-serif; }
  input:focus, select:focus, textarea:focus {
    border: 2px solid #00B8F1;
    outline: none; }

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

select {
  height: 41px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  fieldset legend {
    background: #00B8F1;
    background: linear-gradient(240deg, #00b8f1 0%, #fb3099 100%);
    padding: 20px 90px;
    color: #fff;
    font-family: "Titillium Web", Verdana, Arial, sans-serif;
    font-size: 43px;
    line-height: 140%;
    font-weight: 300; }
    @media all and (max-width: 768px) {
      fieldset legend {
        padding: 20px 30px;
        font-size: 32px; } }
textarea {
  resize: none;
  height: 150px; }

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

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

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

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

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

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

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

form fieldset {
  background: #EDF2F5; }
  form fieldset legend {
    width: 100%; }
  form fieldset label {
    padding-top: 10px; }
  form fieldset > div {
    padding: 0 90px; }
    form fieldset > div:first-of-type {
      margin-top: 40px; }
    form fieldset > div:last-of-type {
      margin-bottom: 40px; }
    form fieldset > div + div {
      margin-top: 30px; }
    @media all and (max-width: 768px) {
      form fieldset > div {
        padding: 0 30px; }
        form fieldset > div:first-of-type {
          margin-top: 30px; }
        form fieldset > div:last-of-type {
          margin-bottom: 30px; }
        form fieldset > div + div {
          margin-top: 20px; } }
/*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: #00B8F1;
    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: #EDF2F5; }

.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  .popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1; }
  .popup .popup-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    max-height: 85vh;
    overflow: auto; }
    .popup .popup-content h1, .popup .popup-content h2, .popup .popup-content h3, .popup .popup-content h4, .popup .popup-content h5, .popup .popup-content h6,
    .popup .popup-content .like-h1,
    .popup .popup-content .like-h2,
    .popup .popup-content .like-h3,
    .popup .popup-content .like-h4,
    .popup .popup-content .like-h5 {
      color: #fff; }

.login-popup .frame-type-felogin_login > .inner > h3,
.login-popup .frame-type-felogin_login > .inner > .like-h3,
.login-popup .frame-type-felogin_login > .inner > p {
  display: none; }

.login-popup .frame-type-felogin_login fieldset {
  background: transparent; }
  .login-popup .frame-type-felogin_login fieldset legend {
    display: none; }
  .login-popup .frame-type-felogin_login fieldset .gridrow {
    display: block; }
    .login-popup .frame-type-felogin_login fieldset .gridrow .col {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .login-popup .frame-type-felogin_login fieldset .gridrow .col + .col {
        margin-top: 30px; }
        @media all and (max-width: 768px) {
          .login-popup .frame-type-felogin_login fieldset .gridrow .col + .col {
            margin-top: 20px; } }
  .login-popup .frame-type-felogin_login fieldset > div {
    padding: 0; }
    .login-popup .frame-type-felogin_login fieldset > div:first-of-type {
      margin-top: 0; }
    .login-popup .frame-type-felogin_login fieldset > div:last-of-type {
      margin-top: 0;
      margin-bottom: 0; }
    .login-popup .frame-type-felogin_login fieldset > div.submit-button {
      text-align: center; }
  .login-popup .frame-type-felogin_login fieldset input {
    background: #3d3d3d;
    border: none;
    color: #fff; }
  .login-popup .frame-type-felogin_login fieldset input[type="submit"] {
    background: #fff;
    border: 2px solid #fff;
    color: #000; }
    .login-popup .frame-type-felogin_login fieldset input[type="submit"]:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }

.login-popup .frame-type-felogin_login .password-forgotten,
.login-popup .frame-type-felogin_login .register {
  text-align: center; }

.login-popup .frame-type-felogin_login .register {
  margin-top: 30px; }

/*
*********************
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 !important;
      margin-right: 0 !important;
      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; }
        .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure .image-caption, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure .image-caption {
          display: block; } }

@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; }
    .ce-image .ce-gallery figcaption {
      display: block; }
  /*
     *********************
     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; } }

@media all and (max-width: 1024px) {
  .head .hamburger-inner, .head .hamburger-inner::before, .head .hamburger-inner::after,
  .head .hamburger.is-active .hamburger-inner, .head .hamburger.is-active .hamburger-inner::before, .head .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }
  .head .open_nav {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    z-index: 9; } }
  @media all and (max-width: 1024px) and (max-width: 470px) {
    .head .open_nav {
      margin-left: 12px; } }
@media all and (max-width: 1024px) {
  .head nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    max-width: 2000px;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    flex-direction: column;
    justify-content: center; }
    .head nav .nav {
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-height: calc(100vh - 50px - 50px);
      overflow: auto; }
      .head nav .nav > li + li {
        margin-top: 10px; }
        .head nav .nav > li + li:before {
          content: none; }
      .head nav .nav > li.show-burger {
        display: block; }
      .head nav .nav > li a {
        font-size: 20px;
        line-height: 120%; }
  .head .hamburger-inner, .head .hamburger-inner::before, .head .hamburger-inner::after {
    background-color: #000; }
  .head nav {
    top: 0;
    height: 100vh; }
    .head nav .nav > li > a {
      color: #fff; } }

.head {
  position: relative;
  height: 372px; }
  @media all and (max-width: 1200px) {
    .head {
      height: 362px; } }
  @media all and (max-width: 1024px) {
    .head {
      height: 219px; } }
  @media all and (max-width: 470px) {
    .head {
      height: 170px; } }
  @media all and (min-width: 1024px) {
    .head:not(.stickyhead) .head-bottom nav {
      display: block !important; } }
  .head .head2 {
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
    z-index: 100;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .head .head2 > .inner {
      position: relative;
      transition: all 0.3s ease-in-out;
      max-width: 1090px;
      padding-top: 70px;
      padding-bottom: 20px; }
      @media all and (max-width: 1024px) {
        .head .head2 > .inner {
          padding-top: 30px; } }
      .head .head2 > .inner .headmenu {
        display: flex;
        padding-bottom: 30px;
        position: relative; }
        @media all and (max-width: 1200px) {
          .head .head2 > .inner .headmenu {
            padding-bottom: 20px; } }
        @media all and (max-width: 768px) {
          .head .head2 > .inner .headmenu {
            padding-bottom: 10px; } }
        .head .head2 > .inner .headmenu li + li:before {
          content: '|';
          display: inline-block;
          margin: 0 20px;
          font-size: 18px; }
          @media all and (max-width: 1200px) {
            .head .head2 > .inner .headmenu li + li:before {
              margin: 0 10px; } }
          @media all and (max-width: 1200px) {
            .head .head2 > .inner .headmenu li + li:before {
              margin: 0 8px; } }
        .head .head2 > .inner .headmenu li a {
          font-family: "Titillium Web", Verdana, Arial, sans-serif;
          color: #000;
          text-decoration: none;
          font-size: 18px;
          font-weight: 300; }
          .head .head2 > .inner .headmenu li a:hover {
            color: #00B8F1; }
          @media all and (max-width: 1200px) {
            .head .head2 > .inner .headmenu li a {
              font-size: 16px; } }
          @media all and (max-width: 470px) {
            .head .head2 > .inner .headmenu li a {
              font-size: 13px; } }
        .head .head2 > .inner .headmenu li.active a {
          color: #00B8F1; }
        @media all and (max-width: 768px) {
          .head .head2 > .inner .headmenu li.hide-sticky {
            display: none; } }
      .head .head2 > .inner .head-top {
        display: flex;
        justify-content: space-between; }
        .head .head2 > .inner .head-top .head-right {
          width: calc(100% - 10% - 179px);
          margin-left: 10%;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          @media all and (max-width: 1024px) {
            .head .head2 > .inner .head-top .head-right {
              width: calc(100% - 5% - 120px);
              margin-left: 5%; } }
          @media all and (max-width: 960px) {
            .head .head2 > .inner .head-top .head-right {
              width: calc(100% - 4% - 120px);
              margin-left: 4%; } }
          @media all and (max-width: 470px) {
            .head .head2 > .inner .head-top .head-right {
              width: calc(100% - 4% - 80px); } }
          .head .head2 > .inner .head-top .head-right .head-right-top {
            display: flex;
            justify-content: space-between; }
            .head .head2 > .inner .head-top .head-right .head-right-top .head-top-right {
              display: flex;
              align-items: center; }
              .head .head2 > .inner .head-top .head-right .head-right-top .head-top-right .search {
                margin-right: 30px; }
                @media all and (max-width: 768px) {
                  .head .head2 > .inner .head-top .head-right .head-right-top .head-top-right .search {
                    margin-right: 15px; } }
              .head .head2 > .inner .head-top .head-right .head-right-top .head-top-right .login {
                display: inline-block; }
            @media all and (max-width: 768px) {
              .head .head2 > .inner .head-top .head-right .head-right-top {
                flex-direction: column-reverse;
                margin-bottom: 10px; }
                .head .head2 > .inner .head-top .head-right .head-right-top .head-top-right {
                  align-self: flex-end;
                  margin-bottom: 20px; }
                .head .head2 > .inner .head-top .head-right .head-right-top .head-top-left h5,
                .head .head2 > .inner .head-top .head-right .head-right-top .head-top-left .like-h5 {
                  font-size: 18px; } }
            @media all and (max-width: 470px) {
              .head .head2 > .inner .head-top .head-right .head-right-top .head-top-left {
                display: none; } }
          .head .head2 > .inner .head-top .head-right .head-right-bottom {
            display: flex;
            position: relative; }
            .head .head2 > .inner .head-top .head-right .head-right-bottom > * + * {
              margin-left: 30px; }
              @media all and (max-width: 470px) {
                .head .head2 > .inner .head-top .head-right .head-right-bottom > * + * {
                  margin-left: 15px; } }
            .head .head2 > .inner .head-top .head-right .head-right-bottom:after {
              content: '';
              display: block;
              height: 1px;
              width: calc(100% + ((100vw - 1090px) / 2));
              background: #000;
              position: absolute;
              bottom: 0;
              left: 0; }
              @media all and (max-width: 1200px) {
                .head .head2 > .inner .head-top .head-right .head-right-bottom:after {
                  width: calc(100% + 4vw); } }
            .head .head2 > .inner .head-top .head-right .head-right-bottom .mobile-search {
              display: none; }
              @media all and (max-width: 470px) {
                .head .head2 > .inner .head-top .head-right .head-right-bottom .mobile-search {
                  display: unset; } }
      .head .head2 > .inner .head-bottom {
        margin-top: 30px; }
        @media all and (max-width: 1200px) {
          .head .head2 > .inner .head-bottom {
            margin-top: 20px; } }
      .head .head2 > .inner .logo {
        transition: all 0.3s ease-in-out;
        background: url(../Images/logo.svg) no-repeat center/100% auto;
        width: 179px;
        height: 222px; }
        @media all and (max-width: 1024px) {
          .head .head2 > .inner .logo {
            width: 120px;
            height: 149px; } }
        @media all and (max-width: 470px) {
          .head .head2 > .inner .logo {
            width: 80px;
            height: 100px; } }
        .head .head2 > .inner .logo a {
          display: block;
          width: 100%;
          height: 100%; }
          .head .head2 > .inner .logo a span {
            display: none; }

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

.head.stickyhead .hamburger-inner, .head.stickyhead .hamburger-inner::before, .head.stickyhead .hamburger-inner::after,
.head.stickyhead .hamburger.is-active .hamburger-inner, .head.stickyhead .hamburger.is-active .hamburger-inner::before, .head.stickyhead .hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.head.stickyhead .open_nav {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  z-index: 9; }
  @media all and (max-width: 470px) {
    .head.stickyhead .open_nav {
      margin-left: 12px; } }
.head.stickyhead nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  max-width: 2000px;
  height: calc(100vh - 50px);
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  flex-direction: column;
  justify-content: center; }
  .head.stickyhead nav .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: calc(100vh - 50px - 50px);
    overflow: auto; }
    .head.stickyhead nav .nav > li + li {
      margin-top: 10px; }
      .head.stickyhead nav .nav > li + li:before {
        content: none; }
    .head.stickyhead nav .nav > li.show-burger {
      display: block; }
    .head.stickyhead nav .nav > li a {
      font-size: 20px;
      line-height: 120%; }

.head.stickyhead .search {
  background-image: url("../Images/search-white.svg"); }

.head.stickyhead .login {
  background-image: url("../Images/login-white.svg"); }

.head.stickyhead .head2 {
  position: fixed;
  max-width: 2000px;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #000;
  color: #fff; }
  .head.stickyhead .head2 a {
    color: #fff; }
    .head.stickyhead .head2 a:hover {
      color: #00B8F1; }
  .head.stickyhead .head2 .head-top-left {
    display: none; }
  .head.stickyhead .head2 > .inner {
    padding-top: 10px;
    padding-bottom: 10px; }
    .head.stickyhead .head2 > .inner .logo {
      background-image: url("../Images/logo-small.svg");
      width: 181px;
      height: 45px; }
      @media all and (max-width: 960px) {
        .head.stickyhead .head2 > .inner .logo {
          width: 120px;
          height: 30px; } }
    .head.stickyhead .head2 > .inner .head-top {
      align-items: center; }
      .head.stickyhead .head2 > .inner .head-top .head-right {
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin-bottom: 0; }
        .head.stickyhead .head2 > .inner .head-top .head-right .head-right-top {
          margin-bottom: 0; }
          .head.stickyhead .head2 > .inner .head-top .head-right .head-right-top .head-top-right {
            margin-bottom: 0; }
        .head.stickyhead .head2 > .inner .head-top .head-right .head-right-bottom {
          margin-top: 8px;
          margin-right: 25px; }
          .head.stickyhead .head2 > .inner .head-top .head-right .head-right-bottom > * + * {
            margin-left: 20px; }
          .head.stickyhead .head2 > .inner .head-top .head-right .head-right-bottom:after {
            content: none; }
        @media all and (max-width: 768px) {
          .head.stickyhead .head2 > .inner .head-top .head-right .head-right-bottom {
            display: none; } }
    .head.stickyhead .head2 > .inner .headmenu {
      padding-bottom: 0; }
      .head.stickyhead .head2 > .inner .headmenu li.hide-sticky {
        display: none; }
      .head.stickyhead .head2 > .inner .headmenu li a {
        color: #fff; }
        .head.stickyhead .head2 > .inner .headmenu li a:hover {
          color: #00B8F1; }
    .head.stickyhead .head2 > .inner .head-bottom {
      margin-top: 0; }

#subhead {
  position: relative; }
  #subhead #subhead2 {
    overflow: hidden;
    max-height: 600px; }
    #subhead #subhead2 .text_on_image {
      height: 600px; }

#uid1 #subhead #subhead2 {
  max-height: 800px; }
  #uid1 #subhead #subhead2 .text_on_image {
    height: 800px; }

/*headnav--------------------------------------*/
.head .nav {
  list-style-type: none;
  display: flex; }
  .head .nav > li {
    list-style: none;
    position: relative; }
    .head .nav > li.show-burger {
      display: none; }
    .head .nav > li a {
      font-family: "Titillium Web", Verdana, Arial, sans-serif;
      display: inline-block;
      text-decoration: none;
      font-size: 18px;
      color: #000;
      font-weight: 300; }
      @media all and (max-width: 1200px) {
        .head .nav > li a {
          font-size: 16px; } }
    .head .nav > li + li:before {
      content: '|';
      display: inline-block;
      margin: 0 20px;
      font-size: 18px; }
      @media all and (max-width: 1200px) {
        .head .nav > li + li:before {
          margin: 0 10px; } }
    .head .nav > li > a {
      position: relative; }
    .head .nav > li.over > .subnav, .head .nav > li:hover > .subnav {
      display: flex; }
    .head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a {
      color: #00B8F1; }
    .head .nav > li .subnav {
      display: none;
      flex-direction: column;
      position: absolute;
      z-index: 100;
      top: 100%;
      left: 0;
      padding: 0; }
      .head .nav > li .subnav li a {
        background: #EDF2F5;
        color: #000;
        font-weight: 400;
        padding: 10px 20px;
        white-space: nowrap; }
      .head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li.act > a {
        color: #00B8F1; }
      .head .nav > li .subnav li.over > .subnav, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li:hover > .subnav {
        display: flex; }
      .head .nav > li .subnav li + li {
        border-top: 1px solid #fff; }
      .head .nav > li .subnav li > .subnav {
        left: 100%;
        padding-left: 5px;
        top: 0; }

.showSub, .open_nav {
  display: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*Accordion  ------------------------------------------------------- */
.accordion_container {
  position: relative; }
  .accordion_container .accordion {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1); }
    .accordion_container .accordion + .accordion {
      margin-top: 10px; }
    .accordion_container .accordion .accordion_content {
      display: none;
      padding: 15px; }
    .accordion_container .accordion .accordion_trigger {
      padding: 15px;
      cursor: pointer;
      position: relative;
      width: 33px;
      height: 17px;
      border: none; }
      .accordion_container .accordion .accordion_trigger:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url("../Images/accordeon-arrow.svg") no-repeat center/33px auto;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        transition: all 0.3s ease-in-out; }
      .accordion_container .accordion .accordion_trigger.active {
        background-color: transparent; }
        .accordion_container .accordion .accordion_trigger.active:before {
          -webkit-transform: rotate(180);
                  transform: rotate(180); }
      .accordion_container .accordion .accordion_trigger:hover {
        background-color: transparent; }
        .accordion_container .accordion .accordion_trigger:hover:before {
          -webkit-transform: rotate(180);
                  transform: rotate(180); }

.audiomarks table {
  margin-top: 30px; }
  .audiomarks table tr {
    border-bottom: 1px solid #000; }
    .audiomarks table tr, .audiomarks table tr:nth-child(even) {
      background: transparent; }
      .audiomarks table tr:hover, .audiomarks table tr:nth-child(even):hover {
        cursor: pointer;
        background-color: #EDF2F5; }
    .audiomarks table tr:first-child {
      border-top: 1px solid #000; }
    .audiomarks table tr td {
      padding: 10px 40px 10px 0;
      border: none; }
      .audiomarks table tr td:first-child {
        width: 150px; }

.dates .date {
  padding: 25px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: stretch;
  transition: all 0.3s ease-in-out; }
  @media all and (max-width: 768px) {
    .dates .date {
      display: block;
      position: relative; } }
  .dates .date:nth-child(n+4) {
    display: none; }
  .dates .date.act {
    background-color: #EDF2F5; }
  .dates .date .time,
  .dates .date .link {
    flex: 1 1 0; }
  .dates .date .content {
    flex: 2 1 0; }
  .dates .date .time {
    padding-right: 40px; }
    .dates .date .time .largetext {
      font-family: "Titillium Web", Verdana, Arial, sans-serif;
      font-size: 36px;
      line-height: 120%;
      font-weight: 800; }
  .dates .date .content .text {
    display: none; }
  .dates .date .content > h3,
  .dates .date .content > .like-h3 {
    margin-top: 10px; }
  .dates .date .link {
    position: relative;
    padding-left: 40px;
    text-align: right; }
    .dates .date .link .acc-trigger {
      position: absolute;
      bottom: 0;
      right: 0; }
    .dates .date .link .button, .dates .date .link input[type=submit], .dates .date .link button {
      text-align: initial; }
    @media all and (max-width: 768px) {
      .dates .date .link {
        margin-top: 30px;
        padding-left: 0;
        text-align: left;
        min-height: 1px; } }
.dates .loadmore-wrapper {
  text-align: right;
  margin-top: 30px; }
  .dates .loadmore-wrapper .loadmore {
    background: #000;
    color: #fff; }
    .dates .loadmore-wrapper .loadmore:hover {
      background: #fff;
      color: #000; }

.imagegallery.gridrow {
  flex-wrap: wrap; }
  .imagegallery.gridrow .col {
    margin-bottom: 20px; }
  .imagegallery.gridrow.grid4cols .col:nth-child(4n + 5) {
    margin-left: 0; }
  .imagegallery.gridrow.grid3cols .col:nth-child(3n + 4) {
    margin-left: 0; }
  .imagegallery.gridrow.grid2cols .col:nth-child(2n + 3) {
    margin-left: 0; }

.insightbar {
  background: #00B8F1;
  background: linear-gradient(200deg, rgba(0, 184, 241, 0.85) 0%, rgba(251, 48, 153, 0.85) 100%);
  padding: 20px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 160%; }
  @media all and (max-width: 1024px) {
    .insightbar {
      flex-direction: column;
      align-items: center; }
      .insightbar .text {
        margin: 20px 0; } }
  .insightbar .insight-wrapper .subline {
    font-weight: 700;
    margin-top: 10px; }
  .insightbar .text {
    padding: 0 30px; }
    .insightbar .text h1, .insightbar .text h2, .insightbar .text h3, .insightbar .text h4, .insightbar .text h5, .insightbar .text h6 {
      font-family: "Slabo 13px", Verdana, Arial, sans-serif;
      color: #fff; }
    @media all and (max-width: 1024px) {
      .insightbar .text {
        text-align: center; } }
  .insightbar .button, .insightbar input[type=submit], .insightbar button {
    border-color: #fff;
    color: #fff;
    white-space: nowrap; }
    .insightbar .button:hover, .insightbar input[type=submit]:hover, .insightbar button:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }

/*Tabs  ------------------------------------------------------- */
.tab_container .tabs {
  display: flex; }
  .tab_container .tabs > li {
    padding: 10px 30px;
    background: #EDF2F5;
    color: #00B8F1;
    cursor: pointer;
    list-style-type: none; }
    .tab_container .tabs > li a {
      text-decoration: none; }
    .tab_container .tabs > li + li {
      margin-left: 5px; }
    .tab_container .tabs > li.active_tab, .tab_container .tabs > li:hover {
      background: #00B8F1;
      color: #fff; }
      .tab_container .tabs > li.active_tab a, .tab_container .tabs > li:hover a {
        color: #fff; }
    .tab_container .tabs > li:before {
      content: none; }

.tab_container .tab_wrapper {
  padding: 30px 4% 20px;
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1); }

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

.content_slider.slick-initialized .slide {
  display: block; }

[class^="map_image_wrap_uid"] {
  text-align: center; }
  [class^="map_image_wrap_uid"] .gm-style img {
    max-width: none !important;
    border-radius: 0 !important; }
  [class^="map_image_wrap_uid"] .map_image_wrap_inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    height: 500px;
    overflow: hidden; }
    [class^="map_image_wrap_uid"] .map_image_wrap_inner .map_btn {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      background: rgba(0, 184, 241, 0.8);
      padding: 20px 100px;
      color: #fff;
      box-sizing: border-box;
      line-height: 160%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      [class^="map_image_wrap_uid"] .map_image_wrap_inner .map_btn .googlemaps_headline {
        text-align: center;
        font-size: 1.5em; }
      [class^="map_image_wrap_uid"] .map_image_wrap_inner .map_btn span {
        margin: 10px 0; }
        [class^="map_image_wrap_uid"] .map_image_wrap_inner .map_btn span a {
          color: #fff;
          font-weight: bold; }
          [class^="map_image_wrap_uid"] .map_image_wrap_inner .map_btn span a:hover {
            opacity: 0.6; }
    [class^="map_image_wrap_uid"] .map_image_wrap_inner .map_image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

[id^="map_uid"] {
  height: 500px;
  width: 100%; }

.packagebox .headline-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .packagebox .headline-wrapper p + p {
    margin-top: 0; }
  .packagebox .headline-wrapper .insight {
    width: 100px;
    height: 25px;
    margin-right: 10px; }
  .packagebox .headline-wrapper .headline {
    font-weight: 700; }

.packagebox .subline {
  color: #707070;
  margin: 10px 0; }

.packagebox.gradientbox {
  background: linear-gradient(45deg, #FB3099 0%, #00B8F1 100%);
  padding: 5px; }
  .packagebox.gradientbox .headline-wrapper {
    padding: 5px; }
    .packagebox.gradientbox .headline-wrapper .headline {
      color: #fff; }
  .packagebox.gradientbox .text-wrapper {
    background: #fff;
    padding: 20px; }

.packagebox.greybox {
  background: #EDF2F5;
  padding: 20px; }

.paywallbox .header {
  display: flex;
  align-items: center;
  width: 100%;
  background: #00B8F1;
  background: linear-gradient(200deg, rgba(0, 184, 241, 0.85) 0%, rgba(251, 48, 153, 0.85) 100%);
  padding: 20px 90px;
  color: #fff;
  font-family: "Titillium Web", Verdana, Arial, sans-serif;
  font-size: 43px;
  line-height: 140%;
  font-weight: 300; }
  .paywallbox .header .insight {
    margin-top: 0;
    margin-left: 30px; }
  @media all and (max-width: 960px) {
    .paywallbox .header {
      padding: 20px 40px;
      font-size: 32px;
      display: block; }
      .paywallbox .header .insight {
        margin-left: 0; } }
.paywallbox .content {
  background: #EDF2F5;
  padding: 40px; }
  .paywallbox .content .col2 {
    display: flex;
    justify-content: flex-end; }
  .paywallbox .content .text {
    font-size: 19px;
    line-height: 160%; }
    .paywallbox .content .text .largetext {
      font-size: 25px; }
  .paywallbox .content .image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden; }
    .paywallbox .content .image img {
      max-width: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .paywallbox .content .closing-text {
    margin-top: 80px;
    text-align: center;
    font-size: 22px;
    line-height: 140%; }

/*Text auf Bild  ------------------------------------------------------- */
.text_on_image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .text_on_image .image a {
    display: block;
    overflow: hidden; }
    .text_on_image .image a img {
      transition: all 0.5s ease-in-out;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .text_on_image .image a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .text_on_image .button-wrapper {
    position: absolute;
    top: 15px;
    left: 15px; }
    .text_on_image .button-wrapper .tag {
      margin-top: 0; }

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

.hint {
  padding: 50px;
  background: #af0000;
  border: 5px solid #268002;
  color: #fff; }

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

.banner {
  position: relative; }
  .banner .image {
    position: relative; }
    .banner .image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 80%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .banner .text {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    width: 92%;
    max-width: 1600px;
    text-align: center; }
    .banner .text h1, .banner .text h2, .banner .text h3, .banner .text h4, .banner .text h5,
    .banner .text .like-h1,
    .banner .text .like-h2,
    .banner .text .like-h3,
    .banner .text .like-h4,
    .banner .text .like-h5 {
      color: #fff; }

.teaserbox {
  background: #00B8F1;
  background: linear-gradient(200deg, rgba(0, 184, 241, 0.85) 0%, rgba(251, 48, 153, 0.85) 100%);
  text-align: center;
  padding: 40px;
  color: #fff;
  position: relative; }
  .teaserbox .image {
    margin-bottom: 20px; }
  .teaserbox h1, .teaserbox h2, .teaserbox h3, .teaserbox h4, .teaserbox h5, .teaserbox h6,
  .teaserbox .like-h1,
  .teaserbox .like-h2,
  .teaserbox .like-h3,
  .teaserbox .like-h4,
  .teaserbox .like-h5 {
    color: #fff; }
  .teaserbox .button, .teaserbox input[type=submit], .teaserbox button {
    margin-top: 100px;
    border-color: #fff;
    color: #fff; }
    .teaserbox .button:hover, .teaserbox input[type=submit]:hover, .teaserbox button:hover {
      background-color: #fff;
      color: #000; }
    @media all and (max-width: 1024px) {
      .teaserbox .button, .teaserbox input[type=submit], .teaserbox button {
        margin-top: 20px; } }
.contactpersonbox {
  display: flex;
  align-items: center;
  background: #EDF2F5;
  padding: 45px 30px;
  position: relative;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .contactpersonbox {
      flex-direction: column; } }
  .contactpersonbox:before {
    content: '';
    background: #00B8F1;
    background: linear-gradient(240deg, #00b8f1 0%, #fb3099 100%);
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0; }
  .contactpersonbox .image {
    border-radius: 100%;
    overflow: hidden;
    width: 225px;
    display: flex;
    justify-content: center;
    height: 225px; }
    .contactpersonbox .image img {
      -o-object-fit: cover;
         object-fit: cover; }
  .contactpersonbox .text {
    width: calc(100% - 390px);
    margin-left: 40px; }
    @media (max-width: 768px) {
      .contactpersonbox .text {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        text-align: center; } }
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none; }
  .popup-wrapper .popup_image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto; }
  .popup-wrapper.activate {
    -webkit-animation: popupFadeIn 1s ease forwards;
            animation: popupFadeIn 1s ease forwards; }
  .popup-wrapper .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); }
  .popup-wrapper .popup-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: linear-gradient(240deg, #e344a1 0%, #00b0e8 100%);
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
    @media all and (max-width: 470px) {
      .popup-wrapper .popup-cont {
        width: 80vw; } }
    .popup-wrapper .popup-cont .popup-cont-inner {
      overflow: auto;
      max-width: 500px;
      margin: 0 auto; }
      .popup-wrapper .popup-cont .popup-cont-inner .ce-bodytext {
        background: linear-gradient(240deg, #fb3099 0%, rgba(227, 68, 161, 0.8) 100%);
        padding: 50px 20px;
        color: #fff;
        margin: 50px auto 20px; }
        @media all and (max-width: 768px) {
          .popup-wrapper .popup-cont .popup-cont-inner .ce-bodytext {
            margin: 10px auto; } }
      .popup-wrapper .popup-cont .popup-cont-inner h1, .popup-wrapper .popup-cont .popup-cont-inner h2, .popup-wrapper .popup-cont .popup-cont-inner h3, .popup-wrapper .popup-cont .popup-cont-inner h4, .popup-wrapper .popup-cont .popup-cont-inner h5, .popup-wrapper .popup-cont .popup-cont-inner a {
        color: #fff; }
      .popup-wrapper .popup-cont .popup-cont-inner a.button {
        border: 2px solid #fff; }
    .popup-wrapper .popup-cont .close {
      position: absolute;
      top: 1em;
      right: 1em;
      width: 16px;
      height: 16px;
      background: url("../Images/close.svg") no-repeat center/100% auto;
      transition: 0.4s ease; }
      .popup-wrapper .popup-cont .close:hover {
        opacity: 0.7; }

@-webkit-keyframes popupFadeIn {
  0% {
    opacity: 0;
    pointer-events: none; }
  100% {
    opacity: 1;
    pointer-events: auto; } }

@keyframes popupFadeIn {
  0% {
    opacity: 0;
    pointer-events: none; }
  100% {
    opacity: 1;
    pointer-events: auto; } }

.foot {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
  position: relative; }
  .foot a {
    text-decoration: none;
    color: #fff; }
    .foot a:hover {
      text-decoration: underline; }
  .foot h1, .foot h2, .foot h3, .foot h4, .foot h5, .foot h6,
  .foot .like-h1,
  .foot .like-h2,
  .foot .like-h3,
  .foot .like-h4 {
    color: #fff; }
  .foot .foot-top {
    display: flex;
    justify-content: space-between; }
    .foot .foot-top .foot-right {
      width: 70%; }
      .foot .foot-top .foot-right .ce-gallery {
        height: 47px;
        margin-bottom: 30px; }
        .foot .foot-top .foot-right .ce-gallery img {
          max-height: 100%;
          width: auto;
          max-width: none; }
    @media all and (max-width: 768px) {
      .foot .foot-top {
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .foot .foot-top .foot-right {
          width: auto;
          margin-top: 40px; }
          .foot .foot-top .foot-right .ce-gallery {
            float: none;
            margin-bottom: 20px; }
            .foot .foot-top .foot-right .ce-gallery .ce-column {
              float: none; }
            .foot .foot-top .foot-right .ce-gallery .image {
              margin-left: auto;
              margin-right: auto; }
          .foot .foot-top .foot-right .grid3cols > .col {
            margin-bottom: 40px; } }
  .foot .foot-bottom {
    margin-top: 120px;
    text-align: center; }
    @media all and (max-width: 768px) {
      .foot .foot-bottom {
        margin-top: 60px; } }
    .foot .foot-bottom ul {
      margin-bottom: 30px; }
      .foot .foot-bottom ul li {
        display: inline-block;
        vertical-align: middle; }
        .foot .foot-bottom ul li + li {
          margin-left: 10px; }
  .foot .facebook {
    background-image: url("../Images/facebook-white.svg");
    color: transparent; }
  .foot .twitter {
    background-image: url("../Images/twitter-white.svg");
    color: transparent; }
  .foot .instagram {
    background-image: url("../Images/instagram-white.svg");
    color: transparent; }
  .foot .linkedin {
    background-image: url("../Images/linkedin-white.svg");
    color: transparent; }
  .foot .xing {
    background-image: url("../Images/xing-white.svg");
    color: transparent; }

.backtotop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 50px;
  background: #FB3099 url(../Images/arrow-down-white.svg) no-repeat center center/15px auto; }
  .backtotop:hover {
    background-color: #fb178d; }
  .backtotop span {
    display: none; }

/*Powermail*/
.tx-powermail .powermail_form h3 {
  display: none; }

.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px; }
  .tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
    display: none; }
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
    position: relative; }
    .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_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error {
      border: 2px solid #b10000; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error {
      border: 2px solid #b10000; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
      cursor: pointer; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
      display: inline-block;
      margin-right: 2%; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
      display: flex;
      justify-content: flex-end; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
      font-size: 13px;
      line-height: 140%; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
        color: #00B8F1; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
        padding: 10px;
        width: 100%; }
        .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error {
          background: #b10000;
          color: #fff; }
          .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error a {
            color: #fff; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
      color: #00B8F1;
      font-size: 15px; }
  .tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
    display: none; }

.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none; }

.tx-powermail .greyboxpowermail {
  background: #EDF2F5;
  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; }

/* 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%;
  -webkit-transform: translate(0, -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: #00B8F1;
      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: #FB3099;
        opacity: 1; }
    .slick-dots li.slick-active button {
      opacity: 0.75;
      background: #FB3099; }
    .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; }

@media all and (max-width: 470px) {
  .searchBox {
    display: none; } }

.searchBox .search {
  border: none;
  padding: 0; }
  .searchBox .search:hover {
    background-color: transparent;
    color: transparent; }

.searchBox .searchbox-sword {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  display: none;
  background: #EDF2F5;
  border: none;
  color: #000;
  padding: 10px;
  font-size: 15px; }
  .searchBox .searchbox-sword ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .searchBox .searchbox-sword :-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .searchBox .searchbox-sword ::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .searchBox .searchbox-sword :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }

.searchBox .searchbox-button {
  display: none; }

.tx-indexedsearch-searchbox {
  margin-bottom: 40px; }
  .tx-indexedsearch-searchbox #tx_indexedsearch {
    width: 50%;
    margin: 0 auto; }
    .tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div:first-of-type {
      margin-top: 40px; }
    .tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div:last-of-type {
      margin-bottom: 40px; }
    .tx-indexedsearch-searchbox #tx_indexedsearch legend {
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
    .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
      display: none; }

.tx-indexedsearch-res {
  background: #EDF2F5;
  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;
    display: none; }
    .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
      color: #00B8F1; }
  .tx-indexedsearch-res dl {
    display: flex; }
    .tx-indexedsearch-res dl dd p {
      margin: 0; }

.tx-indexedsearch-browsebox {
  margin: 10px 0; }
  .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    display: flex;
    flex-wrap: wrap; }
    .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
      padding: 10px 20px;
      margin-right: 10px;
      background: #00B8F1; }
      .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%; } }

/*Login*/
.tx-felogin-pi1 {
  background: #EDF2F5;
  padding: 4% 2%; }
  .tx-felogin-pi1 h3 {
    margin-bottom: 20px; }
  .tx-felogin-pi1 form {
    margin-top: 50px; }
    .tx-felogin-pi1 form legend {
      display: none; }
    .tx-felogin-pi1 form div + div {
      margin-top: 10px; }
    .tx-felogin-pi1 form #pass {
      margin: 5px 0 15px; }
    .tx-felogin-pi1 form label {
      display: block; }
    .tx-felogin-pi1 form input[type="submit"] {
      margin-top: 20px;
      cursor: pointer;
      border: none; }

.frame-type-felogin_login input[type="submit"] {
  margin-top: 20px; }

.frame-type-felogin_login form + p {
  margin-top: 10px; }

.frame-type-felogin_login .alert {
  padding: 30px;
  background: #EDF2F5; }
  .frame-type-felogin_login .alert:before {
    content: none; }

.femanager_flashmessages > .message-0,
.femanager_flashmessages > .message--2 {
  background: #EDF2F5;
  color: #000;
  border: none; }

.tx-femanager form fieldset legend span {
  display: flex;
  align-items: center; }
  .tx-femanager form fieldset legend span:before {
    content: '';
    display: inline-block;
    width: 216px;
    height: 54px;
    background: url("../Images/insight-white.svg") no-repeat center/100% auto;
    margin-right: 45px; }
  @media all and (max-width: 768px) {
    .tx-femanager form fieldset legend span {
      flex-direction: column;
      align-items: flex-start; }
      .tx-femanager form fieldset legend span:before {
        margin-right: 0; } }
.tx-femanager form fieldset .femanager_fieldset {
  display: flex;
  flex-direction: column-reverse; }
  .tx-femanager form fieldset .femanager_fieldset.femanager_submit {
    flex-direction: row;
    justify-content: flex-end; }
  .tx-femanager form fieldset .femanager_fieldset.has-error input,
  .tx-femanager form fieldset .femanager_fieldset.has-error div.checkbox,
  .tx-femanager form fieldset .femanager_fieldset.has-error div.radio {
    border: 2px solid #FB3099; }

.tx-femanager form fieldset .powermail_fieldwrap_width50,
.tx-femanager form fieldset .powermail_fieldwrap_width33 {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .tx-femanager form fieldset .powermail_fieldwrap_width50 .width33powermail,
  .tx-femanager form fieldset .powermail_fieldwrap_width33 .width33powermail {
    width: calc(33.333% - (2 * 20px / 3)); }
    .tx-femanager form fieldset .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
    .tx-femanager form fieldset .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
      margin-left: 20px; }
    .tx-femanager form fieldset .powermail_fieldwrap_width50 .width33powermail:nth-child(3n + 1),
    .tx-femanager form fieldset .powermail_fieldwrap_width33 .width33powermail:nth-child(3n + 1) {
      margin-left: 0; }
    @media screen and (max-width: 470px) {
      .tx-femanager form fieldset .powermail_fieldwrap_width50 .width33powermail,
      .tx-femanager form fieldset .powermail_fieldwrap_width33 .width33powermail {
        width: 100%; }
        .tx-femanager form fieldset .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
        .tx-femanager form fieldset .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
          margin-left: 0;
          margin-top: 20px; } }
  .tx-femanager form fieldset .powermail_fieldwrap_width50 .width50powermail,
  .tx-femanager form fieldset .powermail_fieldwrap_width33 .width50powermail {
    width: calc(50% - (20px / 2)); }
    .tx-femanager form fieldset .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
    .tx-femanager form fieldset .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
      margin-left: 20px; }
    .tx-femanager form fieldset .powermail_fieldwrap_width50 .width50powermail:nth-child(2n + 1),
    .tx-femanager form fieldset .powermail_fieldwrap_width33 .width50powermail:nth-child(2n + 1) {
      margin-left: 0; }
    @media screen and (max-width: 470px) {
      .tx-femanager form fieldset .powermail_fieldwrap_width50 .width50powermail,
      .tx-femanager form fieldset .powermail_fieldwrap_width33 .width50powermail {
        width: 100%; }
        .tx-femanager form fieldset .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
        .tx-femanager form fieldset .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
          margin-left: 0;
          margin-top: 20px; } }
.tx-femanager form fieldset .femanager_foot {
  margin-top: 60px;
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 768px) {
    .tx-femanager form fieldset .femanager_foot {
      flex-direction: column; } }
.tx-femanager .femanager_show .profile-section {
  background: #EDF2F5; }
  .tx-femanager .femanager_show .profile-section + .profile-section {
    margin-top: 30px; }
  .tx-femanager .femanager_show .profile-section > .headline {
    width: 100%;
    background: #00B8F1;
    background: linear-gradient(200deg, rgba(0, 184, 241, 0.85) 0%, rgba(251, 48, 153, 0.85) 100%);
    padding: 20px 90px;
    color: #fff;
    font-family: "Titillium Web", Verdana, Arial, sans-serif;
    font-size: 43px;
    line-height: 140%;
    font-weight: 300;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 960px) {
      .tx-femanager .femanager_show .profile-section > .headline {
        padding: 20px 40px;
        font-size: 32px;
        display: block; } }
    .tx-femanager .femanager_show .profile-section > .headline .logout {
      color: #fff; }
    .tx-femanager .femanager_show .profile-section > .headline span {
      display: flex;
      align-items: center; }
      .tx-femanager .femanager_show .profile-section > .headline span:before {
        content: '';
        display: inline-block;
        width: 216px;
        height: 54px;
        background: url("../Images/insight-white.svg") no-repeat center/100% auto;
        margin-right: 45px; }
      @media all and (max-width: 768px) {
        .tx-femanager .femanager_show .profile-section > .headline span {
          display: block; }
          .tx-femanager .femanager_show .profile-section > .headline span:before {
            display: block;
            width: 150px;
            height: 38px;
            margin-right: 0; } }
  .tx-femanager .femanager_show .profile-section .profile-cont {
    padding: 40px 90px; }
    @media all and (max-width: 768px) {
      .tx-femanager .femanager_show .profile-section .profile-cont {
        padding: 40px; } }
    .tx-femanager .femanager_show .profile-section .profile-cont .profile-header {
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between; }
      @media all and (max-width: 960px) {
        .tx-femanager .femanager_show .profile-section .profile-cont .profile-header {
          display: block; } }
    .tx-femanager .femanager_show .profile-section .profile-cont .profile-button {
      margin-top: 0;
      display: flex;
      justify-content: flex-end; }
  .tx-femanager .femanager_show .profile-section.subscription.bg-white {
    background: transparent; }
    .tx-femanager .femanager_show .profile-section.subscription.bg-white .profile-cont {
      padding: 0; }
  .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions {
    align-items: stretch;
    margin: 20px 0; }
    .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col:before, .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col:after {
      content: '';
      display: block;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, #FB3099 0%, #00B8F1 100%);
      border-radius: 5px;
      margin: 20px 0; }
    .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col .packagebox .text-wrapper .button, .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col .packagebox .text-wrapper input[type=submit], .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col .packagebox .text-wrapper button {
      margin-top: 20px; }
    .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col .packagebox .button, .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col .packagebox input[type=submit], .tx-femanager .femanager_show .profile-section.subscription .gridrow.subscriptions .col .packagebox button {
      padding: 10px 20px; }
  .tx-femanager .femanager_show .profile-section.data .largetext {
    margin-top: 0; }
  .tx-femanager .femanager_show .profile-section.data .settings {
    display: flex;
    flex-wrap: wrap; }
    .tx-femanager .femanager_show .profile-section.data .settings .setting {
      width: 50%;
      padding-right: 5%;
      margin-bottom: 20px; }
      .tx-femanager .femanager_show .profile-section.data .settings .setting.fullwidth {
        width: 100%; }
      @media all and (max-width: 470px) {
        .tx-femanager .femanager_show .profile-section.data .settings .setting {
          width: 100%; } }
  .tx-femanager .femanager_show .profile-section.subscription p + p {
    margin-top: 0; }
  .tx-femanager .femanager_show .profile-section.billing p + p {
    margin-top: 0; }
  .tx-femanager .femanager_show .profile-section.billing .invoice {
    display: flex;
    align-items: center; }
    @media all and (max-width: 470px) {
      .tx-femanager .femanager_show .profile-section.billing .invoice {
        display: block; } }
    .tx-femanager .femanager_show .profile-section.billing .invoice .data {
      width: 215px;
      padding-right: 20px; }
    .tx-femanager .femanager_show .profile-section.billing .invoice + .invoice {
      margin-top: 30px; }

.news .tag[data-id="9"] {
  display: inline-block; }

.news .tags li {
  display: inline-block;
  padding-left: 10px; }
  .news .tags li:before {
    content: none; }

.news .social-links {
  text-align: right;
  margin-bottom: 10px; }
  .news .social-links li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding: 0; }
    .news .social-links li + li {
      margin-left: 20px; }
    .news .social-links li:before {
      content: none; }

.news .insight {
  width: 100px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle; }
  .news .insight:first-child {
    margin-left: 0; }

.news .mediaelement-video {
  position: relative;
  max-width: 100%;
  padding-bottom: 56%; }
  .news .mediaelement-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.news .news-list-view .article {
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .news .news-list-view .article + .article {
    border-top: none; }
  .news .news-list-view .article:last-child {
    border-bottom: 1px solid #000; }
  .news .news-list-view .article h3,
  .news .news-list-view .article .like-h3 {
    margin-top: 10px; }
  .news .news-list-view .article .tag:hover {
    background: #00B8F1;
    background: linear-gradient(200deg, rgba(0, 184, 241, 0.85) 0%, rgba(251, 48, 153, 0.85) 100%);
    cursor: default; }
  .news .news-list-view .article [itemprop="headline"] {
    padding-right: 10px; }
  .news .news-list-view .article .news-text {
    flex: 3.5 1 0;
    padding-right: 30px; }
    .news .news-list-view .article .news-text .news-related {
      margin: 10px 0; }
    .news .news-list-view .article .news-text .more-button {
      text-align: right; }
  .news .news-list-view .article .news-img-wrap {
    flex: 1 1 0; }
  @media all and (max-width: 768px) {
    .news .news-list-view .article .news-text {
      flex: 1 1 0; } }
  @media all and (max-width: 470px) {
    .news .news-list-view .article {
      flex-direction: column-reverse; }
      .news .news-list-view .article .news-img-wrap {
        margin-bottom: 20px; } }
  .news .news-list-view .article.topnews {
    padding: 45px 0; }
    .news .news-list-view .article.topnews .news-text {
      flex: 1 1 0; }
    .news .news-list-view .article.topnews .news-img-wrap {
      flex: 2 1 0; }
  .news .news-list-view .article .news-text h3 a,
  .news .news-list-view .article .news-text .like-h3 a {
    color: #000;
    text-decoration: none; }
    .news .news-list-view .article .news-text h3 a:hover,
    .news .news-list-view .article .news-text .like-h3 a:hover {
      color: #000;
      text-decoration: underline; }
  .news .news-list-view .article .news-text .news-list-author {
    line-height: 140%; }
  .news .news-list-view .article .news-text .teaser-text {
    margin-top: 10px; }
  .news .news-list-view .article .news-img-wrap a {
    display: block;
    overflow: hidden; }
    .news .news-list-view .article .news-img-wrap a img {
      transition: all 0.5s ease-in-out;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .news .news-list-view .article .news-img-wrap a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.news .news-list-view.teaser-view .grid-sizer {
  width: calc(50% - (20px / 2)); }
  @media all and (max-width: 768px) {
    .news .news-list-view.teaser-view .grid-sizer {
      width: 100%; } }
.news .news-list-view.teaser-view .article {
  width: calc(50% - (20px / 2));
  margin-bottom: 35px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 0 0 35px; }
  @media all and (max-width: 768px) {
    .news .news-list-view.teaser-view .article {
      width: 100%; } }
  .news .news-list-view.teaser-view .article .news-img-wrap,
  .news .news-list-view.teaser-view .article .news-text {
    flex: auto;
    width: 100%; }
  .news .news-list-view.teaser-view .article .news-list-tags {
    margin-top: 10px;
    margin-bottom: 20px; }

.news .news-list-view.teaser-view.single-view .article {
  width: 100%;
  border-top: 0;
  padding-top: 0; }

.news .news-list-view.editorial-view .article {
  flex-direction: column-reverse;
  border: none;
  padding: 0; }
  .news .news-list-view.editorial-view .article .news-list-tags {
    margin-top: 10px;
    margin-bottom: 20px; }

.news .news-list-view.editorial-view .tag[data-id="9"] {
  display: inline-block; }

.news .news-list-view.col2, .news .news-list-view.col3, .news .news-list-view.col4 {
  padding-bottom: 40px; }
  .news .news-list-view.col2 .slick-list, .news .news-list-view.col3 .slick-list, .news .news-list-view.col4 .slick-list {
    margin: 0 -10px; }
    .news .news-list-view.col2 .slick-list .slick-slide, .news .news-list-view.col3 .slick-list .slick-slide, .news .news-list-view.col4 .slick-list .slick-slide {
      margin: 0 10px; }
  .news .news-list-view.col2 .article, .news .news-list-view.col3 .article, .news .news-list-view.col4 .article {
    display: block;
    padding: 0;
    border: none; }
    .news .news-list-view.col2 .article:last-child, .news .news-list-view.col3 .article:last-child, .news .news-list-view.col4 .article:last-child {
      border-bottom: none; }
    .news .news-list-view.col2 .article .news-text .news-list-author, .news .news-list-view.col3 .article .news-text .news-list-author, .news .news-list-view.col4 .article .news-text .news-list-author {
      margin-top: 0; }
    .news .news-list-view.col2 .article .news-img-wrap, .news .news-list-view.col3 .article .news-img-wrap, .news .news-list-view.col4 .article .news-img-wrap {
      padding: 0;
      margin-bottom: 20px; }

.news .news-list-view.col3, .news .news-list-view.col2 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0; }
  .news .news-list-view.col3 .article, .news .news-list-view.col2 .article {
    width: calc(33.3% - (2 * 20px / 3));
    margin: 0 20px 40px 0; }
    @media all and (max-width: 768px) {
      .news .news-list-view.col3 .article, .news .news-list-view.col2 .article {
        width: 100%;
        margin-right: 0; } }
    .news .news-list-view.col3 .article:nth-child(3n), .news .news-list-view.col2 .article:nth-child(3n) {
      margin-right: 0; }

.news .news-list-view.col2 .article {
  width: calc(50% - (1 * 20px / 2)); }
  .news .news-list-view.col2 .article:nth-child(3n) {
    margin-right: 20px; }
  .news .news-list-view.col2 .article:nth-child(2n) {
    margin-right: 0; }
  @media all and (max-width: 768px) {
    .news .news-list-view.col2 .article {
      width: 100%;
      margin-right: 0; } }
  .news .news-list-view.col2 .article:nth-child(3n) {
    margin-right: 0; }

.news .news-list-view.podcast .article {
  flex-direction: row-reverse; }
  .news .news-list-view.podcast .article .news-text {
    padding: 0 0 0 30px; }
  @media all and (max-width: 470px) {
    .news .news-list-view.podcast .article {
      flex-direction: column-reverse; }
      .news .news-list-view.podcast .article .news-text {
        padding-left: 0; } }
.news .news-list-view.podcast-teaser .article {
  background: #00B8F1;
  background: linear-gradient(240deg, #00b8f1 0%, #fb3099 100%);
  flex-direction: row-reverse;
  border: none;
  padding: 0; }
  @media all and (max-width: 768px) {
    .news .news-list-view.podcast-teaser .article {
      flex-direction: column-reverse; } }
  .news .news-list-view.podcast-teaser .article .news-text {
    flex: 3 1 0;
    padding: 30px;
    color: #fff; }
    .news .news-list-view.podcast-teaser .article .news-text h1, .news .news-list-view.podcast-teaser .article .news-text h2, .news .news-list-view.podcast-teaser .article .news-text h3, .news .news-list-view.podcast-teaser .article .news-text h4, .news .news-list-view.podcast-teaser .article .news-text h5, .news .news-list-view.podcast-teaser .article .news-text h6,
    .news .news-list-view.podcast-teaser .article .news-text .like-h1,
    .news .news-list-view.podcast-teaser .article .news-text .like-h2,
    .news .news-list-view.podcast-teaser .article .news-text .like-h3,
    .news .news-list-view.podcast-teaser .article .news-text .like-h4,
    .news .news-list-view.podcast-teaser .article .news-text .like-h5 {
      color: #fff; }
      .news .news-list-view.podcast-teaser .article .news-text h1 a, .news .news-list-view.podcast-teaser .article .news-text h2 a, .news .news-list-view.podcast-teaser .article .news-text h3 a, .news .news-list-view.podcast-teaser .article .news-text h4 a, .news .news-list-view.podcast-teaser .article .news-text h5 a, .news .news-list-view.podcast-teaser .article .news-text h6 a,
      .news .news-list-view.podcast-teaser .article .news-text .like-h1 a,
      .news .news-list-view.podcast-teaser .article .news-text .like-h2 a,
      .news .news-list-view.podcast-teaser .article .news-text .like-h3 a,
      .news .news-list-view.podcast-teaser .article .news-text .like-h4 a,
      .news .news-list-view.podcast-teaser .article .news-text .like-h5 a {
        color: #fff; }
    .news .news-list-view.podcast-teaser .article .news-text .button, .news .news-list-view.podcast-teaser .article .news-text input[type=submit], .news .news-list-view.podcast-teaser .article .news-text button {
      border-color: #fff;
      color: #fff; }
      .news .news-list-view.podcast-teaser .article .news-text .button:hover, .news .news-list-view.podcast-teaser .article .news-text input[type=submit]:hover, .news .news-list-view.podcast-teaser .article .news-text button:hover {
        background-color: #fff;
        color: #000; }
  .news .news-list-view.podcast-teaser .article .news-img-wrap a {
    position: relative;
    width: 100%;
    height: 100%; }
    .news .news-list-view.podcast-teaser .article .news-img-wrap a img {
      max-width: none;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media all and (max-width: 768px) {
        .news .news-list-view.podcast-teaser .article .news-img-wrap a img {
          position: static; } }
.news.news-single .article {
  font-size: 17px;
  line-height: 180%; }
  .news.news-single .article [itemprop="headline"] {
    margin-top: 10px; }
  .news.news-single .article .news-cont {
    padding: 40px 0 50px;
    border-top: 1px solid #000; }
    .news.news-single .article .news-cont .news-main {
      padding-bottom: 50px;
      border-bottom: 1px solid #000; }
  .news.news-single .article .teaser-text {
    margin-bottom: 20px;
    font-family: "Slabo 13px", Verdana, Arial, sans-serif;
    font-weight: 400;
    line-height: 140%; }
  .news.news-single .article .news-list-date {
    margin-top: 0; }
  .news.news-single .article .news-text-wrap {
    margin-bottom: 60px; }
  .news.news-single .article .news-img-first {
    margin-bottom: 60px; }
    @media all and (max-width: 768px) {
      .news.news-single .article .news-img-first {
        margin-bottom: 20px; } }
  .news.news-single .article .news-img-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .news.news-single .article .news-img-gallery .outer {
      padding: 10px;
      flex: 1 1 25%; }
      .news.news-single .article .news-img-gallery .outer:nth-child(n+5) {
        max-width: 25%; }
      @media all and (max-width: 768px) {
        .news.news-single .article .news-img-gallery .outer {
          flex: 1 1 50%; }
          .news.news-single .article .news-img-gallery .outer:nth-child(n+5) {
            max-width: none; }
          .news.news-single .article .news-img-gallery .outer:nth-child(n+3) {
            max-width: 50%; } }
  .news.news-single .article .content-elements {
    margin-top: 60px; }
  .news.news-single .article .news-list-author {
    margin-top: 50px; }
    .news.news-single .article .news-list-author .mail {
      margin-left: 10px; }
  .news.news-single .article .news-backlink-wrap {
    margin-top: 60px; }
    @media all and (max-width: 768px) {
      .news.news-single .article .news-backlink-wrap {
        margin-top: 20px; } }
  .news.news-single .article .news-text-wrap,
  .news.news-single .article .news-img-gallery,
  .news.news-single .article .news-content-elements,
  .news.news-single .article .news-related {
    padding: 0 100px; }
    @media all and (max-width: 960px) {
      .news.news-single .article .news-text-wrap,
      .news.news-single .article .news-img-gallery,
      .news.news-single .article .news-content-elements,
      .news.news-single .article .news-related {
        padding: 0; } }
.news.news-single .related-news {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000; }
  .news.news-single .related-news .headline {
    margin-bottom: 30px;
    text-align: center; }

.news .f3-widget-paginator {
  margin-top: 50px;
  font-family: "Titillium Web", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 18px; }
  .news .f3-widget-paginator li {
    padding: 0;
    display: inline-block; }
    .news .f3-widget-paginator li + li:not(.next):before {
      content: ', ';
      display: inline;
      width: auto;
      height: auto;
      background: transparent;
      position: static;
      border-radius: 0;
      margin: 0; }
    .news .f3-widget-paginator li.previous + li:before {
      content: none; }
    .news .f3-widget-paginator li a {
      text-decoration: none; }
      .news .f3-widget-paginator li a:hover {
        color: #000;
        text-decoration: underline; }
    .news .f3-widget-paginator li:before {
      content: none; }
    .news .f3-widget-paginator li.current {
      text-decoration: underline; }
    .news .f3-widget-paginator li.previous a, .news .f3-widget-paginator li.next a {
      display: inline-block;
      width: 7px;
      height: 14px;
      background: url("../Images/arrow-left.svg") no-repeat center/100% auto;
      color: transparent !important;
      text-indent: 100%;
      overflow: hidden; }
      .news .f3-widget-paginator li.previous a:hover, .news .f3-widget-paginator li.next a:hover {
        opacity: 0.7; }
    .news .f3-widget-paginator li.previous a {
      margin-right: 20px; }
    .news .f3-widget-paginator li.next a {
      margin-left: 20px;
      background-image: url("../Images/arrow-right.svg"); }

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .datepicker-container::before, .datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.datepicker-dropdown {
  border: 1px solid #EDF2F5;
  box-shadow: 0 3px 6px #EDF2F5;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #00B8F1; }
  .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: #00B8F1; }
  .datepicker-top-left::after, .datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #00B8F1; }
  .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: #00B8F1; }
  .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: #e5f2ff; }
    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
      color: #999; }
    .datepicker-panel > ul > li.highlighted {
      background-color: #e5f2ff; }
      .datepicker-panel > ul > li.highlighted:hover {
        background-color: #cce5ff; }
    .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
      color: #00B8F1; }
    .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: #e5f2ff; }
    .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
      font-size: 18px; }
    .datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
      width: 150px; }
  .datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px; }
  .datepicker-panel > ul[data-view="week"] > li,
  .datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default; }

.datepicker-hide {
  display: none; }

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

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

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

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

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -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;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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; }

.klaro button:not(.hide),
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #FB3099 !important; }

.klaro a {
  color: #00B8F1 !important; }

.klaro .context-notice .cm-btn.cm-btn-success {
  display: none !important; }

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #00B8F1 !important; }
/*# sourceMappingURL=main.css.map */