@charset "UTF-8";
/*
Theme Name: Softline
Version: 999.0.4
*/
@import "assets/css/bootstrap.min.css";
@import "assets/css/slick.css";
@import "assets/css/slick-theme.css";
@import 'assets/css/splide.min.css';
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 0.7;
}

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

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

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

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

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.bg-image {
  min-height: 100px;
  background-size: cover;
  background-position: center;
}

.floating-container {
  padding: 0 15px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .floating-container {
    max-width: 496px;
  }
}
@media screen and (min-width: 768px) {
  .floating-container {
    max-width: 688px;
  }
}
@media screen and (min-width: 900px) {
  .floating-container {
    max-width: 820px;
  }
}
@media screen and (min-width: 1160px) {
  .floating-container {
    max-width: 1080px;
  }
}

/* override the !default vars with the values we set above */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 526px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 718px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 850px;
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 1110px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 900px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*------ WEBKIT MIXINS AND FUNCTIONS ---------------------------------------------------------------------------------*/
/*! 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 */
  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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  transition: all 250ms linear;
  color: #2E3C49;
}
a:hover {
  opacity: 0.6;
  color: #2E3C49;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.inner-container {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

.textbox-titel {
  font-weight: bold;
}

body {
  overflow-x: hidden;
}
body.active {
  position: fixed;
}
@media screen and (min-width: 768px) {
  body.active {
    position: relative;
  }
}

.whitespace {
  width: 100%;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .whitespace {
    height: 100px;
  }
}

.site-header .search-menu .inner-wrapper .searchform input[type=text] {
  padding-left: 30px;
}

.not-found {
  height: 80vh;
}
.not-found .not-found-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed {
  overflow-y: hidden;
}

/**
Gutenberg Editor
 */
.backend-blocksection {
  position: absolute;
  background: #fff;
  z-index: 99;
  padding: 5px;
  top: -18px;
  font-size: 14px;
  color: #666;
  left: 0px;
}

.block-editor-block-list__layout .block-editor-block-list__block {
  position: relative;
  width: 90%;
  float: left;
  max-width: inherit;
  margin-left: 5% !important;
  border-top: 5px dotted #ccc;
  padding: 20px 0 0px 0;
}

.components-panel__body.is-opened.edit-post-last-revision__panel {
  display: none !important;
}

.interface-interface-skeleton__sidebar {
  font-family: Arial, Monaco, monospace, sans-serif !important;
  font-size: initial !important;
  line-height: initial !important;
}

.components-checkbox-control__input::after {
  text-align: initial !important;
  line-height: initial !important;
  position: initial !important;
  cursor: initial !important;
  height: initial !important;
  width: initial !important;
  left: initial !important;
  top: initial !important;
  font-size: initial !important;
  background: initial !important;
  border: initial !important;
}

.block-list-appender > .block-editor-inserter {
  float: left;
}

.text-bild-bereich-3 {
  flex-wrap: wrap;
}

.text-im-bild {
  height: 135px;
  max-width: 400px;
}
.text-im-bild div {
  text-align: left;
}

.card {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.text-22 {
  font-weight: 500;
}

.footer .inner-wrapp .logo a .vectors-wrapper {
  width: fit-content !important;
}

.footer-link {
  text-decoration: underline !important;
}

.kontakt {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .kontakt {
    margin-top: 50px;
  }
}
.kontakt .inner-wrapper {
  padding: 0 1.25rem 0 0;
}

.filter-wrapp {
  row-gap: 1.75rem;
  justify-content: center;
}
.filter-wrapp .mod-card .mod-card-inner {
  padding: 2rem 1.75rem;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.filter-wrapp .mod-card .mod-card-inner .module-img-wrapper {
  width: 23.438rem;
  height: 19.375rem;
  margin-right: 3.75rem;
  border-radius: 8px;
  border: 10px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.filter-wrapp .mod-card .mod-card-inner .module-img-wrapper .module-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter-wrapp .mod-card .mod-card-inner .text-block-mod {
  max-width: 20.625rem;
}

.mod-card .mod-card-inner {
  padding: 0 1.75rem;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.mod-card .mod-card-inner .module-img-wrapper {
  width: 375px;
  height: 310px;
  margin-right: 3.75rem;
}
.mod-card .mod-card-inner .module-img-wrapper .module-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-card .mod-card-inner .text-block-mod {
  max-width: 330px;
}

.branchen-cta .inner-wrapp {
  width: 90%;
  padding: 0;
}
@media screen and (max-width: 1660px) {
  .branchen-cta .branchen-cards {
    justify-content: start;
    flex-wrap: wrap;
    grid-column-gap: initial;
  }
}
.branchen-cta .branchen-cards .column-7.w-col {
  padding: 10px;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2 {
  min-height: 400px;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2:hover .text-im-bild-2 .branchen-heading-wrapper .branchen-heading {
  margin-bottom: 0.5rem;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2:hover .text-im-bild-2 .hover-text {
  color: #fff;
  width: 100%;
  max-width: 80%;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2 .overlay-2 {
  height: 100%;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2 .text-im-bild-2 .branchen-heading-wrapper {
  justify-content: center;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2 .text-im-bild-2 .hover-text {
  display: none;
  transition: all 250ms ease-in-out;
}

.cs-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-container .cs-arr-left {
  cursor: pointer;
}
.cs-container .cs-arr-right {
  cursor: pointer;
}
.cs-container .cs-arr-right::-moz-selection {
  background: none;
}
.cs-container .cs-arr-right::selection {
  background: none;
}
.cs-container .slick-slide {
  display: flex;
  justify-content: end;
}
.cs-container .slick-slide .img-wrapper {
  max-width: 352px !important;
  height: 235px !important;
  margin-bottom: 1.25rem;
}
.cs-container .slick-slide .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-modul {
  padding: 50px 0 20px 0;
}
.features-modul .inner-wrapper {
  padding: 0 1.25rem 0 0;
}
.features-modul .branchen-text-bild .text-wrapper-3 {
  max-width: 29.375rem;
  justify-content: space-between;
}
.features-modul .branchen-text-bild .text-wrapper-3 .text-feld h3 {
  font-size: 1.25rem;
  color: #0177BF;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
.features-modul .branchen-text-bild .text-wrapper-3 .text-feld p {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 991px) {
  .features-modul .subtitel-2 .img-wrapper {
    width: 100%;
    height: 300px;
  }
}
.features-modul .subtitel-2 .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-two {
  font-weight: bold;
}

.modul-auswahl {
  margin: 50px 0 20px 0;
}
.modul-auswahl .modul-auswahl-btn {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.detail-header-middlewrapp {
  margin-top: 8.25rem;
}
.detail-header-middlewrapp .image-11 {
  left: 50%;
  transform: translate(-50%, 10%);
}

/* Home page navigation */
.header---desktop.home-page {
  background-color: transparent;
}

.header---desktop.home-page .logo-white {
  display: block;
}

.header---desktop.home-page .logo-blue {
  display: none;
}

.header---desktop.home-page .navlink a,
.header---desktop.home-page.scrolled .primary-button a {
  color: #fff;
}

.header---desktop.home-page.scrolled .navlink a,
.header---desktop.home-page .primary-button a {
  color: #0177BF;
}

.menu-right-mob, .menu-right-white {
  cursor: pointer;
}

.header---desktop.home-page.scrolled .menu-right-mob {
  display: block;
}

.header---desktop.home-page.scrolled .menu-right-white {
  display: none;
}

.header---desktop.home-page .menu-right-white {
  display: block;
}

.header---desktop.home-page .menu-right-mob {
  display: none;
}

.header---desktop.home-page.scrolled {
  background-color: #fff;
}

.header---desktop.home-page.scrolled .logo-white {
  display: none;
}

.header---desktop.home-page.scrolled .logo-blue {
  display: block;
}

/* Other pages navigation */
.header---desktop.other-pages .logo-white {
  display: none;
}

.header---desktop.other-pages {
  background-color: #fff;
}

.header---desktop.other-pages .logo-blue {
  display: block;
}

.header---desktop.other-pages .navlink a {
  color: #0177BF;
}

.header---desktop.other-pages .primary-button a {
  color: #fff;
}

.header---desktop.other-pages .menu-right-white {
  display: none;
}

.header---desktop.other-pages .menu-right-mob {
  display: block;
}

.standard-header .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.standard-header .video-container video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.benefits-modul .w-row {
  margin-bottom: 0;
  row-gap: 50px;
  display: flex;
  flex-wrap: wrap;
}
.benefits-modul .w-row .w-col {
  padding-right: 20px;
}
.benefits-modul .icon {
  width: 62px;
  height: auto;
  display: block;
  margin-bottom: 1.5625rem;
}

.news-voransicht .img-wrapper {
  width: 22.8125rem;
  height: 12.8125rem;
}
.news-voransicht .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits-bild-modul .benefits-upper-wrapper {
  margin-bottom: initial !important;
  max-height: initial !important;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .benefits-bild-modul .benefits-upper-wrapper {
    max-height: initial;
    padding-bottom: initial;
  }
}
.benefits-bild-modul .benefits-upper-wrapper.with-images {
  padding-bottom: 600px;
}
@media screen and (max-width: 768px) {
  .benefits-bild-modul .benefits-upper-wrapper.with-images {
    max-height: initial;
    padding-bottom: 80px;
  }
}
.benefits-bild-modul .benefits-row {
  width: 100%;
  row-gap: 5rem;
}
.benefits-bild-modul .benefits-row .col-md-4 img {
  margin-bottom: 1.75rem;
}
.benefits-bild-modul .benefits-picture-wrapper {
  display: flex;
  justify-content: center;
  max-height: 45rem;
  top: initial !important;
  margin-top: -545px;
}
@media screen and (max-width: 768px) {
  .benefits-bild-modul .benefits-picture-wrapper {
    max-height: initial;
    margin-top: initial;
  }
}
.benefits-bild-modul .benefits-picture-wrapper .inner-wrapper {
  display: initial !important;
}
@media screen and (max-width: 768px) {
  .benefits-bild-modul .benefits-picture-wrapper .inner-wrapper {
    padding: initial !important;
  }
}
@media screen and (max-width: 768px) {
  .benefits-bild-modul .benefits-picture-wrapper .inner-wrapper div {
    margin-bottom: 20px;
  }
}

.modul-detail-header {
  margin-top: 100px;
}
.modul-detail-header .inner-wrapper {
  justify-content: center;
  align-items: center;
}

.news--bersicht {
  margin-top: 100px;
}

.news-overview-cards .card .img-wrapper {
  width: 365px;
  height: 205px;
}
.news-overview-cards .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beigtrag-detail {
  margin-top: 100px;
}
.beigtrag-detail .beitrags-img-wrapper {
  width: 800px;
  height: 500px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .beigtrag-detail .beitrags-img-wrapper {
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
  }
}
.beigtrag-detail .beitrags-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beigtrag-detail .beitrag-text-wrapper h4 {
  font-size: 1.25rem;
  color: #0177BF;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
.beigtrag-detail .beitrag-text-wrapper p {
  font-size: 1rem;
  line-height: 1.75rem;
}
.beigtrag-detail .beitrag-text-wrapper ul {
  padding-left: 0;
}
.beigtrag-detail .beitrag-text-wrapper ul li {
  list-style: none; /* Remove default bullets */
  position: relative; /* Create a positioning context for pseudo-element */
  padding-left: 1.5em; /* Make room for custom bullet */
  font-size: 1rem;
  line-height: 1.75rem;
}
.beigtrag-detail .beitrag-text-wrapper ul li::before {
  content: "•"; /* Insert custom bullet */
  position: absolute; /* Position pseudo-element absolutely within li */
  left: 20px; /* Position bullet at start of line */
  color: #32DBBE; /* Change bullet color */
}
.beigtrag-detail .beitrags-small-img-wrapp {
  width: 385px;
  height: 250px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .beigtrag-detail .beitrags-small-img-wrapp {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    padding: 0;
  }
}
.beigtrag-detail .beitrags-small-img-wrapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beigtrag-detail .backlink {
  margin-bottom: 100px;
  text-decoration: underline !important;
}
.beigtrag-detail .backlink:last-child {
  margin-bottom: 0;
}

.device-mockup {
  position: relative;
  width: 100%;
  z-index: 3;
  /* adjust as needed */
}
.device-mockup.tablet-mobile {
  max-width: 45rem;
}
.device-mockup.tablet-mobile .device-content {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%; /* adjust based on your mockup image */
  overflow: hidden;
}
.device-mockup.mobile-tablet {
  max-width: 14.5rem;
}
.device-mockup.mobile-tablet .device-content {
  position: absolute;
  top: 8%;
  left: 13%;
  width: 74%;
  height: 83.9%;
  overflow: hidden;
}
.device-mockup.tablet {
  max-width: 51.5rem;
}
.device-mockup.tablet .device-content {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%; /* adjust based on your mockup image */
  overflow: hidden;
}
.device-mockup.tablet-one {
  bottom: 3rem;
  left: 10rem;
  z-index: 4;
}
.device-mockup.tablet-two {
  top: 3rem;
  right: 10rem;
}
.device-mockup.mobile {
  max-width: 18.688rem;
}
.device-mockup.mobile:nth-child(2) {
  bottom: 2rem;
}
.device-mockup.mobile .device-content {
  position: absolute;
  top: 8%;
  left: 13%;
  width: 74%;
  height: 83.9%;
  overflow: hidden;
}

.mockup-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

.device-content {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%; /* adjust based on your mockup image */
  overflow: hidden;
}

.placeholder-image, .placeholder-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* maintain aspect ratio while filling parent */
}

@media screen and (max-width: 768px) {
  .device-mockup {
    max-width: 25rem; /* adjust as needed */
  }
}
@media screen and (max-width: 480px) {
  .device-mockup {
    max-width: 18.75rem; /* adjust as needed */
  }
}
.sw-logo-leiste .inner-wrapper-4 {
  width: 90%;
  margin: 0 auto;
}
.sw-logo-leiste .inner-wrapper-4 .text-15 {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .sw-logo-leiste .inner-wrapper-4 .text-15 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sw-logo-leiste .inner-wrapper-4 .text-15 {
    display: none;
  }
}
.sw-logo-leiste .inner-wrapper-4 .logo-wrapper .image-4.sw {
  filter: grayscale(100%);
}
.sw-logo-leiste .inner-wrapper-4 .logo-wrapper a img {
  mix-blend-mode: multiply;
}

.einfacher-cta {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .einfacher-cta .inner-wrapp .tertiary-button-2 {
    margin-bottom: 1.75rem;
  }
}
.einfacher-cta .inner-wrapp .primary-button {
  display: inline-block !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .einfacher-cta .inner-wrapp .primary-button {
    z-index: 3;
  }
}
.einfacher-cta.reduce {
  margin-top: 0 !important;
}

.double-cta .text-bild-bereich-4 div img {
  height: 100%;
  object-fit: cover;
}
.double-cta .text-bild-bereich-4 .text-im-bild-2 .text-19 {
  line-height: 40px;
}
.double-cta .text-bild-bereich-4 .image-wrapper {
  padding: 0;
}

.filter-link {
  cursor: pointer;
}

.teams-slider-section {
  position: relative;
}
.teams-slider-section .arrows-wrapper {
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.5rem;
}
.teams-slider-section .arrows-wrapper .slick-arrow {
  cursor: pointer;
}
.teams-slider-section .teams .slick-slide > div {
  height: 100%;
}
.teams-slider-section .teams .slick-slide > div > div {
  height: 100%;
}
.teams-slider-section .teams .teams-slider {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .teams-slider-section .teams .teams-slider {
    grid-column-gap: initial;
    grid-row-gap: initial;
    justify-content: initial;
  }
}
.teams-slider-section .teams .teams-slider .text-block-17 p {
  max-width: 33.75rem;
  color: #0177bf;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  .teams-slider-section .teams .teams-slider .text-block-17 p {
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
@media screen and (max-width: 991px) {
  .teams-slider-section .teams .teams-slider .img-wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .teams-slider-section .teams .teams-slider .img-wrapper {
    height: 280px;
  }
}
.teams-slider-section .teams .teams-slider .img-wrapper img {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.teams-slider-section .teams .teams-slider .overlay-teams {
  height: 100% !important;
}

.menu li.active a,
.menu li.current-menu-parent a,
.menu li.current-menu-item a {
  color: #0177BF !important;
}

ul {
  list-style: none;
}
ul li {
  font-size: 16px !important;
  line-height: 28px !important;
  padding-left: 0;
}
ul li:before {
  content: "•";
  color: #32DBBE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}

.menu-item:before {
  content: initial !important;
}

.filter-list li:before {
  content: initial !important;
}

.slick-dots li:before {
  content: initial !important;
}
.slick-dots li button:before {
  color: transparent !important;
}

.naviagtion-right-wrapper a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .content-slider .slide-item-card ul, .benefits-modul ul {
    padding-left: 20px !important;
  }
}

.homeheader-slider {
  height: 100dvh;
}
@media screen and (max-width: 991px) {
  .homeheader-slider {
    height: 100%;
  }
}
.homeheader-slider .homesliderwrappera {
  display: grid;
  place-items: center;
}
.homeheader-slider .homesliderwrappera .homeslider-inner-wrapper {
  z-index: 1;
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .homeslider-inner-wrapper .homeslider .slick-slide .home-img-wrapper {
    height: 800px;
  }
}
.homeheader-slider .homesliderwrappera .homeslider-inner-wrapper .homeslider .slick-slide .home-img-wrapper img {
  position: relative;
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .homeslider-inner-wrapper .homeslider .slick-slide .home-img-wrapper img {
    position: relative;
  }
}
.homeheader-slider .homesliderwrappera .overlay {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .overlay {
    height: 800px;
  }
}
.homeheader-slider .homesliderwrappera .text-box {
  position: relative;
  top: initial !important;
  left: initial !important;
  transform: initial !important;
  z-index: 3;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .text-box {
    top: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .text-box .text-3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-height: 800px) {
  .homeheader-slider .homesliderwrappera .text-box .text-3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .text-box .text-4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 800px) {
  .homeheader-slider .homesliderwrappera .text-box .text-4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .text-box .button-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .homeheader-slider .homesliderwrappera .text-box .button-wrapper .primary-button {
    display: initial;
  }
}

.no-padding {
  padding: 0 !important;
}

#BorlabsCookieBox .cookie-logo {
  max-width: 140px !important;
}

@media screen and (max-width: 768px) {
  .footer .top-left-second-column .navigation-links-3 {
    grid-column-gap: 1.063rem !important;
    grid-row-gap: 0.063rem !important;
    flex-wrap: wrap !important;
  }
}

.not-found {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-found .inner-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}
.not-found .inner-container .not-found-text {
  color: #1A1A1A;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.8125rem;
}

.sw-logo-leiste .inner-wrapper-4 .logo-wrapper {
  min-height: 218px !important;
}
@media screen and (max-width: 768px) {
  .sw-logo-leiste .inner-wrapper-4 .logo-wrapper {
    min-height: 100px !important;
  }
}
.sw-logo-leiste .inner-wrapper-4 .text-15 {
  padding-right: 40px;
}

.more-pad {
  padding-top: 100px !important;
}

.logo-leiste-v2 {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 991px) {
  .logo-leiste-v2 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .logo-leiste-v2 {
    margin: 0;
    padding: 30px 0;
  }
}
.logo-leiste-v2 .text-logo-sw {
  padding: 0 20px;
}
.logo-leiste-v2 .inner-wrapper-4 {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .logo-leiste-v2 .inner-wrapper-4 {
    overflow-x: scroll;
    display: flex;
    width: 100%;
    justify-content: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.logo-leiste-v2 .inner-wrapper-4 .logo-wrapper {
  min-height: 218px !important;
  width: 235px !important;
}
@media screen and (max-width: 768px) {
  .logo-leiste-v2 .inner-wrapper-4 .logo-wrapper {
    min-height: 100px !important;
    width: 235px !important;
    padding: 1.313rem;
  }
}
.headline-text-modul {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .headline-text-modul .inner-wrapper {
    display: block !important;
  }
}
.headline-text-modul .inner-wrapper .heading-two {
  word-break: break-word;
  hyphens: auto;
}
@media screen and (max-width: 768px) {
  .headline-text-modul .inner-wrapper .heading-two {
    font-size: 25px !important;
  }
}
h2 {
  word-break: break-word;
  hyphens: auto;
}
@media screen and (max-height: 700px) {
  .mega-menu .navi-wrapp .menu-container .meta-menu {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    right: initial !important;
  }
}

@media screen and (max-width: 1345px) {
  .mega-menu .buttons-wrapper,
  .mega-menu .menu-container {
    padding: 0 20px !important;
    z-index: 10;
  }
}

@media screen and (max-width: 390px) {
  .careerheader .columns .column .text-wrapp .titel-wrapper .titel {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .careerheader .career-img {
    position: absolute !important;
  }
}
@media screen and (max-width: 786px) {
  .careerheader .career-img {
    position: relative !important;
  }
}

@media screen and (max-width: 991px) {
  .contact-left-container.bild-modul-contact-left-container {
    padding-right: 1.875rem !important;
  }
}
@media screen and (max-width: 768px) {
  .contact-left-container.bild-modul-contact-left-container {
    padding-right: 0 !important;
  }
}

.bildtext-element .inner-wrapper-3 {
  width: 90%;
}
@media screen and (max-width: 991px) {
  .bildtext-element .inner-wrapper-3 {
    width: 100%;
  }
}
.bildtext-element .inner-wrapper-3 .text-bild-bereich-2 {
  align-items: initial;
}
.bildtext-element .inner-wrapper-3 .text-bild-bereich-2 .text-wrapper-3 {
  display: block;
}
.bildtext-element .inner-wrapper-3 .text-bild-bereich-2 .text-wrapper-3 .titel-wrapper-2 {
  justify-content: start;
  align-items: start;
}
.bildtext-element .inner-wrapper-3 .text-bild-bereich-2 .subtitel-2 {
  height: auto;
}
.bildtext-element .inner-wrapper-3 .text-bild-bereich-2 .subtitel-2 .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bildtext-element .inner-wrapper-3 .text-bild-bereich-2 .text-wrapper-3 {
  padding-left: initial;
  padding-right: initial;
}
@media screen and (max-width: 991px) {
  .bildtext-element .inner-wrapper-3 .text-bild-bereich-2 .text-wrapper-3 {
    margin: 40px auto;
    width: 90%;
  }
}

.content-slider {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-slider .cs-arr-right, .content-slider .cs-arr-left {
    display: none;
  }
}
.content-slider .cs-container .slick-slide {
  justify-content: center;
  padding: 0;
}
.content-slider .slick-list {
  margin-bottom: 20px;
}
.content-slider.reduce {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .overlaybildmodul .overlay-wrapper div {
    margin-bottom: 20px;
  }
}

.offenestellen {
  padding: 50px 0 20px 0;
}
.offenestellen .inner-wrapper-job {
  padding: 0 1.25rem 0 0;
}

.modul-overview {
  padding-top: 50px;
  padding-bottom: 20px;
}

.branchen-cta {
  padding-top: 50px;
  padding-bottom: 20px;
}

.heading-two.features-heading {
  margin-bottom: 50px;
}

.standard-header {
  padding-bottom: 0;
}

body::after {
  content: url("assets/images/arrow_left_onhover.svg") url("assets/images/arrow_right_onhover.svg");
  position: absolute;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.content-slide {
  transition: opacity 0.5s ease;
}

ul.menu {
  max-width: 70%;
  gap: 25px;
  justify-content: center;
}
ul.menu .navlink {
  text-align: center;
}

/* inter-100 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("assets/fonts/inter-v12-latin-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-100.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-100.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-100.woff") format("woff"), url("assets/fonts/inter-v12-latin-100.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-100.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-200 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/inter-v12-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-200.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-200.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-200.woff") format("woff"), url("assets/fonts/inter-v12-latin-200.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-200.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/inter-v12-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-300.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-300.woff") format("woff"), url("assets/fonts/inter-v12-latin-300.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-300.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/inter-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-regular.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-regular.woff") format("woff"), url("assets/fonts/inter-v12-latin-regular.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/inter-v12-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-500.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-500.woff") format("woff"), url("assets/fonts/inter-v12-latin-500.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-500.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/inter-v12-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-600.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-600.woff") format("woff"), url("assets/fonts/inter-v12-latin-600.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-600.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/inter-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-700.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-700.woff") format("woff"), url("assets/fonts/inter-v12-latin-700.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-700.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/inter-v12-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-800.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-800.woff") format("woff"), url("assets/fonts/inter-v12-latin-800.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-800.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/inter-v12-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-900.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-900.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-900.woff") format("woff"), url("assets/fonts/inter-v12-latin-900.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-900.svg#Inter") format("svg"); /* Legacy iOS */
}
/**
 * Basic typography style for copy text
 */
body {
  color: #2E3C49;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 27px;
}

h1 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.08em;
  color: #28a745;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.08em;
  }
}

h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.teaser-text {
  font-size: 16px;
  line-height: 22px;
}

.pointer {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px;
  max-width: 600px;
}

ul {
  margin-bottom: 0;
  padding-left: 15px;
}
ul li {
  text-transform: initial !important;
}

p {
  font-size: 15px;
  line-height: 24px;
}

.date-text {
  font-size: 15px;
  line-height: 16px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1140px;
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 40px; /* 3 */
    padding-right: 40px; /* 3 */
  }
}
@media screen and (min-width: 1140) {
  .container {
    padding-left: 20px; /* 3 */
    padding-right: 20px; /* 3 */
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-image: linear-gradient(90deg, #004671, #0177BF);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  font-family: "Inter", sans-serif;
}
.mega-menu.open {
  display: block;
}
.mega-menu .inner-wrapp.navi-wrapp {
  display: block;
}
.mega-menu .menu-container .main-menu {
  width: 80vw;
}
.mega-menu .menu-container .main-menu.active {
  width: 100vw;
}
.mega-menu .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 40vh;
}
.mega-menu .buttons-wrapper .back-button {
  display: none;
  border: 2px solid #32DBBE;
  color: #32DBBE !important;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
}
.mega-menu .buttons-wrapper .all-modules {
  display: none;
  border: 2px solid #32DBBE;
  color: #32DBBE !important;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
}
.mega-menu .mega-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mega-menu .mega-menu-header .mega-menu-header-right {
  display: flex;
  column-gap: 1.25rem;
}
.mega-menu .mega-menu-header .mega-menu-header-right #self-closing-button {
  cursor: pointer;
}
.mega-menu nav {
  list-style: none;
}
.mega-menu nav li a {
  color: #fff;
  text-decoration: none;
}
.mega-menu nav li a:hover {
  color: #32DBBE;
}
@media screen and (max-width: 768px) {
  .mega-menu nav li a:hover {
    color: #fff;
  }
}

.circle-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

.logo-icon {
  align-self: flex-start;
}

.self-closing-button {
  cursor: pointer;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  row-gap: 1.25rem;
  top: 45vh;
  position: relative;
}
.menu-container #active-menu-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-container .sub-menu {
  margin-top: 3.75rem;
  list-style: none;
  padding-left: 0;
}
.menu-container .sub-menu li {
  padding-left: 0;
}
.menu-container .sub-menu li a {
  font-size: 2rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
  display: inline-block;
}

.main-menu,
.meta-menu {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: left;
}

.main-menu {
  font-size: 2.5rem;
  font-weight: 700;
  row-gap: 1.875rem;
}
.main-menu li a {
  color: #fff;
  text-decoration: none;
}
.main-menu li a:hover {
  color: #32DBBE;
}
.main-menu .menu-item-188 .sub-menu .level-1 {
  width: 100%;
}
.main-menu .menu-item-188 .sub-menu .level-1 a {
  margin-bottom: 2.063rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .main-menu .menu-item-188 .sub-menu .level-1 a {
    margin-bottom: 0;
  }
}
.main-menu .menu-item-188 .sub-menu .level-1 a:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.625rem;
  background-color: #32DBBE;
}

.meta-menu {
  font-size: 1.25rem;
  font-weight: 700;
  row-gap: 1.25rem;
}

.social-media-icons {
  display: flex;
  gap: 1.875rem;
}

.special-link.active.level-0 .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.special-link.active.level-0 .sub-menu .cat-link a {
  pointer-events: none;
}
.special-link.active.level-0 .sub-menu .cat-link ul li a {
  pointer-events: initial;
}
.special-link.active.level-0 .sub-menu .level-1 {
  width: 100%;
  position: relative;
}
.special-link.active.level-0 .sub-menu .level-1 a {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.special-link.active.level-0 .sub-menu .level-1 a:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.625rem;
  background-color: #32DBBE;
}
.special-link.active.level-0 .sub-menu .level-1 .level-2 a:before {
  content: "";
  margin-right: 0;
  display: none;
}
.special-link.active.level-0 .sub-menu .level-1 .sub-menu {
  display: flex;
  flex-direction: column !important;
  margin-top: 0;
  row-gap: initial;
}
.special-link.active.level-0 .sub-menu .level-1 .sub-menu li a {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: flex;
  margin-bottom: 0.75rem;
  text-transform: initial;
  justify-content: space-between;
  width: 70%;
}
.special-link.active.level-0 .sub-menu .level-1 .sub-menu li a:after {
  content: url("assets/images/link-arrow-circle.svg");
}
.special-link.active.level-0 .sub-menu .level-1 .sub-menu li:last-child a {
  display: inline-block;
  border: 2px solid #32DBBE;
  color: #32DBBE !important;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  width: max-content;
}
.special-link.active.level-0 .sub-menu .level-1 .sub-menu li:last-child a:after {
  content: "";
}

.sub-menu {
  display: none;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  row-gap: 2rem;
}

.back-button {
  background-color: #32DBBE;
  color: #2E3C49;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  .main-menu,
  .meta-menu {
    font-size: 1.5rem;
    row-gap: 1.25rem;
  }
  .sub-menu {
    font-size: 1.75rem;
    row-gap: 1.875rem;
  }
}
header {
  background-color: transparent;
}

footer {
  background-color: #fff;
  border-top: 1px solid #E0E9F3;
  padding: 30px 0 90px 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 85px 0 30px 0;
  }
}
footer .container .footer-top p {
  color: #2E3C49;
}
footer .container .footer-top p a {
  display: block;
  color: #2E3C49;
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  footer .container .footer-top p a {
    display: initial;
  }
}
footer .container .footer-top p a:first-of-type {
  margin-right: 10px;
}
footer .container .footer-bottom {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  footer .container .footer-bottom {
    flex-direction: initial;
  }
}
footer .container .footer-bottom .copypart {
  color: #2E3C49;
  font-size: 14px;
  letter-spacing: 0.05em;
}
footer .container .footer-bottom .copypart .co-title {
  display: block;
}
@media screen and (min-width: 768px) {
  footer .container .footer-bottom .copypart .co-title {
    display: initial;
  }
}
footer .container .footer-bottom .copypart .co-title:after {
  display: none;
  content: " | ";
}
@media screen and (min-width: 768px) {
  footer .container .footer-bottom .copypart .co-title:after {
    display: initial;
  }
}
footer .container .footer-bottom .copypart a {
  color: #2E3C49;
}
footer .container .footer-bottom .footer-menu {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  footer .container .footer-bottom .footer-menu {
    margin-bottom: 0;
  }
}
footer .container .footer-bottom .footer-menu #menu-footer-menu {
  padding-left: 0;
  display: flex;
  list-style: none !important;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  footer .container .footer-bottom .footer-menu #menu-footer-menu {
    padding-left: initial;
    flex-direction: initial;
  }
}
footer .container .footer-bottom .footer-menu #menu-footer-menu li.menu-item {
  margin-right: 30px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  footer .container .footer-bottom .footer-menu #menu-footer-menu li.menu-item {
    padding-left: initial;
  }
}
footer .container .footer-bottom .footer-menu #menu-footer-menu li.menu-item a {
  color: #2E3C49;
}
footer .container .footer-bottom .footer-menu #menu-footer-menu li.menu-item a:visited {
  color: #2E3C49;
}
footer .container .footer-bottom .footer-menu #menu-footer-menu li.menu-item a:active {
  color: #2E3C49;
}
footer .container .footer-bottom .footer-menu #menu-footer-menu li.menu-item:last-child {
  margin-right: 0;
}

.heading-two {
  letter-spacing: 0.4px;
}

.text-3 {
  letter-spacing: 1.02px;
}

.text-2 {
  letter-spacing: 1.6px;
}

.text-4 {
  font-weight: normal;
}

.titel-wrapper-2, .titel-wrapper {
  margin-bottom: 16px;
}

.titel, .titel-2 {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.vectors-wrapper-7 {
  margin-top: 8px;
}

.text-15 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.titel-3 {
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.text-7, .text-11 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.32px;
}

.text-16 {
  letter-spacing: 1.4px;
}

.text-17 {
  letter-spacing: 0.2px;
}

.text-20 {
  font-weight: normal;
}

.heading-two.heading-cta-slim {
  letter-spacing: 0.4px;
}

.tertiary-button-2 {
  font-weight: bold;
}

.einfacher-cta .inner-wrapp .primary-button {
  font-weight: bold;
}

.headin-one {
  font-weight: bold;
}

.module-heading {
  font-weight: bold;
}

.heading-four {
  font-weight: bold;
}

.cs-container .slick-slide {
  padding-right: 10px;
}

.features-modul .branchen-text-bild .text-wrapper-3 .text-feld h3 {
  font-weight: 700;
}

.heading-three {
  letter-spacing: 0.32px;
  font-weight: bold;
}

.text-17 {
  color: #2E3C49;
}

.bildtext-element {
  padding: 50px 0 20px 0;
}

.headline-text-modul {
  padding-top: 50px;
  padding-bottom: 20px;
}
.headline-text-modul .inner-wrapper {
  padding: 0 1.25rem 0 0;
}

.cs-container {
  padding-bottom: 50px;
}

.footer-text {
  color: #2E3C49;
}

.footer-link {
  color: #2E3C49;
  font-size: 14px;
  line-height: 17px;
}

.bottom-wrapper {
  padding: 20px 0;
}

.footer-policy {
  color: #2E3C49;
  font-size: 13px;
}

.tertiary-button-3 {
  font-weight: bold;
}

.primary-button.white {
  color: #0177BF;
}

.primary-button, .secondary-button, .secondary-button-2, .tertiary-button, .tertiary-button-2, .tertiary-button-3 {
  padding: 13px 2rem;
}

.primary-button:hover, .secondary-button:hover, .secondary-button-2:hover {
  background-color: #32DBBE;
  color: #2E3C49;
}
.primary-button:hover .text-5, .primary-button:hover .text-21, .primary-button:hover .text.white, .secondary-button:hover .text-5, .secondary-button:hover .text-21, .secondary-button:hover .text.white, .secondary-button-2:hover .text-5, .secondary-button-2:hover .text-21, .secondary-button-2:hover .text.white {
  color: #2E3C49;
}

@media screen and (max-width: 768px) {
  .primary-button:hover {
    background-color: #0177BF !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  .secondary-button:hover {
    background-color: #fff !important;
    color: #0177BF !important;
  }
}

.tertiary-button:hover, .tertiary-button-2:hover, .tertiary-button-3:hover {
  background-color: #0177BF;
  color: #FFFFFF;
}
.tertiary-button:hover .text-10, .tertiary-button:hover .text-14, .tertiary-button:hover .text-18, .tertiary-button-2:hover .text-10, .tertiary-button-2:hover .text-14, .tertiary-button-2:hover .text-18, .tertiary-button-3:hover .text-10, .tertiary-button-3:hover .text-14, .tertiary-button-3:hover .text-18 {
  color: #FFFFFF;
}

.bild-modul {
  padding: 50px 0 20px 0;
}

.beigtrag-detail .backlink {
  margin-bottom: 30px;
  font-size: 16px;
}

.beigtrag-detail .beitrag-text-wrapper h4 {
  font-weight: bold;
}

a:hover {
  color: unset;
  opacity: 1;
}

.bg_white {
  background-color: #ffffff;
}

.wp-block-acf-logoleiste.bg_white .inner-wrapper-4 .text-15 {
  display: none;
}

.text-logo {
  color: #2E3C49;
  font-size: 14px;
  font-weight: 500;
}

.benefits-modul, .success-story-voransicht {
  background-color: #ffffff;
}

.navigation-links-2 {
  grid-row-gap: 7px;
}

.navlink-2 {
  color: #2E3C49;
  letter-spacing: 0.16px;
  font-size: 16px;
}

.top-left-second-column .navlink-2 {
  font-weight: normal;
}

.benefits-bild-modul .benefits-row .col-md-4 img {
  width: 62px;
  height: auto;
}

.header---desktop.other-pages .navlink a {
  color: #2E3C49;
}

.header---desktop.scrolled, .header---desktop.other-pages {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}

.text-block-module.modul-textblock {
  margin: 0 auto 50px;
}

.filter-wrapp .mod-card .mod-card-inner .module-img-wrapper {
  width: 241px;
  min-width: 186px;
  height: 182px;
}

.header---desktop.home-page.scrolled .navlink a {
  color: #2E3C49;
}

.filter-wrapp .mod-card .mod-card-inner {
  height: 250px;
}

.module-link {
  align-items: start;
}
.module-link img {
  padding-top: 2px;
}

.icon-hover {
  display: none;
  width: 22px;
}

.mod-card-inner:hover {
  background-color: #0177BF !important;
}
.mod-card-inner:hover h3, .mod-card-inner:hover .mod-text {
  color: #ffffff;
}
.mod-card-inner:hover .icon-hover {
  display: block;
}
.mod-card-inner:hover .icon-right {
  display: none;
}

.navlink a:hover {
  color: #0177BF !important;
}

.text-4 {
  margin-bottom: 55px;
}

.text-3 {
  margin-bottom: 190px;
}

.button-wrapper {
  grid-column-gap: 15px;
}

@keyframes imgScale {
  100% {
    transform: scale(1.1);
  }
}
.hintergrundbild {
  animation-timing-function: linear;
  animation: imgScale 5.3s infinite;
}

.text-wrapper-2 {
  max-width: 548px;
}

.text-8 {
  padding: 40px 0;
}

.text-bild-bereich-2 {
  gap: 110px;
}

.inner-wrapper-4 {
  justify-content: center;
}

.text-box {
  top: 70%;
  transform: translate(-50%, -70%);
}

.text-15 p {
  margin: 0;
}

.success-story-voransicht {
  padding: 100px 0 90px;
}

.success-story-voransicht, .successstoryuebersicht {
  padding: 100px 0 90px;
}
.success-story-voransicht .img-wrapper-inner, .successstoryuebersicht .img-wrapper-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.success-story-voransicht .img-wrapper-inner img, .successstoryuebersicht .img-wrapper-inner img {
  transition: transform 0.2s;
}
.success-story-voransicht a:hover img, .successstoryuebersicht a:hover img {
  transform: scale(1.05);
}

.text-bild-bereich-3 {
  margin-bottom: 0;
}

.inner-wrapper-5 {
  grid-row-gap: 95px;
}

.text-im-bild {
  height: 135px;
  max-width: 400px;
  position: absolute;
  bottom: -40px;
  z-index: 9;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 30px 0 30px;
}

.text-bild-bereich-3 {
  grid-row-gap: 100px;
}

.overlay-2 {
  max-width: unset;
}

.double-cta .text-bild-bereich-4 div img {
  width: 100%;
}

.image-wrapper-2.dcta-img-wrapper, .image-wrapper.dcta-img-wrapper {
  width: 50%;
}

.double-cta {
  padding-bottom: 0;
  position: relative;
}

.module-deko-right, .module-deko-left {
  z-index: 9;
}

.features-modul .branchen-text-bild .text-wrapper-3 {
  justify-content: center;
}

.features-modul .branchen-text-bild .text-wrapper-3 .tertiary-button-2 {
  margin-top: 50px;
}

.text-wrapp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.text-wrapp .headin-one {
  margin-top: 0;
  max-width: 661px;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

.text-wrapp .text-block {
  margin-bottom: 0;
  max-width: 586px;
}

.text-wrapp .tertiary-button-2 {
  margin-top: 4.375rem;
}

.sw-logo-leiste {
  margin: 50px 0 20px 0;
}

.bildtext-element .text-12 {
  padding-bottom: 0;
}

.bildtext-element .tertiary-button-2 {
  margin-top: 3.125rem;
}

.branchen-cta .text-19 {
  margin-bottom: 0;
}
.branchen-cta .text-im-bild-2 {
  justify-content: space-between;
  height: 260px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms linear;
}
.branchen-cta .image-wrapper-2:hover .text-im-bild-2 {
  justify-content: center;
  height: 100%;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2 .text-im-bild-2 .hover-text {
  display: block;
  visibility: hidden;
  opacity: 0;
  height: 1px;
  transition: visibility 0s, opacity 0.5s linear;
}
.branchen-cta .branchen-cards .column-7 .image-wrapper-2:hover .text-im-bild-2 .hover-text {
  max-width: 100%;
  font-size: 16px;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.content-slider .inner-wrapp, .einfacher-cta .inner-wrapp {
  padding-left: 160px;
  padding-right: 160px;
}
.content-slider .text-12, .einfacher-cta .text-12 {
  max-width: 460px;
}

.news-voransicht .img-wrapper, .news--bersicht .img-wrapper {
  overflow: hidden;
}
.news-voransicht .img-wrapper img, .news--bersicht .img-wrapper img {
  transition: transform 0.2s;
}
.news-voransicht a:hover img, .news--bersicht a:hover img {
  transform: scale(1.05);
}

.einfacher-cta .primary-button.white {
  margin-left: 20px;
}

.container.kontakt-bilder-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  max-width: unset;
}

.news--bersicht {
  padding-bottom: 100px;
}

.modul-detail-header .no-frame {
  aspect-ratio: 14/10;
}
.modul-detail-header .no-frame .mockup-image {
  display: none;
}
.modul-detail-header .no-frame .device-content {
  position: relative;
}
.modul-detail-header .no-frame .placeholder-image {
  border-radius: 20px;
}

.cards2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.card {
  width: 32%;
}

.cards2 .img-wrapper {
  height: auto;
  width: 100%;
}
.cards2 .img-wrapper .image-4 {
  height: 206px;
}

.news-overview-wrapper .tertiary-button-2 {
  margin-top: 70px;
}

.text-block-9 {
  max-width: 300px;
  text-align: center;
}

.successstoryuebersicht {
  margin-top: 100px;
  position: relative;
  padding-bottom: 100px;
}
.successstoryuebersicht .tertiary-button-3 {
  margin-top: 70px;
}

.text-wrapp .text-block p {
  font-size: 18px;
}

.benefits-modul {
  padding: 50px 0 20px 0;
}
.benefits-modul .inner-wrapper {
  padding: 0 1.25rem 0 0;
}
.benefits-modul .heading-four {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.slide-item-card {
  min-height: 550px;
}
@media screen and (max-width: 1366px) {
  .slide-item-card {
    max-width: 28rem;
  }
}
@media screen and (max-width: 991px) {
  .slide-item-card {
    max-width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-item-card {
    max-width: 25.75rem;
  }
}

.text-content {
  width: 37%;
}

.content-slide {
  width: 59%;
}

.content-slider .inner-wrapp {
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .content-slider .inner-wrapp .text-content .text-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1366px) {
  .content-slider .inner-wrapp .subtitel-2 {
    width: initial !important;
    max-width: 35rem;
  }
}

.content-slider .text-11 {
  max-width: 470px;
}

.content-slider .slide-item-card ul, .benefits-modul ul {
  padding: 0;
}
.content-slider .slide-item-card ul li, .benefits-modul ul li {
  font-size: 16px;
  line-height: 28px;
  padding-left: 0;
}
.content-slider .slide-item-card ul li::before, .benefits-modul ul li::before {
  content: "•";
  color: #32DBBE;
  font-weight: bold;
  width: 1em;
  left: 30px;
  font-size: 20px;
}

.content-slider ul {
  padding-left: 20px !important;
}

.beigtrag-detail .beitrag-text-wrapper ul li::before {
  font-size: 20px;
}

.teams-slider-section {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.beigtrag-detail {
  position: relative;
}

.text-block-13 {
  font-size: 14px;
}

.teams-slider-section .arrows-wrapper {
  padding-left: 6.25rem;
}

.teams-slider-section .img-wrapper {
  height: 405px;
}
.teams-slider-section .img-wrapper img {
  height: inherit;
}

.menu {
  padding: 0 20px;
}

.mega-menu {
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}
.mega-menu .module-deko-right {
  display: none;
}

.mega-menu .inner-wrapp.navi-wrapp {
  padding-right: 5rem;
}

.mega-menu .mega-menu-header .mega-menu-header-right {
  column-gap: 2.35rem;
}

.mega-menu .main-menu a {
  line-height: 49px;
}

.mega-menu .menu-container .main-menu {
  row-gap: 20px;
  width: 100vw;
}

.meta-menu {
  row-gap: 15px;
  position: absolute;
  right: 100px;
  bottom: 10px;
}

.meta-menu a {
  line-height: 24px !important;
}

.menu-container .sub-menu li a {
  line-height: 39px;
}

.menu-container .sub-menu {
  margin-top: 2.75rem;
}

.mega-menu .module-deko-left {
  display: none;
}

.mega-menu.open .module-deko-left {
  display: block;
}
.mega-menu.open .primary-button {
  background-color: #ffffff;
}
.mega-menu.open .primary-button a {
  color: #0177BF !important;
}

body.menu-open {
  overflow-y: hidden;
}

.menu-container {
  padding: 0 100px;
  top: 40vh;
}

.mega-menu .buttons-wrapper {
  padding: 0 100px;
  top: 35vh;
}

.special-link.active.level-0 .sub-menu .level-1 .sub-menu li a {
  width: 85%;
  margin-bottom: 0;
  line-height: 30px;
}

.main-menu li.active > a {
  pointer-events: none;
  cursor: default;
}

.special-link.active.level-0 .sub-menu .level-1 .sub-menu li:last-child a {
  padding: 0 1.5rem;
  margin-top: 10px;
}

.cs-arr-left, .cs-arr-right, .hs-arr-left, .hs-arr-right, .ts-arr-left, .ts-arr-right {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 250ms ease-in-out; /* Optimized transition */
}

.cs-arr-left, .ts-arr-left, .hs-arr-left {
  background-image: url("assets/images/cs-arr-left.svg");
}

.cs-arr-right, .ts-arr-right, .hs-arr-right {
  background-image: url("assets/images/cs-arr-right.svg");
}

.cs-arr-left:hover, .cs-arr-left:focus, .ts-arr-left:hover, .ts-arr-left:focus, .hs-arr-left:hover, .hs-arr-left:focus {
  background-image: url("assets/images/arrow_left_onhover.svg");
}

.hs-arr-right:hover, .hs-arr-right:focus, .ts-arr-right:hover, .ts-arr-right:focus, .cs-arr-right:hover, .cs-arr-right:focus {
  background-image: url("assets/images/arrow_right_onhover.svg");
}

.headin-one {
  letter-spacing: 0.58px;
  font-size: 58px;
  line-height: 66px;
}

.teams-slider {
  display: flex;
}

.overlaybildmodul {
  padding: 50px 0;
  max-width: 72.5rem;
  margin: auto;
  max-height: 55rem;
}
@media screen and (max-width: 991px) {
  .overlaybildmodul {
    max-height: 68rem;
  }
}
.overlaybildmodul .div-block {
  margin-bottom: 20px;
}
.overlaybildmodul .div-block-2 {
  margin-bottom: 20px;
}

.year {
  letter-spacing: 0.2px;
  color: #0177BF;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}

.historyslider {
  padding-top: 50px;
  padding-bottom: 20px;
  max-width: 72.5rem;
  margin: auto;
}
.historyslider .inner-wrapp {
  padding: 0;
}

.history-text {
  color: #2E3C49;
  max-width: 300px;
}

.history-arrows {
  margin: auto;
  text-align: center;
  padding-top: 30px;
}

.hs-arr-right, .hs-arr-left {
  cursor: pointer;
}

.hs-arr-left {
  margin-right: 1.25rem;
}

.history-line {
  border: 1px solid #32DBBE;
  width: 100%;
  position: absolute;
  top: 11px;
}

.history-slider-box {
  position: relative;
}

.history-dot {
  width: 25px;
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.inner-wrapper-job {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.6875rem 1.25rem 0 0;
  position: relative;
}

.job-box {
  width: 48%;
  padding-top: 14px;
  margin-top: 10px;
}

.job-box:hover {
  background-color: #32DBBE;
}
.job-box:hover .job-header, .job-box:hover .job-teaser {
  color: #2E3C49;
}
.job-box:hover .job-header {
  padding-left: 5px;
}

.job-inner {
  width: 100%;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E0E9F3;
  padding: 0 15px;
}

.job-header {
  color: #0177BF;
  font-size: 19px;
  font-weight: bold;
  transition: all 0.5s;
}

.job-teaser {
  font-size: 15px;
  font-weight: normal;
  color: #0177BF;
}

.teams-slider-section .img-wrapper {
  height: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box {
  width: 100%;
  margin: auto;
  text-align: center;
}

.video-box iframe, .mp4videobox {
  width: 100%;
}

.careerheader {
  background-image: linear-gradient(270deg, #0177bf, #004671);
  position: relative;
}
@media screen and (max-width: 768px) {
  .careerheader {
    overflow: hidden;
  }
}
.careerheader .columns {
  max-width: 72.5rem;
  margin: auto;
  z-index: 10;
}
.careerheader .titel-wrapper {
  justify-content: start;
}
.careerheader .titel {
  color: #32DBBE;
}
.careerheader .career-img {
  position: absolute;
  bottom: 0;
  height: 600px;
  max-width: unset;
  width: auto;
  left: 0;
}

.card.hide {
  display: none;
}

.card:nth-child(-n+12) {
  display: flex;
}

.stories.hide {
  display: none;
}

.stories:nth-child(-n+8) {
  display: flex;
}

.load-more-stories {
  margin-top: 100px;
}

.anchor {
  scroll-margin-top: 90px;
  height: 1px;
  position: absolute;
}

p {
  font-size: 16px;
  line-height: 28px;
}

.text-15-mobile {
  display: none;
}

.top-right-wrapper {
  grid-column-gap: 30px;
}

.footer-text p {
  word-break: break-word;
}

.cat1, .cat2, .cat3, .cat4, .title-link {
  display: none;
}

.filter-wrapp .mod-card .mod-card-inner {
  justify-content: center;
}

.standard-header .column, .standard-header .img-wrapper, .standard-header .column-2 {
  height: 600px;
}
.standard-header .headin-one.small {
  font-size: 48px;
  line-height: 60px;
}

.phone-wrapper-mob {
  display: none;
}

.bottom-border {
  border-bottom: 1px solid rgba(224, 233, 243, 0.2);
  padding: 20px 0 !important;
}

.back-mobile {
  display: none;
}

@media screen and (max-width: 1300px) {
  .careerheader .career-img {
    max-height: 375px;
  }
}
@media screen and (max-width: 991px) {
  .text-bild-bereich-4 {
    flex-direction: row;
  }
  .careerheader .career-img {
    position: relative;
    display: block;
    max-height: 280px;
    margin: auto;
  }
  .inner-mob {
    width: 90%;
    margin: 0 auto;
  }
  .inner-wrapp.navi-wrapp {
    width: 90%;
  }
  .cards {
    display: flex;
  }
  .success-story-voransicht .text-bild-bereich-3 {
    display: flex;
    grid-row-gap: 80px;
  }
  .success-story-voransicht .inner-wrapper-5 {
    grid-row-gap: 35px;
    width: 90%;
    margin: auto;
  }
  .success-story-voransicht .image-wrapper.ssv-img-wrapper {
    margin-bottom: 40px;
    width: 46%;
    height: 280px;
    padding: 0;
  }
  .news-voransicht .inner-wrapper-6 {
    width: 90%;
  }
  .news-voransicht .img-wrapper {
    width: 100%;
    height: 180px;
  }
  .standard-header .module-deko-left {
    display: block;
    width: 120px;
  }
  .standard-header .column, .standard-header .img-wrapper {
    height: 280px;
  }
  .standard-header .column-2 {
    display: block;
    height: auto;
    position: relative;
    padding: 30px 0;
  }
  .standard-header .text-wrapp {
    position: relative;
    transform: none;
    left: 0;
    width: 90%;
    top: 0;
  }
  .text-wrapp .tertiary-button-2 {
    margin-top: 40px;
  }
  .headin-one {
    letter-spacing: 0.4px;
    font-size: 40px;
    line-height: 48px;
  }
  .heading-two {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.32px;
  }
  .inner-wrapp {
    padding: 0;
    width: 90%;
  }
  .modul-overview {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .modul-overview .filter-wrapp.row {
    display: none;
  }
  .modul-overview .title-link {
    display: block;
    margin-bottom: 40px;
    margin-top: 0;
    color: #0177bf;
    border: 0 solid #000;
    border-top-style: none;
    border-bottom: 0.125rem solid #32dbbe;
    border-radius: 0;
    font-weight: bold;
    padding-bottom: 0.5rem;
  }
  .modul-overview .title-link.title:nth-of-type(n+4) {
    margin-top: 110px;
  }
  .modul-overview .cat1, .modul-overview .cat2, .modul-overview .cat3, .modul-overview .cat4 {
    display: block;
  }
  .modul-overview .mod-card-inner {
    padding: 25px;
    flex-direction: column;
    height: 500px !important;
  }
  .modul-overview .mod-card .mod-card-inner .module-img-wrapper {
    width: 280px;
    height: 180px;
    margin: 0 0 35px;
    border-radius: 8px;
    border: 10px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .modul-overview .text-block-module {
    align-items: normal;
  }
  .modul-overview .slick-dots {
    bottom: -75px;
  }
  .modul-overview .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .content-slider .inner-wrapp, .einfacher-cta .inner-wrapp {
    padding-left: 0;
    padding-right: 0;
  }
  .einfacher-cta {
    padding-bottom: 100px;
  }
  .content-slider .cs-container .slick-slide {
    justify-content: center;
    padding: 0;
  }
  .content-slider .slick-list {
    margin-bottom: 20px;
  }
  .branchen-cta .overlay-2 {
    height: 200px;
  }
  .branchen-cta .image-wrapper-2, .branchen-cta .image-wrapper-2.dcta-img-wrapper {
    height: 200px;
  }
  .branchen-cta .text-19.branchen-heading {
    margin-bottom: 0;
  }
  .text-block-8 {
    padding-top: 110px;
  }
  .modul-detail-header .inner-wrapper {
    padding: 40px 0 150px 0;
    margin: auto;
    width: 90%;
  }
  .modul-detail-header .heading-two.detail-header-heading {
    text-align: center;
  }
  .modul-detail-header .detail-header-middlewrapp {
    margin: 0;
  }
  .modul-detail-header .text-block-8 {
    width: 90%;
  }
  .benefits-bild-modul .benefits-upper-wrapper {
    max-height: none;
    margin: 0;
  }
  .benefits-bild-modul .benefits-picture-wrapper {
    position: relative;
    top: 0;
  }
  .modul-auswahl {
    padding: 50px 0;
  }
  .modul-auswahl .slick-dots {
    bottom: -50px;
  }
  .modul-auswahl .tertiary-button-2.modul-auswahl-btn {
    margin-top: 40px;
  }
  .careerheader .column {
    height: auto;
  }
  .careerheader .text-wrapp {
    position: relative;
    top: 0;
    padding: 50px 0 0 0;
    width: 90%;
    transform: none;
  }
  .benefits-modul {
    padding: 50px 0;
  }
  .benefits-modul .inner-wrapper {
    padding: 0;
    width: 90%;
  }
  .benefits-modul .heading-two.features-heading {
    padding: 0;
  }
  .w-col {
    padding: 0;
  }
  .teams-slider-section .slick-dots {
    bottom: -45px !important;
  }
  .teams-slider-section .img-wrapper {
    min-height: 400px;
    height: auto;
  }
  .teams-slider-section .div-block-5.tss-text-wrapper {
    padding-bottom: 30px;
    height: 100%;
  }
  .teams-slider-section .arrows-wrapper {
    bottom: 10px;
    padding-left: 1.25rem;
  }
  .features-modul .inner-wrapper {
    padding: 0;
  }
  .features-modul .heading-two {
    padding: 0;
    width: 90%;
  }
  .features-modul .img-deko {
    display: block;
    position: relative;
  }
  .features-modul .text-bild-bereich-2 {
    gap: 20px;
  }
  .features-modul .text-wrapper-3 {
    margin: 0;
  }
  .features-modul .img-wrapper {
    height: auto;
  }
  .modul-auswahl .filter-wrapp .mod-card .mod-card-inner {
    height: 450px;
    flex-direction: column;
  }
  .modul-auswahl .mod-text {
    margin: 0;
  }
  .modul-auswahl .filter-wrapp .mod-card .mod-card-inner .module-img-wrapper {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .mega-menu .inner-wrapp.navi-wrapp {
    padding: 0;
    height: 100%;
  }
  .mega-menu .mega-menu-header {
    padding-top: 11px;
  }
  .mega-menu .logo-icon {
    width: 170px;
    height: 30px;
  }
  .mega-menu .phone-wrapper-mob {
    display: block;
  }
  .mega-menu .menu-container {
    padding: 0;
    top: 0;
    position: relative;
    height: 90%;
    display: block;
  }
  .mega-menu .menu-container .main-menu {
    position: relative;
    padding-top: 60px;
    width: 100%;
    row-gap: 0;
  }
  .mega-menu .meta-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 99;
  }
  .mega-menu .module-deko-left {
    display: none !important;
  }
  .mega-menu .module-deko-right {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 160px;
  }
  .mega-menu .main-menu {
    gap: 0;
  }
  .mega-menu .main-menu a {
    font-size: 20px;
    line-height: 24px;
  }
  .mega-menu .main-menu li {
    border-bottom: 1px solid rgba(224, 233, 243, 0.2);
    padding: 20px 0;
  }
  .mega-menu .main-menu li.active > a {
    display: none;
  }
  .mega-menu .main-menu li.active {
    border-bottom: none;
    padding: 0;
  }
  .mega-menu .menu-container .sub-menu {
    margin-top: 0;
  }
  .mega-menu .menu-container .sub-menu li a {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
  }
  .mega-menu .back-mobile {
    border-bottom: 1px solid rgba(224, 233, 243, 0.2);
    padding: 20px 0;
  }
  .mega-menu .back-mobile .back-button {
    border: 0;
    color: #32DBBE !important;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    font-size: 20px;
    line-height: 24px;
  }
  .mega-menu .buttons-wrapper {
    position: relative;
    width: 100%;
    top: 100px;
  }
  .mega-menu .meta-menu a {
    font-size: 16px;
  }
  .mega-menu .back-desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inner-wrapper-job {
    width: 90%;
  }
  .job-list {
    flex-direction: column;
  }
  .job-box {
    width: 100%;
  }
  .video-box iframe, .mp4videobox {
    max-height: 315px;
  }
  .cards2 {
    flex-direction: column;
  }
  .card {
    width: 100%;
  }
  .tertiary-button, .tertiary-button-2 {
    align-self: center;
  }
  .image-wrapper.ssv-img-wrapper {
    width: auto;
  }
  .text-3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 70px;
  }
  .text-4 {
    margin-bottom: 20px;
  }
  .text-6 {
    font-size: 26px;
    line-height: 36px;
  }
  .text-box {
    width: 90%;
    top: calc(50% + 60px);
    transform: translate(-50%, -50%);
  }
  .text-19 {
    font-size: 32px;
    line-height: 40px;
  }
  .overlay {
    top: 0;
    left: 0;
    height: 100dvh;
    background-image: linear-gradient(180deg, rgba(46, 60, 73, 0) 0%, #2E3C49 100%);
  }
  .highlight-modul {
    margin-bottom: 50px;
  }
  .highlight-modul .top-wrapper {
    margin: 0;
  }
  .highlight-modul .inner-wrapper {
    height: 23.8rem;
    padding: 0;
  }
  .highlight-modul .text-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 90%;
    left: 50%;
  }
  .highlight-modul .text-wrapper-2 {
    padding-left: 0;
    width: 90%;
    padding-right: 0;
  }
  .bildtext-element {
    padding: 0;
  }
  .bildtext-element .subtitel-2 {
    margin-bottom: 0;
  }
  .bildtext-element .text-bild-bereich-2 {
    gap: 0;
  }
  .bildtext-element .text-wrapper-3 {
    padding-left: 0;
    width: 90%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bildtext-element .text-wrapper-3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bildtext-element .bildtext-element .text-12 {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .sw-logo-leiste {
    margin: 0;
    padding: 30px 0;
  }
  .sw-logo-leiste .text-15-mobile {
    display: block;
    width: 100%;
    align-self: start;
    color: #0177BF;
    font-weight: 600;
    font-size: 14px;
    max-width: 350px;
    padding-left: 20px;
  }
  .sw-logo-leiste .inner-wrapper-4 {
    overflow-x: scroll;
    display: flex;
    width: 100%;
    flex-flow: unset !important;
    justify-content: left;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .sw-logo-leiste .inner-wrapper-4::-webkit-scrollbar {
    display: none;
  }
  .sw-logo-leiste .logo-wrapper {
    flex: none;
    padding: 15px;
    width: 35%;
  }
  .sw-logo-leiste .text-logo {
    display: block;
    width: 90%;
    align-self: center;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) and (max-width: 991px) {
  .sw-logo-leiste .text-logo {
    align-self: start;
    max-width: 390px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .success-story-voransicht {
    padding: 50px 0;
  }
  .success-story-voransicht .titel-3 {
    width: 65%;
  }
  .success-story-voransicht .tertiary-button-3 {
    display: none;
  }
  .double-cta .dcta-img-wrapper {
    width: 100%;
  }
  .double-cta .text-wrapper-4 {
    padding: 25px 0;
  }
  .double-cta .text-bild-bereich-4 {
    flex-direction: column;
  }
  .news-voransicht .img-wrapper {
    width: auto;
    height: 250px;
  }
  .news-voransicht .text-im-bild-3 {
    margin: 0;
    max-width: 75%;
    left: 0;
    float: left;
  }
  .news-voransicht .text-22 {
    text-align: left;
  }
  .slick-dots li button {
    background: #2E3C49;
    opacity: 0.1;
    border-radius: 10px;
    width: 10px;
    height: 10px;
  }
  .slick-active button {
    background: #32DBBE !important;
    opacity: 1 !important;
  }
  .modul-overview {
    padding: 50px 0 80px 0;
  }
  .modul-overview .inner-wrapp {
    padding: 0;
    width: 90%;
  }
  .modul-overview .text-block-module.modul-textblock {
    padding: 0;
  }
  .content-slider .inner-wrapp {
    padding: 0;
  }
  .einfacher-cta .inner-wrapp {
    padding: 0;
  }
  .image-8 {
    width: 160px;
  }
  .branchen-cta .text-im-bild-2 img {
    display: none;
  }
  .branchen-cta .text-im-bild-2 {
    justify-content: center;
    height: 100%;
  }
  .branchen-cta .text-19.branchen-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .branchen-cta .titel-wrapper-4.branchen-heading-wrapper {
    max-width: none;
  }
  .branchen-cta .column-7 {
    margin-bottom: 10px;
  }
  .branchen-cta .branchen-cards .column-7 .image-wrapper-2:hover .text-im-bild-2 .hover-text {
    display: none;
  }
  .content-slider {
    margin-top: 50px;
  }
  .content-slider .slide-item-card {
    min-height: auto;
  }
  .content-slider .inner-wrapp {
    flex-direction: column;
  }
  .content-slider .text-content, .content-slider .content-slide {
    width: 100%;
  }
  .benefits-bild-modul .benefits-row {
    row-gap: 60px;
    margin: 0;
  }
  .benefits-bild-modul .div-block.left-img-wrapper {
    height: 300px;
  }
  .benefits-bild-modul .row.benefits-row .flex-column {
    padding: 0;
  }
  .modul-detail-header .inner-wrapper {
    padding: 40px 0;
  }
  .modul-detail-header .heading-two.detail-header-heading {
    text-align: center;
  }
  .modul-detail-header .detail-header-middlewrapp {
    margin: 0;
  }
  .modul-detail-header .text-block-8 {
    width: 90%;
    padding-top: 50px;
  }
  .benefits-modul .text-11 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
  .benefits-modul .inner-wrapper {
    padding: 0;
    width: 90%;
  }
  .benefits-modul .columns-4 {
    margin-bottom: 0;
  }
  .modul-detail-header {
    padding-bottom: 50px;
  }
  .headline-text-modul {
    padding: 50px 0 20px 0;
  }
  .headline-text-modul .inner-wrapper {
    padding: 0;
    width: 90%;
  }
  .headline-text-modul .inner-wrapper .text-block-12 p {
    text-align: left !important;
  }
  .bildtext-element {
    padding-top: 0;
  }
  .teams-slider-section {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .teams-slider-section .teams-slider {
    flex-direction: column-reverse;
    gap: 0;
  }
  .teams-slider-section .div-block-5, .teams-slider-section .div-block-6 {
    width: 100%;
    height: 100%;
  }
  .teams-slider-section .img-wrapper {
    min-height: 290px;
  }
  .teams-slider-section .img-wrapper img {
    object-fit: cover;
    height: 280px;
    left: 50%;
    transform: translateX(-50%);
  }
  .teams-slider-section .text-block-17, .teams-slider-section .text-block-18 {
    margin: 0;
  }
  .teams-slider-section .image-30 {
    width: 25px;
    margin-bottom: 10px;
  }
  .teams-slider-section .arrows-wrapper {
    display: none;
  }
  .offenestellen {
    padding: 50px 0;
  }
  .offenestellen .inner-wrapper-job {
    padding: 0;
  }
  .offenestellen .job-teaser {
    text-align: right;
  }
  .bild-modul {
    padding: 70px 0 0 0;
  }
  .bild-modul .container {
    display: block;
    padding: 0;
  }
  .bild-modul .contact-left-container {
    height: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .bild-modul .bild-modul-contact-left-container, .bild-modul .contact-img-wrapper-left {
    width: 100%;
    height: 300px;
    padding: 0;
    margin-bottom: 20px;
  }
  .bild-modul .bild-modul-contact-left-container:last-child, .bild-modul .contact-img-wrapper-left:last-child {
    margin-bottom: 0;
  }
  .bild-modul img {
    margin-bottom: 20px;
  }
  .kontakt {
    width: 90%;
    padding: 0;
    margin: 120px auto 0 auto;
  }
  .kontakt .inner-wrapper {
    padding: 0;
  }
  .kontakt .kontakt-text-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  .kontakt .kontakt-btn-wrapper {
    flex-direction: column;
  }
  .kontakt .tertiary-button-2 {
    align-self: start;
  }
  .news--bersicht {
    padding: 50px 0;
  }
  .news--bersicht .news-overview-wrapper {
    padding: 0;
    width: 90%;
  }
  .news--bersicht .heading-two.news-overview.news-overview-heading {
    margin-bottom: 50px;
  }
  .beigtrag-detail {
    padding: 0;
  }
  .beigtrag-detail .inner-wrapper {
    padding: 50px 0;
    width: 90%;
  }
  .successstoryuebersicht .text-bild-bereich-3 {
    display: flex;
  }
  .successstoryuebersicht .inner-wrapper {
    padding: 50px 0;
    width: 90%;
  }
  .successstoryuebersicht .heading-two.heading-success-overview {
    margin-bottom: 50px;
  }
  .successstoryuebersicht .image-wrapper.ssv-img-wrapper {
    padding: 0;
    width: 100%;
  }
  .successstoryuebersicht .text-im-bild {
    width: 85%;
  }
  .overlaybildmodul {
    padding: 20px 0;
  }
  .overlaybildmodul .overlay-wrapper div {
    margin-bottom: 20px;
  }
  .historyslider {
    padding: 50px 0;
  }
  .historyslider .text-block-module.modul-textblock {
    padding: 0;
    margin-bottom: 25px;
  }
  .historyslider .history-arrows {
    display: none;
  }
  .historyslider .history-text {
    padding: 0 20px 0 0;
  }
  .text-21 {
    text-align: center;
  }
}

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