:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.products-submenu .dropdown-button {
  background-color: var(--brandPrimary);
  width: 221px;
  height: 47px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.products-submenu .dropdown-button h3 {
  color: var(--white);
  margin: 0;
}
.products-submenu .dropdown-button .polygon {
  border-left-color: var(--white) !important;
}
.products-submenu .dropdown-button.open .polygon {
  transform: rotate(90deg);
}

.submenu-dropdown {
  position: fixed;
  top: 175px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FDFFFD;
  border-bottom: 1px solid var(--separatorGrey);
  box-shadow: 0 10px 20px var(--box-shadow);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s;
  z-index: 99;
}
.submenu-dropdown.open {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}
.submenu-dropdown .container {
  padding-top: 45px;
}
.submenu-dropdown .speciality-market-column h3 {
  margin-bottom: 22px;
  color: var(--brandPrimary);
}
.submenu-dropdown .speciality-market-column img {
  width: 100%;
  max-width: 220px;
}
.submenu-dropdown .category-tree {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.submenu-dropdown .category-tree a {
  color: #021B0D !important;
}
.submenu-dropdown .category-tree .main-category {
  margin-bottom: 20px;
}
.submenu-dropdown .category-tree .main-category a {
  font-weight: bold;
  font-size: 20px;
}
.submenu-dropdown .category-tree .subcategory {
  padding: 10px 15px;
}
.submenu-dropdown .category-tree .subcategory a {
  color: #021B0D !important;
}
.submenu-dropdown .show-all-products-link {
  display: flex;
  align-items: center;
  padding-top: 23px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.3490196078);
  position: relative;
  left: -50px;
  text-decoration: none;
  color: var(--brandPrimary);
}
.submenu-dropdown .show-all-products-link h4 {
  margin-bottom: 0;
  font-weight: bold;
}
.submenu-dropdown .show-all-products-link .more-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brandPrimary);
  border-radius: 20px;
  margin-left: 10px;
}
.submenu-dropdown .show-all-products-link .more-button img {
  width: 10px;
  height: 10px;
}
.submenu-dropdown .close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text);
}
.submenu-dropdown .close-button .close-icon {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .submenu-dropdown .close-button .close-icon {
    transition: width 1s, height 1s, transform 1s;
  }
  .submenu-dropdown .close-button .close-icon:hover {
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .submenu-dropdown {
    display: none;
  }
}

.header-desktop {
  display: flex;
  align-items: center;
  background-color: #FDFFFD;
  padding-top: 22px;
  height: 175px;
  position: relative;
  z-index: 100;
  overflow: visible;
  box-shadow: 0 3px 8.1px 0 rgba(112, 112, 112, 0.2);
}
.header-desktop .polygon {
  display: block;
  float: right;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0;
  border-width: 6px 0 6px 10px;
  border-left-color: var(--text);
  margin-left: 24px;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.header-desktop .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: -25px;
}
.header-desktop .logo-container .logo-img {
  width: 100%;
  max-width: 206px;
  min-width: 140px;
}
.header-desktop .right-header-content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header-desktop .right-header-content .action-buttons .border {
  margin: 0 20px;
  border: 1px solid var(--underline);
  height: 63px;
}
.header-desktop .right-header-content .action-buttons .action-btn a:hover {
  text-decoration: none;
}
.header-desktop .right-header-content .menu-container {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.header-desktop .right-header-content .menu-container h3 {
  margin: 0;
  cursor: pointer;
  padding: 23px 0;
}
.header-desktop .right-header-content .menu-container a {
  text-decoration: none;
  transition: color 0.3s;
}
.header-desktop .right-header-content .menu-container a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .polygon {
  display: block;
  float: right;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0;
  border-width: 6px 0 6px 10px;
  border-left-color: var(--text);
  margin-left: 24px;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.header-mobile .mobile-navbar {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  box-shadow: 0 10px 20px var(--box-shadow);
  background-color: #FDFFFD;
  z-index: 100;
  color: var(--text);
  box-sizing: border-box;
}
.header-mobile .mobile-navbar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.header-mobile .mobile-navbar-text {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.header-mobile .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 8px;
  min-width: 0;
}
.header-mobile .content .logo-wrapper {
  flex-shrink: 0;
}
.header-mobile .content .logo-wrapper img {
  width: 35vw;
  max-width: 150px;
  min-width: 80px;
  height: auto;
}
.header-mobile .content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.header-mobile .content .action-buttons .border {
  display: none;
}
.header-mobile .content .action-buttons .action-btn {
  padding: 4px;
}
.header-mobile .mobile-navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FDFFFD;
  box-shadow: 0 10px 20px 0 var(--box-shadow);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  padding: 0 20px;
}
.header-mobile .mobile-navbar-collapse.show {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
  padding: 20px;
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item {
  display: block;
  text-decoration: none;
  color: var(--text);
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item:hover {
  text-decoration: none;
}
.header-mobile h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}

.main-header {
  height: 175px;
  position: relative;
  z-index: 99;
}
.main-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;
  background: linear-gradient(to bottom, var(--box-shadow), transparent);
  z-index: 1002;
  pointer-events: none;
}
@media (max-width: 991px) {
  .main-header {
    height: 185px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.horizontal-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vertical-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 527px;
  max-width: 335px;
  position: relative;
  box-shadow: 0 3px 6px var(--box-shadow);
  border-radius: 10px;
  justify-self: center;
}
.product-box:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 5px var(--box-shadow);
  text-decoration: none;
}
.product-box .product-tile {
  padding: 25px 15px 0 15px;
  height: 260px;
}
.product-box .product-tile .top-labels {
  position: absolute;
}
.product-box .product-tile .top-labels .sale {
  width: fit-content;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 5px;
  color: white;
  background-color: var(--light-blue);
}
.product-box .product-tile .top-labels .new {
  width: fit-content;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 5px;
  color: white;
  background-color: var(--light-blue);
}
.product-box .product-tile .product-thumbnail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 160px;
}
.product-box .product-tile .product-thumbnail-wrapper .product-thumbnail {
  width: 100%;
  height: 160px;
  object-fit: contain;
  z-index: -1;
}
.product-box .product-tile .product-thumbnail-wrapper hr {
  border: 0;
  clear: both;
  display: block;
  width: 63%;
  background-color: var(--underline);
  height: 1px;
  opacity: 0.35;
}
.product-box .product-info {
  padding: 0 15px 0 15px;
  margin-bottom: 18px;
}
.product-box .product-info h4 {
  margin-bottom: 0;
  color: var(--blackPrimary);
}
.product-box .product-info .description {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--blackPrimary);
}
.product-box .original-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px;
  height: 34px;
}
.product-box .original-price .old-price {
  display: inline-flex;
  color: var(--custom-red);
}
.product-box .original-price .old-price h3 {
  margin: 0;
}
.product-box .original-price .old-price.line-through {
  background-color: transparent;
  background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, var(--custom-red) 50%, transparent 52%, transparent 100%);
}
.product-box .original-price .free-shipping-label {
  display: flex;
  align-items: center;
  padding: 0 14px;
  height: 33px;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
}
.product-box .price-info {
  padding: 0 15px 0 15px;
  margin-bottom: 18px;
}
.product-box .price-info .stock-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.product-box .price-info .stock-quantity .stock-square {
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 2px;
  background: var(--Main-green, #03A84E);
}
.product-box .price-info .stock-quantity .stock-text {
  color: var(--Text, #535353);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-box .price-info .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-box .price-info .price-wrapper .old-price {
  display: inline-flex;
  color: var(--custom-red);
}
.product-box .price-info .price-wrapper .old-price h3 {
  margin: 0;
}
.product-box .price-info .price-wrapper .old-price.line-through {
  background-color: transparent;
  background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, var(--custom-red) 50%, transparent 52%, transparent 100%);
}
.product-box .price-info .price-wrapper .effective-price {
  display: inline-flex;
  margin: 14px 0;
  justify-content: flex-end;
  color: black;
}
.product-box .price-info .price-wrapper .effective-price span {
  align-self: flex-end;
  margin-right: 10px;
  color: var(--blackPrimary);
}
.product-box .price-info .price-wrapper .effective-price h1 {
  margin: 0;
}
.product-box .price-info .price-wrapper .vat-info {
  color: var(--blackPrimary);
}
.product-box .price-info .price-wrapper .wishlist-button-wrapper {
  cursor: pointer;
}
.product-box .stock-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.product-box .stock-container .stock-indicator {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 8px;
}
.product-box .stock-container .stock-indicator.in-stock {
  background-color: var(--brandPrimary);
}
.product-box .stock-container .stock-indicator.out-of-stock {
  background-color: var(--custom-red);
}
.product-box .stock-container .availability-wrapper {
  display: flex;
  align-items: center;
}
.product-box .stock-container .availability-wrapper span {
  font-size: 14px;
}
.product-box .product-variants {
  width: fit-content;
  background-color: var(--grey-bg-7);
  padding: 5px 20px;
  border-radius: 10px 0;
  font-size: 15px;
  text-align: center;
  color: var(--blackPrimary);
}

.category-grid-wrapper {
  margin-bottom: 50px;
}
.category-grid-wrapper h2 {
  margin-bottom: 40px;
  color: var(--DarkGreen);
}
.category-grid-wrapper .category-list-base {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 60px;
}
.category-grid-wrapper .category-list-base .category-box {
  cursor: pointer;
  text-decoration: none;
}
.category-grid-wrapper .category-list-base .category-box .category-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 150px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.category-grid-wrapper .category-list-base .category-box .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.category-grid-wrapper .category-list-base .category-box .category-box-background {
  width: 225px;
  height: 150px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brandPrimary);
}
.category-grid-wrapper .category-list-base .category-box:hover {
  text-decoration: none;
}
.category-grid-wrapper .category-list-base .category-box:hover .category-image {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
}
.category-grid-wrapper .category-list-base .category-box.all-products .category-box-background h3 {
  color: var(--white);
}
.category-grid-wrapper .category-list-base .category-box.all-products:hover {
  text-decoration: none;
}
.category-grid-wrapper .category-list-base .category-box.all-products:hover .category-box-background {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
}
.category-grid-wrapper .category-list-base .category-box h3 {
  color: var(--blackPrimary);
}
@media (max-width: 500px) {
  .category-grid-wrapper .category-list-base {
    justify-content: center;
  }
  .category-grid-wrapper .category-list-base .category-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.professional-equipment-wrapper .professional-equipment {
  height: 368px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0 60px;
}
.professional-equipment-wrapper .professional-equipment .data {
  z-index: 2;
}
.professional-equipment-wrapper .professional-equipment .data h1 {
  width: 50%;
  font-size: 50px;
  color: var(--background);
  margin-bottom: 20px;
  font-weight: bold;
}
.professional-equipment-wrapper .professional-equipment .data a {
  position: relative;
  display: block;
  max-width: 226px;
  width: 100%;
  background-color: var(--brandPrimary);
  color: white;
  padding: 15px 20px;
  font-weight: 500;
  z-index: 0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
}
.professional-equipment-wrapper .professional-equipment .data a:hover {
  text-decoration: none;
  background-color: var(--brandPrimaryHover);
}
.professional-equipment-wrapper .professional-equipment .background {
  position: absolute;
  top: 0;
  left: 0;
}
.professional-equipment-wrapper .professional-equipment .background img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.professional-equipment-wrapper .free-shipping {
  padding: 25px;
  background-color: var(--background);
  border: 2px solid var(--brandPrimary);
  border-radius: 6px;
}
.professional-equipment-wrapper .free-shipping .shipping-label {
  display: flex;
  align-items: center;
}
.professional-equipment-wrapper .free-shipping .shipping-label h2 {
  margin-left: 20px;
  margin-bottom: 0;
  color: var(--dark-grey);
}
.professional-equipment-wrapper .free-shipping .to-shop-container {
  display: flex;
  align-items: center;
}
.professional-equipment-wrapper .free-shipping .to-shop-container .to-shop-button {
  max-width: 226px;
  width: 100%;
  text-align: center;
  float: right;
  padding: 15px 20px;
  color: var(--background);
  font-size: 20px;
  font-weight: 500;
}
.professional-equipment-wrapper .free-shipping .to-shop-container a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  background-color: var(--brandPrimary);
  border-radius: 5px;
}
.professional-equipment-wrapper .free-shipping .to-shop-container .not-member-link {
  background-color: white;
  color: var(--dark-grey);
}
@media (max-width: 1200px) {
  .professional-equipment-wrapper .professional-equipment {
    background-image: url("/images/main/png/individuall-rollladen.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 30px;
  }
  .professional-equipment-wrapper .professional-equipment .data h1 {
    width: initial;
    font-size: 30px;
  }
  .professional-equipment-wrapper .professional-equipment .background {
    display: none;
  }
  .professional-equipment-wrapper .free-shipping .shipping-label h2 {
    font-size: 20px;
  }
  .professional-equipment-wrapper .free-shipping .to-shop-button {
    margin-top: 10px;
  }
  .professional-equipment-wrapper .free-shipping .not-member-link {
    margin-top: 10px;
  }
}

.news-list-container > h2 {
  color: var(--DarkGreen);
}
.news-list-container .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 135px;
  row-gap: 10px;
  padding-top: 45px;
}
.news-list-container .news-grid h2 {
  color: var(--DarkGreen);
}
.news-list-container .news-grid .news-container .main-img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 50px;
}
.news-list-container .news-grid .news-container h1 {
  color: var(--dark-grey);
  font-size: 24px;
}
.news-list-container .news-grid .news-container p {
  margin-bottom: 32px;
  color: var(--dark-grey);
}
.news-list-container .news-grid .news-container a {
  display: inline-block;
  font-weight: bold;
  background-color: var(--brandPrimary);
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  min-width: 226px;
  width: fit-content;
  text-align: center;
}
.news-list-container .news-grid .news-container a:hover {
  text-decoration: none;
  background-color: var(--brandPrimaryHover);
}
.news-list-container .news-grid .news-container a span {
  font-size: 20px;
  font-weight: 500;
}
.news-list-container .news-grid .news-container a img {
  margin-left: 10px;
  filter: brightness(0) invert(1);
}
@media (max-width: 990px) {
  .news-list-container .news-grid {
    grid-template-columns: 1fr;
    padding: 0;
    row-gap: 20px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.subscribe-business-account {
  position: relative;
}
.subscribe-business-account .background-image {
  display: none;
}
.subscribe-business-account .container {
  max-width: 100% !important;
  padding: 0;
  width: 100%;
}
.subscribe-business-account .data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  min-height: 355px;
}
.subscribe-business-account .subscribe-left-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  background-color: #03A84E;
}
.subscribe-business-account .subscribe-left-container h3, .subscribe-business-account .subscribe-left-container span {
  color: white;
}
.subscribe-business-account .subscribe-left-container .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subscribe-business-account .subscribe-left-container .content img {
  margin-right: 12px;
}
.subscribe-business-account .business-right-container {
  background-color: #EFEFEF;
  color: #535353;
}
.subscribe-business-account .business-right-container .content {
  padding: 40px;
}
.subscribe-business-account .business-right-container .content .business-account-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 14px 14px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: var(--background);
}
.subscribe-business-account .business-right-container .content .business-account-image img {
  width: 100%;
  max-width: 100px;
}
.subscribe-business-account .business-right-container .content .about-account {
  width: 19vw;
  font-weight: lighter;
}
.subscribe-business-account .business-right-container .content .about-text {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 50px;
  width: 293px;
  padding: 10px;
  border-radius: 5px;
  background: var(--Main-green, #03A84E);
  color: white;
  height: 50px;
}
.subscribe-business-account .business-right-container .content .about-text h3 {
  /*margin-right: 10px;*/
  margin-bottom: 0;
  color: white;
  font-size: 20px;
}
.subscribe-business-account .business-right-container .content .about-text .right-arrow-image {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--rightArrowImg);
}

@media (max-width: 990px) {
  .subscribe-business-account .data-grid {
    grid-template-columns: 1fr;
  }
  .subscribe-business-account .background-image {
    display: none;
  }
  .subscribe-business-account .subscribe-left-container {
    padding: 40px 10px;
    background-color: #03A84E;
  }
  .subscribe-business-account .business-right-container {
    background-color: #EFEFEF;
    padding: 40px 10px;
  }
  .subscribe-business-account .business-right-container .content {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
  }
  .subscribe-business-account .business-right-container .content .about-account {
    width: fit-content;
  }
}
@media (max-width: 400px) {
  .subscribe-business-account .subscribe-left-container, .subscribe-business-account .business-right-container {
    padding: 20px 10px;
  }
  .subscribe-business-account .subscribe-left-container .content .row, .subscribe-business-account .business-right-container .content .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.company-advantages {
  margin-top: 100px;
}
.company-advantages .header {
  text-align: center;
  margin-bottom: 50px;
}
.company-advantages .header h3 {
  color: var(--blackPrimary);
  font-size: 32px;
  font-weight: 600;
}
.company-advantages .advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-advantages .advantage span {
  max-width: 150px;
  margin-left: 10px;
  color: #535353;
}
.company-advantages .advantage .dynamic-image {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
}
.company-advantages .advantage .dynamic-image.padlock {
  background-image: var(--padlockImg);
}
.company-advantages .advantage .dynamic-image.product-return {
  background-image: var(--productReturnImg);
}
.company-advantages .advantage .dynamic-image.wheelbarrow {
  background-image: var(--wheelbarrowImg);
}
.company-advantages .advantage .dynamic-image.location {
  background-image: var(--locationImg);
}
@media (max-width: 991px) {
  .company-advantages .header {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-advantages .advantage {
    margin-top: 20px;
  }
}

.company-info-blocks {
  margin-top: 80px;
  margin-bottom: 80px;
}
.company-info-blocks .row {
  gap: 59px 0;
}
.company-info-blocks .info-block {
  padding: 20px;
  display: flex;
  align-items: stretch;
}
.company-info-blocks .info-block .info-block-content {
  padding: 30px 20px;
  text-align: left;
  width: 100%;
}
.company-info-blocks .info-block .info-block-content .info-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-info-blocks .info-block .info-block-content .info-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.company-info-blocks .info-block .info-block-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.company-info-blocks .info-block .info-block-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
@media (max-width: 991px) {
  .company-info-blocks {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .company-info-blocks .info-block {
    margin-bottom: 15px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.footer {
  padding: 48px 0;
  background-color: var(--grey-bg-7);
  margin-top: 100px;
}
.footer h3, .footer label, .footer a, .footer span {
  color: var(--dark-grey);
}
.footer h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--dark-grey);
}
.footer .separator-top {
  width: 100%;
  height: 1px;
  background-color: var(--underline-2);
  margin-bottom: 48px;
  opacity: 0.41;
}
.footer .footer-main {
  margin-bottom: 48px;
}
.footer .footer-bottom {
  padding-bottom: 48px;
}
.footer .payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  column-gap: 22px;
  row-gap: 10px;
}
.footer .payment-grid img {
  width: 64px;
  height: 40px;
  object-fit: contain;
  background: white;
  border-radius: 2.5px;
}
.footer .information-links {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .information-links a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--dark-grey);
  text-decoration: none;
}
.footer .information-links a:hover {
  text-decoration: underline;
}
.footer .telephone {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: var(--dark-grey);
  margin-bottom: 15px;
}
.footer .telephone:hover {
  text-decoration: underline;
}
.footer .opening-time {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 12px;
}
.footer .opening-time span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
}
.footer .mobile-charges {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
  display: block;
}
.footer .social-grid {
  display: flex;
  gap: 29px;
  align-items: center;
}
.footer .social-grid img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  object-fit: contain;
}
.footer .social-grid img:hover {
  opacity: 0.8;
}
.footer .shipping-grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footer .shipping-grid img {
  height: 37px;
  object-fit: contain;
}
.footer .shipping-grid img:first-child {
  width: 60px;
}
.footer .shipping-grid img:last-child {
  width: 60.8px;
}
@media (max-width: 1199px) {
  .footer h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 0 0;
  }
  .footer .separator-top {
    margin-bottom: 30px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
  .footer h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer .payment-grid {
    grid-template-columns: repeat(2, 64px);
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.license-footer {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.license-footer span {
  color: white;
}
.license-footer .right-side {
  text-align: end;
}
.license-footer .right-side a:not(:last-child) {
  margin-right: 47px;
}

@media (max-width: 992px) {
  .license-footer .row {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .license-footer .row .right-side {
    margin-bottom: 15px;
  }
  .license-footer .row .left-side, .license-footer .row .right-side {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .license-footer {
    padding: 15px 0;
  }
}
:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

/* Tenant 1 (Spranz) theme */
.tenant1 {
  --brandPrimary: #03A84E;
  --brandPrimaryHover: #2A7E37;
  --brandSecondary: #03A84E;
  --brandSecondaryHover: #E8F2D2;
  --brandTertiary: #03A84E;
  --brandTertiaryHover: #03A84E;
  --newAdvertiseBg: #414141;
  --newAdvertiseColor: white;
  --blackPrimary:#535353;
  --DarkGreen:#021B0D;
  --logoImg: url("/images/amp/logo.png");
  --padlockImg: url("/images/amp/padlock.svg");
  --productReturnImg: url("/images/amp/product-return.svg");
  --wheelbarrowImg: url("/images/amp/made-in-germany.svg");
  --locationImg: url("/images/amp/location.svg");
  --businessAccountBbImg: url("/images/amp/spranz-business-account-bg.png");
  --rightArrowImg: url("/images/amp/right-arrow.svg");
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --data-block-shadow: #70707033;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.cookie-consent-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.cookie-consent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.cookie-consent-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}
.cookie-consent-container .cookie-consent-body {
  position: relative;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 4px 20px var(--box-shadow);
  max-width: 900px;
  width: 100%;
  padding: 28px 32px;
}
.cookie-consent-container .cookie-consent-body .cookie-consent-texts {
  border-right: 1px solid var(--underline-3);
}
.cookie-consent-container .cookie-consent-body .cookie-consent-texts .cookie-consent-title {
  margin-bottom: 10px;
}
.cookie-consent-container .cookie-consent-body .cookie-consent-texts .cookie-consent-description {
  margin: 0;
  font-size: 14px;
  color: var(--dark-grey);
}
.cookie-consent-container .cookie-consent-body .cookie-consent-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.cookie-consent-container .cookie-consent-body .cookie-consent-buttons .cookie-consent-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid var(--brandPrimary);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.cookie-consent-container .cookie-consent-body .cookie-consent-buttons .cookie-consent-button.filled {
  background-color: var(--brandPrimary);
  color: var(--white);
}
.cookie-consent-container .cookie-consent-body .cookie-consent-buttons .cookie-consent-button.filled:hover {
  background-color: var(--brandPrimaryHover);
  border-color: var(--brandPrimaryHover);
}
.cookie-consent-container .cookie-consent-body .cookie-consent-buttons .cookie-consent-button.outlined {
  background-color: var(--white);
  color: var(--brandPrimary);
}
.cookie-consent-container .cookie-consent-body .cookie-consent-buttons .cookie-consent-button.outlined:hover {
  background-color: var(--brandSecondaryHover);
}

@media (max-width: 768px) {
  .cookie-consent-container {
    align-items: center;
    padding: 15px;
  }
  .cookie-consent-container .cookie-consent-body {
    padding: 24px 16px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .cookie-consent-container .cookie-consent-body .cookie-consent-texts {
    border-right: none;
    margin-bottom: 20px;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
body {
  background-color: var(--background);
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  animation: fadeInAnimation ease 1s;
  scrollbar-gutter: stable;
  color: var(--dark-grey);
}
body h1 {
  font-size: 30px;
  font-weight: 900;
  color: var(--DarkGreen);
}
body h2 {
  font-size: 25px;
  font-weight: bold;
  color: var(--DarkGreen);
}
body h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--DarkGreen);
}
body h4 {
  font-size: 16px;
  font-weight: 900;
  color: var(--DarkGreen);
}
body .small-text {
  font-size: 12px;
}
body .link-like-text {
  cursor: pointer;
}
body .link-like-text:hover {
  text-decoration: underline;
}
body .form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid #DCDCDC;
}
body .form-check:last-child {
  border-bottom: none;
}
body .form-check .type-text {
  margin-left: 20px;
  margin-bottom: 0;
}
body .form-check .type-text .form-check-input, body .form-check .type-text .title, body .form-check .type-text .description {
  cursor: pointer;
}
body .form-check .form-check-input {
  width: 20px;
  height: 20px;
  accent-color: var(--brandPrimary);
}
body a {
  cursor: pointer;
  color: var(--blackPrimary);
}
body a:hover {
  color: var(--blackPrimary);
  text-decoration: underline;
}
body input[type=radio] {
  accent-color: var(--brandPrimary);
}
body .primary-color {
  color: var(--brandPrimary);
}
body .primary-color-hover {
  color: var(--brandPrimaryHover);
}
body .primary-bg-color {
  background-color: var(--brandPrimary);
}
body .primary-bg-color-hover {
  background-color: var(--brandPrimaryHover);
}
body .primary-gradient {
  background-image: linear-gradient(90deg, rgba(19, 42, 22, 0.88) 0%, rgba(23, 43, 25, 0.66) 44.3%, rgba(13, 46, 12, 0.14) 100%);
}
body .secondary-color {
  color: var(--brandSecondary);
}
body .secondary-color-hover {
  color: var(--brandSecondaryHover);
}
body .secondary-bg-color {
  background-color: var(--brandSecondary);
}
body .secondary-bg-color-hover {
  background-color: var(--brandSecondaryHover);
}
body .error-text {
  color: var(--red);
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px !important;
  }
}
#wgt-landing-intro {
  min-height: 393px;
}

.professional-equipment-wrapper {
  margin-bottom: 150px;
}

.shop-specials-container {
  margin-bottom: 100px;
}
.shop-specials-container h2 {
  margin-bottom: 35px;
  color: var(--DarkGreen);
}
.shop-specials-container .grid-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 100px;
}

.shop-information-container {
  min-height: 600px;
  margin-bottom: 80px;
}
.shop-information-container .new-product-advertise-container {
  height: 100%;
  background-color: var(--brandPrimary);
  padding: 40px 20px;
}
.shop-information-container .new-product-advertise-container .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.shop-information-container .new-product-advertise-container .logo-container .logo {
  display: flex;
  align-items: center;
  width: 12vw;
  height: 12vw;
  max-width: 208px;
  max-height: 208px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
  padding: 30px;
  background-color: white;
}
.shop-information-container .new-product-advertise-container h2 {
  margin-bottom: 20px;
  color: var(--newAdvertiseColor);
}
.shop-information-container .new-product-advertise-container span {
  display: block;
  font-weight: 300;
  margin-bottom: 40px;
  color: var(--newAdvertiseColor);
}
.shop-information-container .new-product-advertise-container .button-like {
  color: var(--brandPrimary);
}
.shop-information-container .savings-assortiment-container {
  margin: 0 15px;
}
.shop-information-container .savings-assortiment-container .savings-container {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/main/png/landing/landing-bg-1.png");
  background-image: image-set(url("/images/main/webp/landing/landing-bg-1.webp") type("image/webp"), url("/images/main/png/landing/landing-bg-1.png") type("image/png"));
  padding-top: 50px;
  text-transform: uppercase;
}
.shop-information-container .savings-assortiment-container .assortiment-container {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/main/png/landing/landing-bg-2.png");
  background-image: image-set(url("/images/main/webp/landing/landing-bg-2.webp") type("image/webp"), url("/images/main/png/landing/landing-bg-2.png") type("image/png"));
  padding-top: 50px;
  margin-top: 15px;
  text-transform: uppercase;
}
.shop-information-container .savings-assortiment-container .data {
  width: 63%;
  min-width: 200px;
  padding: 20px 15% 14px 12px;
  background-color: rgba(3, 168, 78, 0.7);
}
.shop-information-container .savings-assortiment-container .data p {
  font-size: 20px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
.shop-information-container .savings-assortiment-container .data span {
  color: white;
}
.shop-information-container .savings-assortiment-container .data .button-like {
  width: 162px;
  height: 40px;
  margin-top: 16px;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.shop-information-container .planning-consulting-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.shop-information-container .planning-consulting-container .image-section {
  height: 60%;
}
.shop-information-container .planning-consulting-container .image-section .video-thumbnail-alt {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shop-information-container .planning-consulting-container .image-section .video-thumbnail-alt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-information-container .planning-consulting-container .image-section .video-thumbnail-alt .play-button-large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 8px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.shop-information-container .planning-consulting-container .image-section .video-thumbnail-alt .play-button-large::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 35px solid rgba(255, 255, 255, 0.7);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.shop-information-container .planning-consulting-container .image-section .video-thumbnail-alt:hover .play-button-large {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: white;
}
.shop-information-container .planning-consulting-container .image-section .video-thumbnail-alt:hover .play-button-large::before {
  border-left-color: white;
}
.shop-information-container .planning-consulting-container .image-section iframe {
  width: 100%;
  height: 100%;
}
.shop-information-container .planning-consulting-container .button-section {
  height: 40%;
  display: flex;
  align-items: flex-end;
  background-color: var(--grey-bg-6);
  padding: 30px 40px;
}
.shop-information-container .planning-consulting-container .button-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
}
.shop-information-container .planning-consulting-container .button-section .content-wrapper .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.shop-information-container .planning-consulting-container .button-section .content-wrapper .button-like {
  margin: 0;
  width: fit-content;
}

.data-landing-separator {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.data-landing-separator .separator {
  display: block;
  height: 1px;
  width: 50%;
  background-color: var(--underline-opacity);
}

.partner-slideshow {
  margin-top: 90px;
  margin-bottom: 130px;
  text-align: center;
}
.partner-slideshow h1 {
  font-size: 40px;
  margin-bottom: 70px;
}

.button-like {
  display: block;
  width: fit-content;
  background-color: var(--white);
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 20px;
}
.button-like:hover {
  text-decoration: none;
  background-color: var(--brandSecondaryHover);
  color: inherit;
}
.button-like.primary-color:hover {
  color: var(--brandPrimary);
}

.special {
  background-color: var(--brandPrimary);
  color: var(--white);
  min-width: 226px;
  text-align: center;
}
.special:hover {
  background-color: var(--brandPrimaryHover);
  color: var(--white);
}

@media (max-width: 1200px) {
  .shop-specials-container .grid-body {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
  }
}
@media (max-width: 991px) {
  .shop-specials-container .grid-body {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .shop-information-container .planning-consulting-container .image-section {
    padding: 20px;
  }
  .shop-information-container .planning-consulting-container .image-section h1 {
    font-size: 30px;
  }
  .shop-information-container .planning-consulting-container .button-section {
    padding: 20px;
  }
  .shop-information-container .planning-consulting-container .button-section .content-wrapper {
    gap: 12px;
  }
  .shop-information-container .planning-consulting-container .button-section .content-wrapper .description {
    font-size: 14px;
  }
  .shop-information-container .savings-assortiment-container {
    margin: 15px 0;
  }
}

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