.contact-index-index .row.contact-wrapper {
  display: flex;
  margin: 40px auto 0 auto;
  max-width: 1230px;
  padding: 0 15px;
}
.contact-index-index .row.contact-wrapper .field.field-newsletter {
  display: none;
}
.contact-index-index form#contact-form.form.contact {
  width: 100%;
}
.contact-index-index form#contact-form.form.contact .right-side .field.request {
  display: none;
}
.contact-index-index form#contact-form.form.contact .actions-toolbar {
  margin-top: 60px;
}
.cms-kataloganforderung .contact-info {
  display: none;
}
@media (max-width: 1024px) {
  .row.contact-wrapper {
    flex-direction: column;
  }
}
ul.box-list-all-caterory {
  text-align: left;
  list-style: none;
  padding: 0;
}
ul.box-list-all-caterory > li.active {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e94e1b;
  padding-right: 25px;
  position: relative;
}
ul.box-list-all-caterory > li {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e94e1b;
  padding-right: 25px;
  position: relative;
}
ul.box-list-all-caterory li > span.icon:before {
  position: absolute;
  content: "+";
  right: 0px;
  top: 7px;
  font-size: 28px;
  color: #e94e1b;
}
ul.box-list-all-caterory li.active > span.icon:before {
  content: "-";
  position: absolute;
  right: 0px;
  top: -4px;
  font-size: 40px;
  color: #e94e1b;
}
ul.box-list-all-caterory li ul {
  display: none;
  margin-top: 15px;
  padding-left: 15px;
}
ul.box-list-all-caterory li.active ul {
  display: block;
}
ul.box-list-all-caterory .active span ~ a {
  font-size: 18px;
  font-weight: 700;
  color: #e94e1b;
}
ul.box-list-all-caterory .icon ~ a {
  font-size: 18px;
  font-weight: 700;
  color: #e94e1b;
}
ul.box-list-all-caterory a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
ul.box-list-all-caterory a:hover {
  opacity: 0.8;
}
.pagebuilder-column-group.box-product-list-right-all-page {
  width: 100%;
}
.pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column {
  justify-content: space-around !important;
  border: 1px solid #edebeb57;
  height: 300px;
}
.pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column figure {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  height: 183px;
}
.pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column figure img:hover {
  transform: scale(1.1);
  object-fit: cover;
  transition: all 1s ease-out;
}
.pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column div[data-content-type="text"] p {
  padding: 0 10px;
}
img.pagebuilder-mobile-hidden {
  height: 100% !important;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 1280px) {
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column {
    width: 33.333% !important;
  }
}
@media (max-width: 912px) {
  .pagebuilder-column-group.box-product-list-right-all-page {
    width: 100%;
  }
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column-line {
    width: 100%;
    flex-wrap: wrap;
  }
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column {
    width: 50% !important;
    flex-basis: unset;
  }
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column div[data-content-type="text"] p {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column figure img {
    width: 100%;
  }
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column div[data-content-type="text"] p {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column figure {
    width: 80%;
    margin: 0 auto;
  }
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column figure img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
  }
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column div[data-content-type="text"] p {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 412px) {
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column {
    width: 100% !important;
    flex-basis: unset;
  }
}
@media (max-width: 280px) {
  .pagebuilder-column-group.box-product-list-right-all-page .pagebuilder-column {
    width: 100% !important;
    flex-basis: unset;
  }
}
.max-1024 {
  max-width: 1024px;
  margin: auto;
}
.w-auto-img img {
  width: auto;
}
.w-95-img img {
  width: 95px;
}
.mw-50-img img {
  max-width: 50px !important;
}
.mw-60-img img {
  max-width: 60px !important;
}
.h-128-img img {
  height: 128px !important;
}
.category-default-category .columns .column.main {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 15px;
  margin: 0 auto !important;
  justify-content: center;
  text-align: center;
  width: 100%;
  float: none;
}
.category-default-category .columns .column.main > * {
  width: 100%;
  order: 1;
}
.category-default-category .columns .column.main .page-title-wrapper h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.category-default-category .columns .column.main .toolbar.toolbar-products {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.category-default-category .sidebar.sidebar-main {
  display: none;
}
@media (min-width: 768px) {
  .category-default-category .columns .column.main .catalog-topnav.amasty-catalog-topnav {
    width: 20%;
    order: 2;
    margin-top: 30px;
    margin-right: 50px;
  }
  .category-default-category .columns .column.main #amasty-shopby-product-list {
    width: calc(80% - 50px);
    order: 3;
    margin-top: 30px;
  }
}
.cms-index-index .page-main .product-slider-block {
  background-color: #bbbbbba8;
}
.cms-index-index .page-main .product-slider-block .widget-builder-2 .price-container .price {
  color: #14528e;
}
.cms-index-index .page-main .product-slider-block .all-new-product {
  color: #676e78;
  display: inline-block;
  width: 100%;
  text-align: right;
  font-weight: 600;
  padding: 20px 0;
}
.cms-index-index .page-main .product-slider-block .all-new-product:hover {
  text-decoration: underline;
}
.cms-index-index .page-main .product-slider-block .block-title {
  border-bottom: unset;
  padding-top: 20px;
}
.cms-index-index .page-main .product-slider-block .block-title strong {
  color: #14528e;
}
.cms-index-index .page-main .category-homepage {
  padding: 15px;
}
.cms-index-index .page-main .category-homepage > .block-left {
  background-color: #14528ee0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cms-index-index .page-main .category-homepage > .block-left {
    margin-bottom: 20px;
  }
}
.cms-index-index .page-main .category-homepage > .block-left .block-content {
  padding: 20px 0;
}
.cms-index-index .page-main .category-homepage > .block-left .block-content strong {
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 0;
  border-bottom: 3px solid red;
  color: #fff;
}
.cms-index-index .page-main .category-homepage > .block-left .block-content p {
  margin: 15px 0;
  color: #fff;
}
.cms-index-index .page-main .category-homepage > .block-left .block-content a {
  display: block;
  text-align: right;
  color: #fff;
}
.cms-index-index .page-main .category-homepage > .block-left .block-content a:hover {
  text-decoration: underline;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.title:first-child .switch {
  border-top: none;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.title .switch {
  color: #333;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content {
  padding-left: 0;
  padding-right: 0;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content .tab-content .tab-title {
  color: #333;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content ul {
  padding: 0;
  margin: 15px 0;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content ul li {
  list-style-type: none;
}
.cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cms-index-index .page-main .category-homepage > .block-right .element-builder {
    background: #bbbbbba8;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.title {
    margin: 0;
    width: 20%;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.title a {
    text-transform: capitalize;
    color: #14528e !important;
    font-weight: 600;
    background: unset;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 700;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content {
    position: relative;
    padding: 0;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    top: 0;
    background-color: red;
    z-index: 100;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content .tab-content {
    padding-bottom: 10px;
    background: #bbbbbba8;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content .tab-content .tab-title {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-weight: 600;
    color: #14528e;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content .tab-content ul li {
    width: 33.333%;
    max-width: 33.3333%;
    box-sizing: border-box;
    color: #14528e;
    padding: 10px;
    margin: 0;
  }
  .cms-index-index .page-main .category-homepage > .block-right .element-builder .tab-content.product.data.items .item.content .tab-content ul li a {
    color: #14528e;
  }
  .cms-index-index .page-main .category-homepage > .block-left .block-content {
    position: relative;
    height: 100%;
  }
  .cms-index-index .page-main .category-homepage > .block-left .block-content > a {
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cms-index-index .page-main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .cms-index-index .page-main .category-homepage {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    position: relative;
    background: unset;
  }
  .cms-index-index .page-main .category-homepage::after {
    width: 100%;
    height: 70%;
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .cms-index-index .page-main .category-homepage .block-left {
    max-width: 200px;
    padding-bottom: 10px;
  }
  .cms-index-index .page-main .category-homepage .block-left .block-content {
    padding: 0;
  }
  .cms-index-index .page-main .category-homepage .block-right {
    width: calc(100% - 210px);
    box-sizing: border-box;
  }
  .cms-index-index .page-main .category-homepage .block-right .element-builder .tab-content {
    margin: 0;
  }
  .cms-index-index .page-main .product-slider-block {
    background: #bbbbbba8;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.main-wrapper .panel-bottom {
  background-color: #14528e;
  background-image: unset;
}
.message.global.cookie {
  background-color: #005899;
  color: #fff;
}
@media (min-width: 768px) {
  .page-header {
    border-bottom: none;
  }
  .page-header .panel.wrapper {
    background-color: unset;
    display: block;
  }
  .page-header .panel.wrapper a {
    color: #5a7c91;
  }
  .page-header .panel.wrapper .current-language img {
    display: none;
  }
  .page-header .panel.wrapper .current-language span {
    line-height: 0;
  }
  .page-header .panel.wrapper .panel.header {
    display: none;
  }
  .page-header .panel.wrapper .switcher {
    float: right;
    padding-top: 5px;
  }
  .page-header .panel.wrapper .switcher .options {
    display: flex;
  }
  .page-header .panel.wrapper .switcher .options .action.toggle {
    background: unset;
    width: unset;
    border-right: 1px solid #e5e5e5;
    margin-right: 15px;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown {
    display: block;
    position: unset;
    width: unset;
    min-width: unset;
    border: none;
    font-size: 12px;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown li a {
    font-weight: normal;
    padding: 0;
    color: #5a7c91;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown li:hover {
    background: unset;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown li:hover a span {
    color: #5a7c91;
  }
  .page-header .panel.wrapper .header.panel > .header.links {
    display: none;
  }
  .page-header .header.content {
    padding: 0 24% 0 0;
    margin-top: 30px;
    height: 80px;
  }
  .page-header .header.content .sections.nav-sections {
    max-height: 0;
    overflow: hidden;
    order: 1;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    background: #fff;
  }
  .page-header .header.content .sections.nav-sections ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    padding-bottom: 20px;
  }
  .page-header .header.content .sections.nav-sections ul::before {
    content: "Menu ›";
    padding: 30px 0 30px 15px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .page-header .header.content .sections.nav-sections .ec-navigation .nav-item.level0.has-children a.level-top {
    color: #002b49;
    font-size: 16px;
  }
  .page-header .header.content .sections.nav-sections .ec-navigation .nav-item.level0.has-children a.level-top:hover {
    background: none;
    color: #00ccff;
  }
  .page-header .header.content .sections.nav-sections .ec-navigation li:hover .dropdown {
    display: none !important;
  }
  .page-header .header.content .sections.nav-sections.nav-sections-open {
    max-height: 1000px;
    opacity: 1;
  }
  .page-header .header.content .logo {
    order: 2;
    width: 65%;
  }
  .page-header .header.content .header-login {
    order: 3;
  }
  .page-header .header.content .account {
    order: 4;
  }
  .page-header .header.content .minicart-wrapper {
    order: 5;
  }
  .page-header .header.content .nav-toggle {
    display: block;
    margin-right: 0;
    height: 80px;
    width: 80px;
    background: #df0024;
  }
  .page-header .header.content .nav-toggle:hover {
    background: #bd001e;
  }
  .page-header .header.content .nav-toggle:before {
    display: none;
  }
  .page-header .header.content .nav-toggle span {
    left: 0;
    overflow: visible;
    top: 50%;
    margin: -2px 0 0;
    background: #fff;
    height: 4px;
    padding: 0;
    border: none;
    width: 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none !important;
    border-radius: 2px;
    clip: inherit;
    position: relative;
    display: inline-block;
  }
  .page-header .header.content .nav-toggle span:before {
    content: "";
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
    position: absolute;
    display: inline-block;
  }
  .page-header .header.content .nav-toggle span:after {
    content: "";
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
    position: absolute;
    display: inline-block;
  }
  .page-header .header.content .amsearch-wrapper-block {
    order: 99;
    position: absolute;
    right: 0;
    width: 22.4%;
    transition: all 1s;
    z-index: 1;
  }
  .page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    background: #00ccff;
    color: #fff;
    border: none;
    min-height: 80px;
    min-width: 409px;
    padding-left: 70px !important;
  }
  .page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input::placeholder {
    color: #fff;
    font-size: 12px;
  }
  .page-header .header.content .amsearch-wrapper-block .amsearch-button.-loupe {
    left: 0;
    color: #fff;
    margin-left: 30px;
    background-size: 30px;
    width: 30px;
    height: 30px;
    opacity: 1;
    filter: brightness(100) saturate(0);
  }
}
#maincontent {
  padding: 0;
}
.page-header + .ec-sections-expand {
  margin: 0px;
}
.main-wrapper .panel-bottom {
  display: none;
}
.newHome-4colums-noDes p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #002b49;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5rem;
}
.slide-main {
  margin-bottom: 100px;
  max-width: 1920px;
  margin: auto;
}
.slide-main .arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
}
.slide-main .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.slide-main .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slide-main .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.slide-main .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slide-main .item {
  position: relative;
  overflow: hidden;
}
.slide-main .item .slide-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 68px;
  z-index: 9999999;
  display: flex;
  align-items: flex-end;
}
.slide-main .item .slide-info .slide-box {
  padding: 43px 40px 40px 0;
  position: relative;
  z-index: 3;
}
.slide-main .item .slide-info .slide-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  right: 0;
  bottom: 0;
  background: #002b49;
  opacity: 0.8;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  transition: all 1.5s;
  opacity: 0;
}
.slide-main .item .slide-info .slide-box .slide-content {
  position: relative;
  color: #ffffff;
}
.slide-main .item .slide-info .slide-box .slide-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 26px;
  margin-left: -80px;
  opacity: 0;
  transition-delay: 1.5s;
  transition-duration: 0.5s;
}
.slide-main .item .slide-info .slide-box .slide-content .headline.h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: -80px;
  opacity: 0;
  transition-delay: 1.5s;
  transition-duration: 0.5s;
}
.slide-main .item .slide-info .slide-box .slide-content .slide-cta {
  margin-left: -80px;
  opacity: 0;
  transition-delay: 2s;
  transition-duration: 0.5s;
}
.slide-main .item .slide-info .module-button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  background: #e94e1b;
}
.slide-main .item .slide-info .module-button a {
  text-decoration: none;
}
.slide-main .item .slide-info .module-button .button-content {
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.slide-main .item .slide-info .module-button .button-content .content-text {
  margin-left: 16px;
  margin-right: 16px;
  font-weight: 900;
  line-height: 22px;
}
.slide-main .item .line-wrapper {
  position: absolute;
  height: 7vw;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.slide-main .item .line-wrapper .diagonal-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0 solid transparent;
  border-top-width: 7vw;
  border-top-color: transparent;
  border-right-width: 100vw;
  border-right-color: #ffffff;
}
.slide-main .owl-theme .owl-nav [class*="owl-"] {
  background: #00ccff;
  font-size: unset;
  display: flex;
}
.slide-main .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #00add9;
}
.slide-main .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 35px);
  padding: 25px 23.5px 25px 11.5px !important;
  height: auto;
  background: #005899;
}
.slide-main .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 35px);
  padding: 25px 11.5px 25px 23.5px !important;
  height: auto;
  border-radius: 0;
  background: #005899;
}
.slide-main .owl-theme .owl-dots {
  bottom: -15px;
  position: absolute;
  width: 100%;
}
.slide-main .owl-theme .owl-dots button.owl-dot {
  background: none;
  padding: 0;
}
.slide-main .owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
}
.slide-main .owl-theme .owl-dots .owl-dot:hover span {
  background: #002b49 !important;
}
.slide-main .owl-theme .owl-dots .owl-dot.active span {
  background: #002b49 !important;
  width: 12px !important;
  height: 12px !important;
}
.slide-main .owl-item.active .item .slide-info .slide-box:before {
  opacity: 1;
}
.slide-main .owl-item.active .item .slide-info .slide-box .slide-content p {
  margin-left: 0px;
  opacity: 1;
}
.slide-main .owl-item.active .item .slide-info .slide-content .headline.h2 {
  margin-left: 0px;
  opacity: 1;
}
.slide-main .owl-item.active .item .slide-info .slide-content .slide-cta {
  margin-left: 0px;
  opacity: 1;
}
.product-finder {
  margin-bottom: 100px;
}
.product-finder .product-finder-headline {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  color: #002b49;
  font-weight: 900;
  font-size: 42px;
}
.product-finder .product-finder-grid-body {
  padding: 60px 100px 80px;
  background: #5a7c91;
}
.product-finder .product-finder-grid-body .split-line {
  width: 1px;
  height: 100%;
  background: #8a9eaa;
  margin: auto;
}
.product-finder .product-finder-grid-body p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.product-finder .listMenu_finder_product .item {
  position: relative;
}
.product-finder .listMenu_finder_product .item2 {
  display: none;
}
.product-finder .listMenu_finder_product .item2.active {
  display: block;
}
.product-finder .listMenu_finder_product label {
  position: absolute;
  top: 5px;
  left: 15px;
  color: #5a7c91;
  text-transform: uppercase;
  font-size: 12px;
}
.product-finder .listMenu_finder_product .listMenu_finder_product-item-1,
.product-finder .listMenu_finder_product .listMenu_finder_product-item-2 {
  height: 54px;
  padding: 23px 15px 5px !important;
  color: #002b49;
  font-size: 16px;
  margin-bottom: 20px;
}
.product-finder .listMenu_finder_product select.listMenu_finder_product-item-2 option {
  display: none;
}
.product-finder .listMenu_finder_product a.submit-left-finder-product {
  display: none;
}
.product-finder .listMenu_finder_product a.submit-left-finder-product.active {
  font-size: 20px;
  line-height: 20px;
  border-radius: 0;
  color: #fff;
  font-weight: 900;
  background: #00ccff;
  padding: 10px 15px;
  display: inline-block;
}
.product-finder .product-finder-box-form-right {
  position: relative;
}
.product-finder .product-finder-box-form-right .sub-text-search-body-input {
  position: absolute;
  top: 18px;
  left: 15px;
  color: #5a7c91;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 1s;
}
.product-finder .product-finder-box-form-right .sub-text-search-body-input.active {
  font-size: 12px;
  top: 5px;
}
.product-finder .product-finder-box-form-right input.search-body-input {
  height: 54px;
  padding: 23px 15px 5px 15px !important;
  color: #002b49;
}
.product-finder .product-finder-box-form-right .submit-serach-bodyinput {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 21px;
  color: #5a7c91;
  opacity: 0.2;
}
.module-teaser-grid {
  margin-bottom: 30px;
}
.module-teaser-grid .module-teaser {
  margin-bottom: 65px;
}
.module-teaser-grid .teaser-title.h5 {
  color: #002b49;
  font-weight: 900;
  font-size: 20px;
  overflow: hidden;
  margin: 20px 0 15px 0;
}
.module-teaser-grid .teaser-content-p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.kontaktieren .teaser-grid-body {
  background: #e8eef1;
}
.kontaktieren .teaser-grid-body .component-headline {
  margin-bottom: 30px;
}
.kontaktieren .teaser-grid-body .h2 {
  font-size: 36px;
  color: #002b49;
  font-weight: 900;
  margin: 0 0 12px 0;
}
.kontaktieren .teaser-grid-body .teaser-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.25rem 1.25rem 3.125rem;
}
.kontaktieren .teaser-grid-body .module-button {
  display: flex;
}
.kontaktieren .teaser-grid-body .module-button a {
  color: #fff;
  padding: 13px 21px;
  background-color: #df0024;
  border-color: #df0024;
  font-size: 16px;
  font-weight: 900;
}
.kontaktieren .teaser-grid-body .module-button a:hover {
  background-color: #bd001e;
  border-color: #bd001e;
}
.kontaktieren .teaser-content-p {
  margin-bottom: 29px;
}
footer.module-footer {
  position: relative;
  background: #002b49;
  margin: 130px auto 0 auto;
  padding-bottom: 15px;
}
footer.module-footer .diagonal-line-wrapper {
  position: relative;
  height: 7vw;
  overflow: hidden;
  margin-bottom: 30px;
}
footer.module-footer .diagonal-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 0 solid transparent;
  border-top-width: 7vw;
  border-top-color: #fff;
  border-right-width: 100vw;
  border-right-color: #002b49;
}
footer.module-footer .footer-social-links {
  margin-bottom: 65px;
}
footer.module-footer .footer-social-links .module-social {
  text-align: center;
}
footer.module-footer .footer-social-links .module-social .social-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer.module-footer .footer-social-links .module-social .social-list .social-icon {
  padding-bottom: 20px;
}
footer.module-footer .footer-social-links .module-social .social-list .social-icon .module-button {
  display: flex;
  padding: 20px;
  width: 48px;
  height: 48px;
  background: #005899;
  align-items: center;
  font-size: 28px;
  justify-content: center;
  margin: auto;
}
footer.module-footer .footer-social-links .module-social .social-list .social-icon .module-button a {
  color: #fff;
}
footer.module-footer .footer-social-links .module-social .social-list .social-icon .module-button a i {
  font-style: unset;
}
footer.module-footer .footer-links {
  margin-bottom: 60px;
}
footer.module-footer .footer-links .box-menu-footer {
  display: flex;
  flex-direction: column;
}
footer.module-footer .footer-links .box-menu-footer ul {
  display: flex;
  flex-direction: column;
}
footer.module-footer .footer-links .headline {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 16px;
}
footer.module-footer .footer-links li {
  margin-bottom: 20px;
}
footer.module-footer .footer-links li a {
  color: #a3bac8;
  font-size: 16px;
}
footer.module-footer .footer-links li a:hover {
  color: #fff;
}
footer.module-footer .footer-links .module-dropdown {
  margin-bottom: 1.5rem;
  position: relative;
}
footer.module-footer .footer-links .module-dropdown .input-animation-wrapper {
  z-index: 1;
  position: relative;
}
footer.module-footer .footer-links .module-dropdown label {
  position: absolute;
  top: 3px;
  padding: 0 0 0 16px;
  text-transform: uppercase;
  color: #5a7c91;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
  z-index: 1;
}
footer.module-footer .footer-links .module-dropdown .custom-select {
  padding: 26px 40px 7px 16px;
  font-size: 16px;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  background-clip: padding-box;
  height: auto;
  color: #002b49;
}
footer.module-footer .list-unstyled {
  padding-left: 0;
  list-style: none;
}
footer.module-footer .footer-meta .footer-copyright {
  color: #5a7c91;
  font-size: 14px;
  font-weight: 700;
}
footer.module-footer .footer-meta .meta-links {
  display: inline-block;
}
footer.module-footer .footer-meta .meta-links a {
  display: inline-block;
  margin: 0 28px 10px 0;
  color: #a3bac8;
  font-size: 12px;
}
footer.module-footer .footer-meta .meta-links a:hover {
  color: #fff;
}
footer.module-footer .box-language-footer {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 24px 40px 7px 16px;
}
footer.module-footer .box-language-footer ul.dropdown.switcher-dropdown {
  position: absolute;
  display: none;
}
footer.module-footer .box-language-footer .current-language img {
  display: none;
}
footer.module-footer .box-language-footer .current-language span {
  color: #002b49;
  font-size: 16px;
}
footer.module-footer .box-language-footer .current-language .switcher-trigger a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 29px;
  color: #002b49;
}
footer.module-footer .box-language-footer .options.active ul.dropdown {
  display: block;
  padding-left: 15px;
  list-style: none;
  background: #fff;
  width: 100%;
  position: absolute;
  margin: 0;
  left: 0;
}
footer.module-footer .box-language-footer .options ul.dropdown:hover {
  background: #f47932;
}
footer.module-footer .box-language-footer .options ul.dropdown:hover a span {
  color: #fff;
}
footer.module-footer .box-language-footer .options li.switcher-option {
  margin-bottom: 0;
}
footer.module-footer .module-back-to-top {
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #00ccff;
  color: white;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 0;
  font-size: 28px;
  transition: all 1s;
  opacity: 0;
}
footer.module-footer .module-back-to-top:hover {
  background-color: #00add9;
}
@media (max-width: 767px) {
  .slide-main .owl-theme .owl-nav {
    display: none;
  }
  .slide-main .item .slide-info {
    position: relative;
    width: 120%;
    bottom: 15px;
  }
  .slide-main .owl-item.active .item .slide-info .slide-box:before {
    background: #002b49;
  }
  .slide-main .owl-item.active .item .slide-info .slide-content .headline.h2 {
    line-height: 40px;
  }
  .slide-main .owl-theme .owl-dots {
    position: relative;
    bottom: 0px;
  }
  .kontaktieren .teaser-grid-body .teaser-content {
    padding: 2.25rem 1.25rem 3.25rem 2.125rem;
  }
  footer.module-footer .footer-social-links .module-social .social-list {
    gap: 5px;
  }
  footer.module-footer .footer-links .ec-col-md-4 {
    margin-bottom: 50px;
  }
  footer.module-footer .footer-links {
    margin-bottom: 30px;
  }
  footer.module-footer .footer-meta .footer-copyright {
    margin-bottom: 30px;
  }
  footer.module-footer .module-back-to-top {
    display: none;
  }
}
.page-header {
  position: relative;
}
.page-header .header.content .nav-toggle {
  background: #e94e1b;
}
.page-header .header.content .sections.nav-sections.nav-sections-open {
  max-height: 0;
}
.section-items.nav-sections-items.mage-tabs-disabled {
  width: 100%;
  height: 700px;
  background-color: transparent;
}
.sections.nav-sections.showBox {
  z-index: 100 !important;
}
.slide-main .item .slide-info .module-button {
  background: #e94e1b;
}
.kontaktieren .teaser-grid-body .module-button a {
  background: #e94e1b;
  border-color: #e94e1b;
}
footer.module-footer .module-back-to-top {
  background-color: #005899;
}
footer.module-footer .footer-social-links .module-social .social-list {
  justify-content: center;
  gap: 0px;
}
footer.module-footer .footer-social-links .module-social .social-list .social-icon {
  margin: 0 12px 14px;
}
footer.module-footer .footer-links li {
  margin: 0 0px 20px;
  width: 100%;
}
footer.module-footer .footer-links .module-dropdown label {
  top: 3px;
  left: 20px;
  z-index: 1;
  padding: 0px;
}
footer.module-footer .box-language-footer {
  position: relative;
  width: 100%;
  padding: 30px 40px 24px 16px;
}
footer div#switcher-store-trigger {
  padding-left: 15px;
}
footer.module-footer .footer-links .headline {
  text-align: left;
}
.box-language-footer .current-language.actions.dropdown.options.switcher-options {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: left;
}
footer.module-footer .footer-links .module-dropdown label {
  top: 3px;
  left: 12px;
  z-index: 1;
  margin-bottom: 0;
}
header div#switcher-store-trigger {
  position: absolute;
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options .action.toggle {
  border-right: none;
}
.page-header .switcher .options ul.dropdown {
  width: unset;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  display: block;
  background: unset;
  border: unset;
  min-width: unset;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  display: none;
}
header div#switcher-store-trigger a {
  float: left;
  border-right: 1px solid #5a7c91;
}
header .dropdown .switcher-dropdown .switcher-option a {
  float: left;
}
header .current-language img {
  display: none;
}
.page-header .switcher .options ul.dropdown li a {
  padding: 0;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  padding: 0;
}
footer.module-footer .box-language-footer .current-language .switcher-trigger a::after {
  position: absolute;
  right: 25px;
  top: -9px;
  bottom: 29px;
  color: #002b49;
  width: 10px;
  height: 10px;
  border: 2.5px solid;
  border-top: 0;
  border-left: 0;
}
footer.module-footer .footer-links li a {
  float: left;
}
.footer.content {
  padding: 0;
}
.page-footer .footer-bottom {
  display: none;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  margin-left: 16px;
}
.page-header .switcher .options .action.toggle {
  max-width: unset;
}
footer.module-footer .footer-social-links .module-social .social-list .social-icon .module-button {
  background: #005899;
}
@media (min-width: 768px) {
  .page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    background: #005899;
  }
  .row > div {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .page-header .panel.wrapper .current-language img {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-header .header.content .account {
    width: 50px;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .page-header .header.content .minicart-wrapper {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .page-header .header.content .logo {
    width: calc(-98%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-header .header.content .nav-toggle {
    display: flex;
    justify-content: center;
  }
  .page-header .header.content .logo {
    width: calc(-120%);
  }
  .page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    min-height: 72px;
  }
  .page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    width: 409px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .minicart-wrapper {
    margin-right: 60px;
  }
}
.module-teaser-grid.product-list-style-1 .module-image {
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.module-teaser-grid.product-list-style-1 .module-image img {
  height: 100% !important;
}
@media (min-width: 768px) {
  .page-header .header.content .sections.nav-sections {
    opacity: 100%;
    top: 85px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s linear;
  }
}
.navigation .level0 .submenu a {
  display: none !important;
}
div#store\.menu {
  background-color: #fff;
  height: 300px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .navigation li.level0 > a.ui-state-active {
    color: #676e78;
    font-weight: 600;
    background-color: unset !important;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 0px;
    color: #fff;
    width: 95%;
    border-bottom: 1px solid;
  }
  .navigation .submenu > li:last-child > a {
    border-bottom: none;
  }
  .navigation li.level0 > .submenu {
    background-color: #5a7c91 !important;
  }
  .navigation .level0 .submenu a {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .page-header .switcher .options .action.toggle {
    width: 100px;
    background-color: unset;
    margin-left: 16px;
    margin-top: 0;
  }
  .current-language span {
    color: #676e78 !important;
    font-weight: 600 !important;
  }
  .page-header .switcher .options,
  .page-footer .switcher .options {
    z-index: 10;
  }
}
.current-language span {
  line-height: 27px;
  margin-right: 7px;
  color: #5a7c91;
}
@media (max-width: 767px) {
  .header.content .nav-toggle {
    position: relative;
    line-height: 0px;
    width: 30px;
    height: 30px;
  }
  .header.content .nav-toggle {
    margin: 0 !important;
  }
  .page-header .header.content .nav-toggle {
    background-color: unset;
  }
  .page-footer .row-footer ul:not(.link) li {
    width: 100%;
    text-align: center;
  }
}
.page-footer ul {
  display: block;
}
@media (min-width: 769px), print {
  .navigation li.level0.active > a {
    background: unset;
  }
}
@media (min-width: 768px) {
  .page-header .header.content .sections.nav-sections ul::before {
    display: none;
  }
  .page-header .header.content .sections.nav-sections ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper .switcher .options {
    margin-right: 12px;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown li:hover a span {
    color: unset;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown li a {
    background-color: unset;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown {
    margin-left: 60px;
  }
}
.header.content .showBox {
  opacity: 1 !important;
  overflow: visible !important;
  top: 80px !important;
  transition: all 0.25s linear;
}
@media (min-width: 769px), print {
  .nav-sections-item-content > .navigation {
    padding: 0 0px;
    width: 100%;
    height: 188px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .page-header .navigation .level0.parent > a:after {
    display: none;
  }
  div#store\.menu {
    box-shadow: 3px 11px 18px #7e7e7e;
  }
}
@media (min-width: 769px), print {
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
}
@media (min-width: 992px), print {
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: none;
  }
}
@media (min-width: 769px), print {
  .navigation .level0 > .level-top {
    font-size: 18px;
    font-weight: bold;
    color: #002b49 !important;
  }
}
@media (min-width: 769px), print {
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    background: none !important;
    color: #00ccff !important;
  }
}
.textMenu {
  font-size: 16px;
  top: -35px;
  left: 30px;
  position: absolute;
  color: #002b49;
}
@media (max-width: 767px) {
  .nav-sections .navigation li:first-child {
    border-top: none;
  }
}
@media (min-width: 769px), print {
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
    display: none;
  }
}
@media (max-width: 1240px) {
  .page-footer .row-footer ul:not(.link) li {
    margin: 0 0px 20px;
    width: 100%;
    text-align: center;
  }
}
footer.module-footer .footer-links .ec-col-md-4:not(:last-child) .headline {
  float: left;
}
@media (max-width: 720px) {
  .page-header .switcher .options .action.toggle {
    width: 125px !important;
  }
  .current-language span {
    margin-right: 0px;
    color: #5a7c91 !important;
    font-weight: bold !important;
    font-size: 14px;
  }
  header div#switcher-store-trigger {
    display: flex;
    justify-content: end;
  }
  .page-header .switcher .options ul.dropdown li a {
    width: 60px;
    border-right: 2px solid;
  }
  header div#switcher-store-trigger a {
    border-right: none;
  }
}
