body.hsg2024 {
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
}

body.hsg2024 .account-recover-password-back.btn.btn-outline-secondary {
    display: none;
}

body.hsg2024 .home_welcome h1 {
    font-size: 2rem;
}

body.hsg2024 .home_welcome h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

body.hsg2024 .home_welcome div {
    font-size: 20px;
    margin: 20px 0 0 0;
}

body.hsg2024 .home_welcome div a {
    color: #2c78bd;
    font-weight: bold;
}

body.hsg2024 .reseller_top_text h1 {
    font-size: 2rem;
}

body.hsg2024 .reseller_top_text h2 {
    font-size: 1.5rem;
}

body.hsg2024 .reseller_top_text div {
    font-size: 20px;
}

body.hsg2024 .reseller_top_text div a {
    color: #2c78bd;
    font-weight: bold;
}

body.hsg2024 #resellerBtn {
  color: #2c78bd;
  padding: 6px;
  border-radius: 4px;
  background-color: aliceblue;
  cursor: pointer;
  text-align: center;
  margin: 8px auto;
}

body.hsg2024 .order-table-header-context-menu .icon > svg,
body.hsg2024 .order-table-header-context-menu-content-link {
  color: #666;
}

body.hsg2024 .footer-no-link {
  color: #eee;
}

body.hsg2024 .footer-main p {
  color: #00b2ff8f;
}

body.hsg2024 .line-item-label {
  color: #333;
  font-weight: 700;
}

body.hsg2024 .form-control {
  color: #333;
  opacity: 1;
}

body.hsg2024 .nav-link.main-navigation-link.home-link,
body.hsg2024 .product-detail-manufacturer-link {
    /*display: none;*/
    text-transform: uppercase;
}

body.hsg2024 h1 {
  color: #4f4f4f;
}

body.hsg2024 .content-main h2 {
  color: #4f4f4f;
  font-weight: lighter;
}

body.hsg2024 .hsg-info-seite p {
  color: #757575;
  font-size: 1.25rem;
  text-align: justify;
}

body.hsg2024 .cms-block-container-row.row.cms-row  {
    max-width: 100vw;
}

body.hsg2024 .btn-buy {
    background-image: linear-gradient(to bottom, #1ebdff 0%, #009ee0 100%);
    border: 0;
}

body.hsg2024 .btn.btn-primary {
    background-image: linear-gradient(to bottom, #1ebdff 0%, #009ee0 100%);
    border: 0;
    color: white;
    margin-bottom: 24px;
}

@media(max-width: 520px) {
    .content-main .cms-element-image-slider {
        display: none;
    }
}

.hsg-search-desktop {
    padding: 5px;
    cursor: pointer;
}

.hsg-search-desktop:hover .icon {
    color: #00b1e6;
}

.hsg-search-input .collapse {
    display: block !important;
}

.hsg-search-input {
    position: relative;
    background-color: white;
    width: fit-content;
    min-width: 450px;
    border-radius: 12px;
    padding: 46px;
    margin: auto;
}

body.hsg2024 .search-suggest-product-link {
  color: #333;
}

@media (max-width: 500px) {
    .hsg-search-input {
      position: relative;
      background-color: white;
      width: fit-content;
      min-width: 100%;
      border-radius: 12px;
      padding: 35px;
      margin: auto;
    }
}

.footer-minimal * {
    color: #ddd;
}

.footer-minimal a {
    color: #bbb;
}

.hsgslider .row {
    --bs-gutter-x: 0;
}

.hsg-hktextbox {
  background-color: #f5f5f5;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.btn.btn-outline-primary.header-minimal-back-to-shop-button {
    background-color: var(--bs-btn-hover-bg);
}

.hsg-x-btn-right-top .icon {
    color: #00b1e6;
}

.hsg-x-btn-right-top {
    position: absolute;
    right: 3px;
    top: 0px;
    padding: 10px;
    /*background-color: white;*/
    cursor: pointer;
}

#hsg-search-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #00000069;
  overflow: auto;
  padding-top: 180px;
}

#hsg-header-inner .header-logo-picture {
  display: block;
  max-width: 100%;
  min-width: 100%;
  margin: auto;
}

@media (max-width: 991px) {
#hsg-logo-container {
    width: 60%;
    margin: auto;

}
}

@media (max-width: 575px) {
    #hsg-logo-container {
        width: 80%;
        margin: auto;

    }
    
    .hsg-search-desktop {
        /*display: none;*/
    }
}

@media (min-width: 992px) {
#hsg-header-inner {
    display: flex;
    justify-content: space-between;
}

#hsg-header-left {
    flex: 0 0 32%;
    line-height: 100%;
}

#hsg-header-left-firmendaten {
    font-size: 12px;
    line-height: 1.3;
    width: fit-content;
    height: fit-content;
    margin-left: 72px;
    margin-top: 38px;
	color: #444;
}

#hsg-header-left-firmendaten-name {
    display: none;
  font-size: 15px;
  font-weight: bold;
  color: var(--bs-primary);
  max-width: 100px;
  margin-bottom: 10px;
  margin-left: -5px;
}

#hsg-header-left-firmendaten-name img {
  width: 100%;
}

#hsg-header-left-firmendaten-anschrift {
    display: none;
}

#hsg-header-left-firmendaten-kontakt {
    line-height: 1.5;
}

#hsg-header-left-firmendaten-kontaktform {
    margin-top:6px;
    font-size: 12px;
}

#hsg-logo-container {
    flex: 0 0 32%
}

#hsg-header-menu {
    flex: 0 0 32%;
    padding: 50px;
}

#hsg-header-menu .row {
    width: fit-content;
    float: right;
}

.header-main .container {
    width: 100vw;
    max-width: unset;
    padding: 0px;
}

#hsg-topbar-first {
/*    display: none;*/
    height: 20px;
    margin-bottom: 10px;
    width: 100%;
    background-color: white;
}

.nav-main {
  position: sticky;
  top: 0;
  background-color: #333;
  z-index: 999;
}

#mainNavigation {
    background-color: #0d3a48;
    padding-top: 4px;
}

.hidemaincat {
    display: none;
}

body.hsg2024 #mainNavigation .navigation-flyouts .navigation-flyout-link.is-level-0 {
  color: var(--bs-primary);
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
  border-left: 1px solid lightgray;
  content: "";
}

#hsg-header-inner .header-search-col {
    display: none;
}

}

body.hsg2024 .category_header_banner * {
    width: 100vw;
    max-width: 100vw;
    padding: 0px;
    margin: 0px;
}

.category_header_banner .cms-section-default.boxed {
    width: 100vw;
    max-width: 100vw;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 1070px) {
    body.hsg2024 .hsg-text-seite .cms-section-default.boxed {
      background-color: #fbfbfb;
      background-image: url(/media/4c/63/9f/1728304824/paragraph.png);
      background-repeat: no-repeat;
      background-position: right top;
    }
}

@media (max-width: 1069px) {
    .hsg-text-seite .cms-block-container {
        padding: 10px !important;
    }
}

.container-main {
    padding-top: 0px;
}

.breadcrumb.cms-breadcrumb.container {
    display: none;
}

.cms-element-sidebar-filter {
    box-shadow: 0px -3px 12px #0003;
}

#filter-panel-wrapper {
  padding-top: 14px;
  background-color: #f7f7f7;
  /*border: 1px solid #ededed;*/
  /*border-radius: 4px;*/
}

.filter-panel-items-container {
    width: fit-content;
    margin: auto;
}

.hsg_product_listing_filter .cms-block.pos-0.cms-block-sidebar-filter {
    position: absolute;
    z-index: 99;
    width: 100vw;
    left: 0px;
    --bs-gutter-x: 0;
}

.hsg_product_listing_filter .cms-block.pos-0.cms-block-sidebar-filter  * {
    --bs-gutter-x: 0;
}

.hsg_product_listing_filter .cms-element-product-listing {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .hsg_product_listing_filter .cms-element-product-listing {
        margin-top: 60px;
    }
}


body.hsg2024 .product-detail * {
    color: #333;
}

.hsg-listing-maincategory-name {
  padding-top: 5px;
  position: absolute;
}

body.hsg2024 .hsg-listing-maincategory-name h1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--bs-link-color);
}

.hsg-listing-category-name {
  padding-top: 50px;
  position: relative;
}

@media (min-width: 768px) {
    .hsg-listing-category-name {
      padding-top: 50px;
      position: absolute;
    }
}

body.hsg2024 .hsg-listing-category-name h1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--bs-link-color);
  margin-bottom: 0;
  margin-top: 10px;
}

.cms-block-product-listing .alert {
    margin-top: 50px;
}

body.hsg2024 .cms-element-sidebar-filter {
  padding: 0px;
}

body.hsg2024 .cms-element-sidebar-filter button {
  border: 0;
  background-color: #fff;
  border-radius: 4px;
}

body.hsg2024 .filter-multi-select-dropdown, body.hsg2024 .filter-range-dropdown {
  border: 0px;
  background-color: rgb(247, 247, 247);
  box-shadow: rgba(0, 0, 0, 0.12) 5px 5px 5px;
}

body.hsg2024 .sorting .sorting.form-select {
    border: 0;
    border-radius: 2px;
    background-color: #f8f8f8;
}

body.hsg2024 .form-select {
    color: #333;
}

body.hsg2024 .gallery-slider-single-image {
    cursor: pointer;
}

body.hsg2024 .navigation-offcanvas-link {
  color: #333;
}

body.hsg2024 .product-box {
    transition: all 0.5s;
  border: 1px solid #efefef;
  background-color: unset;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

body.hsg2024 .product-box:hover {
  border: 1px solid #cacaca;
  box-shadow: 5px 5px 5px #cacaca;
  margin-bottom: 20px;
}

body.hsg2024 .product-box .card-body:hover {
  background-color: #f9f9f9;
  border-radius: unset;
  z-index: 998;
}

body.hsg2024 .product-box .product-variant-characteristics,
body.hsg2024 .product-box .product-rating,
body.hsg2024 .product-box .product-cheapest-price {
    display: none;
}

body.hsg2024 .product-box .product-action {
    transition: all 0.6s;
    opacity: 0;
    display: none;
}

body.hsg2024 .boxhover .product-action {
    display: none;
    opacity: 1;
}


body.hsg2024 .product-box .btn-buy {
    background-color: var(--bs-primary);
    border: 0px;
}

body.hsg2024 .filter-panel-item.dropdown *,
body.hsg2024 .sorting *,
body.hsg2024 .filter-panel-active-container * {
    color: #333;
}

body.hsg2024 .product-box .btn-light {
    border: 0px;
}

.product-info {
  /*background-color: #ffffff54;*/
  padding: 10px;
}

.product-name {
  transition: all 0.5s;
  position: relative;
  color: #5f7285;
  font-size: 19px;
  font-weight: bold;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  height: 58px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.boxhover .product-name {
    color: var(--bs-link-color);
}

.product-name:hover {
  color: var(--bs-link-hover-color);
  text-decoration: none;
}

.product-name-after {
  display: none;
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: calc(var(--bs-card-spacer-y) + 64px);
}

.product-image-after {
  display: none;
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: calc(var(--bs-card-spacer-y) + 268px);
}

body.hsg2024 .product-image-link {
    overflow: hidden;
}

body.hsg2024 .product-image-link img {
  transition: all 0.5s;
}

body.hsg2024 .boxhover .product-image-link img {
  width: fit-content;
  max-width: fit-content;
  max-height: unset;
  object-fit: unset;
  height: 110%;
}

.hsg-product-card-inner {
    margin-bottom: 46px;
/*    background-color: white;
    border-radius: 12px;    */
}

.product-name-after, .product-image-after {
    background-color: #fff;
    /*display: none;*/
}

.product-price {
    transition: all 0.5s;
  color: #00b1e6;
  font-weight: 300;
  float: unset;
}

.boxhover .product-price {
    font-weight: bold;
    font-size: 24px;
    color: #0a0;
}

body.hsg2024 .product-box .product-description {
    transition: all 0.2s;
  color: #717171;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 2px white;
}

body.hsg2024 .boxhover .product-description {
  /*opacity: 0.2;*/
}

body.hsg2024 .product-price-wrapper {
    text-align: center;
    text-transform: lowercase;
    font-size: 12px;
    /*background-color: white;*/
}

body.hsg2024 .product-price-wrapper .product-price {
    margin: 0 0 0 10px;
    line-height: unset;
}

body.hsg2024 .hsg-price-text-from {
  display: inline;
  line-height: 32px;
  color: var(--bs-primary);
}

body.hsg2024 .product-price-info {
    margin: 0;
    /*background-color: white;*/
}

body.hsg2024 .product-price-unit {
  font-size: 12px;
  text-align: center;
  color: #28aa16;
  margin: 2px 5px 2px 0;
  padding: 0;
}

body.hsg2024 .dropdown-menu .list-group-item.list-group-item-action.account-aside-item {
    background-color: rgb(247, 247, 247);
}    

body.hsg2024 .account-menu-register {
    color: #333;
}
    
body.hsg2024 .dropdown-menu {
  border: 0px;
  background-color: rgb(247, 247, 247);
  box-shadow: rgba(0, 0, 0, 0.12) 5px 5px 5px;
}

/*Footer*/

#hsg-footer-service-telefon {
    font-size: 20px;
    font-weight: bold;
    color: var(--bs-body-color);
}

#hsg-footer-service-mail {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: var(--bs-body-color);
}

#hsg-footer-service-logo {
    margin-top: 15px;
    position: relative;
    margin-left: -13px;
}

#hsg-footer-service-logo img {
    width: 160px;
}

@media (min-width: 768px) {
    #hsg-footer-service-logo img {
        width: 80%;
    }
}

#hsg-footer-newsletter-submit {
    width: 100%;
}

#hsg-footer-newsletter-form-container {
    margin-top: 25px;
}

body.hsg2024 .footer-vat {
    font-size: 11px;
}

body.hsg2024 .footer-column-headline {
    color: #00afe8;
}

body.hsg2024 .footer-main a {
    color: #00afe8;
}

body.hsg2024 .footer-main .footer-link {
  color: #ffffff;
}

body.hsg2024 .offcanvas {
  color: #333;
}

body.hsg2024 .footer-main {
    background-color: #0d3a48;
    border-top: 1px solid #e6e6e6;
}
    
body.hsg2024 .footer-bottom {
    background-color: #0d3a48;
}

@media (min-width: 768px) {
    
    body.hsg2024 #footerColumns {
        max-width: 1400px;
        margin: auto;
        border-bottom: 1px solid #dadae5;
    }
    
    body.hsg2024 .col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside {
        flex: 0 0 auto;
        width: 25%;
    }
    
}

#hsg-catboxes-container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hsg-maincategory-site #hsg-catboxes-container {
    margin-top: 40px;
}


.hsg-catbox {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 26px;
    margin-bottom: 26px;
    background-position-x: center;
    /*background-position-y: bottom;*/
}

.hsg-catbox-description {
    margin-top: 10px;
}

.hsg-catbox-link-container {
    position: relative;
}

.hsg-catbox .hsg-catbox-link-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    /*background-position-y: bottom;*/
}

.hsg-catbox.hsg_catbox_full_width {
    width: 100%;
    height: fit-content;
}

.hsg-catbox.hsg_catbox_full_width .hsg-catbox-link-container {
    height: 400px;
}

.hsg-catbox.hsg_catbox_full_width_textbox {
    width: 100%;
    height: fit-content;
}

.hsg-catbox.hsg_catbox_full_width_textbox .hsg-catbox-link-container {
    height: 100px;
}

.hsg-catbox.hsg_catbox_half_width {
    width: 48%;
    height: fit-content;
}

.hsg-catbox.hsg_catbox_half_width .hsg-catbox-link-container {
    height: 460px;
}

.hsg-catbox.hsg_catbox_third_width {
    width: 31%;
    height: fit-content;
}

.hsg-catbox.hsg_catbox_third_width .hsg-catbox-link-container {
    height: 460px;
}

.hsg-catbox.hsg_catbox_quarter_width {
    width: 23%;
    height: fit-content;
}

.hsg-catbox.hsg_catbox_quarter_width .hsg-catbox-link-container {
    height: 460px;
}

.hsg-catbox.hsg_catbox_quarter_width_textbox {
    width: 23%;
    height: fit-content;
}

.hsg-catbox.hsg_catbox_quarter_width_textbox .hsg-catbox-link-container {
    height: 100px;
}

body.hsg2024 .hsg-catbox.hsg_catbox_full_width_textbox .hsg-catbox-link-container {
    background-image: unset;
    background-color: #0d3a48;
}
body.hsg2024 .hsg-catbox.hsg_catbox_quarter_width_textbox .hsg-catbox-link-container {
    background-image: unset;
    background-color: #0d3a48;
}

@media(max-width: 900px) {
    .hsg-catbox {
        width: 100% !important;
        height: 500px !important;
    }
}

.hsg-catboxlink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #00000044;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.hsg-catboxlink:hover {
    background-color: unset;
}

.hsg-catboxlink:hover {
    text-decoration: none;
}

.hsg-catbox-headline {
    transition: all 0.5s;
    height: fit-content;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: white;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.8);
    position: relative;
    z-index: 99;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hsg-maincategory-description {
    padding-top: 70px;
    margin-bottom: -70px;
}

.boxhover:not(.hsg_catbox_quarter_width_textbox, .hsg_catbox_full_width_textbox) .hsg-catbox-headline {
    font-size: 44px;
    background-color: #00000055;
    margin-top: 300px;
}

/*Produktboxen*/

body.hsg2024 .card-body {
/*  border: 1px solid #e6e6e6; */
  border-radius: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

/*Produkt-Detail-Seite*/

body.hsg2024 .js-quantity-selector {
    pointer-events: none;
}

/*Kategorie Banner*/
#hsg-header-banner {
    width: 100%;
}

.hsg-header-category-banner * {
    padding: 0px;
    --bs-gutter-x: 0;
}

#hsg-category-banner-container {
    max-width: 1320px;
    margin: auto;
}

.hsg-listing .hsg-category-banner.first-banner {
    margin: 50px auto;
}

.hsg-category-banner.first-banner {
    margin-top: 64px;
}

.banner-image {
  width: 100%;
  display: inline-block;
  height: fit-content;
  text-align: center;
  margin: auto;
}



/*DUMP*/
.dumpwindow {
    overflow: hidden;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
}

.dumpwindow.showme {
    height: 600px;
    width: 660px;
    cursor: unset;
    border-radius: unset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background-color: aliceblue;
}

.dumpwindow-spacer {
    height: 30px;
    width: 30px;
    background-color: #ffa50021;
}

.dumpwindow-content {
    overflow: auto;
    height: 550px;
    width: 600px;
    margin: auto;
}

/* ALDA */
@media (min-width: 768px) {
  .main-navigation-link.active {
    color: #fff;
    font-weight: 700;
  }
  
  .main-navigation-link:hover, .main-navigation-link.is-open {
    color: #3184cf;
  }
  
}

@media (min-width: 768px) {
  .main-navigation-link.active .main-navigation-link-text {
    border-color:
#fff;
  }
}

