/*! normalize.css v8.0.1 | 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 iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    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
     ========================================================================== */
  
  /**
   * 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
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */
  }
  
  /**
   * 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 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
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 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;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * 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 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  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 in Chrome and Safari on macOS.
   */
  
  [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 Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
* {
  color: #000000;
  box-sizing: border-box;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
html,
body {
  margin: 0;
}
body {
  background: #e9e9e9;
}
.page-container {
  max-width: 1640px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pointer {
  cursor: pointer;
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.text-uppercase {
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .hide-for-large {
    display: none;
  }
}
@media only screen and (min-width: 1220px) {
  .hide-for-xlarge {
    display: none;
  }
}
.flex {
  display: flex;
}
.col {
  padding: 20px 0;
}
.content-size-xs,
.content-size-s,
.content-size-sm,
.content-size-m,
.content-size-l {
  margin: 0 auto;
}
.content-size-l {
  max-width: 1640px;
}
.content-size-sm {
  max-width: 1200px;
}
.content-size-m {
  max-width: 1280px;
}
.content-size-s {
  max-width: 1134px;
}
.content-size-xs {
  max-width: 920px;
}
@font-face {
  font-family: "Domine-SemiBold";
  src: url("./fonts/domine-v11-latin-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Domine-Bold";
  src: url("./fonts/domine-v11-latin-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("./fonts/inter-v3-latin-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("./fonts/inter-v3-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("./fonts/poppins-v15-latin-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("./fonts/poppins-v15-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter-Regular";
  font-size: 16px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.headline-1,
.headline-2,
.headline-3,
.headline-4,
.headline-5,
.headline-6 {
  margin: 0 0 10px 0;
}
p {
  font-size: 21px;
  font-family: "Inter-Regular";
  color: #515253;
  line-height: 30px;
}
p.small {
  font-size: 16px;
}
.headline-top {
  font-family: "Domine-SemiBold";
  font-size: 21px;
  color: #A5A7A8;
}
h1,
.headline-h1 {
  font-family: "Poppins-Bold";
  font-size: 142px;
}
h2,
.headline-h2 {
  font-family: "Poppins-Bold";
  font-size: 89px;
}
h3,
.headline-h3 {
  font-family: "Poppins-Bold";
  font-size: 50px;
  line-height: 64px;
}
h4,
.headline-h4 {
  font-family: "Poppins-Bold";
  font-size: 37px;
}
h5,
.headline-h5 {
  font-family: "Poppins-Bold";
  font-size: 28px;
}
h6,
.headline-h6 {
  font-family: "Poppins-Bold";
  font-size: 21px;
}
@media only screen and (max-width: 768px) {
  h2,
  .headline-h2 {
    font-size: 50px;
  }
  h3,
  .headline-h3 {
    font-size: 35px;
    line-height: 40px;
  }
  h4,
  .headline-h4 {
    font-size: 25px;
  }
  h5,
  .headline-h5 {
    font-size: 18px;
  }
  h6,
  .headline-h6 {
    font-size: 16px;
  }
}
/*

h1-6 für mobile definieren



p: 21 inter regular, inter bold im rte?
*/
.button,
button {
  background: #E5027E;
  color: #FFFFFF;
  display: inline-block;
  padding: 16px 40px;
  transition: 0.15s ease;
  border: 1px solid transparent;
  font-family: "Inter-Bold";
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.button:hover,
button:hover {
  background: #FFFFFF;
  color: #E5027E;
  border: 1px solid #E5027E;
}
.button-newsletter,
button-newsletter {
  padding: 16px 40px 16px 70px;
}
.button-newsletter::before,
button-newsletter::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3e%3cpath id='newsletter' d='M15,12H1a1,1,0,0,0-1,1V23a1,1,0,0,0,1,1H15a1,1,0,0,0,1-1V13a1,1,0,0,0-1-1Zm-1,2v.42L8,17.849,2,14.42V14ZM2,22V16.723l5.5,3.145a1,1,0,0,0,.992,0L14,16.723V22Z' transform='translate(0 -12)' fill='%23ffffff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 17px;
  height: 14px;
  display: block;
  position: absolute;
  top: 19px;
  left: 35px;
}
.button-newsletter:hover::before,
button-newsletter:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3e%3cpath id='newsletter' d='M15,12H1a1,1,0,0,0-1,1V23a1,1,0,0,0,1,1H15a1,1,0,0,0,1-1V13a1,1,0,0,0-1-1Zm-1,2v.42L8,17.849,2,14.42V14ZM2,22V16.723l5.5,3.145a1,1,0,0,0,.992,0L14,16.723V22Z' transform='translate(0 -12)' fill='%23E5027E'/%3e%3c/svg%3e");
}
.button-arrow,
button-arrow {
  padding: 16px 120px 16px 40px;
}
.button-arrow::after,
button-arrow::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.button-arrow:hover::after,
button-arrow:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
}
.button-download,
button-download {
  padding: 16px 120px 16px 40px;
}
.button-download::after,
button-download::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22'%3E%3Cg id='download' transform='translate(-659.5 -3056)'%3E%3Cline id='Linie_7' data-name='Linie 7' y2='15.5' transform='translate(668.5 3056)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cline id='Linie_19' data-name='Linie 19' x2='18' transform='translate(659.5 3077)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(2379.902 -4170.758) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
}
.button-download:hover::after,
button-download:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22'%3E%3Cg id='download' transform='translate(-659.5 -3056)'%3E%3Cline id='Linie_7' data-name='Linie 7' y2='15.5' transform='translate(668.5 3056)' fill='none' stroke='%23E5027E' stroke-width='2'/%3E%3Cline id='Linie_19' data-name='Linie 19' x2='18' transform='translate(659.5 3077)' fill='none' stroke='%23E5027E' stroke-width='2'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(2379.902 -4170.758) rotate(90)' fill='none' stroke='%23E5027E' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.button-simple-arrow,
button-simple-arrow {
  padding: 25px;
}
.button-simple-arrow:hover,
button-simple-arrow:hover {
  border: 1px solid #FFFFFF;
}
.button-simple-arrow::after,
button-simple-arrow::after {
  margin-left: 0;
  top: 50%;
  right: 16px;
}
.button-invert,
button-invert {
  background: #FFFFFF;
  color: #E5027E;
}
.button-invert::after,
button-invert::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
}
.button-invert:hover,
button-invert:hover {
  background: #E5027E;
  color: #FFFFFF;
  border: 1px solid #E5027E;
}
.button-invert:hover::after,
button-invert:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
}
.menu {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 25px;
}
.menu-global {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid #000000;
  width: 100%;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 8px;
}
.menu-bottom {
  top: 17px;
}
.menu-top-click {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 30px 48px;
}
.header-logo {
  font-family: "Inter-Bold";
  font-size: 21px;
}
.header-logo span {
  font-family: "Inter-Bold";
  font-size: 15px;
  color: #042557;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.header-logo span::before {
  content: '';
  height: 25px;
  width: 1px;
  background-color: #E5167E;
  position: absolute;
  left: 7px;
  top: -7px;
}
.header-navigation li a {
  font-family: "Inter-Regular";
  position: relative;
}
.header-navigation li a::after {
  content: '';
  display: block;
  background: #E5027E;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-navigation li a:hover::after {
  width: 100%;
}
.header-navigation li.active a {
  color: rgba(0, 8, 44, 0.5);
}
@media only screen and (max-width: 1220px) {
  .header {
    height: 90px;
    padding: 0 20px;
  }
  .header-meta {
    display: none;
  }
  .header-navigation {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 100;
    left: 0;
    top: 90px;
  }
  .header-navigation li {
    margin-bottom: 30px;
  }
  .header-navigation li a {
    font-size: 28px;
  }
  .header-navigation--show {
    display: flex;
  }
}
@media only screen and (min-width: 1220px) {
  .header-navigation li {
    display: inline;
  }
  .header-navigation li a {
    font-size: 16px;
  }
  .header-navigation li:not(:first-child) {
    margin-left: 30px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer-inner {
  position: relative;
}
.footer-upper {
  background: transparent linear-gradient(0deg, #11426A 0%, #0C517A 100%) 0% 0% no-repeat;
}
.footer-upper-item a {
  color: #FFFFFF;
}
.footer-upper-item h5 {
  color: #64D9E7;
  margin-bottom: 15px;
}
.footer-upper-item strong {
  margin-bottom: 35px;
  display: block;
  position: relative;
}
.footer-upper-item strong::after {
  content: '';
  display: block;
  background: #E5167E;
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.footer-upper-item strong,
.footer-upper-item p {
  color: #FFFFFF;
}
.footer-upper-item p {
  margin: 0 0 5px 0;
}
.footer-logo strong {
  font-family: "Inter-Bold";
}
.footer-logo p {
  font-family: "Inter-Bold";
  font-size: 19px;
  color: #64D9E7;
  max-width: 50%;
}
.footer-logos {
  display: flex;
  align-items: flex-start;
}
.footer-social {
  display: flex;
}
.footer-social li {
  position: relative;
}
.footer-social li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.footer-social li a {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
}
.footer-lower {
  background: #0D375D;
}
.footer-lower-inner ul li {
  display: inline;
}
.footer-lower-inner ul li a {
  color: #FFFFFF;
}
.footer-lower-inner ul li:not(:first-child) {
  margin-left: 25px;
}
.footer-meta {
  background: #0D375D;
}
.footer-meta-inner {
  border-top: 1px solid rgba(165, 167, 168, 0.22);
  padding-top: 40px;
}
.footer-meta-inner ul li {
  display: inline;
}
.footer-meta-inner ul li a {
  color: #EBEDF0;
}
.footer-meta-inner ul li:not(:first-child) {
  margin-left: 40px;
}
.footer-to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: #E5027E;
}
.footer-to-top-arrow::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  transform: rotate(-90deg);
}
.footer-to-top::before {
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 40px 150px 40px 0;
  border-color: transparent #E5027E transparent transparent;
}
.footer-to-top::after {
  position: absolute;
  top: 0;
  left: -40px;
  content: '';
  width: 0px;
  height: 0px;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0 40px 150px 40px;
  border-color: transparent transparent #E5027E transparent;
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    font-size: 44px;
  }
  .footer-logos {
    margin-bottom: 25px;
  }
  .footer-lower {
    padding: 40px 20px;
  }
  .footer-meta {
    padding: 0 20px 40px 20px;
  }
  .footer-upper {
    padding: 50px 20px 60px 20px;
  }
  .footer-upper-item {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    font-size: 53px;
  }
  .footer-lower {
    padding: 75px 20px;
  }
  .footer-lower-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-upper {
    padding: 100px 20px 120px 20px;
  }
  .footer-upper-inner {
    display: flex;
  }
  .footer-upper-item {
    width: 33%;
    padding-right: 100px;
  }
  .footer-meta {
    padding: 0 20px 40px 20px;
  }
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.75);
}
.swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  .stage .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .stage .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
  }
}
.stage {
  position: relative;
  overflow: hidden;
}
.stage-container {
  position: relative;
}
.stage-item {
  position: relative;
}
.stage-headline {
  position: absolute;
  top: 20%;
}
.stage-headline h2,
.stage-headline h5 {
  color: #FFFFFF;
}
.stage-headline h5 {
  margin-top: 20px;
}
.stage-headline h2 {
  line-height: 1.7;
  background-color: #0480C8;
  display: inline;
  padding: 0.45rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.stage-logo {
  position: absolute;
  bottom: -4px;
  right: 0;
  z-index: 10;
}
.stage-logo-inner {
  position: absolute;
  right: 50%;
  bottom: 33%;
  transform: translateY(50%) translateX(50%);
}
@media only screen and (max-width: 768px) {
  .stage-headline {
    width: 100%;
    font-size: 30px;
    line-height: 1.7;
    left: 20px;
  }
  .stage-headline h2 {
    font-size: 22px;
  }
  .stage-headline h5 {
    width: 70%;
  }
  .stage-logo svg {
    width: 100px;
    height: 83px;
  }
  .stage-logo-inner svg {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .stage-headline {
    width: 40%;
  }
  .stage-headline h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .stage-headline {
    left: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .stage-logo-inner svg {
    width: 100px;
    height: 100px;
  }
  .stage-headline {
    left: 15%;
  }
  .stage-headline h2 {
    font-size: 89px;
  }
  .stage-headline h5 {
    width: 70%;
  }
}
.textimageteaser {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.textimageteaser-inner {
  padding: 0 20px;
}
.textimageteaser-top::before,
.textimageteaser-bottom::before,
.textimageteaser-top::after,
.textimageteaser-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.textimageteaser-top::before {
  content: '';
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
}
.textimageteaser-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
.textimageteaser-text a {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .textimageteaser {
    padding: 80px 0;
  }
  .textimageteaser-top::before,
  .textimageteaser-bottom::before,
  .textimageteaser-top::after,
  .textimageteaser-bottom::after {
    width: 100%;
  }
  .textimageteaser-top::before {
    content: '';
    top: -40px;
  }
  .textimageteaser-text {
    margin-top: 50px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .textimageteaser {
    padding: 160px 0;
  }
  .textimageteaser-content {
    display: flex;
    align-items: center;
  }
  .textimageteaser-image {
    width: 50%;
    margin-right: 50px;
  }
  .textimageteaser-text {
    width: 50%;
    margin-left: 50px;
  }
}
.topline {
  background: #F4F7F9;
  position: relative;
  overflow: hidden;
}
.topline-top::before {
  content: '';
  position: absolute;
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
}
.topline-text {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .topline {
    padding: 50px 0;
  }
  .topline-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .topline {
    padding: 146px 0 65px 0;
  }
}
.newsteaser {
  background: #F4F7F9;
}
.newsteaser-headline {
  margin-bottom: 80px;
  margin-left: 10px;
}
.newsteaser-headline.center {
  text-align: center;
}
.newsteaser-headline.left {
  text-align: left;
}
.newsteaser-item-text p {
  color: #A5A7A8;
  font-family: "Poppins-Medium";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.28px;
}
.newsteaser-item-inner {
  padding: 0 20px;
}
.newsteaser-item-inner:hover .newsteaser-item-text h5 {
  color: #E5027E;
}
.newsteaser-item-inner:hover .newsteaser-arrow {
  background: #E5027E;
}
.newsteaser-item-inner:hover .newsteaser-arrow::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
}
.newsteaser-image {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.newsteaser-image img {
  width: 100%;
}
.newsteaser-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  right: 0;
  bottom: 0;
}
.newsteaser-arrow::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
}
.newsteaser-pagination ul {
  display: flex;
  justify-content: flex-end;
}
.newsteaser-pagination ul li {
  font-size: 21px;
  font-family: "Inter-Regular";
  color: #393D40;
  margin-left: 20px;
}
.newsteaser-pagination ul li a {
  padding-bottom: 5px;
}
.newsteaser-pagination ul li a:hover {
  border-bottom: 2px solid #D0337C;
}
@media only screen and (max-width: 768px) {
  .newsteaser {
    padding: 50px 0;
  }
  .newsteaser-pagination {
    margin-top: 30px;
  }
  .newsteaser-item:last-child .newsteaser-item-inner {
    margin-bottom: 0;
  }
  .newsteaser-item-inner {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .newsteaser-item-text {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .newsteaser {
    padding: 100px 0 180px 0;
  }
  .newsteaser-pagination {
    margin-right: 20px;
  }
  .newsteaser-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .newsteaser-item {
    width: 50%;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .newsteaser-item {
    width: 33%;
  }
}
.banner {
  position: relative;
}
.banner-headline {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  font-size: 40px;
  padding: 5px 10px;
  padding: 2px 0;
  max-width: 40%;
  margin: 20px auto;
  transform: translateY(-50%) translateX(-50%);
}
.banner-headline span {
  color: #FFFFFF;
  background-color: #0480C8;
  display: inline;
  padding: 0.45rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only screen and (max-width: 768px) {
  .banner-headline {
    font-size: 20px;
    max-width: 75%;
    line-height: 2.3;
  }
}
@media only screen and (min-width: 768px) {
  .banner-headline {
    line-height: 2;
  }
}
.contact-banner {
  position: relative;
}
.contact-banner-headline {
  text-align: left;
}
.contact-banner-headline h3 {
  color: #FFFFFF;
}
.contact-banner-headline .button {
  margin-top: 30px;
}
.contact-banner-image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-banner {
    background: #FFFFFF;
    padding-bottom: 30px;
  }
  .contact-banner-overlay {
    display: none;
  }
  .contact-banner-headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  .contact-banner-headline h3 {
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .contact-banner-headline {
    position: absolute;
    max-width: 50%;
    top: 50%;
    left: 35%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .contact-banner-headline {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1220px) {
  .contact-banner-headline {
    max-width: 30%;
  }
}
.splitteaser {
  background: #F4F7F9;
}
.splitteaser-inner {
  overflow: hidden;
}
.splitteaser-item {
  position: relative;
}
.splitteaser-item-inner {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.splitteaser-item-inner-left {
  background: rgba(0, 8, 44, 0.3);
}
.splitteaser-item-inner-right {
  background: rgba(0, 8, 44, 0.45);
}
.splitteaser-item-inner-content {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.splitteaser-item .button {
  margin-top: 35px;
}
.splitteaser-left h3,
.splitteaser-right h3 {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .splitteaser-item-inner-content {
    text-align: center;
    max-width: 75%;
  }
  .splitteaser-item-inner-content h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .splitteaser-item-inner-content .button {
    align-self: center;
  }
}
@media only screen and (min-width: 768px) {
  .splitteaser-inner {
    display: flex;
  }
  .splitteaser-item-inner-content {
    max-width: 100%;
    padding: 0 20px;
    min-height: 170px;
  }
  .splitteaser-item-inner-content h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .splitteaser-item-inner-left .splitteaser-item-inner-content {
    margin-left: 0;
  }
  .splitteaser-item-inner-right .splitteaser-item-inner-content {
    margin-right: 0;
  }
  .splitteaser-left {
    width: 50%;
  }
  .splitteaser-right {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .splitteaser-item-inner-content {
    min-height: 140px;
    width: 50%;
  }
  .splitteaser-item-inner-content h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .splitteaser-item-inner-left .splitteaser-item-inner-content {
    margin-left: 150px;
  }
  .splitteaser-item-inner-right .splitteaser-item-inner-content {
    margin-right: 150px;
  }
}
@media only screen and (min-width: 1220px) {
  .splitteaser-item-inner-content h3 {
    font-size: 45px;
    line-height: 50px;
  }
}
.newsletter {
  background: #F4F7F9;
  position: relative;
  overflow: hidden;
}
.newsletter-bg-blue {
  background: #11426A;
}
.newsletter-bg-blue .newsletter-headline,
.newsletter-bg-blue p {
  color: #FFFFFF;
}
.newsletter-bottom::before {
  content: '';
  position: absolute;
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
}
.newsletter-inner {
  padding: 0 20px;
}
.newsletter-text a {
  margin-top: 25px;
}
.newsletter-headline {
  color: #000000;
  margin-bottom: 20px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .newsletter {
    padding: 50px 0;
  }
  .newsletter-bottom::before {
    display: none;
  }
  .newsletter-text {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter {
    padding: 120px 0 150px 0;
  }
  .newsletter-content {
    display: flex;
  }
  .newsletter-image {
    width: 50%;
    margin-left: 50px;
  }
  .newsletter-text {
    width: 50%;
    margin-right: 50px;
  }
}
.textintro {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.textintro-headline {
  margin-bottom: 40px;
}
.textintro-headline h2 {
  color: #FFFFFF;
}
.textintro-headline h2 {
  line-height: 1.7;
  background-color: #0480C8;
  display: inline;
  padding: 0.45rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.textintro-top::before,
.textintro-bottom::before,
.textintro-top::after,
.textintro-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.textintro-top::before {
  content: '';
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
}
.textintro-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
.textintro-inner {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .textintro {
    padding: 75px 0;
  }
  .textintro-headline h2 {
    font-size: 35px;
    line-height: 1.9;
  }
  .textintro-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .textintro {
    padding: 146px 0 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .textintro-headline h2 {
    font-size: 60px;
  }
}
.quote-banner {
  position: relative;
  background: #FFFFFF;
}
.quote-banner-overlay {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(1, 9, 42, 0.15);
}
.quote-banner-headline {
  text-align: left;
}
.quote-banner-headline h5 {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .quote-banner {
    padding-bottom: 50px;
  }
  .quote-banner-overlay {
    display: none;
  }
  .quote-banner-image {
    margin-bottom: 25px;
  }
  .quote-banner-headline {
    padding: 0 20px;
  }
  .quote-banner-headline h5 {
    color: #000000;
    line-height: 38px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .quote-banner-headline {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%) translateX(-30%);
  }
  .quote-banner-headline h5 {
    line-height: 39px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .quote-banner-headline {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1220px) {
  .quote-banner-headline {
    max-width: 40%;
    left: 60%;
    transform: translateY(-50%) translateX(-30%);
  }
}
.twocolumn {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.twocolumn-headline {
  text-align: center;
  margin-bottom: 120px;
}
.twocolumn-inner {
  padding: 0 20px;
}
.twocolumn-content-item-inner p {
  letter-spacing: 0.21px;
}
.twocolumn-content-item-logo {
  margin-bottom: 25px;
}
.twocolumn-top::before,
.twocolumn-bottom::before,
.twocolumn-top::after,
.twocolumn-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.twocolumn-top::before {
  content: '';
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
}
.twocolumn-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
@media only screen and (max-width: 768px) {
  .twocolumn {
    padding: 80px 0;
  }
  .twocolumn-inner {
    padding: 0 20px;
  }
  .twocolumn-content-item {
    margin-bottom: 50px;
  }
  .twocolumn-top::before,
  .twocolumn-bottom::before,
  .twocolumn-top::after,
  .twocolumn-bottom::after {
    width: 100%;
  }
  .twocolumn-top::before {
    content: '';
    top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .twocolumn {
    padding: 160px 0 60px 0;
  }
  .twocolumn-content {
    display: flex;
    flex-wrap: wrap;
  }
  .twocolumn-content-item {
    width: 35%;
    margin-bottom: 90px;
  }
  .twocolumn-content-item:nth-child(even) {
    margin-left: 20%;
  }
}
.lebenslauf {
  background: #F4F7F9;
  position: relative;
  overflow: hidden;
}
.lebenslauf-intro-headline {
  margin-bottom: 50px;
}
.lebenslauf-inner {
  padding: 0 20px;
}
.lebenslauf-content {
  margin-top: 100px;
}
.lebenslauf-content ul li {
  font-size: 21px;
  font-family: "Inter-Regular";
  color: #515253;
}
.lebenslauf-content ul li ul {
  margin-left: 50px;
  margin-top: 10px;
}
.lebenslauf-content ul li ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
}
.lebenslauf-content-tabs ul {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #B6BBC1;
}
.lebenslauf-content-tabs ul li {
  font-size: 21px;
  font-family: "Poppins-Bold";
  color: #00082C;
  line-height: 33px;
  position: relative;
}
.lebenslauf-content-tabs ul li:not(.active) {
  cursor: pointer;
}
.lebenslauf-content-tabs ul li.active::after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background-color: #E5167E;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.lebenslauf-content-table {
  display: none;
  margin-top: 80px;
}
.lebenslauf-content-table.active {
  display: block;
}
.lebenslauf-content-table-item {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #B6BBC1;
}
@media only screen and (max-width: 768px) {
  .lebenslauf {
    padding: 80px 0;
  }
  .lebenslauf-intro {
    padding: 0 20px;
  }
  .lebenslauf-intro-content-left {
    margin-bottom: 30px;
  }
  .lebenslauf-intro-content-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lebenslauf-content {
    padding: 0 20px;
  }
  .lebenslauf-content-tabs ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .lebenslauf-content-tabs ul li {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .lebenslauf {
    padding: 160px 0;
  }
  .lebenslauf-intro-content {
    display: flex;
  }
  .lebenslauf-intro-content-left {
    width: 40%;
  }
  .lebenslauf-intro-content-image {
    width: 40%;
    margin-left: 20%;
  }
  .lebenslauf-content-tabs ul li:not(:first-child) {
    margin-left: 95px;
  }
  .lebenslauf-content-table-item {
    display: flex;
  }
  .lebenslauf-content-table-item-date {
    min-width: 150px;
  }
}
.imagetext {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.imagetext-bg-grey {
  background: #F4F7F9;
}
.imagetext-headline {
  margin-bottom: 50px;
}
.imagetext-headline.center {
  text-align: center;
}
.imagetext-content {
  padding: 0 20px;
}
.imagetext-image {
  position: relative;
}
.imagetext-image img {
  position: relative;
  z-index: 10;
}
.imagetext-image-background {
  background: #64D9E7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-3deg);
}
.imagetext-content h3 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.imagetext-content h3:nth-child(2) {
  color: #0380C8;
}
.imagetext-content-text {
  margin-top: 30px;
}
.imagetext-content .button {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .imagetext {
    padding: 80px 0;
  }
  .imagetext-item:not(:last-child) {
    margin-bottom: 130px;
  }
  .imagetext-content {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .imagetext {
    padding: 100px 0 170px 0;
  }
  .imagetext-headline {
    margin: 0 0 140px 0;
  }
  .imagetext-item:not(:last-child) {
    margin-bottom: 200px;
  }
  .imagetext-content {
    margin-top: 110px;
  }
}
.weekhistory {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.weekhistory-bottom::before,
.weekhistory-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.weekhistory-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
.weekhistory-headline {
  margin-bottom: 100px;
}
.weekhistory-headline.center {
  text-align: center;
}
.weekhistory-content {
  position: relative;
}
.weekhistory-timeline {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #EBEDF0;
}
.weekhistory-item-left .weekhistory-item-text h5::before {
  right: -134px;
}
.weekhistory-item-right .weekhistory-item-text h5::before {
  left: -133px;
}
.weekhistory-item-reverse {
  flex-direction: row-reverse;
}
.weekhistory-item-text h5 {
  margin-bottom: 20px;
  position: relative;
}
.weekhistory-item-text h5::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: -16px;
  border: 30px solid #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .weekhistory {
    padding: 65px 0 75px 0;
  }
  .weekhistory-item {
    margin-bottom: 75px;
  }
  .weekhistory-item-text {
    margin-top: 20px;
  }
  .weekhistory-headline h3 {
    max-width: 75%;
    margin: 0 auto;
  }
  .weekhistory-content {
    padding: 0 20px;
  }
  .weekhistory-timeline {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .weekhistory {
    padding: 130px 0 150px 0;
  }
  .weekhistory-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
  }
  .weekhistory-item:last-child {
    margin-bottom: 0;
  }
  .weekhistory-item-image {
    width: 40%;
    margin-top: 20px;
  }
  .weekhistory-item-text {
    width: 40%;
    margin-top: -40px;
  }
  .weekhistory-item-left .weekhistory-item-image {
    margin-right: 20px;
  }
  .weekhistory-item-left .weekhistory-item-text {
    margin-left: 20px;
  }
  .weekhistory-item-right .weekhistory-item-image {
    margin-left: 20px;
  }
  .weekhistory-item-right .weekhistory-item-text {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .weekhistory-headline h3 {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .weekhistory-item-left .weekhistory-item-text h5::before {
    display: none;
  }
  .weekhistory-item-right .weekhistory-item-text h5::before {
    display: none;
  }
}
.berlinteaser-inner {
  background: #11426A;
}
.berlinteaser-headline {
  margin-bottom: 70px;
}
.berlinteaser-headline.center {
  text-align: center;
}
.berlinteaser-headline h3 {
  color: #FFFFFF;
}
.berlinteaser-item {
  background: #FFFFFF;
  margin-bottom: 65px;
  position: relative;
  overflow: hidden;
}
.berlinteaser-item-headline,
.berlinteaser-item-text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .berlinteaser-item {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .berlinteaser-item {
    padding: 50px;
  }
  .berlinteaser-item-inner {
    max-width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .berlinteaser-inner {
    padding: 70px 20px 100px 20px;
  }
  .berlinteaser-item-image {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .berlinteaser-inner {
    padding: 140px 0 200px 0;
  }
  .berlinteaser-item {
    padding: 90px;
  }
  .berlinteaser-item-inner {
    max-width: 60%;
  }
  .berlinteaser-item-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 37%;
  }
  .berlinteaser-item-image img {
    height: 100%;
    max-width: none;
  }
  .berlinteaser-item-image::before {
    content: '';
    height: 120%;
    width: 95px;
    background: #FFFFFF;
    display: block;
    position: absolute;
    top: 50%;
    left: -46px;
    transform: translateY(-50%) rotate(9deg);
  }
}
.splitcontact {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.splitcontact-top::before,
.splitcontact-bottom::before,
.splitcontact-top::after,
.splitcontact-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.splitcontact-top::before {
  content: '';
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
}
.splitcontact-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
.splitcontact-inner {
  padding: 0 20px;
}
.splitcontact-headline {
  margin-bottom: 60px;
}
.splitcontact-item img {
  margin-bottom: 25px;
}
.splitcontact-item p {
  margin: 0;
}
.splitcontact-item-headline {
  margin-bottom: 13px;
}
.splitcontact-item-contact {
  margin-top: 15px;
}
.splitcontact-item-contact a {
  color: #515253;
}
@media only screen and (max-width: 768px) {
  .splitcontact {
    padding: 60px 0 75px 0;
  }
  .splitcontact-inner {
    padding: 0 20px;
  }
  .splitcontact-item {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .splitcontact {
    padding: 120px 0 150px 0;
  }
  .splitcontact-content {
    display: flex;
    justify-content: space-between;
  }
  .splitcontact-item {
    width: 40%;
  }
}
.socialcontact {
  background: #F4F7F9;
}
.socialcontact-inner {
  padding: 0 20px;
}
.socialcontact-icons {
  display: flex;
}
.socialcontact-icons li:not(:last-child) {
  margin-right: 42px;
}
.socialcontact-icons li.fb a {
  background: #3B5998;
}
.socialcontact-icons li.insta a {
  background: #C32AA3;
}
.socialcontact-icons li.yt a {
  background: #FF0000;
}
.socialcontact-icons li a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .socialcontact {
    padding: 75px 0;
  }
  .socialcontact-content {
    text-align: center;
  }
  .socialcontact-icons {
    margin-top: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .socialcontact {
    padding: 155px 0;
  }
  .socialcontact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.form input,
form input {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 10px;
}
.form textarea,
form textarea {
  width: 100%;
  margin-bottom: 24px;
  height: 180px;
  padding: 20px 10px;
}
.newsletterform {
  background: #11426A;
}
.newsletterform-inner {
  padding: 0 20px;
}
.newsletterform-headline h3 {
  color: #FFFFFF;
}
.newsletterform-form button {
  margin-top: 36px;
}
@media only screen and (max-width: 1024px) {
  .newsletterform {
    padding: 60px 0;
  }
  .newsletterform-headline {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .newsletterform {
    padding: 120px 0;
  }
  .newsletterform-content {
    display: flex;
    justify-content: space-between;
  }
  .newsletterform-form {
    width: 45%;
  }
  .newsletterform-headline {
    width: 38%;
  }
}
.contactform {
  background: #11426A;
}
.contactform-inner {
  padding: 0 20px;
}
.contactform-headline h3 {
  color: #FFFFFF;
}
.contactform-form button {
  margin-top: 36px;
}
.contactform-form label.control-label,
.contactform-form .clearfix {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .contactform {
    padding: 60px 0;
  }
  .contactform-headline {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactform {
    padding: 120px 0;
  }
  .contactform-content {
    display: flex;
    justify-content: space-between;
  }
  .contactform-form {
    width: 45%;
  }
  .contactform-headline {
    width: 38%;
  }
}
.downloads {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.downloads-inner {
  padding: 0 20px;
}
.downloads-top::before,
.downloads-bottom::before,
.downloads-top::after,
.downloads-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.downloads-top::before {
  content: '';
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
}
.downloads-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
.downloads-headline {
  margin-bottom: 15px;
}
.downloads-item {
  display: inline-block;
}
.downloads-item-image {
  width: 100%;
}
.downloads-item-image img {
  width: 100%;
}
.downloads-item-image {
  position: relative;
  display: inline-block;
}
.downloads-item-image::before {
  content: '';
  transition: 0.15s ease;
  background: none;
}
.downloads-item-image:hover::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 8, 44, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}
.downloads-item-image:hover .downloads-item-arrow {
  background: #E5027E;
}
.downloads-item-image:hover .downloads-item-arrow::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22'%3E%3Cg id='download' transform='translate(-659.5 -3056)'%3E%3Cline id='Linie_7' data-name='Linie 7' y2='15.5' transform='translate(668.5 3056)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cline id='Linie_19' data-name='Linie 19' x2='18' transform='translate(659.5 3077)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(2379.902 -4170.758) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.downloads-item p {
  color: #A5A7A8;
}
.downloads-item-arrow {
  width: 75px;
  height: 75px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.15s ease;
}
.downloads-item-arrow::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22'%3E%3Cg id='download' transform='translate(-659.5 -3056)'%3E%3Cline id='Linie_7' data-name='Linie 7' y2='15.5' transform='translate(668.5 3056)' fill='none' stroke='%23E5027E' stroke-width='2'/%3E%3Cline id='Linie_19' data-name='Linie 19' x2='18' transform='translate(659.5 3077)' fill='none' stroke='%23E5027E' stroke-width='2'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(2379.902 -4170.758) rotate(90)' fill='none' stroke='%23E5027E' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 17px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .downloads-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .downloads-item {
    width: 45%;
    margin-bottom: 10px;
  }
  .downloads-left {
    margin-bottom: 50px;
  }
  .downloads-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .downloads {
    padding: 80px 0;
  }
  .downloads-top::before,
  .downloads-bottom::before,
  .downloads-top::after,
  .downloads-bottom::after {
    width: 100%;
  }
  .downloads-top::before {
    content: '';
    top: -40px;
  }
  .downloads-item-image {
    width: 100%;
  }
  .downloads-item-image img {
    width: 100%;
  }
  .downloads-left {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .downloads {
    padding: 150px 0 180px 0;
  }
  .downloads-content {
    display: flex;
    justify-content: space-between;
  }
  .downloads-left,
  .downloads-right {
    width: 45%;
  }
  .downloads-item {
    width: 45%;
  }
}
.archive {
  background: #F4F7F9;
  position: relative;
}
.archive-inner {
  padding: 0 20px;
}
.archive-bottom::before,
.archive-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.archive-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
.archive-headline {
  text-align: center;
}
.archive-content ul li {
  padding: 30px 0;
  cursor: pointer;
}
.archive-content ul li span {
  position: absolute;
  right: 0;
  top: 8px;
}
.archive-content ul li span::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3e%3cpath id='newsletter' d='M15,12H1a1,1,0,0,0-1,1V23a1,1,0,0,0,1,1H15a1,1,0,0,0,1-1V13a1,1,0,0,0-1-1Zm-1,2v.42L8,17.849,2,14.42V14ZM2,22V16.723l5.5,3.145a1,1,0,0,0,.992,0L14,16.723V22Z' transform='translate(0 -12)' fill='%23E5027E'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 17px;
  height: 14px;
  display: block;
}
.archive-content ul li:hover .archive-item-date strong {
  color: #E5027E;
  text-decoration: underline;
}
.archive-content ul li:hover .archive-item-title p {
  color: #E5027E;
  text-decoration: underline;
}
.archive-content ul li:not(:last-child) {
  border-bottom: 1px solid #D6DADE;
}
.archive-item-date strong {
  font-size: 21px;
  color: #00082C;
}
.archive-item-title p {
  margin: 0;
}
.archive-pagination ul {
  display: flex;
  justify-content: flex-end;
}
.archive-pagination ul li {
  font-size: 21px;
  font-family: "Inter-Regular";
  color: #393D40;
  margin-left: 20px;
}
.archive-pagination ul li a {
  padding-bottom: 5px;
}
.archive-pagination ul li a:hover {
  border-bottom: 2px solid #D0337C;
}
@media only screen and (max-width: 768px) {
  .archive {
    padding: 70px 0 120px 0;
  }
  .archive-item-date {
    margin-bottom: 10px;
  }
  .archive-item-title {
    width: 90%;
  }
  .archive-content {
    margin: 45px 0 0 0;
  }
  .archive-content ul li {
    position: relative;
  }
  .archive-content ul li span {
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .archive {
    padding: 130px 0 250px 0;
  }
  .archive-content ul li a {
    position: relative;
  }
  .archive-item-date {
    width: 20%;
  }
  .archive-item-title {
    width: 50%;
  }
  .archive-content {
    margin: 90px 0 100px 0;
  }
  .archive-content ul li a {
    display: flex;
    align-items: center;
  }
}
.newsteaser {
  background: #F4F7F9;
}
.newsteaser-headline {
  margin-bottom: 80px;
  margin-left: 10px;
}
.newsteaser-headline.center {
  text-align: center;
}
.newsteaser-item-text p {
  color: #A5A7A8;
  font-family: "Poppins-Medium";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.28px;
}
.newsteaser-item-inner {
  padding: 0 20px;
}
.newsteaser-item-inner:hover .newsteaser-item-text h5 {
  color: #E5027E;
}
.newsteaser-item-inner:hover .newsteaser-arrow {
  background: #E5027E;
}
.newsteaser-item-inner:hover .newsteaser-arrow::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
}
.newsteaser-image {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.newsteaser-image img {
  width: 100%;
}
.newsteaser-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  right: 0;
  bottom: 0;
}
.newsteaser-arrow::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
}
.newsteaser-pagination ul {
  display: flex;
  justify-content: flex-end;
}
.newsteaser-pagination ul li {
  font-size: 21px;
  font-family: "Inter-Regular";
  color: #393D40;
  margin-left: 20px;
}
.newsteaser-pagination ul li a {
  padding-bottom: 5px;
}
.newsteaser-pagination ul li a:hover {
  border-bottom: 2px solid #D0337C;
}
@media only screen and (max-width: 768px) {
  .newsteaser {
    padding: 50px 0;
  }
  .newsteaser-pagination {
    margin-top: 30px;
  }
  .newsteaser-item:last-child .newsteaser-item-inner {
    margin-bottom: 0;
  }
  .newsteaser-item-inner {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .newsteaser-item-text {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .newsteaser {
    padding: 100px 0 180px 0;
  }
  .newsteaser-pagination {
    margin-right: 20px;
  }
  .newsteaser-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .newsteaser-item {
    width: 50%;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .newsteaser-item {
    width: 33%;
  }
}
.newsdetailcontent {
  background: #FFFFFF;
  padding: 160px 0 250px 0;
  position: relative;
  overflow: hidden;
}
.newsdetailcontent-top::before,
.newsdetailcontent-top::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.newsdetailcontent-top::before {
  content: '';
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
}
.newsdetailcontent-inner {
  padding: 0 20px;
}
.newsdetailcontent-headline {
  margin-bottom: 50px;
}
.newsdetailcontent-text {
  margin-bottom: 50px;
}
.newsdetailcontent-backlink {
  margin-bottom: 60px;
}
.newsdetailcontent-backlink a {
  color: #E5027E;
  position: relative;
  margin-left: 30px;
}
.newsdetailcontent-backlink a::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  top: -6px;
  left: -30px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .newsdetailcontent {
    padding: 80px 0 125px 0;
  }
}
@media only screen and (min-width: 768px) {
  .newsdetailcontent {
    padding: 160px 0 250px 0;
  }
}
.eventdetailcontent {
  background: #FFFFFF;
  padding: 160px 0 250px 0;
  position: relative;
  overflow: hidden;
}
.eventdetailcontent-top::before,
.eventdetailcontent-top::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.eventdetailcontent-top::before {
  content: '';
  top: -42px;
  left: -5px;
  transform: rotate(-3deg);
}
.eventdetailcontent-image {
  margin-top: 70px;
}
.eventdetailcontent-text {
  margin-top: 70px;
  font-size: 21px;
  font-family: 'Inter-Regular';
  line-height: 33px;
  letter-spacing: 0.21px;
  color: #393D40;
}
.eventdetailcontent-content h6 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  letter-spacing: 2.52px;
  color: #555555;
  margin-bottom: 33px;
}
.eventdetailcontent-inner {
  padding: 0 20px;
}
.eventdetailcontent-headline {
  margin-bottom: 60px;
}
.eventdetailcontent-text {
  margin-bottom: 50px;
}
.eventdetailcontent-backlink {
  margin-bottom: 60px;
}
.eventdetailcontent-backlink a {
  color: #E5027E;
  position: relative;
  margin-left: 30px;
}
.eventdetailcontent-backlink a::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23E5027E' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  top: -6px;
  left: -30px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .eventdetailcontent {
    padding: 80px 0 125px 0;
  }
}
@media only screen and (min-width: 768px) {
  .eventdetailcontent {
    padding: 160px 0 250px 0;
  }
}
.events-preview {
  padding: 130px 0;
}
.events-preview-bottom::before,
.events-preview-bottom::after {
  display: block;
  width: 70%;
  height: 50px;
  background: #64D9E7;
  position: absolute;
}
.events-preview-bottom::after {
  content: '';
  bottom: -42px;
  right: -5px;
  transform: rotate(-3deg);
}
.events-preview-headline {
  text-align: center;
  margin-bottom: 80px;
}
.events-preview-list ul li {
  background: #FFFFFF;
  position: relative;
}
.events-preview-list ul li h6 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  letter-spacing: 2.52px;
  color: #555555;
  margin-bottom: 33px;
}
.events-preview-list ul li .arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #E5027E;
  right: 0;
  bottom: 0;
}
.events-preview-list ul li .arrow::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='12.107' viewBox='0 0 19.414 12.107'%3e%3cg id='arrow-right' transform='translate(-462.5 -2254.447)'%3e%3cline id='Linie_7' data-name='Linie 7' x2='18' transform='translate(462.5 2260.5)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3cpath id='Pfad_1' data-name='Pfad 1' d='M7236.412,1706.056l5.346,5.346-5.346,5.346' transform='translate(-6761.258 549.098)' fill='none' stroke='%23ffffff' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .events-preview {
    padding: 65px 0;
  }
  .events-preview-inner {
    padding: 0 20px;
  }
  .events-preview-list ul li {
    margin-bottom: 25px;
    padding: 20px 20px;
  }
  .events-preview-list ul li .arrow {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .events-preview {
    padding: 130px 0;
  }
  .events-preview-list ul li {
    margin-bottom: 50px;
    padding: 50px 70px;
  }
}
.event-teaser {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.event-teaser-inner {
  padding: 0 20px;
}
.event-teaser-item-content {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #B6BBC1;
}
.event-teaser-item-image img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .event-teaser {
    padding: 50px 0 75px 0;
  }
  .event-teaser-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .event-teaser-item-image {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .event-teaser {
    padding: 100px 0 150px 0;
  }
  .event-teaser-item:not(:last-child) {
    margin-bottom: 120px;
  }
  .event-teaser-item-content {
    display: flex;
  }
  .event-teaser-item-image {
    width: 40%;
    margin-right: 100px;
  }
  .event-teaser-item-text {
    width: 60%;
  }
}
.social:not(:first-child) {
  border-top: 1px solid #cccaca;
}
.social-item {
  padding: 50px 0;
}
.social-item-headline {
  text-align: center;
  margin-bottom: 70px;
}
.social-item-headline h4 span {
  color: #E5027E;
}
.social-twitter {
  max-width: 40%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .social {
    padding: 75px 0;
  }
  #instafeed {
    width: 75%;
    margin: 0 auto;
  }
  .instagram-image {
    width: 100%;
    background-size: cover;
    padding-bottom: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .social {
    padding: 100px 0;
  }
  #instafeed {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .instagram-image {
    width: 300px;
    height: 300px;
    background-size: cover;
    margin: 0 20px;
  }
}
#map {
  width: 100%;
  height: 700px;
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
