@font-face {
	font-family: "Barlow";
	font-weight: 400;
	font-style: normal;
	src: local('Barlow Regular'), local('Barlow-Regular'), url(//drivemotive-de.pro/wp-content/uploads/sgf-css/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format('woff2'), url(//drivemotive-de.pro/wp-content/uploads/sgf-css/7cHpv4kjgoGqM7E_DMs_.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Barlow Semi Condensed";
	font-weight: 400;
	font-style: normal;
	src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'), url(//drivemotive-de.pro/wp-content/uploads/sgf-css/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqqKkkogw.woff2) format('woff2'), url(//drivemotive-de.pro/wp-content/uploads/sgf-css/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqs.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: currentColor; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: currentColor;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -11px; }
  .hamburger-inner::after {
    bottom: -11px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 70px; }

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

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -11px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 70px; }

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

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -11px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 70px; }

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

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -11px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 70px; }

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

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -11px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 70px; }

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

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -11px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 70px; }

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

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -11px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7px, 0, 0) rotate(-45deg) scale(0.7, 1); }

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

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7px, 0, 0) rotate(45deg) scale(0.7, 1); }

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

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

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

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

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

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

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

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

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

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.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) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  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); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -22px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -22px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 11px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 22px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -22px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 11px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 22px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -22px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 11px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .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 {
      left: -70px;
      top: -70px;
      transform: translate3d(70px, 70px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -70px;
      top: -70px;
      transform: translate3d(-70px, 70px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .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 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 11px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .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 {
      left: -70px;
      top: 70px;
      transform: translate3d(70px, -70px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -70px;
      top: 70px;
      transform: translate3d(-70px, -70px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

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

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

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

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

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 11px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 22px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5px, -7px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -22px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 11px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 22px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5px, -7px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -22px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 11px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 22px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), 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 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 11px, 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 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 11px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -22px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease,
 opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    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); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .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 {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    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); }

#widget--search-small,
#widget--search {
  width: 100%;
  max-width: 600px; }
  @media only screen and (max-width: 660px) {
    #widget--search-small .MuiCardContent-root,
    #widget--search .MuiCardContent-root {
      padding: 8px; } }
  #widget--search-small .MuiTypography-h6,
  #widget--search .MuiTypography-h6 {
    font-family: "Barlow", sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
    text-transform: none;
    display: block; }
  #widget--search-small .MuiPaper-rounded,
  #widget--search .MuiPaper-rounded {
    padding: 10px 20px;
    border-radius: 10px; }
  #widget--search-small .MuiCardActions-root,
  #widget--search .MuiCardActions-root {
    padding: 16px;
    padding-top: 8px; }
  #widget--search-small #location-search,
  #widget--search #location-search {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-weight: 300; }
  #widget--search-small #location-search-label,
  #widget--search #location-search-label {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-weight: 300; }
    @media only screen and (max-width: 660px) {
      #widget--search-small #location-search-label,
      #widget--search #location-search-label {
        font-size: 16px; } }
  #widget--search-small .MuiButton-contained,
  #widget--search .MuiButton-contained {
    border-radius: 10px;
    box-shadow: none;
    background-color: #009ddf; }
  #widget--search-small .MuiButton-contained.Mui-disabled,
  #widget--search .MuiButton-contained.Mui-disabled {
    background-color: #545352;
    opacity: .5;
    color: black; }
  #widget--search-small .MuiButton-label,
  #widget--search .MuiButton-label {
    font-family: "Barlow", sans-serif !important;
    font-size: 18px;
    font-weight: 700; }
    @media only screen and (max-width: 660px) {
      #widget--search-small .MuiButton-label,
      #widget--search .MuiButton-label {
        font-size: 14px;
        line-height: 1.2;
        text-align: center; } }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  position: relative; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }

button {
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  background-color: inherit; }
  button:focus {
    outline: none; }

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 660px;
  font-size: 18px;
  color: #494949;
  background-color: white; }
  @media only screen and (max-width: 660px) {
    body {
      font-size: 16px; } }

p {
  letter-spacing: .5px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  color: #494949;
  text-transform: uppercase;
  font-weight: 700; }

h1, h2 {
  line-height: 1.1;
  margin-bottom: 0rem;
  -webkit-hyphens: auto;
  hyphens: auto; }
  @media screen and (min-width: 0) {
    h1, h2 {
      font-size: 28px; } }
  @media screen and (min-width: 300px) {
    h1, h2 {
      font-size: 28px; } }
  @media screen and (min-width: 400px) {
    h1, h2 {
      font-size: 28px; } }
  @media screen and (min-width: 660px) {
    h1, h2 {
      font-size: 34px; } }
  @media screen and (min-width: 1140px) {
    h1, h2 {
      font-size: 46px; } }
  @media screen and (min-width: 1200px) {
    h1, h2 {
      font-size: 48px; } }
  @media screen and (min-width: 1600px) {
    h1, h2 {
      font-size: 48px; } }

h5, h6 {
  text-transform: none; }

@media screen and (min-width: 0) {
  h3 {
    font-size: 24px; } }

@media screen and (min-width: 300px) {
  h3 {
    font-size: 26px; } }

@media screen and (min-width: 400px) {
  h3 {
    font-size: 26px; } }

@media screen and (min-width: 660px) {
  h3 {
    font-size: 28px; } }

@media screen and (min-width: 1140px) {
  h3 {
    font-size: 30px; } }

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px; } }

@media screen and (min-width: 1600px) {
  h3 {
    font-size: 32px; } }

h4 {
  font-weight: 700; }
  @media screen and (min-width: 0) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 300px) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 400px) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 660px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1140px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 28px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-weight: 700; }
  @media screen and (min-width: 0) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 300px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 400px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 660px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 1140px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 18px; } }

h4 {
  font-weight: 700; }
  @media screen and (min-width: 0) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 300px) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 400px) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 660px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1140px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 28px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 28px; } }

h4 {
  font-weight: 700; }
  @media screen and (min-width: 0) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 300px) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 400px) {
    h4 {
      font-size: 21px; } }
  @media screen and (min-width: 660px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1140px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 28px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-weight: 700; }
  @media screen and (min-width: 0) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 300px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 400px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 660px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 1140px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 18px; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-weight: 700;
  margin: 0; }
  @media screen and (min-width: 0) {
    h6 {
      font-size: 16px; } }
  @media screen and (min-width: 300px) {
    h6 {
      font-size: 16px; } }
  @media screen and (min-width: 400px) {
    h6 {
      font-size: 16px; } }
  @media screen and (min-width: 660px) {
    h6 {
      font-size: 18px; } }
  @media screen and (min-width: 1140px) {
    h6 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 18px; } }
  @media screen and (min-width: 1600px) {
    h6 {
      font-size: 18px; } }

.heading-block {
  margin-bottom: 32px; }
  .heading-block h1, .heading-block h2 {
    line-height: 1.2; }
  .heading-block h4 {
    margin-top: 20px; }

.light {
  font-weight: 300; }

.heading-block--inverse h1, .heading-block--inverse h2, .heading-block--inverse h3, .heading-block--inverse h4, .heading-block--inverse h5, .heading-block--inverse h6 {
  color: white; }

.heading-block--medium-margin-bottom {
  margin-bottom: 45px; }

.heading-block--big-margin-bottom {
  margin-bottom: 60px; }

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

.heading--highlight {
  color: #009ddf; }

.text-styles p {
  margin-bottom: 16px; }

.text-styles h3, .text-styles h4, .text-styles h5, .text-styles h6 {
  line-height: 1;
  margin-bottom: 8px;
  color: #494949; }

.text-styles h3, .text-styles h4 {
  margin-bottom: 12px; }

.text-styles h5 {
  margin-bottom: 8px;
  margin-top: 18px; }

.text-styles a {
  color: #009ddf; }
  .text-styles a:hover {
    text-decoration: underline;
    color: #5dc2eb; }

.text-styles ul {
  padding: 0;
  padding-left: 20px;
  list-style: none;
  font-family: inherit;
  font-weight: 300;
  color: inherit;
  margin: 0;
  line-height: 1.5; }
  .text-styles ul li {
    position: relative;
    line-height: 1.5; }
    .text-styles ul li::before {
      content: "";
      position: absolute;
      left: -16px;
      top: 13px;
      height: 2px;
      width: 7px;
      background-color: #009ddf; }

.text-styles ol {
  padding-left: 20px; }
  .text-styles ol li {
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5; }

.text-styles table,
.table table {
  overflow-x: scroll;
  padding-bottom: 10px;
  display: block; }
  .text-styles table::-webkit-scrollbar,
  .table table::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .text-styles table::-webkit-scrollbar-thumb,
  .table table::-webkit-scrollbar-thumb {
    background: #009ddf; }
  .text-styles table::-webkit-scrollbar-track,
  .table table::-webkit-scrollbar-track {
    background: #f5f5f5;
    height: 100%; }
  @media only screen and (min-width: 660px) {
    .text-styles table,
    .table table {
      overflow-x: initial; } }

table {
  border-collapse: collapse;
  color: #494949; }

thead td {
  text-align: left;
  font-weight: 700; }

td {
  font-weight: 300;
  padding: 10px 20px;
  min-width: 15rem;
  max-width: 15rem;
  width: 15rem; }
  @media only screen and (min-width: 660px) {
    td {
      max-width: 30rem;
      width: auto; } }
  td:first-child {
    min-width: 20rem;
    max-width: 20rem;
    width: 20rem; }

tr {
  border: none;
  border-bottom: 2px solid #f5f5f5;
  margin: 0; }

td, th {
  vertical-align: top; }

#link-datenschutz {
  color: #009ddf; }

@keyframes loadFade {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

.container {
  padding-top: 0; }

@media only screen and (max-width: 660px) {
  .lock-body {
    overflow: hidden; } }

.block {
  margin-top: 140px;
  position: relative;
  padding: 0rem 30px; }
  .block:last-of-type {
    margin-bottom: 30px; }

.block--big-padding {
  padding-top: 80px;
  padding-bottom: 80px; }

.block--no-top-margin {
  margin-top: 0; }

.block--big-top-margin {
  margin-top: 120px; }

.block--small-top-margin {
  margin-top: 40px; }

.block--medium-top-margin {
  margin-top: 80px; }

.block--no-bottom-margin {
  margin-bottom: 0; }

.block--full-width {
  padding: 0rem 0; }

.block--grey {
  background-color: #f5f5f5; }

.block--blue {
  background-image: linear-gradient(139deg, #009ddf 9%, #0071a0 99%); }

.content-width {
  max-width: 1188px;
  margin: 0 auto;
  padding: 0rem 0rem;
  position: relative; }
  @media only screen and (min-width: 660px) {
    .content-width {
      padding: 0 30px; } }

.copy-width {
  max-width: 800px;
  margin: 0 auto; }

.full-width {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0;
  background-color: white; }
  .full-width--no-bottom-padding {
    padding-bottom: 0; }
  .full-width--less-padding {
    padding: 20px 60px; }
  .full-width--less-padding-top {
    padding: 60px 60px;
    padding-top: 20px; }

.container .block:last-of-type {
  margin-bottom: 120px; }

.container .block:last-of-type.block--grey,
.container .block:last-of-type.block--grey-dark {
  margin-bottom: 0; }

@media only screen and (max-width: 960px) {
  .main-navigation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.712);
    z-index: 275;
    display: none; } }

@media only screen and (max-width: 960px) {
  .main-navigation {
    position: absolute;
    top: 80px;
    background-color: white;
    width: 100%;
    display: none;
    padding-bottom: 20px;
    z-index: 300; }
    .main-navigation__container {
      list-style: none;
      padding: 0;
      margin: 0;
      max-height: calc(100vh - 80px);
      overflow: scroll; }
    .main-navigation__nav-point {
      padding: 0 20px; }
    .main-navigation__nav-link {
      display: block;
      width: 100%;
      padding: 20px 0rem;
      position: relative;
      font-weight: 500;
      color: #494949; }
    .main-navigation__nav-link--level-1 {
      border-bottom: 1px solid #d9d9d9; }
    .main-navigation__nav-link-icon {
      height: 20px;
      width: 20px;
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      transition: all .2s;
      background-color: #009ddf;
      -webkit-mask-image: url(../media/icons/angle.svg);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url(../media/icons/angle.svg);
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center; }
  .main-navigation--active {
    display: block; }
  .main-navigation__nav-point--active {
    display: block; } }

@media only screen and (min-width: 960px) {
  .main-navigation {
    display: flex;
    position: initial;
    background-color: transparent;
    top: 0rem;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 0;
    justify-content: center; }
    .main-navigation__container {
      display: flex;
      overflow: initial;
      max-height: initial; }
    .main-navigation__nav-point {
      list-style: none;
      padding-right: 20px; }
    .main-navigation__nav-link {
      position: relative;
      color: white;
      height: 100%;
      align-items: center;
      display: inline-flex;
      width: 100%;
      font-size: 18px;
      transition: all .2s; }
      .main-navigation__nav-link:hover {
        color: #009ddf; }
  .main-navigation__nav-link--current {
    color: white; }
    .main-navigation__nav-link--current.main-navigation__nav-link--level-1::after {
      content: "";
      position: absolute;
      bottom: -7px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #009ddf; } }

@media only screen and (min-width: 1140px) {
  .main-navigation__nav-link {
    font-size: 21px; } }

.grid-2-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 20px;
  gap: 20px;
  align-items: start; }
  @media only screen and (min-width: 960px) {
    .grid-2-col {
      display: grid;
      grid-gap: 4rem;
      gap: 4rem;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
  @media only screen and (min-width: 960px) {
    .grid-2-col__big-item {
      grid-column: span 2; } }

.grid-3-col {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  gap: 20px;
  align-items: start; }
  @media only screen and (min-width: 960px) {
    .grid-3-col {
      display: grid;
      grid-gap: 20px;
      gap: 20px;
      grid-template-columns: 1fr 1fr 1fr; } }

.footer-outside {
  background-image: linear-gradient(300deg, #545352 34%, #8e8e8e);
  position: relative;
  padding: 60px 30px;
  margin-top: 0rem; }
  @media only screen and (min-width: 660px) {
    .footer-outside {
      padding: 90px 30px;
      padding-bottom: 70px; } }

.footer {
  color: white;
  margin-bottom: 60px; }
  @media only screen and (min-width: 660px) {
    .footer {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 10px;
      column-gap: 10px; } }
  .footer__col {
    margin-bottom: 30px; }
    @media only screen and (min-width: 660px) {
      .footer__col {
        margin-bottom: 0; } }
    .footer__col ul {
      list-style: none;
      padding: 0;
      font-size: 18px;
      font-weight: 400;
      margin: 0;
      margin-bottom: 20px;
      line-height: 1.8; }
      @media only screen and (min-width: 660px) {
        .footer__col ul li {
          margin-bottom: 10px; } }
      .footer__col ul a {
        font-size: 21px;
        letter-spacing: .5px;
        font-weight: 600; }
        .footer__col ul a:hover {
          text-decoration: underline; }
  .footer__data {
    display: grid;
    color: white;
    max-width: 600px;
    align-items: center;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; }
    @media only screen and (max-width: 660px) {
      .footer__data {
        display: block; }
        .footer__data img {
          width: 120px;
          height: auto; } }
  .footer__link-container {
    color: white;
    text-align: center;
    margin-top: 60px; }
    .footer__link-container *:not(:last-of-type) {
      margin-right: 10px; }
  .footer__heading {
    letter-spacing: .5px;
    font-size: 24px;
    margin-bottom: 20px;
    color: white; }
  .footer__list-item {
    margin-bottom: 11px; }

.input-text {
  font-size: inherit;
  font-family: inherit;
  padding: 15px;
  border: none;
  font-weight: 300;
  border: solid 1px #494949;
  border-radius: 10px; }
  .input-text:focus {
    background-color: #f5f5f5;
    outline: none; }
  .input-text::placeholder {
    color: #b8b8b8;
    opacity: 1;
    font-size: 18px; }

@media only screen and (min-width: 660px) {
  .input-text--big {
    grid-column: span 2; } }

.radio__label {
  width: calc(50% - 5px);
  padding: 10px 0;
  text-align: left;
  margin-right: 5px;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  font-size: inherit;
  font-weight: 300; }

.radio__cicle {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid #494949;
  background-color: white;
  margin-right: 10px;
  flex-shrink: 0; }

.radio__input {
  visibility: collapse;
  margin: 0;
  height: 0;
  width: 0; }

.radio__input:checked + .radio__label .radio__cicle {
  position: relative; }
  .radio__input:checked + .radio__label .radio__cicle::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #009ddf;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

.checkbox__label {
  text-align: left;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 300;
  font-family: "Barlow", sans-serif; }
  .checkbox__label span {
    display: block; }

.checkbox__checkmark {
  height: 20px;
  width: 20px;
  border: 1px solid #494949;
  background-color: white;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 5px; }

.checkbox__input {
  opacity: 0;
  transform: translateY(20px) translateX(10px);
  margin: 0;
  height: 0;
  width: 0; }

.checkbox__input.jsvalidation-invalid + .checkbox__label {
  background-color: rgba(255, 0, 0, 0.336);
  padding: 5px 5px; }
  .checkbox__input.jsvalidation-invalid + .checkbox__label .checkbox__checkmark {
    border: 1px solid red; }

.checkbox__input:checked + .checkbox__label {
  background-color: transparent; }
  .checkbox__input:checked + .checkbox__label .checkbox__checkmark {
    position: relative;
    border: 1px solid #494949 !important; }
    .checkbox__input:checked + .checkbox__label .checkbox__checkmark::after {
      content: "";
      height: 100%;
      width: 100%;
      background-color: #009ddf;
      position: absolute;
      -webkit-mask-image: url(../media/icons/standard/icon-correct.svg);
      -webkit-mask-size: 100%;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url(../media/icons/standard/icon-correct.svg);
      mask-size: 100%;
      mask-repeat: no-repeat;
      mask-position: center;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }

.show-more__more-text {
  display: none; }

.show-more__button {
  color: #009ddf;
  cursor: pointer; }

.responsive-image {
  width: 100%;
  height: auto; }

.validation-notification {
  color: red;
  font-size: 12px; }

.validation-input-error {
  outline: 1px solid red; }

.validation-input-error + .checkbox__label .checkbox__checkmark {
  outline: 1px solid red; }

.validation-notification-submit {
  text-align: center;
  margin-top: 10px;
  display: none; }

.main-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-bottom: 0 solid white;
  z-index: 350;
  transition: all .2s; }
  @media only screen and (max-width: 960px) {
    .main-header {
      height: 80px; } }
  .main-header__container {
    width: 100%;
    height: 80px;
    background-color: transparent;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .main-header__container {
        height: 80px; } }
  .main-header__logo {
    margin: 25px 0 25px 20px;
    height: 30px;
    display: inline-block;
    width: auto; }
    .main-header__logo img {
      height: 100%; }
  .main-header__logo--scrolled {
    display: none; }
  .main-header__hamburger {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white; }
  .main-header__search-button {
    position: absolute;
    right: 74px;
    height: 26px;
    width: 26px;
    top: 50%;
    transform: translateY(-58%);
    background-color: white;
    -webkit-mask-image: url(../media/icons/icon-suche.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../media/icons/icon-suche.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center; }
    .main-header__search-button img {
      height: 100%; }
  .main-header__search-cta {
    visibility: hidden; }

.main-header--scrolled {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.288);
  background-color: white; }
  .main-header--scrolled .main-header__hamburger {
    color: black; }
  .main-header--scrolled .main-header__search-button {
    background-color: black; }
  .main-header--scrolled .main-header__logo {
    display: none; }
  .main-header--scrolled .main-header__logo--scrolled {
    display: inline-block; }

.main-header--active-navi {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.288);
  background-color: white; }
  .main-header--active-navi .main-header__hamburger {
    color: black; }
  .main-header--active-navi .main-header__logo {
    display: none; }
  .main-header--active-navi .main-header__logo--scrolled {
    display: inline-block; }

@media only screen and (min-width: 960px) {
  .main-header {
    transition: 0.5s; }
    .main-header__container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      transition: 0.5s;
      list-style: none; }
    .main-header__logo {
      margin-left: 60px;
      height: 40px; }
    .main-header__hamburger {
      display: none; }
    .main-header__search-button--mobile {
      display: none; }
    .main-header__search-button--desktop {
      margin-left: 10px;
      display: block; }
    .main-header__search-cta {
      color: #009ddf;
      text-transform: uppercase;
      font-family: "Barlow", sans-serif;
      font-size: 14px;
      font-weight: 700;
      transition: all .2s;
      border: 2px solid #009ddf;
      border-radius: 15px;
      padding: 8px 16px;
      margin-right: 40px;
      width: 130px;
      white-space: nowrap;
      visibility: hidden; }
      .main-header__search-cta:hover {
        color: white;
        background-color: #009ddf;
        transform: translateY(-2px);
        text-decoration: none; }
  .main-header--scrolled {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.288);
    background-color: white; }
    .main-header--scrolled .main-navigation__nav-link {
      color: black; }
      .main-header--scrolled .main-navigation__nav-link:hover {
        color: #009ddf; }
    .main-header--scrolled .main-navigation__nav-link--current {
      color: #009ddf; }
    .main-header--scrolled .main-header__searchbar-input {
      border: 2px solid black;
      color: black; }
    .main-header--scrolled .main-header__searchbar-button {
      background-color: #000000; }
    .main-header--scrolled .main-header__search-cta {
      visibility: visible; } }

@media only screen and (min-width: 1140px) {
  .main-header__search-cta {
    font-size: 18px;
    width: 170px; } }

.skeleton-container {
  min-height: 100vh; }

.skeleton--stage {
  height: 60vw;
  width: 100%;
  background-color: #dfdfdf;
  position: relative; }
  @media only screen and (min-width: 660px) {
    .skeleton--stage {
      height: 50vw;
      max-height: 900px; } }

.skeleton--stage::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(to right, transparent 0%, #bebebe 50%, transparent 100%);
  animation: load 1.3s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.skeleton--text div {
  height: 3rem;
  width: 100%;
  margin-bottom: 20px;
  background-color: #dfdfdf;
  overflow: hidden;
  position: relative; }

.skeleton--text div::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(to right, transparent 0%, #bebebe 50%, transparent 100%);
  animation: load 1.3s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

@keyframes load {
  from {
    left: -100%; }
  to {
    left: 100%; } }

.anker-navi {
  background-color: #009ddf;
  display: flex;
  justify-content: center;
  padding: 20px 30px; }
  @media only screen and (max-width: 660px) {
    .anker-navi {
      display: block; } }
  .anker-navi__item {
    color: white;
    transition: all .2s;
    position: relative;
    padding-bottom: 20px; }
    .anker-navi__item:not(:last-child) {
      margin-right: 4rem; }
    .anker-navi__item:hover {
      transform: translateY(-3px); }
    .anker-navi__item::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -5px;
      width: 20px;
      height: 20px;
      background-color: white;
      -webkit-mask-image: url(../media/icons/angle.svg);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url(../media/icons/angle.svg);
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center; }
      @media only screen and (max-width: 660px) {
        .anker-navi__item::after {
          right: 20px;
          left: unset;
          top: 50%;
          transform: translateY(-80%); } }
    @media only screen and (max-width: 660px) {
      .anker-navi__item {
        display: block;
        width: 100%; } }
  .anker-navi__item--back {
    padding-bottom: 0px; }
    .anker-navi__item--back::after {
      content: "";
      position: absolute;
      left: -30px;
      transform: translateY(-50%) rotate(90deg);
      top: 50%;
      bottom: unset;
      width: 20px;
      height: 20px;
      background-color: white;
      -webkit-mask-image: url(../media/icons/angle.svg);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url(../media/icons/angle.svg);
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center; }
      @media only screen and (max-width: 660px) {
        .anker-navi__item--back::after {
          right: 20px;
          left: unset;
          top: 50%;
          transform: translateY(-80%); } }

@media only screen and (min-width: 660px) {
  .akkordeon {
    display: grid;
    max-width: 1188px;
    margin: 0 auto; } }

.akkordeon__head-item {
  display: flex;
  height: 76px;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  transform: rotate(0deg); }
  @media only screen and (min-width: 660px) {
    .akkordeon__head-item {
      border-bottom: 2px solid #ebebeb;
      position: relative; } }

.akkordeon__head-item-heading {
  font-weight: 400;
  font-size: 20px;
  color: #494949;
  text-transform: none;
  font-family: "Barlow", sans-serif; }

.akkordeon__head-item-angle {
  margin-left: auto;
  display: block;
  height: 20px;
  width: 20px;
  background-color: #009ddf;
  -webkit-mask-image: url(../media/icons/angle.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../media/icons/angle.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center; }

.akkordeon__head-item--active {
  border-bottom: 1px solid #009ddf; }
  @media only screen and (min-width: 660px) {
    .akkordeon__head-item--active {
      border-bottom: 2px solid #ebebeb;
      background-color: #f5f5f5; } }
  .akkordeon__head-item--active .akkordeon__head-item-angle {
    transform: rotate(180deg); }
  .akkordeon__head-item--active .akkordeon__head-item-heading {
    color: #009ddf; }

.akkordeon__content-item {
  background-color: #f5f5f5;
  padding: 30px; }
  @media only screen and (min-width: 660px) {
    .akkordeon__content-item {
      display: flex;
      padding: 30px;
      background-color: initial; } }

.akkordeon__content-item-image {
  width: 100%;
  margin-bottom: 16px; }
  @media only screen and (min-width: 660px) {
    .akkordeon__content-item-image {
      display: block;
      width: initial;
      flex: 0 1 40%;
      margin-right: 20px; } }
  .akkordeon__content-item-image img {
    width: 100%; }

.akkordeon__content-item-heading {
  display: none;
  margin-bottom: 10px;
  font-size: 24px; }
  @media only screen and (min-width: 660px) {
    .akkordeon__content-item-heading {
      display: block; } }

@media only screen and (min-width: 660px) {
  .akkordeon__content-item-text {
    flex: 1 1 0;
    max-width: 100%; } }

.text-styles .button,
.button {
  color: #009ddf;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: block;
  transition: all .2s;
  border: 2px solid #009ddf;
  border-radius: 15px;
  padding: 8px 16px; }
  .text-styles .button:hover,
  .button:hover {
    color: white;
    background-color: #009ddf;
    transform: translateY(-2px);
    text-decoration: none; }

.text-styles .button--inline,
.button--inline {
  display: inline-block; }

.button--outline-inverted {
  background-color: transparent;
  color: white;
  border: 2px solid white; }
  .button--outline-inverted::after {
    background-color: #009ddf; }
  .button--outline-inverted:hover {
    background-color: rgba(255, 255, 255, 0.25); }

.button--filled {
  color: white;
  background-color: #009ddf; }

.button--full-width {
  width: 100%; }

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .button-container .button:not(:last-child) {
    margin-right: 20px; }
  @media only screen and (max-width: 660px) {
    .button-container {
      flex-direction: column;
      align-items: center; }
      .button-container .button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; } }

.button-container--left {
  display: flex;
  justify-content: flex-start; }

.stage {
  height: 600px;
  background-image: url(../media/img/drivemotive_stage-home-11481325_xl.jpg);
  background-size: cover;
  background-position: center;
  animation-name: loadFade;
  animation-duration: .5s; }
  @media only screen and (min-width: 660px) {
    .stage {
      min-height: 700px;
      height: 50vw;
      max-height: 900px; } }
  .stage__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .stage__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #545352, #545352);
    mix-blend-mode: multiply;
    opacity: 0.3; }
  .stage__content {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 75; }
  .stage__claim {
    color: white;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    animation-name: loadFade;
    animation-duration: 1s; }
    @media only screen and (min-width: 660px) {
      .stage__claim {
        font-size: 40px; } }
    @media only screen and (min-width: 1140px) {
      .stage__claim {
        font-size: 50px; } }
  .stage #widget--search {
    opacity: 0;
    animation-name: loadFade;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards; }
  .stage__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px; }
  .stage__hand-tool {
    width: 100px; }
  .stage__arrow {
    width: 30px;
    margin-top: 20px; }
  .stage #widget--search {
    max-width: 650px;
    width: 100%; }

@media only screen and (min-width: 660px) {
  .stage--small {
    height: 44vw;
    max-height: 700px; } }

.stage--smaller {
  height: 340px; }
  @media only screen and (min-width: 660px) {
    .stage--smaller {
      min-height: 300px;
      height: 40vw;
      max-height: 450px; } }

.intro-box {
  background-image: linear-gradient(139deg, #009ddf 9%, #0071a0 99%);
  padding: 30px 30px;
  border-radius: 15px;
  color: white;
  position: relative;
  margin-top: -70px;
  max-width: 1200px;
  opacity: 0;
  animation-name: loadFade;
  animation-duration: 1s;
  animation-delay: .4s;
  animation-fill-mode: forwards; }
  .intro-box__heading {
    color: white;
    text-align: center;
    margin-bottom: 20px; }
  .intro-box__copy {
    text-align: center;
    max-width: 780px;
    margin: 0 auto; }
  .intro-box::after {
    content: "";
    background-image: url(../media/icons/drivemotive_grafik-rechts.png);
    height: 100%;
    width: 400px;
    position: absolute;
    background-position: right center;
    right: 0;
    top: 0;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 660px) {
    .intro-box::before {
      content: "";
      background-image: url(../media/icons/drivemotive_grafik-links.png);
      height: 100%;
      width: 400px;
      position: absolute;
      background-position: left center;
      left: 0;
      top: 0;
      background-repeat: no-repeat; } }

.text-block {
  display: grid;
  grid-gap: 4rem;
  gap: 4rem;
  grid-auto-columns: 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 660px) {
    .text-block {
      grid-auto-flow: column;
      grid-auto-columns: 1fr; } }
  .text-block__text {
    text-align: center;
    padding: 0 10px; }
  .text-block__text--left {
    text-align: left; }

.text-block--no-gap {
  grid-gap: 0;
  gap: 0; }
  @media only screen and (min-width: 660px) {
    .text-block--no-gap {
      grid-gap: 4rem;
      gap: 4rem; } }

@media only screen and (min-width: 660px) {
  .image-text-kombi {
    display: flex;
    height: 44vw;
    max-height: 500px; } }

.image-text-kombi__heading {
  color: #494949;
  margin-bottom: 20px;
  z-index: 50;
  position: relative; }

.image-text-kombi__content {
  padding: 4rem 34px;
  color: #494949;
  position: relative; }
  @media only screen and (min-width: 660px) {
    .image-text-kombi__content {
      padding: 7.5rem 6rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 50%; } }

.image-text-kombi__pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image-text-kombi__text {
  max-width: 60rem;
  margin-bottom: 10px;
  z-index: 50;
  position: relative; }

.image-text-kombi .button {
  z-index: 50; }

.image-text-kombi__image {
  height: 60vw; }
  @media only screen and (min-width: 660px) {
    .image-text-kombi__image {
      height: 100%;
      width: 50%;
      align-self: stretch; } }
  .image-text-kombi__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media only screen and (min-width: 660px) {
      .image-text-kombi__image img {
        height: 100%;
        object-fit: cover; } }

@media only screen and (min-width: 660px) {
  .image-text-kombi--right {
    flex-direction: row-reverse; } }

.image-text-kombi--highlight .image-text-kombi__content {
  background-color: #009ddf; }

.image-text-kombi--dark-grey .image-text-kombi__content {
  color: black; }

.image-text-kombi--dark-grey .image-text-kombi__heading {
  color: black; }

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media only screen and (min-width: 660px) {
    .contact-form__outside {
      background-image: linear-gradient(140deg, #f1f1f1 9%, #d1d1d1 82%);
      padding-top: 80px;
      padding-bottom: 80px;
      border-radius: 20px; } }
  @media only screen and (min-width: 660px) {
    .contact-form {
      grid-template-columns: 1fr 1fr; } }
  .contact-form__info {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    margin-top: 50px;
    font-size: 16px; }
  .contact-form__input-group {
    display: flex;
    flex-direction: column; }
    .contact-form__input-group label {
      display: block;
      margin-bottom: 10px;
      font-weight: 300;
      font-family: "Barlow", sans-serif; }
    .contact-form__input-group--big {
      grid-column: span 1; }
      @media only screen and (min-width: 660px) {
        .contact-form__input-group--big {
          grid-column: span 2; } }
    .contact-form__input-group--small {
      grid-column: span 1; }
    .contact-form__input-group--medium {
      grid-column: span 1; }
  .contact-form .button-container {
    grid-column: span 1; }
    @media only screen and (min-width: 660px) {
      .contact-form .button-container {
        grid-column: span 2; } }

.cookie-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 4rem;
  box-shadow: 0px -6px 5px 0px rgba(0, 0, 0, 0.05) !important;
  display: none; }
  .cookie-modal__button-row .button {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 660px) {
    .cookie-modal__button-row {
      display: flex; }
      .cookie-modal__button-row .button {
        width: auto; }
      .cookie-modal__button-row .button:first-child {
        margin-right: 20px; } }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: "Barlow", sans-serif;
  width: 240px;
  font-weight: 300; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.custom-select--no-placeholder {
  color: black !important; }

.select-selected {
  margin-top: 10px;
  padding: 15px;
  padding-right: 0;
  font-family: inherit;
  font-size: inherit;
  background-color: white;
  color: #494949;
  cursor: pointer;
  font-weight: 300;
  border: 1px solid #494949;
  border-radius: 10px; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  background-color: #009ddf;
  height: 10px;
  width: 22px;
  right: 1.4rem;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url(../media/icons/ic-cta-arrow-akkordeon.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../media/icons/ic-cta-arrow-akkordeon.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(180deg) translateY(50%); }

/* style the items (options), including the selected item: */
.select-items div {
  font-size: inherit;
  color: black;
  font-weight: 300;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  border: 1px solid #494949;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.custom-select--filter {
  border: 1px solid #009ddf; }
  .custom-select--filter .select-items {
    border: 1px solid #009ddf; }
  .custom-select--filter .select-items div:hover, .custom-select--filter .same-as-selected {
    background-color: white;
    position: relative; }
    .custom-select--filter .select-items div:hover::before, .custom-select--filter .same-as-selected::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 4px;
      height: 26px;
      background-color: #009ddf; }

.icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 40px; }
  @media only screen and (min-width: 660px) {
    .icon-grid {
      grid-template-columns: repeat(5, 1fr); } }
  .icon-grid__icon-teaser {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .icon-grid__icon-teaser img {
      width: 70px;
      margin-bottom: 10px; }
    .icon-grid__icon-teaser h5 {
      font-size: 16px;
      text-transform: initial;
      font-family: "Barlow", sans-serif;
      font-weight: 500;
      text-align: center;
      -webkit-hyphens: auto;
      hyphens: auto; }
      @media only screen and (min-width: 660px) {
        .icon-grid__icon-teaser h5 {
          font-size: 19px; } }
  .icon-grid__cta {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (min-width: 660px) {
      .icon-grid__cta {
        justify-content: center;
        flex-direction: row; } }
    .icon-grid__cta a:last-child {
      margin-top: 20px; }
      @media only screen and (min-width: 660px) {
        .icon-grid__cta a:last-child {
          margin-left: 40px;
          margin-top: 0; } }

.constellation-teaser-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px; }
  @media only screen and (min-width: 660px) {
    .constellation-teaser-grid {
      grid-template-columns: 1fr 1fr;
      margin-top: 160px; } }

.constellation-teaser__img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  border-radius: 15px; }

.constellation-teaser__heading {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 18px; }

.constellation-teaser__button {
  margin-top: 20px; }

@media only screen and (min-width: 660px) {
  .constellation-teaser--1 {
    display: flex;
    grid-column: 1 /3; }
    .constellation-teaser--1 .constellation-teaser__img {
      width: 50%;
      margin-right: 40px;
      margin-bottom: 0;
      height: 30vw;
      max-height: 450px; }
    .constellation-teaser--1 .constellation-teaser__content {
      padding-top: 20px;
      max-width: 500px; } }

@media only screen and (min-width: 660px) {
  .constellation-teaser--2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3; }
    .constellation-teaser--2 .constellation-teaser__img {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 0;
      height: 26vw;
      max-height: 380px; }
    .constellation-teaser--2 .constellation-teaser__content {
      padding-left: 40px; } }

@media only screen and (min-width: 660px) {
  .constellation-teaser--3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 120px;
    max-width: 460px; }
    .constellation-teaser--3 .constellation-teaser__img {
      width: 100%;
      margin-right: 40px;
      margin-bottom: 0;
      height: 50vw;
      max-height: 530px; } }

.location-stripe {
  background-image: linear-gradient(155deg, #009ddf 4%, #0071a0 98%);
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 15px;
  position: relative; }
  @media only screen and (min-width: 660px) {
    .location-stripe {
      display: flex;
      justify-content: center;
      padding-top: 120px;
      padding-bottom: 120px; } }
  .location-stripe__container {
    flex-direction: column-reverse;
    align-items: center;
    display: flex; }
    @media only screen and (min-width: 660px) {
      .location-stripe__container {
        flex-direction: row;
        width: 100%;
        width: 800px;
        margin: 0 auto; } }
  .location-stripe__img {
    width: 220px;
    z-index: 99; }
    @media only screen and (min-width: 660px) {
      .location-stripe__img {
        width: 260px; } }
  .location-stripe__content {
    color: white;
    margin-top: 40px;
    text-align: center; }
    .location-stripe__content .button {
      margin-top: 20px; }
    @media only screen and (min-width: 660px) {
      .location-stripe__content {
        flex: 1;
        text-align: left;
        padding-right: 120px; } }
  .location-stripe__heading {
    color: white;
    text-align: center;
    font-size: 29px;
    margin-bottom: 20px;
    -webkit-hyphens: auto;
    hyphens: auto; }
    @media only screen and (min-width: 660px) {
      .location-stripe__heading {
        text-align: left;
        font-size: 38px; } }
  .location-stripe::after {
    content: "";
    background-image: url(../media/icons/drivemotive_grafik-rechts.png);
    height: 400px;
    width: 400px;
    position: absolute;
    background-position: right top;
    right: 0;
    top: 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 660px) {
      .location-stripe::after {
        max-width: 100%;
        max-height: 100%; } }
  .location-stripe::before {
    content: "";
    background-image: url(../media/icons/drivemotive_grafik-links.png);
    height: 400px;
    width: 400px;
    position: absolute;
    background-position: left bottom;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 660px) {
      .location-stripe::before {
        max-width: 100%;
        max-height: 100%; } }

.termin-stripe__claim {
  font-weight: 700;
  text-align: center;
  text-transform: none; }

.termin-stripe__cta-container {
  display: flex;
  justify-content: center; }

.termin-stripe__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  transition: all .2s; }
  .termin-stripe__cta:hover {
    transform: translateY(-6px) scale(1.02); }
    .termin-stripe__cta:hover .termin-stripe__arrow {
      transform: translateY(-5px); }

.termin-stripe__hand-tool {
  width: 100px; }

.termin-stripe__arrow {
  width: 30px;
  margin-top: 20px;
  transition: all .8s; }

.quote-slider {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 160px; }
  @media only screen and (max-width: 960px) {
    .quote-slider__heading-block {
      display: none; } }
  .quote-slider__slider-item {
    padding-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%; }
    @media only screen and (min-width: 960px) {
      .quote-slider__slider-item {
        margin-left: 40px;
        margin-right: 40px; } }
  .quote-slider__slider-item-container {
    background-color: #e4e3e3;
    padding: 30px 20px;
    position: relative;
    padding-top: 80px;
    border-radius: 15px; }
    .quote-slider__slider-item-container::before {
      content: "";
      background-image: url(../media/icons/icon-grafik-zitat.svg);
      height: 100px;
      width: 1250px;
      left: 20px;
      top: -30px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute; }
      @media only screen and (min-width: 960px) {
        .quote-slider__slider-item-container::before {
          height: 140px;
          width: 200px;
          left: -40px; } }
    @media only screen and (min-width: 960px) {
      .quote-slider__slider-item-container {
        padding-left: 160px;
        padding-top: 60px;
        padding-bottom: 60px; } }
  .quote-slider .slick-slider {
    margin-bottom: 20px; }
  .quote-slider__heading {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700; }
    @media only screen and (min-width: 960px) {
      .quote-slider__heading {
        display: none; } }
  .quote-slider__author {
    margin-top: 20px; }
  .quote-slider__nav {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 960px) {
      .quote-slider__nav {
        position: absolute;
        top: calc(50% + 30px);
        transform: translateY(-50%) translateX(-50%);
        width: calc(100% + 120px);
        left: 50%; } }
    .quote-slider__nav .slick-dots {
      transform: translateY(0) translateX(-50%);
      width: 200px;
      left: 50%;
      margin: 0;
      bottom: unset; }
      @media only screen and (min-width: 960px) {
        .quote-slider__nav .slick-dots {
          display: none !important; } }
    .quote-slider__nav .slick-dots li button::before {
      font-size: 20px; }
    .quote-slider__nav .slick-dots li.slick-active button::before {
      color: black; }

.partner-slider {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 160px; }
  .partner-slider .slick-slider {
    margin-bottom: 20px; }
  .partner-slider .slick-track {
    display: flex;
    align-items: center; }
  .partner-slider__item {
    width: auto;
    margin: 0 auto; }
  .partner-slider__nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .partner-slider__nav .slick-dots {
      transform: translateY(0) translateX(-50%);
      width: 200px;
      left: 50%;
      margin: 0;
      bottom: unset; }
      @media only screen and (min-width: 960px) {
        .partner-slider__nav .slick-dots {
          display: none !important; } }
    .partner-slider__nav .slick-dots li button::before {
      font-size: 20px; }
    .partner-slider__nav .slick-dots li.slick-active button::before {
      color: black; }
    @media only screen and (min-width: 960px) {
      .partner-slider__nav {
        position: absolute;
        top: calc(50%);
        transform: translateY(-50%) translateX(-50%);
        width: calc(100% + 120px);
        left: 50%;
        z-index: -1; } }

.icon-block {
  display: flex;
  margin-top: 60px;
  justify-content: center; }
  .icon-block__icon {
    max-width: 100px;
    max-height: 100px; }
  .icon-block--no-margin {
    margin-top: 0; }

.icon-teaser__wrapper-outside {
  padding: 80px 20px; }

@media only screen and (min-width: 660px) {
  .icon-teaser__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 0; } }

.icon-teaser__item {
  color: white;
  max-width: 90%;
  display: block;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
  transition: all .2s; }
  .icon-teaser__item:not(:last-child) {
    margin-bottom: 40px; }
  @media only screen and (min-width: 660px) {
    .icon-teaser__item {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 660px) {
    .icon-teaser__item {
      width: 26%;
      padding: 20px 20px;
      padding-bottom: 50px; } }

.icon-teaser__heading {
  color: white;
  text-align: center;
  margin-bottom: 14px;
  text-transform: none;
  font-size: 18px; }

.icon-teaser__copy {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 0.9em; }

.icon-teaser__icon {
  width: 140px;
  margin-bottom: 20px;
  transition: all .2s; }

a.icon-teaser__item:hover {
  transform: scale(1.03) translateY(-2px) !important; }

a.icon-teaser__item::after {
  position: absolute;
  bottom: 0;
  content: "";
  background-image: url(../media/icons/icon-arrow-white.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .2s; }

.text-duo {
  align-items: center; }
  .text-duo__container {
    width: auto;
    padding: 0 30px;
    max-width: 1188px;
    margin: 0 auto; }
  .text-duo__claim {
    text-transform: none;
    -webkit-hyphens: auto;
    hyphens: auto; }
    @media only screen and (min-width: 660px) {
      .text-duo__claim {
        font-size: 38px;
        -webkit-hyphens: none;
        hyphens: none;
        line-height: 1.1; } }
    @media only screen and (min-width: 1140px) {
      .text-duo__claim {
        font-size: 50px;
        line-height: 1.1; } }
  .text-duo__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .text-duo__icon {
    width: 120px;
    margin-bottom: 20px; }
  .text-duo__copy {
    text-align: center;
    margin-bottom: 20px; }

.text-duo__outside--blue {
  background-image: linear-gradient(139deg, #009ddf 9%, #0071a0 99%);
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 15px;
  position: relative; }
  .text-duo__outside--blue::after {
    content: "";
    background-image: url(../media/icons/drivemotive_grafik-rechts.png);
    height: 400px;
    width: 400px;
    position: absolute;
    background-position: right top;
    right: 0;
    top: 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 660px) {
      .text-duo__outside--blue::after {
        max-width: 100%;
        max-height: 100%; } }
  .text-duo__outside--blue::before {
    content: "";
    background-image: url(../media/icons/drivemotive_grafik-links.png);
    height: 400px;
    width: 400px;
    position: absolute;
    background-position: left bottom;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 660px) {
      .text-duo__outside--blue::before {
        max-width: 100%;
        max-height: 100%; } }

.text-duo--blue .text-duo__claim {
  color: white; }

.text-duo--blue .text-duo__content {
  color: white; }

.text-duo--blue .text-duo__heading {
  color: white; }

.illu-text {
  background-image: linear-gradient(140deg, #ebebeb 9%, #bdbdbd 82%);
  border-radius: 15px;
  padding: 80px 0; }
  @media only screen and (min-width: 960px) {
    .illu-text__container {
      display: grid;
      grid-template-columns: 40% 1fr; } }
  .illu-text__image-container {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .illu-text__image-container img {
      width: 100%; }
    @media only screen and (min-width: 960px) {
      .illu-text__image-container {
        display: flex;
        align-items: center; } }
  .illu-text__content {
    padding: 0 20px; }
  .illu-text__heading {
    margin-bottom: 20px; }

.suche-stripe {
  background-image: url(../media/03_Werkstatt-finden/Such-Stripe/drivemotive_suche-11481325_xl.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  margin-top: 120px; }
  .suche-stripe__widget-container {
    display: flex;
    justify-content: center; }
    .suche-stripe__widget-container #widget--search {
      width: 90%;
      max-width: 800px; }

.how-to-slider {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 160px; }
  @media only screen and (max-width: 960px) {
    .how-to-slider__heading-block {
      display: none; } }
  .how-to-slider__slider-item {
    padding-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    background-image: linear-gradient(140deg, #ebebeb 9%, #bdbdbd 82%);
    padding: 30px 20px;
    position: relative;
    border-radius: 15px; }
    @media only screen and (min-width: 960px) {
      .how-to-slider__slider-item {
        margin-left: 40px;
        margin-right: 40px; } }
  .how-to-slider__slider-item-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .how-to-slider .slick-slider {
    margin-bottom: 20px; }
  .how-to-slider__item-icon {
    width: 90px;
    margin-bottom: 20px; }
  .how-to-slider__item-heading {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px; }
  .how-to-slider__item-copy {
    text-align: center; }
  .how-to-slider__nav {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 960px) {
      .how-to-slider__nav {
        position: absolute;
        top: calc(50% + 30px);
        transform: translateY(-50%) translateX(-50%);
        width: calc(100% + 120px);
        left: 50%; } }
    .how-to-slider__nav .slick-dots {
      transform: translateY(0) translateX(-50%);
      width: 200px;
      left: 50%;
      margin: 0;
      bottom: unset; }
      @media only screen and (min-width: 960px) {
        .how-to-slider__nav .slick-dots {
          display: none !important; } }
    .how-to-slider__nav .slick-dots li button::before {
      font-size: 20px; }
    .how-to-slider__nav .slick-dots li.slick-active button::before {
      color: black; }

#widget--registration {
  margin-top: 90px; }

.icon-stripe__outside {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 70px; }
  .icon-stripe__outside::after {
    content: "";
    background-image: url(../media/icons/drivemotive_grafik-rechts.png);
    height: 400px;
    width: 400px;
    position: absolute;
    background-position: right top;
    right: 0;
    top: 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 660px) {
      .icon-stripe__outside::after {
        max-width: 100%;
        max-height: 100%; } }
  .icon-stripe__outside::before {
    content: "";
    background-image: url(../media/icons/drivemotive_grafik-links.png);
    height: 400px;
    width: 400px;
    position: absolute;
    background-position: left bottom;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 660px) {
      .icon-stripe__outside::before {
        max-width: 100%;
        max-height: 100%; } }

.icon-stripe {
  color: white;
  text-align: center; }
  .icon-stripe__phone {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 14px; }
  .icon-stripe__info {
    font-size: 18px; }

.news-akkordeon-outside {
  overflow: hidden; }

@media only screen and (min-width: 960px) {
  .news-akkordeon {
    display: grid;
    max-width: 1188px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    grid-column-gap: 40px;
    column-gap: 40px; } }

.news-akkordeon__image {
  width: 100%;
  border-radius: 15px;
  margin-top: 20px; }
  @media only screen and (min-width: 960px) {
    .news-akkordeon__image {
      grid-column: 1 / 2;
      grid-row-start: 1;
      grid-row-end: span 20;
      width: 90%;
      margin-left: 30px;
      object-fit: cover; } }

.news-akkordeon__head-item {
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 0 16px;
  border-left: 2px solid rgba(95, 95, 95, 0.4);
  cursor: pointer;
  transform: rotate(0deg);
  margin-top: 20px; }
  @media only screen and (min-width: 960px) {
    .news-akkordeon__head-item {
      grid-column: 2 / 3;
      border-left: 2px solid rgba(95, 95, 95, 0.4);
      position: relative;
      padding: 0 30px; } }

.news-akkordeon__head-item-heading {
  font-weight: 700;
  font-size: 24px;
  color: #494949;
  font-family: "Barlow Semi Condensed", sans-serif;
  opacity: 0.4; }

.news-akkordeon__head-item-angle {
  margin-left: auto;
  display: block;
  transition: all 0.2s; }

.news-akkordeon__head-item--active {
  opacity: 1;
  border-left: 2px solid #5f5f5f; }
  .news-akkordeon__head-item--active .news-akkordeon__head-item-heading {
    opacity: 1;
    margin-bottom: 1rem; }

.news-akkordeon__content-item {
  padding: 30px;
  visibility: collapse;
  height: 0;
  width: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 1s;
  border-left: 2px solid #5f5f5f; }
  @media only screen and (min-width: 960px) {
    .news-akkordeon__content-item {
      display: flex; } }
  @media only screen and (min-width: 960px) {
    .news-akkordeon__content-item {
      grid-column: 2 / 3;
      flex-direction: column;
      background-color: initial; } }

.news-akkordeon__content-item-image {
  width: 100%;
  margin-bottom: 16px; }
  @media only screen and (min-width: 960px) {
    .news-akkordeon__content-item-image {
      display: block;
      width: initial;
      flex: 0 1 40%;
      margin-right: 20px; } }
  .news-akkordeon__content-item-image img {
    width: 100%; }

.news-akkordeon__content-item-heading {
  display: none;
  margin-bottom: 10px;
  font-size: 24px; }
  @media only screen and (min-width: 960px) {
    .news-akkordeon__content-item-heading {
      display: block; } }

@media only screen and (min-width: 960px) {
  .news-akkordeon__content-item-text {
    flex: 1 1 0;
    max-width: 500px; } }

.news-akkordeon__content-item--active {
  visibility: visible;
  height: initial;
  width: initial;
  padding: 30px 16px;
  opacity: 1;
  padding-top: 0; }
  @media only screen and (min-width: 960px) {
    .news-akkordeon__content-item--active {
      padding: 0 30px;
      margin-top: 0rem;
      margin-bottom: 20px; } }

.news-akkordeon__button {
  margin-top: 20px; }
