.header .grid-inner {
  display: flex;
}
.header .header-logo {
  height: auto;
  margin-top: 1.538vw;
  width: 9.573vw;
}
.header .claim-search-menu-container {
  margin-left: 6.325vw;
  flex-grow: 1;
}
.header .claim-search-menu-container .upper-row {
  padding: 1.538vw 0 1.368vw;
}
.header .claim-search-menu-container .lower-row {
  border-top: 1px solid #D3D3D3;
}
.header .claim-search-menu-container .claim {
  color: #0e3a63;
  font-size: 1.282vw;
  font-weight: 700;
  margin-right: 3.419vw;
  white-space: nowrap;
}
.header .claim-search-menu-container .search-container {
  width: 28.462vw;
  background-color: #efefef;
  border-radius: 2.35vw;
}
.header .claim-search-menu-container .search-container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .claim-search-menu-container .search-container input[type=search] {
  background-color: transparent;
  border: 0;
  padding: 0.855vw 0 0.94vw 1.453vw;
  font-size: 1.282vw;
  flex: 1;
}
.header .claim-search-menu-container .search-container input[type=search]::placeholder {
  color: #A6A6A6;
}
.header .claim-search-menu-container .search-container button[type=submit] {
  border-radius: 50%;
  background-color: #0e3a63;
  border: 0;
  width: 3.077vw;
  height: 3.077vw;
  background-image: url("../img/magnify_white.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.header .claim-search-menu-container .meta-icon-container {
  margin-left: auto;
  justify-content: flex-end;
  display: flex;
  width: 24.231vw;
}
.header .claim-search-menu-container .meta-icon-container.de {
  width: 29.231vw;
}
.header .claim-search-menu-container .meta-icon-container .meta-icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 8.547vw;
  margin-right: 21px;
  color: #000;
}
.header .claim-search-menu-container .meta-icon-container .meta-icon .caption {
  align-self: flex-end;
  flex: 0 0 100%;
}
.header .claim-search-menu-container .meta-icon-container .meta-icon.meta-language {
  margin-right: 0;
}
.header .claim-search-menu-container .meta-icon-container .meta-icon.shopping-cart {
  white-space: nowrap;
  max-width: 11.966vw;
}
.header .claim-search-menu-container .menu-container {
  justify-content: flex-start;
  padding: 1.368vw 0 2.051vw;
}
.header .claim-search-menu-container .menu-container .main-menu-entry {
  font-size: 1.639vw;
  font-weight: 300;
  color: #000;
  line-height: 1.3;
  padding: 0.427vw 3.689vw;
  border-right: 1px solid #D3D3D3;
  cursor: pointer;
}
.header .claim-search-menu-container .menu-container .main-menu-entry:hover, .header .claim-search-menu-container .menu-container .main-menu-entry.active {
  text-decoration: underline;
}
.header .claim-search-menu-container .menu-container .main-menu-entry:first-child {
  padding-left: 0;
}
.header .claim-search-menu-container .menu-container .main-menu-entry:last-child {
  padding-right: 0;
  border-right: 0;
}
.header .menu-open-container {
  background-color: #fff;
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}
.header .menu-open-container .menu-inner {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
}
.header .menu-open-container .menu-inner .menu-group {
  width: 20vw;
  padding-right: 0.41vw;
  max-width: 234px;
  float: none;
  margin: 0;
}
.header .menu-open-container .menu-inner .menu-group .product-image-container {
  width: 100%;
  height: 5.902vw;
}
.header .menu-open-container .menu-inner .menu-group .product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-wrapper.header-sticky .menu-open-container {
  box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.1);
}

.menu-open-container.open {
  box-shadow: 0 2px 5px 0 rgba(2, 2, 2, 0.1);
}

@media screen and (min-width: 1220px) {
  .header .header-logo {
    margin-top: 18px;
    width: 112px;
  }
  .header .claim-search-menu-container {
    margin-left: 74px;
  }
  .header .claim-search-menu-container .upper-row {
    padding: 18px 0 16px;
  }
  .header .claim-search-menu-container .claim {
    font-size: 15px;
    font-weight: 700;
    margin-right: 40px;
  }
  .header .claim-search-menu-container .search-container {
    width: 333px;
    border-radius: 27.5px;
  }
  .header .claim-search-menu-container .search-container input[type=search] {
    padding: 10px 0 11px 17px;
    font-size: 15px;
  }
  .header .claim-search-menu-container .search-container button[type=submit] {
    width: 36px;
    height: 36px;
  }
  .header .claim-search-menu-container .meta-icon-container {
    width: 316px;
  }
  .header .claim-search-menu-container .meta-icon-container.de {
    width: 382px;
  }
  .header .claim-search-menu-container .meta-icon-container .meta-icon {
    flex: 0 0 100px;
  }
  .header .claim-search-menu-container .meta-icon-container .meta-icon.shopping-cart {
    max-width: 140px;
  }
  .header .claim-search-menu-container .menu-container {
    padding: 16px 0 24px;
  }
  .header .claim-search-menu-container .menu-container .main-menu-entry {
    font-size: 20px;
    padding: 5px 45px;
  }
  .header .menu-open-container .menu-inner .menu-group {
    width: 234px;
    padding-right: 5px;
  }
  .header .menu-open-container .menu-inner .menu-group .product-image-container {
    width: 230px;
    height: 72px;
  }
}
@media screen and (max-width: 1220px) {
  .header .grid-inner {
    width: 100%;
    padding: 0 1.967vw;
  }
  .header .claim-search-menu-container {
    margin-left: 3.325vw;
  }
}
@media screen and (max-width: 1006px) {
  .header .grid-inner {
    width: 100%;
  }
  .header .claim-search-menu-container .search-container {
    width: 26.462vw;
  }
}
@media screen and (max-width: 620px) {
  .header-wrapper .header {
    padding: 14px 12px 3px 12px;
  }
  .header-wrapper .header .grid-inner {
    justify-content: space-between;
    align-items: center;
  }
  .header-wrapper .header .header-logo-container {
    text-align: left;
  }
  .header-wrapper .header .header-logo {
    width: auto;
    height: auto;
    margin-top: 0;
    max-height: 44px;
  }
  .header-wrapper .header .claim-search-menu-container {
    display: none;
  }
  .header-wrapper .header .mobile-icon-container {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .header-wrapper .header .mobile-search-icon, .header-wrapper .header .mobile-menu-burger, .header-wrapper .header .mobile-bookmark-icon, .header-wrapper .header .mobile-language-icon, .header-wrapper .header .mobile-shopping-cart-icon {
    float: none;
    margin-right: 16px;
    margin-top: 0;
  }
  .header-wrapper .header .mobile-search-icon img, .header-wrapper .header .mobile-menu-burger img, .header-wrapper .header .mobile-bookmark-icon img, .header-wrapper .header .mobile-language-icon img, .header-wrapper .header .mobile-shopping-cart-icon img {
    width: 25px;
    height: auto;
  }
  .header-wrapper .header .mobile-menu-burger {
    margin-right: 0;
  }
}
/* Shopping Cart
-------------------------------------------------------------------------------*/
h1.with-icon {
  display: flex;
  align-items: center;
}
h1.with-icon img {
  width: 34px;
  height: 34px;
  margin-right: 18px;
}

h4.side-box {
  color: #000;
  font-size: 1.42em;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 36px;
}

.quantity-table {
  width: 100%;
  margin-bottom: 32px;
}
.quantity-table td.quantity {
  width: 25%;
  text-align: right;
}

.product-box-shopping-cart .remove-entry {
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.product-box-shopping-cart .remove-entry img {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 820px) {
  .shopping-cart-container {
    flex-wrap: wrap;
  }
  .shopping-cart-container .col8, .shopping-cart-container .col4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shopping-cart-container .col8 {
    margin-bottom: 24px;
  }
  .shopping-cart-container .col4 .quantity-table, .shopping-cart-container .col4 h4 {
    display: none;
  }
}

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