/*
Theme Name: Elektro Heikes
Author: Bitpunk
Author URI: http://bitpunk.de
Version: 1.0.0
Text Domain: bp_elh
*/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=42714b01-f9d5-4e2a-ad3a-542535ab5c59&fontids=817362,817364,817376");

@font-face {
  font-family: 'Allan';
  src: url('fonts/Allan/Allan-Regular.eot') format('embedded-opentype');
  src: url('fonts/Allan/Allan-Regular.woff') format('woff'),
  url('fonts/Allan/Allan-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Allan';
  src: url('fonts/Allan/Allan-Bold.eot') format('embedded-opentype');
  src: url('fonts/Allan/Allan-Bold.woff') format('woff'),
  url('fonts/Allan/Allan-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  line-height: 1.15;
  font-family: "Akko", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #019ee3;
  color: #fff;
}

::selection {
  background-color: #019ee3;
  color: #fff;
}

.wrap {
  max-width: 40em;
  width: 100%;
  margin: auto;
}

.home .header-stoerer-1 {
	position: absolute;
    width: 300px;
    height: 100px;
    bottom: 18%;
    left: 5%;
    background-image: url(https://elektro-heikes.de/wp-content/uploads/2023/03/ELMAR-Stoerer-3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
	transition: 0.25s;
}


.home .header-stoerer-1:hover {
	transform: scale(1.1);
}

.home .box:first-child {
	overflow: visible;
	position: relative;
}


@media(max-width: 1500px) {
	.home .header-stoerer-1 {
		left: 2%;
		width: 225px;
    	height: 350px;
    	bottom: 200px;
	}
}


@media(max-width: 1250px) {
	.home .header-stoerer-1 {
		left: 10px;
    	bottom: 110px;
	}
}
 
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web fonts: http://www.fontshop.com
*/
@font-face {
  font-family: "Akko";
  src: url("fonts/817362/3025c443-2fb6-49f3-b7b5-de23102d21bf.eot?#iefix");
  src: url("fonts/817362/3025c443-2fb6-49f3-b7b5-de23102d21bf.eot?#iefix") format("eot"), url("fonts/817362/5c410d80-8280-4116-af9f-ed7a0208240c.woff2") format("woff2"), url("fonts/817362/320c35e6-dd10-4725-9865-ec2d20979ca8.woff") format("woff"), url("fonts/817362/718c79d5-44f1-4617-a9c5-a350d5d9297f.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akko";
  src: url("fonts/817364/2208d906-8f01-4cc8-a278-f432730ea6bc.eot?#iefix");
  src: url("fonts/817364/2208d906-8f01-4cc8-a278-f432730ea6bc.eot?#iefix") format("eot"), url("fonts/817364/9e4e072f-ba13-41d7-ac6e-db6b87ab5c1a.woff2") format("woff2"), url("fonts/817364/8ed8b5ff-26af-47d3-8477-4485c51f997d.woff") format("woff"), url("fonts/817364/8a0c08e8-1f35-413d-9da2-e4b79f05731e.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Akko";
  src: url("fonts/817376/723d3e01-c507-4df7-8890-f0a471d600e8.eot?#iefix");
  src: url("fonts/817376/723d3e01-c507-4df7-8890-f0a471d600e8.eot?#iefix") format("eot"), url("fonts/817376/0dee8785-afc3-431b-b525-e0decb95806f.woff2") format("woff2"), url("fonts/817376/9cdc11e3-537e-4d03-8a0e-b3fab9adc938.woff") format("woff"), url("fonts/817376/ed524ce9-8617-4c37-aaea-b8cab6fe42d5.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}

.col {
  padding-left: 1em;
  padding-right: 1em;
}
.col--middle {
  align-self: center;
}
.col--top {
  align-self: flex-start;
}
.col--bottom {
  align-self: flex-end;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===================== XS ==================== */
.off-0-xs {
  margin-left: 0%;
}

.col-0-xs {
  width: 0%;
}

.off-1-xs {
  margin-left: 8.3333333333%;
}

.col-1-xs {
  width: 8.3333333333%;
}

.off-2-xs {
  margin-left: 16.6666666667%;
}

.col-2-xs {
  width: 16.6666666667%;
}

.off-3-xs {
  margin-left: 25%;
}

.col-3-xs {
  width: 25%;
}

.off-4-xs {
  margin-left: 33.3333333333%;
}

.col-4-xs {
  width: 33.3333333333%;
}

.off-5-xs {
  margin-left: 41.6666666667%;
}

.col-5-xs {
  width: 41.6666666667%;
}

.off-6-xs {
  margin-left: 50%;
}

.col-6-xs {
  width: 50%;
}

.off-7-xs {
  margin-left: 58.3333333333%;
}

.col-7-xs {
  width: 58.3333333333%;
}

.off-8-xs {
  margin-left: 66.6666666667%;
}

.col-8-xs {
  width: 66.6666666667%;
}

.off-9-xs {
  margin-left: 75%;
}

.col-9-xs {
  width: 75%;
}

.off-10-xs {
  margin-left: 83.3333333333%;
}

.col-10-xs {
  width: 83.3333333333%;
}

.off-11-xs {
  margin-left: 91.6666666667%;
}

.col-11-xs {
  width: 91.6666666667%;
}

.off-12-xs {
  margin-left: 100%;
}

.col-12-xs {
  width: 100%;
}

.hide-xs {
  display: none;
}

.show-xs {
  display: block;
}

/* ===================== S ===================== */
@media (min-width: 321px) {
  .off-0-s {
    margin-left: 0%;
  }

  .col-0-s {
    width: 0%;
  }

  .off-1-s {
    margin-left: 8.3333333333%;
  }

  .col-1-s {
    width: 8.3333333333%;
  }

  .off-2-s {
    margin-left: 16.6666666667%;
  }

  .col-2-s {
    width: 16.6666666667%;
  }

  .off-3-s {
    margin-left: 25%;
  }

  .col-3-s {
    width: 25%;
  }

  .off-4-s {
    margin-left: 33.3333333333%;
  }

  .col-4-s {
    width: 33.3333333333%;
  }

  .off-5-s {
    margin-left: 41.6666666667%;
  }

  .col-5-s {
    width: 41.6666666667%;
  }

  .off-6-s {
    margin-left: 50%;
  }

  .col-6-s {
    width: 50%;
  }

  .off-7-s {
    margin-left: 58.3333333333%;
  }

  .col-7-s {
    width: 58.3333333333%;
  }

  .off-8-s {
    margin-left: 66.6666666667%;
  }

  .col-8-s {
    width: 66.6666666667%;
  }

  .off-9-s {
    margin-left: 75%;
  }

  .col-9-s {
    width: 75%;
  }

  .off-10-s {
    margin-left: 83.3333333333%;
  }

  .col-10-s {
    width: 83.3333333333%;
  }

  .off-11-s {
    margin-left: 91.6666666667%;
  }

  .col-11-s {
    width: 91.6666666667%;
  }

  .off-12-s {
    margin-left: 100%;
  }

  .col-12-s {
    width: 100%;
  }

  .hide-s {
    display: none;
  }

  .show-s {
    display: block;
  }
}
/* ===================== M ===================== */
@media (min-width: 769px) {
  .off-0-m {
    margin-left: 0%;
  }

  .col-0-m {
    width: 0%;
  }

  .off-1-m {
    margin-left: 8.3333333333%;
  }

  .col-1-m {
    width: 8.3333333333%;
  }

  .off-2-m {
    margin-left: 16.6666666667%;
  }

  .col-2-m {
    width: 16.6666666667%;
  }

  .off-3-m {
    margin-left: 25%;
  }

  .col-3-m {
    width: 25%;
  }

  .off-4-m {
    margin-left: 33.3333333333%;
  }

  .col-4-m {
    width: 33.3333333333%;
  }

  .off-5-m {
    margin-left: 41.6666666667%;
  }

  .col-5-m {
    width: 41.6666666667%;
  }

  .off-6-m {
    margin-left: 50%;
  }

  .col-6-m {
    width: 50%;
  }

  .off-7-m {
    margin-left: 58.3333333333%;
  }

  .col-7-m {
    width: 58.3333333333%;
  }

  .off-8-m {
    margin-left: 66.6666666667%;
  }

  .col-8-m {
    width: 66.6666666667%;
  }

  .off-9-m {
    margin-left: 75%;
  }

  .col-9-m {
    width: 75%;
  }

  .off-10-m {
    margin-left: 83.3333333333%;
  }

  .col-10-m {
    width: 83.3333333333%;
  }

  .off-11-m {
    margin-left: 91.6666666667%;
  }

  .col-11-m {
    width: 91.6666666667%;
  }

  .off-12-m {
    margin-left: 100%;
  }

  .col-12-m {
    width: 100%;
  }

  .hide-m {
    display: none;
  }

  .show-m {
    display: block;
  }
}
/* ===================== L ===================== */
@media (min-width: 961px) {
  .off-0-l {
    margin-left: 0%;
  }

  .col-0-l {
    width: 0%;
  }

  .off-1-l {
    margin-left: 8.3333333333%;
  }

  .col-1-l {
    width: 8.3333333333%;
  }

  .off-2-l {
    margin-left: 16.6666666667%;
  }

  .col-2-l {
    width: 16.6666666667%;
  }

  .off-3-l {
    margin-left: 25%;
  }

  .col-3-l {
    width: 25%;
  }

  .off-4-l {
    margin-left: 33.3333333333%;
  }

  .col-4-l {
    width: 33.3333333333%;
  }

  .off-5-l {
    margin-left: 41.6666666667%;
  }

  .col-5-l {
    width: 41.6666666667%;
  }

  .off-6-l {
    margin-left: 50%;
  }

  .col-6-l {
    width: 50%;
  }

  .off-7-l {
    margin-left: 58.3333333333%;
  }

  .col-7-l {
    width: 58.3333333333%;
  }

  .off-8-l {
    margin-left: 66.6666666667%;
  }

  .col-8-l {
    width: 66.6666666667%;
  }

  .off-9-l {
    margin-left: 75%;
  }

  .col-9-l {
    width: 75%;
  }

  .off-10-l {
    margin-left: 83.3333333333%;
  }

  .col-10-l {
    width: 83.3333333333%;
  }

  .off-11-l {
    margin-left: 91.6666666667%;
  }

  .col-11-l {
    width: 91.6666666667%;
  }

  .off-12-l {
    margin-left: 100%;
  }

  .col-12-l {
    width: 100%;
  }

  .hide-l {
    display: none;
  }

  .show-l {
    display: block;
  }
}
/* ===================== XL ===================== */
@media (min-width: 1280px) {
  .off-0-xl {
    margin-left: 0%;
  }

  .col-0-xl {
    width: 0%;
  }

  .off-1-xl {
    margin-left: 8.3333333333%;
  }

  .col-1-xl {
    width: 8.3333333333%;
  }

  .off-2-xl {
    margin-left: 16.6666666667%;
  }

  .col-2-xl {
    width: 16.6666666667%;
  }

  .off-3-xl {
    margin-left: 25%;
  }

  .col-3-xl {
    width: 25%;
  }

  .off-4-xl {
    margin-left: 33.3333333333%;
  }

  .col-4-xl {
    width: 33.3333333333%;
  }

  .off-5-xl {
    margin-left: 41.6666666667%;
  }

  .col-5-xl {
    width: 41.6666666667%;
  }

  .off-6-xl {
    margin-left: 50%;
  }

  .col-6-xl {
    width: 50%;
  }

  .off-7-xl {
    margin-left: 58.3333333333%;
  }

  .col-7-xl {
    width: 58.3333333333%;
  }

  .off-8-xl {
    margin-left: 66.6666666667%;
  }

  .col-8-xl {
    width: 66.6666666667%;
  }

  .off-9-xl {
    margin-left: 75%;
  }

  .col-9-xl {
    width: 75%;
  }

  .off-10-xl {
    margin-left: 83.3333333333%;
  }

  .col-10-xl {
    width: 83.3333333333%;
  }

  .off-11-xl {
    margin-left: 91.6666666667%;
  }

  .col-11-xl {
    width: 91.6666666667%;
  }

  .off-12-xl {
    margin-left: 100%;
  }

  .col-12-xl {
    width: 100%;
  }

  .hide-xl {
    display: none;
  }

  .show-xl {
    display: block;
  }
}
/**
 * Swiper 6.6.1
 * 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 11, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 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 {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  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: 0.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: 0.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(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 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, 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, 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%;
  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%;
  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;
}

@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: 0.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;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #019ee3;
  opacity: 0.7;
  display: none;
  z-index: 1050;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

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

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

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

.lity-hide {
  display: none;
}

strong {
  font-weight: 700;
  color: #019ee3;
}

li {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #019ee3;
  transition: color 0.25s ease-in-out;
}
a:visited {
  color: shade(#019ee3, 20);
}

p {
  padding-bottom: 1em;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #019ee3;
}

h1 {
  font-size: 2em;
}
@media (min-width: 60em) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 1.5em;
}
@media (min-width: 60em) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 1.25em;
}
@media (min-width: 60em) {
  h3 {
    font-size: 1.5em;
  }
}

.image {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.image--space {
  margin-bottom: 1.5em;
}

.heading__kicker {
  font-style: italic;
  width: 80%;
}
@media (min-width: 40em) {
  .heading__kicker {
    width: 75%;
  }
}

.custom-logo-link {
  height: 100%;
  align-self: flex-start;
}

.custom-logo {
  height: 100%;
  width: auto;
}

.btn, [class^=login] .button {
  border: 0;
  background: #019ee3;
  border-radius: 50em;
  font-size: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.btn--ghost {
  background: transparent;
  border: solid 0.125em;
  color: #019ee3;
}
.btn:hover, [class^=login] .button:hover, .btn:focus, [class^=login] .button:focus {
  outline: none;
  background: tint(#019ee3, 20);
  transition: all 0.25s ease-in-out;
}
.btn:visited, [class^=login] .button:visited {
  color: #fff;
}
.btn:active, [class^=login] .button:active {
  transform: scale(0.98);
  transition: none;
  outline: none;
}

input,
select {
  font-size: inherit;
}
input:focus,
select:focus {
  border-color: #019ee3;
  outline: none;
}

.input {
  font-size: inherit;
  padding: 1em;
  width: 100%;
  background: #fff;
  display: inline-block;
  border: solid 1px #a2adb5;
  margin-bottom: 1em;
}

.input__select {
  position: relative;
  display: inline;
  display: inline-block;
  width: 100%;
}
.input__select select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  padding: 1em;
  background: #fff;
  border: solid 1px #a2adb5;
  margin-bottom: 1em;
}
.input__select:before {
  right: 0.5em;
  top: 45%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-top-color: inherit;
  border-width: 0.3em;
  margin-left: -0.3em;
}

.input__error {
  padding: 1em;
  border: solid 1px #ccbe00;
  background: #ffed00;
  color: #46545a;
  margin: 1em 0;
}

fieldset {
  padding: 0.25em;
  border: solid 1px #ccc;
  margin-bottom: 1.5em;
}
@media (min-width: 60em) {
  fieldset {
    padding: 2em;
  }
}

/*
background: dodgerblue;
color: #fff;
padding: 1em;
width: 25%;
*/
.title {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 40em) {
  .title {
    font-size: 1.5em;
  }
}
@media (min-width: 60em) {
  .title {
    font-size: 2em;
  }
}
.title--absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 900;
  transform: translate(-50%, -50%);
  width: auto;
}
.title__headline {
  font-size: 2em;
  color: #fff;
  margin-bottom: 0.25em;
}
.title__subline {
  padding-left: 1em;
  padding-bottom: 0;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}

.js-wire {
  padding-left: 4.5em;
}
.js-wire__svg {
  width: 5em;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wire__circle {
  fill: #ffed00;
}
.wire__circle--outline {
  fill: none;
  stroke: #ffed00;
  stroke-width: 2px;
}
.wire__polyline {
  stroke: #ffed00;
  fill: none;
  stroke-width: 2px;
}

.button-burger {
  font-size: 1rem;
  border: 0;
  border-radius: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  background: #46545a;
}
.button-burger:hover, .button-burger:active, .button-burger:focus {
  outline: none;
  transition: transform 0.5s ease-in-out;
}
.button-burger::before, .button-burger::after {
  display: block;
  width: 40%;
  height: 3%;
  background: #fff;
  vertical-align: top;
  content: "";
  position: absolute;
  top: 40%;
  left: 30%;
  transition: all 0.5s ease-in-out;
  margin: 0;
  border-radius: 1em;
}
.button-burger::after {
  top: auto;
  bottom: 36%;
}
.button-burger--crossed::after {
  transform: rotate(-135deg);
  top: 50%;
  transition: all 0.5s ease-in-out;
}
.button-burger--crossed::before {
  transform: rotate(135deg);
  bottom: auto;
  top: 50%;
  transition: all 0.5s ease-in-out;
}

.box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.box--super-light {
  background-color: #f5f7f8;
  color: #000;
}
.box--light {
  background-color: #a2adb5;
  color: #fff;
}
.box--dark {
  background-color: #46545a;
  color: #fff;
}
.box--brand {
  background-color: #019ee3;
  color: #000;
}
.box--full {
  min-height: 70vh;
}
.box--left {
  justify-content: flex-start;
}
.box--center {
  justify-content: center;
}
.box--right {
  justify-content: flex-end;
}
.box__inner {
  padding: 3em 1em 1em 1em;
  width: 100%;
  max-width: 60em;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 30em) {
  .box__inner {
    padding: 3em 2em 2em 2em;
  }
}
@media (min-width: 60em) {
  .box__inner {
    padding: 4em 2em;
  }
}
@media (min-width: 85em) {
  .box__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.box__inner--big {
  max-width: 70em;
}
.box__inner--center {
  margin: auto;
  align-self: center;
  min-width: 50%;
}

.navigation {
  height: 100vh;
  z-index: 90;
  position: absolute;
  background: #46545a;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 75%;
  padding: 4em 2em 2em 2em;
  overflow-y: auto;
}
@media (min-width: 45em) {
  .navigation {
    width: 25em;
    padding: 6em 3em 3em 3em;
  }
}
.navigation__headline {
  color: #019ee3;
  font-size: 1.5em;
  font-weight: bold;
}
.navigation__list {
  list-style: none;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.navigation__item {
  color: #fff;
  font-size: 1.25rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  position: relative;
}
.navigation__item:last-child {
  border: none;
}
.navigation__item--child {
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  padding-left: 1em;
}
.navigation__item--open .navigation__sub-menu {
  display: block;
}
.navigation__item--open .navigation__sub-toggle:before {
  transform: rotate(0) translateY(0);
}
.navigation__link {
  padding: 0.75em 0;
  display: block;
  width: 100%;
  color: inherit;
}
.navigation__sub-menu {
  padding: 0.75em 0;
  /* display: none; */
  list-style: none;
  border-top: dotted 2px rgba(255, 255, 255, 0.25);
}
.navigation__sub-toggle {
  /* display: block; */
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  outline: none;
}
.navigation__sub-toggle:active {
  outline: none;
}
.navigation__sub-toggle:before {
  transform: rotate(180deg) translateY(-75%);
  top: 0.8em;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 237, 0, 0);
  border-bottom-color: #ffed00;
  border-width: 0.3em;
  margin-left: -0.3em;
}

.js-navigation-slide {
  transition: all 0.5s ease-in-out;
}

.js-navigation-overlay {
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.js-navigation--open .js-navigation-slide {
  transform: translateX(-75%);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 45em) {
  .js-navigation--open .js-navigation-slide {
    transform: translateX(-25em);
  }
}
.js-navigation--open .js-navigation-overlay {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(1, 158, 227, 0.8);
  transition: all 0.5s ease-in-out;
}

.speaking-navigation {
  background-color: #019ee3;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 40em) {
  .speaking-navigation {
    flex-wrap: nowrap;
  }
}
.speaking-navigation__item {
  position: relative;
  display: flex;
  background-size: cover;
  background-position: center;
  height: 12em;
  padding: 1em;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 40em) {
  .speaking-navigation__item {
    height: 16em;
    padding: 3em;
  }
}
.speaking-navigation__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(1, 158, 227, 0.55);
  z-index: 5;
}
.speaking-navigation__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.speaking-navigation__link--right {
  flex-direction: row-reverse;
}
.speaking-navigation__title {
  margin: 0;
  color: #ffed00;
  font-size: 1.5em;
  position: relative;
  z-index: 10;
}
@media (min-width: 60em) {
  .speaking-navigation__title {
    font-size: 2em;
  }
}
.speaking-navigation__icon {
  font-size: 1.5em;
  padding: 0 1em;
  z-index: 10;
  position: relative;
  color: #ffed00;
}
@media (min-width: 60em) {
  .speaking-navigation__icon {
    font-size: 3em;
  }
}

.quick-info {
  height: 100%;
}
@media (min-width: 30em) {
  .quick-info {
    position: relative;
  }
}
.quick-info__list {
  width: auto;
  display: inline-flex;
  list-style: none;
}
.quick-info__item {
  color: #fff;
  background: #019ee3;
  transition: all 0.5s ease-in-out;
}
.quick-info__item:not(:last-child) .quick-info__link:after {
  position: absolute;
  content: "";
  height: 40%;
  top: 30%;
  right: 0;
  border-right: dotted 1px;
}
.quick-info__item:hover {
  background-color: #19b8fe;
  transition: all 0.5s ease-in-out;
}
.quick-info__item:hover .quick-info__info {
  display: block;
}
.quick-info__info {
  display: none;
  background: #ffed00;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1em;
}
.quick-info__link {
  position: relative;
  color: inherit;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
}
@media (min-width: 30em) {
  .quick-info__link {
    height: 4em;
    width: 4rem;
  }
}
@media (min-width: 40em) {
  .quick-info__link {
    height: 5rem;
    width: 5rem;
    font-size: 1.5em;
  }
}
.quick-info__link:hover {
  position: relative;
}
.quick-info__link:hover:before {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 237, 0, 0);
  border-bottom-color: #ffed00;
  border-width: 0.25em;
  margin-left: -0.25em;
}
@media (min-width: 30em) {
  .quick-info__link:hover:before {
    border-width: 0.4em;
    margin-left: -0.4em;
  }
}

.image-box {
  position: relative;
  display: block;
  transition: transform 0.5s ease-in;
  overflow: hidden;
  margin-left: -1em;
  margin-right: -1em;
}
.image-box:hover .image-box__image {
  transform: scale(1.25);
  transition: transform 5s ease-out;
}
.image-box:hover .image-box__icon {
  transform: translateX(25%);
  transition: all 0.5s ease-out;
}
.image-box__image {
  transition: transform 0.5s ease-in;
}
.image-box__heading {
  font-size: 1.25em;
  color: #fff;
}
.image-box__heading--highlight {
  color: #ffed00;
  font-family: "Allan", cursive;
}
.image-box__icon {
  margin: 0.125em 0;
  font-size: 2em;
  color: #fff;
  transition: all 0.5s ease-out;
}
.image-box__overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1em;
}
.image-box__overlay--full {
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}

.member {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member__headline {
  font-size: 1em;
}
.member__image-wrap {
  width: 100%;
  align-self: flex-end;
}
@media (min-width: 60em) {
  .member__image-wrap {
    width: 50%;
  }
}
.member__desc {
  width: 100%;
  align-self: flex-start;
  padding: 2em 1em;
  margin-top: 2em;
}
.member__desc p {
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .member__desc {
    width: 50%;
  }
}
.tab {
  width: 100%;
  border-bottom: solid 6px;
  margin-bottom: 1.5em;
}
.tab__title {
  border-top: solid 6px;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.tab__title:hover {
  transition: all 0.125s ease-in-out;
}
.tab__title:hover:before {
  transform: scale(1.25);
  transition: all 0.125s ease-in-out;
}
.tab__title:before {
  content: "+";
  display: inline-block;
  position: absolute;
  margin-right: 0.25em;
  left: 0;
  color: inherit;
  transition: all 0.25s ease-in-out;
}
.tab__title--active {
  color: #019ee3;
}
.tab__title--active:hover {
  color: #019ee3;
}
.tab__title--active:hover:before {
  transform: rotate(135deg) scale(1);
  transition: transform 0.5s ease-in-out;
}
.tab__title--active:before {
  transform: rotate(135deg) scale(1);
  transition: transform 0.5s ease-in-out;
}
.tab__title--active + div.tab__content {
  display: block;
}
.tab__content {
  display: none;
  padding: 0 1em 1em 2em;
}

.download {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 1em;
  margin-top: 1em;
  margin-left: -1em;
  margin-right: -1em;
  flex-wrap: wrap;
}
.download__item {
  margin-bottom: 1em;
}
.download__link {
  border: solid 2px #019ee3;
  color: #019ee3;
  padding: 1em;
  display: flex;
  transition: background-color 0.5s ease-in-out;
}
.download__link:hover {
  color: #fff;
  background: #019ee3;
  transition: background-color 0.5s ease-in-out;
}
.download__icon {
  font-size: 2em;
}
.download__info {
  padding-left: 1em;
  font-size: 1em;
  align-self: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 40em) {
  .flip-card__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 45em;
    margin: auto;
  }
}
@media (min-width: 75em) {
  .flip-card__wrap {
    max-width: none;
  }
}

.flip-card {
  background-color: transparent;
  width: 100%;
  margin-bottom: 2em;
  perspective: 1000px;
}
.flip-card:hover .flip-card__inner {
  transform: rotateY(180deg);
}
@media (min-width: 40em) {
  .flip-card {
    width: 50%;
    padding: 0.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 75em) {
  .flip-card {
    width: 33.33333%;
  }
}

.flip-card__inner {
  position: relative;
  width: 100%;
  max-width: 20em;
  margin: auto;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-sizing: border-box;
}
.flip-card__inner:before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media (min-width: 40em) {
  .flip-card__inner {
    max-width: none;
  }
}

.flip-card__front, .flip-card__back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card__front {
  background: #019ee3;
  color: #fff;
}

.flip-card__back {
  background: #a2adb5;
  color: #fff;
  transform: rotateY(180deg);
}

.flip-card__title {
  font-size: 1.25em;
  color: #fff;
}
@media (min-width: 85em) {
  .flip-card__title {
    font-size: 1.5em;
  }
}

.flip-card__icon {
  display: inline-block;
  margin-bottom: 0.25em;
  font-size: 3em;
  color: #fff;
}

.flip-card__text {
  margin: 0;
  padding: 0;
  text-align: center;
}

[class^=login] {
  display: flex;
}
[class^=login] label {
  color: #fff;
  background: #a2adb5;
  padding: 1em;
  width: 35%;
}
[class^=login] .input {
  width: 65%;
}
[class^=login] .button {
  padding: 0.5em 1.25em;
  font-size: 1.25em;
}

.login-remember label {
  width: 100%;
  background: none;
  color: #46545a;
}

#loginform {
  max-width: 40em;
}

.social-feed {
  padding-top: 4em;
  padding-bottom: 2em;
}
.social-feed .swiper-wrapper {
  padding-bottom: 2em;
}
.social-feed__heading {
  color: #ffed00;
  font-family: "Allan", cursive;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0;
  width: 100%;
}
.social-feed__icon-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.social-feed__icon {
  font-size: 3em;
  color: #ffed00;
  padding: 0.25em;
}
.social-feed .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.social-feed .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.social-feed__item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  /*
  &:nth-child(1) {
    transform: translate3d(-50%, 0, 0);
    z-index: 100;
  }

  &:nth-child(2) {
    transform: translate3d(-125%, 0, -5em);
    z-index: 90;
  }

  &:nth-child(3) {
    transform: translate3d(25%, 0, -5em);
    z-index: 90;
  }

  &:nth-child(4) {
    transform: translate3d(-200%, 0, -10em);
    z-index: 80;
  }

  &:nth-child(5) {
    transform: translate3d(100%, 0, -10em);
    z-index: 80;
  }


  &:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }
   */
}
.social-feed__link {
  color: #fff;
  background: rgba(1, 158, 227, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-feed__link:hover {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.social-feed__link:hover .social-feed__btn {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.social-feed__btn {
  transform: translateY(0.5em);
  transition: all 0.5s ease-in-out;
  font-size: 3em;
}
@media (min-width: 40em) {
  .social-feed__btn {
    font-size: 5em;
  }
}
.social-feed__caption {
  font-size: 1em;
  padding: 0.5em;
  position: block;
}

.clean-list {
  list-style: none;
}
.clean-list--horizontal {
  display: inline-flex;
  flex-wrap: wrap;
}
.clean-list--center {
  justify-content: center;
}
.clean-list__item {
  padding: 0.25em;
}
.clean-list__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.clean-list__item img {
  vertical-align: top;
}

.slider {
  margin-left: -1em;
  margin-right: -1em;
  position: relative;
}
.slider--dark {
  background-color: #46545a;
}
.slider--nomargin {
  margin-left: 0;
  margin-right: 0;
}
.slider__item {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider__item--full {
  min-height: 70vh;
}
.slider__pagination {
  margin-top: 1em;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
}
@media (min-width: 40em) {
  .slider__pagination {
    margin-top: 2em;
  }
}
.slider__pagination-bullet {
  display: block;
  height: 0.5em;
  width: 0.5em;
  margin: 0 0.25em;
  border-radius: 50%;
  border: solid 2px #fff;
  transition: background-color 0.5s ease-in-out;
}
@media (min-width: 40em) {
  .slider__pagination-bullet {
    height: 0.75em;
    width: 0.75em;
  }
}
.slider__pagination-bullet--active {
  background: #fff;
  transition: background-color 0.5s ease-in-out;
}
.slider__navigation {
  z-index: 900;
  position: absolute;
  top: 50%;
  cursor: pointer;
  color: #ffed00;
  border-radius: 50%;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Allan", cursive;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .slider__navigation {
    font-size: 2em;
  }
}
.slider__navigation:hover {
  transform: scale(1.05) translateY(-50%);
}
.slider__navigation:active {
  transform: scale(0.95) translateY(-50%);
}
.slider__navigation--next {
  right: 5%;
}
.slider__navigation--prev {
  left: 5%;
}
.slider__navigation--fixed {
  top: 12em;
}
.slider__navigation--disabled {
  display: none;
}

.icon-list {
  margin: 3em 0;
  list-style: none;
}
@media (min-width: 40em) {
  .icon-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 60em) {
  .icon-list {
    margin: 5em 0;
  }
}

.icon-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  margin-bottom: 2em;
  padding: 0;
  min-height: 2em;
}
@media (min-width: 40em) {
  .icon-list__item {
    width: 50%;
    padding: 0 1.5em;
  }
}
@media (min-width: 60em) {
  .icon-list__item {
    width: 33.3333%;
  }
}
@media (min-width: 80em) {
  .icon-list__item {
    min-height: 2.5em;
  }
}

.icon-list__icon {
  display: block;
  width: 2em;
  height: auto;
}
@media (min-width: 80em) {
  .icon-list__icon {
    width: 2.5em;
  }
}

.icon-list__text {
  display: block;
  padding-left: 0.75em;
  font-size: 1.2em;
}
@media (min-width: 80em) {
  .icon-list__text {
    font-size: 1.4em;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.jobs {
  padding: 2em 0;
}

.jobs__list {
  list-style: none;
}

.jobs__list-item {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media (min-width: 60em) {
  .jobs__list-item {
    font-size: 1.5em;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
}
.header__inner {
  display: flex;
  width: 100%;
  height: 3rem;
  background-color: #fff;
}
@media (min-width: 30em) {
  .header__inner {
    height: 4em;
  }
}
@media (min-width: 40em) {
  .header__inner {
    height: 5rem;
  }
}
.header__quick-info {
  margin: 0 0 0 auto;
}
.header__burger {
  height: 3rem;
  width: 3rem;
  z-index: 9100;
}
@media (min-width: 30em) {
  .header__burger {
    height: 4em;
    width: 4rem;
  }
}
@media (min-width: 40em) {
  .header__burger {
    height: 5rem;
    width: 5rem;
  }
}

.main {
  padding-top: 3rem;
}
@media (min-width: 30em) {
  .main {
    padding-top: 4em;
  }
}
@media (min-width: 40em) {
  .main {
    padding-top: 5rem;
  }
}

.footer {
  background: #a2adb5;
  position: relative;
  font-size: 0.75em;
  padding-top: 3em;
}
@media (min-width: 50em) {
  .footer {
    font-size: 1em;
    padding-top: 6em;
  }
}
.footer__claim {
  padding: 1em 1em 0 1em;
  color: #fff;
  margin: 0;
  font-style: italic;
}
.footer__navigation {
  background: #019ee3;
  color: #fff;
  padding: 3em 1em 1em 1em;
  text-align: right;
  -webkit-clip-path: polygon(0 3em, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 3em, 100% 0%, 100% 100%, 0 100%);
}
@media (min-width: 50em) {
  .footer__navigation {
    -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0 100%);
  }
}
.footer__hours {
  position: absolute;
  bottom: 3em;
  right: 25%;
  font-size: 1em;
  background: #46545a;
  color: #ffed00;
  text-align: center;
  padding: 1em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (min-width: 50em) {
  .footer__hours {
    bottom: 2em;
    right: 15em;
  }
}
.footer__hours p {
  margin: 0;
  padding: 0;
}

.features__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 2em 0;
  flex-grow: 1;
}
.features__item {
  text-align: center;
  width: 50%;
  margin-bottom: 1em;
  padding: 1em;
}
@media (min-width: 48em) {
  .features__item {
    width: 33%;
    margin-bottom: 2em;
  }
}
.features__image {
  max-width: 100%;
  height: auto;
}
.features__caption {
  color: inherit;
  padding: 1em 0.5em;
}

.site {
  min-height: 100vh;
  z-index: 500;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

/*# sourceMappingURL=style.css.map */

/*== Referenz-Slider ==*/

.referenz-slider .bp_works {
	display: none;
}


.referenz-slider .bp_works.visible {
	display: block;
}

.referenz-slider-inner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.reference-slider-post-inner {
	position: relative;
    width: 400px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.slider-post-thumbnail {
	position: absolute;
    z-index: 1;
}

.slider-post-title {
	z-index: 99;
    position: relative;
	padding-left: 15px;
    padding-right: 15px;
}

.slider-post-title h5 {
	font-size: 20px;
	text-align: center;
	color: #ffed00 !important;
}

.referenz-slider-inner .referenz-slider-inner-scroll {
	display: flex;
    flex-direction: row;
    overflow-x: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.referenz-slider-inner-scroll::-webkit-scrollbar {
	display: none;
}



.slider-post-thumbnail {
	top: 0;
}

.slider-post-thumbnail > img {
	width: 400px;
    height: 250px;
    object-fit: cover;
}

.reference-slider-post-inner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #019ee3;
	opacity: 0.5;
	transition: 0.25s;
	z-index: 9;
}

.reference-slider-post-inner:hover:after {
	opacity: 0;
}

.arrow-container {
	width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
	align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.arrow {
	width: 150px;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    display: flex;
    align-items: center;
	justify-content: center;
}

.arrow img {
	width: 45px;
    height: 45px;
	transition: 0.25s;
}

.arrow:hover img {
	transform: scale(1.25);
}

@media(max-width: 620px) {
	.arrow {
		width: 75px;
	}
	.arrow-container {
		padding-left: 0px;
    	padding-right: 0px;
	}
	.arrow img {
		width: 35px;
    	height: 35px;
		transition: 0.25s;
	}
}


/*== Referenz-Slider END ==*/

/*== Header Karriere Sticky ==*/

@keyframes sticky-animation {
  from {transform: scale(1);}
  to {transform: scale(1.1)}
}

.navigation {
	padding-bottom: 150px;
}

.karriere-sticky {
	display: none;
	position: absolute;
    z-index: 119;
    top: 60%;
    right: 10%;
    width: 250px;
    height: 250px;
	transition: 0.25s;
	animation-name: sticky-animation;
  	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
    animation-direction: alternate;
}

.karriere-sticky:hover {
	transform: scale(1.1);
}

.karriere-sticky img {
	width: 100%;
	height: auto;
}

.home .karriere-sticky {
	display: block;
}

@media(max-width: 992px) {
	.karriere-sticky {
    	top: 65%;
    	right: 10%;
    	width: 200px;
    	height: 200px;
	}
}

@media(max-width: 500px) {
	.karriere-sticky {
    	top: 12%;
    	right: 10%;
    	width: 150px;
    	height: 150px;
	}
}

/*== Header Karriere Sticky END ==*/
