section.header {
  padding: calc(clamp(2rem, 3.059vw + 1.388rem, 4rem)) calc(clamp(1.5rem, 0.765vw + 1.347rem, 2rem)); }
  section.header .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  section.header .header__logo {
    width: 18rem; }

/* -----------------------NAV ITEMS-------------------- */
/* --------------------MEGA MENU CONTENT DESKTOP & MOBILE----------------- */
/* -----------------------MOBILE SETTINGS-------------------- */
/* ----------------------YOUR CUSTOM CSS--------------------- */
/* -----------------------END OF YOUR CUSTOM CSS-------------------- */
/* -----------------------LOGIC *IGNORE*-------------------- */
/* -----------------------END OF LOGIC-------------------- */
/* -----------------------REST OF CSS BELOW--------------------*/
.mm .mm__dropdown--mega .mm__dropdown-content {
  padding: 2rem;
  gap: 2rem;
  -webkit-box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.mm .mm__dropdown--menu .mm__dropdown-content {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1); }
  .mm .mm__dropdown--menu .mm__dropdown-content > li a, .mm .mm__dropdown--menu .mm__dropdown-content > li .brx-submenu-toggle {
    white-space: nowrap; }

.mm .mm__nav-items {
  gap: 1.8em; }

.mm .mm__mobile-logo {
  display: none; }

.mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .menu-item a, .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle {
  color: black;
  padding: 2rem 1.4rem; }
  .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .menu-item a:hover, .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle:hover {
    color: white;
    background-color: #f8f8f8; }

.mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .brx-submenu-toggle > a {
  color: inherit;
  font-weight: inherit;
  text-transform: inherit; }

.mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown--menu .brx-submenu-toggle {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown--menu .brx-submenu-toggle svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.mm:not(.brx-open) [class*="mm__dropdown"] .mm__dropdown-content {
  background-color: white; }

.mm:not(.brx-open) .mm__nav-items > [class*="mm__dropdown"] > .brx-submenu-toggle button svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.mm:not(.brx-open) .mm__nav-items > [class*="mm__dropdown"] > .mm__dropdown-content {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px); }

.mm:not(.brx-open) .mm__nav-items > [class*="mm__dropdown"].open > .mm__dropdown-content {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.mm:not(.brx-open) .mm__nav-items > [class*="mm__dropdown"].open > .brx-submenu-toggle button svg {
  -webkit-transform: rotatex(180deg);
      -ms-transform: rotatex(180deg);
          transform: rotatex(180deg); }

.mm:not(.brx-open) .mm__nav-items > li > a {
  color: white;
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: 500; }
  .mm:not(.brx-open) .mm__nav-items > li > a:hover {
    color: rgba(122, 122, 122, 0.891); }

.mm:not(.brx-open) .mm__nav-items > li .brx-submenu-toggle {
  color: white;
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: 500; }
  .mm:not(.brx-open) .mm__nav-items > li .brx-submenu-toggle:hover {
    color: rgba(122, 122, 122, 0.891); }
  .mm:not(.brx-open) .mm__nav-items > li .brx-submenu-toggle > a {
    color: white;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 500; }
    .mm:not(.brx-open) .mm__nav-items > li .brx-submenu-toggle > a:hover {
      color: rgba(122, 122, 122, 0.891); }
  .mm:not(.brx-open) .mm__nav-items > li .brx-submenu-toggle a, .mm:not(.brx-open) .mm__nav-items > li .brx-submenu-toggle span, .mm:not(.brx-open) .mm__nav-items > li .brx-submenu-toggle svg {
    color: inherit; }

@media (max-width: 1100px) {
  .mm .mm__nav-items-wrapper {
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: all 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86); }
    .mm .mm__nav-items-wrapper .mm__nav-items {
      display: none; }
  .mm .mm__toggle-open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    --brxe-toggle-scale: 1;
    color: #fff;
    font-size: 3.6rem; }
    .mm .mm__toggle-open svg {
      width: 2.6rem;
      height: auto;
      fill: white; } }

.mm.brx-open.brx-closing .mm__nav-items-wrapper {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.mm.brx-open .mm__nav-items {
  font-size: 22px; }

.mm.brx-open .mm__mobile-nav {
  padding: 2rem 2rem;
  border-bottom: 1px solid var(--shade-light);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.mm.brx-open .mm__dropdown--menu .mm__dropdown-content li > a {
  color: black; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content li > a:hover {
    background-color: #f0f0f0;
    color: black; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content li > a[aria-current="page"], .mm.brx-open .mm__dropdown--menu .mm__dropdown-content li > a.aria-current {
    background-color: white;
    color: black; }

.mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle {
  color: black; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle:hover {
    background-color: #f0f0f0;
    color: black; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle[aria-current="page"], .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle.aria-current {
    background-color: white;
    color: black; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle svg {
    color: inherit;
    font-weight: inherit; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle > a {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit; }

.mm.brx-open [class*="mm__dropdown"] {
  position: static; }
  .mm.brx-open [class*="mm__dropdown"] .mm__dropdown-content {
    position: absolute !important;
    inset: 0;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
            transition-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 2rem;
    left: 0 !important;
    min-width: 100% !important;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    .mm.brx-open [class*="mm__dropdown"] .mm__dropdown-content > * {
      max-width: 100%; }
  .mm.brx-open [class*="mm__dropdown"] > .brx-submenu-toggle button svg {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .mm.brx-open [class*="mm__dropdown"].open .mm__dropdown-content {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .mm.brx-open [class*="mm__dropdown"].open > .brx-submenu-toggle button {
    position: fixed;
    top: 2rem;
    left: 2rem;
    gap: 0.4em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    min-height: 3.6rem;
    font-size: 22px; }
    .mm.brx-open [class*="mm__dropdown"].open > .brx-submenu-toggle button svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .mm.brx-open [class*="mm__dropdown"].open > .brx-submenu-toggle button::after {
      content: "Back"; }
  .mm.brx-open [class*="mm__dropdown"] .mm__dropdown-content {
    -ms-overflow-style: none;
    /* IE and Edge scrollbar */
    scrollbar-width: none;
    /* Firefox scrollbar */ }
    .mm.brx-open [class*="mm__dropdown"] .mm__dropdown-content::-webkit-scrollbar {
      display: none; }

.mm.brx-open .mm__nav-items-wrapper {
  visibility: visible;
  position: fixed;
  inset: 0;
  background-color: white;
  z-index: 1001;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86); }
  .mm.brx-open .mm__nav-items-wrapper .mm__toggle-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.6rem;
    color: #fff; }
    .mm.brx-open .mm__nav-items-wrapper .mm__toggle-close svg {
      width: 2.6rem;
      height: auto;
      fill: black; }

.mm.brx-open .mm__nav-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: white;
  -ms-overflow-style: none;
  /* IE and Edge scrollbar */
  scrollbar-width: none;
  /* Firefox scrollbar */ }
  .mm.brx-open .mm__nav-items::-webkit-scrollbar {
    display: none; }
  .mm.brx-open .mm__nav-items > li {
    border-bottom: 1px solid var(--shade-light); }
    .mm.brx-open .mm__nav-items > li .mm__nav-link, .mm.brx-open .mm__nav-items > li > .brx-submenu-toggle {
      padding: calc(2rem / 1.6) 2rem; }
    .mm.brx-open .mm__nav-items > li > .mm__nav-link {
      color: black; }
      .mm.brx-open .mm__nav-items > li > .mm__nav-link:hover {
        background-color: #f0f0f0;
        color: black; }
      .mm.brx-open .mm__nav-items > li > .mm__nav-link[aria-current="page"], .mm.brx-open .mm__nav-items > li > .mm__nav-link.aria-current {
        background-color: white;
        color: black; }
    .mm.brx-open .mm__nav-items > li > .brx-submenu-toggle {
      color: black; }
      .mm.brx-open .mm__nav-items > li > .brx-submenu-toggle:hover {
        background-color: #f0f0f0;
        color: black; }
      .mm.brx-open .mm__nav-items > li > .brx-submenu-toggle[aria-current="page"], .mm.brx-open .mm__nav-items > li > .brx-submenu-toggle.aria-current {
        background-color: white;
        color: black; }
      .mm.brx-open .mm__nav-items > li > .brx-submenu-toggle svg {
        color: inherit;
        font-weight: inherit; }
      .mm.brx-open .mm__nav-items > li > .brx-submenu-toggle > a {
        color: inherit;
        font-weight: inherit;
        text-decoration: inherit; }

.mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown-content, .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown--menu .mm__dropdown-content {
  padding: 0;
  gap: 0; }
  .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown-content .menu-item, .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu, .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown--menu .mm__dropdown-content .menu-item, .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu {
    border-bottom: 1px solid var(--shade-light); }
  .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown-content .menu-item a, .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu > .brx-submenu-toggle, .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown--menu .mm__dropdown-content .menu-item a, .mm.brx-open .mm__nav-items li.mm__dropdown--menu .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu > .brx-submenu-toggle {
    padding: calc(2rem / 1.6) 2rem; }

body.bricks-is-frontend.admin-bar .mm.brx-open .mm__nav-items-wrapper {
  top: var(--wp-admin--admin-bar--height) !important; }

.underlined {
  color: white;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, yellow), to(yellow));
  background-image: -webkit-linear-gradient(left, yellow 0, yellow 100%);
  background-image: linear-gradient(to right, yellow 0, yellow 100%);
  background-position: 0 1.2em;
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background .5s;
  transition: background .5s; }
  .underlined:hover {
    background-size: 100% 100%; }
  .underlined--thin {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, black), to(black));
    background-image: -webkit-linear-gradient(left, black 0, black 100%);
    background-image: linear-gradient(to right, black 0, black 100%); }
  .underlined--thick {
    background-position: 0 0.6em; }
  .underlined--offset {
    background-position: 0 0.2em; }
  .underlined--gradient {
    background-position: 0 -0.1em;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, yellow), to(lightgreen));
    background-image: -webkit-linear-gradient(left, yellow 0, lightgreen 100%);
    background-image: linear-gradient(to right, yellow 0, lightgreen 100%); }
  .underlined--reverse {
    background-position: 100% -0.1em;
    -webkit-transition: background 1s;
    transition: background 1s;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, yellow), to(yellow));
    background-image: -webkit-linear-gradient(left, yellow 0, yellow 100%);
    background-image: linear-gradient(to right, yellow 0, yellow 100%); }
  .underlined .editor_button_mobile {
    text-align: center;
    font-weight: 900; }
  .underlined .slideshow_fade {
    list-style: none;
    z-index: 1; }

.slideshow_fade li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s; }

.slideshow_fade li h3 {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 2em;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 24s linear 1 0s;
  animation: titleAnimation 24s linear 1 0s; }

@media only screen and (min-width: 768px) {
  .slideshow_fade li h3 {
    bottom: 30px;
    font-size: 2em; } }

@media only screen and (min-width: 1024px) {
  .slideshow_fade li h3 {
    font-size: 2em; } }

.slideshow_fade li:nth-child(1) span {
  background-image: url(https://unsplash.it/7200/4800?image=689); }

.slideshow_fade li:nth-child(2) span {
  background-image: url(https://unsplash.it/1800/1600?image=688);
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.slideshow_fade li:nth-child(3) span {
  background-image: url(https://unsplash.it/1800/1600?image=687);
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.slideshow_fade li:nth-child(4) span {
  background-image: url(https://unsplash.it/1800/1600?image=289);
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes titleAnimation {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.no-cssanimations .slideshow li span {
  opacity: 1; }

.kundenservice {
  color: white; }
