/* Fonts */
@font-face {
  font-family: 'burbach';
  src: url('../documents/fonts/burbach.eot?5zt95c');
  src: url('../documents/fonts/burbach.eot?5zt95c#iefix') format('embedded-opentype'),
    url('../documents/fonts/burbach.ttf?5zt95c') format('truetype'),
    url('../documents/fonts/burbach.woff?5zt95c') format('woff'),
    url('../documents/fonts/burbach.svg?5zt95c#burbach') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon2-"],
[class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'burbach' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-hugeicons--shopping-basket-pl:before {
  content: "\e900";
}

.icon2-ion--search:before {
  content: "\e901";
}

.icon2-ph--heart-bold:before {
  content: "\e902";
}

.icon2-material-symbols--account-circle-outline:before {
  content: "\e903";
}

.icon2-ph--phone-light:before {
  content: "\e904";
}

.icon2-pixelarticons--menu:before {
  content: "\e905";
}

.icon2-weui--email-outlined:before {
  content: "\e906";
}


/* Global */
html {
  font-size: 18px;
}

.btn-light {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}

.container-category {
  max-width: 1100px;
  margin: 0 auto;
}

html:not(.ie) body .widget-image-box:not([class*=prop-xs-]):hover img {
  transform: scale(1) !important;
}

.pl-shopping-basket-3,
.pl-outline-favorite_border,
.pl-outline-account_circle,
.pl-baseline-search {
  font-family: 'burbach' !important;
}

.pl-shopping-basket-3:before {
  content: "\e900";
}

.pl-outline-favorite_border:before {
  content: "\e902";
}

.pl-outline-account_circle:before {
  content: "\e903";
}

.pl-baseline-search:before {
  content: "\e901";
}

@media (min-width: 992px) {
  #page-header.sticky-top {
    position: static;
  }

  .mb-xl {
    margin-bottom: 90px !important;
  }

  .row.row-gap-xl,
  .row-gap-xl .row {
    margin-left: -50px;
    margin-right: -50px;
  }

  .row.row-gap-xl>div[class*='col-'],
  .row-gap-xl .row>div[class*='col-'] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* Header */
.navbar-brand img {
  width: 100%;
}

.top-banner {
  color: #fff;
  background-color: #077db0 !important;
  text-align: center;
  padding: 0.6rem 0;
  max-width: unset !important;
}

.top-banner .icon {
  vertical-align: middle;
  margin: 0 2px 0 6px;
  font-size: 20px;
}

#page-header.sticky-top {
  position: static !important;
}

#page-header>.container-max>.row {
  margin: 0 !important;
}

@media (max-width: 640px) {
  body:not(.isShopBuilder) .top-banner {
    display: none;
  }
}

.navbar-other-flex-col {
  align-items: center;
  justify-content: space-between;
}

.navbar-other-flex-col .nav-wishlist-desktop a,
.nav-account .dropdown-toggle,
.toggle-basket-preview {
  display: flex;
  align-items: center;
}

.nav-wishlist-desktop .pl-material,
.nav-main-icon {
  padding: 0 5px 0 10px;
}

.mobile-menu .nav-basket .nav-main-icon {
  color: inherit !important;
}

.img-nav-row {
  max-width: 100px;
}

@media (max-width: 1200px) {
  .img-nav-row {
    max-height: 30px;
  }
}

@media (max-width: 1400px) {
  .navbar-other-flex-col {
    justify-content: flex-end;
    column-gap: 10px;
  }

  .nav-name {
    display: none;
  }
}

@media (max-width: 992px) {
  .navbar-other-flex-col {
    column-gap: 0;
  }
}

/* Menu */
.main-navbar-collapsable ul.mainmenu li.info-menu-parent>a {
  color: #077db0 !important;
  cursor: pointer;
}

.info-menu {
  padding: 20px 45px !important;
  column-gap: 50px !important;
}

.main-navbar-collapsable ul.mainmenu .info-menu a {
  padding: 0 !important;
  width: auto !important;
}

.main-navbar-collapsable ul.mainmenu .info-menu a.btn {
  color: #fff !important;
  padding: .5rem 1rem !important;
}

.info-menu>li {
  flex: 1;
  width: auto !important;
  padding: 25px 40px !important;
  background-color: #f6f6f6;
}

.info-menu>li>span {
  display: block;
}

.info-menu .info-title {
  font-size: 1.5rem;
  text-align: center;
  color: #077db0;
  margin-bottom: 1rem;
}

.info-menu .info-text {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.mobile-menu .navbar-toggle {
  width: auto;
  margin: 0 6px 0 0;
}

.mobile-menu .navbar-toggle .icon-bar {
  background-color: #077db0;
  width: 25px;
  height: 3px;
}

.mobile-menu {
  position: static;
  color: #077db0;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding-bottom: 14px;
}

.navbar-mobile-menu .nav-search {
  flex: 1;
}

.navbar-mobile-menu .search-dropdown {
  position: static;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.navbar-mobile-menu .nav-search .search-input {
  height: 38px;
  padding: 8px !important;
}

.navbar-mobile-menu .nav-search .search-submit {
  height: 36px;
  padding: 0 10px;
  font-size: 1.4em;
}

/* Widget Anchor Boxes */
.widget-anchor-boxes .widget-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px 20px;
}

.widget-anchor-boxes .widget-inner .item {
  cursor: pointer;
}

.widget-anchor-boxes .widget-inner .item .name {
  display: block;
  text-align: center;
  color: #717171;
  padding: 6px 0;
}

.widget-anchor-boxes .widget-inner .item img {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid #bfbfbf;
  max-width: 100%;
}

.widget-image-content-box .headline {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.widget-image-content-box .sub-headline {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.widget-image-content-box img {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid #bfbfbf;
}

.widget-image-content-box .row {
  margin-top: 48px;
}


@media (min-width: 992px) {
  .widget-image-content-box:nth-of-type(even) .row>.col-12:first-child {
    order: 2;
  }
}

.widget-image-content-box .description-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: #077db0;
  margin-bottom: 10px;
}

.widget-image-content-box .description {
  line-height: 1.4;
}

.widget-image-content-box .buttons-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.widget-image-content-box .buttons-group .btn {
  padding: .8rem .8rem;
}

.widget-image-content-box .buttons-group .pl-material {
  padding: 0 5px 0 5px;
  font-size: 18px;
}

/* */
.widget-accordion .card button h5 {
  font-weight: 400;
  color: #077db0;
}

.widget-accordion .card button .fa {
  top: -9px;
}

.widget-accordion .fa-chevron-down:before {
  content: "-";
  font-weight: 700;
  font-size: 34px;
}

.widget-accordion .card button.collapsed .fa-chevron-down:before {
  content: "+";
}

/* */
.widget-custom-b2b-container.shopbuilder>.widget-inner>div {
  position: relative;
  border: 2px dotted #000;
  font-size: 12px;
  line-height: 1.2;
}

.widget-custom-b2b-container.shopbuilder>.widget-inner>.container-c1:before,
.widget-custom-b2b-container.shopbuilder>.widget-inner>.container-c2:before,
.widget-custom-b2b-container.shopbuilder>.widget-inner>.container-c3:before {
  background-color: #eee;
  display: inline-block;
}

.widget-custom-b2b-container.shopbuilder>.widget-inner>.container-c1:before {
  content: "Wenn der Preis angezeigt wird";
}

.widget-custom-b2b-container.shopbuilder>.widget-inner>.container-c2:before {
  content: "Wenn der Warenkorb Button angezeigt wird";
}

.widget-custom-b2b-container.shopbuilder>.widget-inner>.container-c3:before {
  content: "Wenn der Warenkorb Button ausgeblendet ist";
}

/* Blog */
body.blogPage {
  font-size: 16px;
}

.blog-navbar .container-max,
body.blogPage #page-header .container-max,
body.blogPage #page-body .container-max {
  max-width: 1280px !important;
}

body.blogPage .cmp-product-thumb .btns-block .btn-outline-primary {
  border-color: #077db0;
  background-color: #077db0 !important;
  color: #fff !important;
}

body.blogPage .widget-item-list .owl-carousel .owl-dots {
  position: static;
  display: block;
}

body.blogPage .owl-theme .owl-dots .owl-dot span {
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

body.blogPage .owl-theme .owl-dots .owl-dot.active span,
body.blogPage .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #077db0;
  border-color: #077db0;
}

body.blogPage .owl-carousel .carousel-control {
  display: none;
}

body.blogPage .widget-text h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-container-spacing {
  padding-left: 64px;
  padding-right: 64px;
}

@media (max-width: 992px) {
  body.blogPage {
    font-size: 14px;
  }

  .blog-container-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  body.blogPage .cmp-product-thumb>div {
    flex-direction: row;
    gap: 10px;
  }

  body.blogPage .cmp-product-thumb .thumb-content {
    padding-top: 0 !important;
  }

  body.blogPage .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px 5px;
  }

  body.blogPage .cmp-product-thumb .thumb-image {
    flex: 0 0 110px;
    max-width: 110px;
  }

  body.blogPage .cmp-product-thumb .thumb-title {
    text-align: left;
    font-size: 0.8rem;
  }

  body.blogPage .cmp-product-thumb .thumb-meta {
    margin-top: 0;
  }

  body.blogPage .cmp-product-thumb .prices {
    justify-content: flex-start;
    align-items: center;
  }

  body.blogPage .cmp-product-thumb .price,
  body.blogPage .cmp-product-thumb .crossprice {
    font-size: 0.8rem;
  }
}

.blog-navbar {
  border-bottom: 1px solid #e8e8e8;
}

.blog-navbar .navbar-brand img {
  max-height: 60px;
}

.blog-navbar .navbar-other-flex-col {
  justify-content: flex-end;
}

.blog-navbar .blog-mainmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

.blog-navbar .blog-mainmenu li {
  border-bottom: 2px solid transparent;
}

.blog-navbar .blog-mainmenu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  color: #333 !important;
}

.blog-navbar .blog-mainmenu li.active {
  border-bottom: 2px solid #077db0;
}

.blog-navbar .blog-mainmenu li a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/icons/bg-store.svg');
  background-size: cover;
}

.blog-navbar .blog-mainmenu li.homepage-link a:before {
  margin-top: -2px;
}

.blog-navbar .blog-mainmenu li.blog-link a:before {
  background-image: url('../images/icons/bg-book.svg');
}

.blog-navbar .blog-mainmenu li.consult-link a:before {
  background-image: url('../images/icons/bg-help.svg');
}

.blog-mobile-navigation .breadcrumb {
  display: flex;
  justify-content: flex-end;
  margin: 0 !important;
}

.blog-mobile-navigation .mainmenu li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-mobile-navigation .mainmenu li a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/icons/bg-store.svg');
  background-size: cover;
}

.blog-mobile-navigation .mainmenu li.homepage-link a:before {
  margin-top: -2px;
}

.blog-mobile-navigation .mainmenu li.blog-link a:before {
  background-image: url('../images/icons/bg-book.svg');
}

.blog-mobile-navigation .mainmenu li.consult-link a:before {
  background-image: url('../images/icons/bg-help.svg');
}

.blog-mobile-navigation .breadcrumb li.btn-close {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  pointer-events: all !important;
}

@media (min-width: 991.98px) {
  .blog-navbar {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .blog-navbar .blog-mainmenu {
    display: none;
  }

  .blog-navbar .blog-mobile-menu-trigger {
    position: relative;
    padding: 9px 10px;
    cursor: pointer;
  }

  .blog-navbar .blog-mobile-menu-trigger .icon-bar {
    display: block;
    background-color: #077db0;
    width: 25px;
    height: 3px;
  }

  .blog-navbar .blog-mobile-menu-trigger .icon-bar+.icon-bar {
    margin-top: 4px;
  }
}

.blog-category-banner1>.widget-inner:first-of-type>div {
  padding: 0 50px;
}

.blog-category-banner1>.widget-inner:first-of-type:before {
  content: "";
  background-color: #077db0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-category-desc2 {
  color: #fff;
  padding: 20px;
  line-height: 1.2;
}

.blog-category-desc2 h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.blog-category-desc2 .sub-title {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 50px;
}

.blog-category-desc2 .content {
  font-size: 1.6rem;
}

.blog-category-header {
  text-align: center;
  color: #333;
}

.blog-category-header .blog-category-name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-category-header .blog-category-desc {
  margin-bottom: 60px;
}

.widget-article-header {
  text-align: center;
  color: #333;
}

.widget-article-header .blog-article-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.widget-article-header .blog-article-desc2 {
  margin-bottom: 50px;
}

.widget-article-header .blog-article-img {
  width: 100%;
  margin-bottom: 25px;
  max-height: 500px;
  object-fit: cover;
}

@media (max-width:1200px) {
  .blog-category-banner1>.widget-inner:first-of-type>div {
    padding: 0;
  }

  .blog-category-desc2 h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }

  .blog-category-desc2 .sub-title {
    margin-bottom: 20px;
  }

  .blog-category-desc2 .sub-title,
  .blog-category-desc2 .content {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .blog-category-banner1>.widget-inner:first-of-type>div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog-category-banner1>.widget-inner:first-of-type:before {
    left: 15px;
  }

  .blog-category-banner1>.widget-inner:first-of-type {
    padding-right: 0;
  }

  .blog-category-banner1>.widget-inner:last-of-type {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .blog-category-banner1>.widget-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-category-banner1>.widget-inner:first-of-type {
    order: 1;
  }

  .blog-category-banner1>.widget-inner:last-of-type {
    order: 0
  }

  .blog-category-banner1 img {
    max-height: 200px;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .blog-category-desc2 h1 {
    font-size: 1.5rem;
  }

  .blog-category-desc2 .sub-title {
    font-size: 1.2rem;
  }

  .blog-category-desc2 .content {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .blog-category-header {
    text-align: left;
    margin-bottom: 10px;
  }

  .blog-category-header .blog-category-name {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .blog-category-header .blog-category-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .widget-article-header {
    margin-bottom: 10px;
  }

  .widget-article-header .blog-article-name {
    font-size: 1.2rem;
    text-align: left;
  }

  .widget-article-header .blog-article-desc2 {
    margin-bottom: 35px;
    text-align: left;
  }

  .widget-article-header .blog-article-img {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2) !important;
    width: 100vw;
    max-height: 260px;
  }

}

.article-grid>.widget-inner:first-of-type>div {
  position: sticky;
  top: 0;
  align-self: flex-start;
}

@media (min-width: 991.98px) {
  .article-grid {
    margin-left: -32px;
    margin-right: -32px;
  }

  .article-grid>.widget-inner:first-of-type {
    padding-left: 32px;
    padding-right: 64px;
  }

  .article-grid>.widget-inner:last-of-type {
    padding-left: 0;
    padding-right: 32px;
  }
}

.widget-anchor-link-list .h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #077db0;
  margin-bottom: 1rem;
}

.widget-anchor-link-list ul {
  line-height: 1.2;
}

.widget-anchor-link-list ul li>span {
  cursor: pointer;
  padding: 6px 0;
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
}

.widget-anchor-link-list ul li>span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/bg-arrow1.svg');
  background-size: cover;
}

.widget-blog-social .widget-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.widget-blog-social a {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/icons/bg-instagram.svg');
  background-size: cover;
}

.widget-blog-social .facebook {
  background-image: url('../images/icons/bg-facebook.svg');
}

.widget-blog-social .youtube {
  background-image: url('../images/icons/bg-youtube.svg');
}

.widget-blog-social .pinterest {
  background-image: url('../images/icons/bg-pinterest.svg');
}

body.isShopBuilder .widget-anchor-destination {
  width: 100%;
  min-height: 20px;
  text-align: center;
}

body.isShopBuilder .widget-anchor-destination:before {
  content: "AnchorId: " attr(data-anchor-destination);
  color: red;
  font-weight: 700;
}

.widget-blog-article-footer {
  font-size: 0.8rem;
  border-top: 1px solid #e8e8e8;
}

.widget-blog-article-footer .widget-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
}

.widget-blog-article-footer .article-date {
  margin-right: auto;
}

.widget-blog-article-footer .copy-link {
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.widget-blog-article-footer .copy-link::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/bg-link.svg');
  background-size: cover;
}

.widget-blog-article-footer .scroll-to-top {
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-blog-article-footer .scroll-to-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../images/icons/bg-totop.svg');
  background-size: cover;
}

@media (max-width: 768px) {
  .widget-blog-article-footer {
    font-size: 0.7rem;
  }
}

.blog-breadcrumbs {
  margin: 20px 0;
}

.blog-breadcrumbs .breadcrumb-list {
  padding: 0;
  margin: 0;
  text-align: center;
}

.blog-breadcrumbs .breadcrumb-item {
  padding: 0 4px 0 0 !important;
  font-weight: 700;
}

.blog-breadcrumbs .breadcrumb-item+.breadcrumb-item {
  padding-left: 4px !important;
}

.blog-breadcrumbs .breadcrumb-item a {
  color: #333;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  border: 0;
  height: auto;
  width: auto;
  padding: 0;
  left: -4px;
}

@media (max-width: 768px) {
  .blog-breadcrumbs .breadcrumb-list {
    text-align: left;
  }
}

.widget-article-list .categories-list {
  border-bottom: 1px solid #d9d9d9;
}

.widget-article-list .categories-list .swiper-slide {
  width: auto !important;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-sides-offset: 0;

  color: #077db0;
  top: 50% !important;
  transform: translateY(-50%);
  width: 32px !important;
  height: 100% !important;
  margin-top: 0 !important;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px !important;
  height: 24px !important;
}

.swiper-button-disabled {
  display: none !important;
}

.widget-article-list .categories-list .blog-category {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #333;
  border-bottom: 2px solid transparent;
  padding: 7px 10px;
}

.widget-article-list .categories-list .blog-category:hover {
  border-color: #077db0;
}

.widget-article-list .categories-list .blog-category.active {
  color: #077db0;
  border-color: #077db0;
}

.widget-article-list .categories-list .blog-category .category-icon {
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 999px;
  background-color: #fff;
}

.widget-article-list .categories-list .blog-category.active .category-icon {
  background-color: #077db0;
}

.widget-article-list .articles-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 30px;
  padding: 65px 0 25px 0;
}

@media (max-width: 768px) {
  .widget-article-list .categories-list .blog-category .category-icon {
    width: 26px;
    height: 26px;
    padding: 4px;
  }
}

.blog-article-card {
  position: relative;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.blog-article-card:hover {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.blog-article-card .article-img {
  display: block;
  width: 100%;
  height: 265px;
  min-height: 265px;
  object-fit: cover;
  background-color: #eee;
}

.blog-article-card .content {
  padding: 15px;
}

.blog-article-card .article-category {
  font-size: 0.8rem;
  font-weight: 700;
  color: #077db0;
}

.blog-article-card .article-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333 !important;
  padding: 8px 0 10px 0;
}

.blog-article-card .article-link span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-article-card .article-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.blog-article-card .article-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 6px 0;
  background-image: url('../images/icons/bg-arrow1.svg');
  background-size: cover;
}

.blog-article-card .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .widget-article-list .articles-list {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 25px;
  }

  .blog-article-card .article-link {
    font-size: 1.1rem;
  }

  .blog-article-card .article-link::after {
    margin: 0;
  }

  .blog-article-card .description {
    font-size: 0.8rem;
  }

  .blog-article-card .article-img {
    height: 230px;
    min-height: 230px;
  }

}

/* Single Item */
.order-property-selection-info-popper {
  display: none !important;
}

.order-property-list .icon {
  margin: 2px 8px 0 0;
  align-items: center;
  background-color: #077db0;
  border-radius: 50%;
  color: #FFF;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  margin-right: 5px;
  width: 22px;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.order-property-list .property-group-name {
  font-size: 20px;
  font-weight: 500;
}

.order-property-list .property-group-name-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px 0;
}

.order-property-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.order-property-slider-inner>div {
  margin-bottom: 10px;
}

.order-property-slider-inner .btn {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAATBAMAAAADuhLEAAAAFVBMVEX///9mZmbi4uJvb2+fn5/KysqpqamhQCy4AAAAY0lEQVQY01XLwQmAMBSD4SA6QLTeFcG7naBuoCu4/xAWTE37397jC7Cj6gG6I/nupwUbgx8nY34w/YCMecJgkCcfMYCIgYiBiIGIgUgBJgImAiYCJgKllRxRN5AXmu4ZaEkBLy1vDUkT8p2nAAAAAElFTkSuQmCC) no-repeat 98% center #FFF;
  background-color: #FFF;
  background-size: 16px 9.5px;
  border: 1px solid #CCC;
  font-size: 16px;
  height: 42px;
  padding: 2px 12px;
  text-align: left;
  width: 100%;
}

.order-property-slider-inner .btn:focus {
  box-shadow: 0 0 0 1px #8DB6FF;
}

.order-property-slider-inner .dropdown-menu-select {
  width: 100%;
}

.order-property-slider-inner .dropdown-menu-select input {
  opacity: 0;
}

.order-property-slider-inner .dropdown .dropdown-menu {
  border-color: #777;
}

.order-property-slider-inner .dropdown .dropdown-menu .form-check {
  margin-bottom: 0;
  padding: 6px 6px 6px 12px;
}

.order-property-slider-inner .form-check input:checked+label {
  color: #28a745 !important;
}

.order-property-slider-inner .dropdown .dropdown-menu li label {
  font-size: 16px;
  width: 100%;
  display: block !important;
}


.order-property-slider-inner .form-check {
  text-align: left !important;
}

.order-property-slider-inner .form-check label {
  display: inline-block !important;
}

.order-property-slider-inner .dropdown .dropdown-menu li:hover {
  background-color: #077db0;
}

.order-property-slider-inner .dropdown .dropdown-menu li:hover label {
  color: white !important;
}

.page-singleitem .breadcrumbs .breadcrumb .breadcrumb-item.active>span {
  display: block;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single .title-outer h1,
.page-singleitem .title-outer h1 {
  font-size: 1.4rem;
}

.btn-primary.goto-contact {
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 56px;
}

.badge {
  padding: 0;
  font-weight: 400;
  font-size: 80%;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.icon-bar-ec,
.icon-mastercard,
.icon-paypal,
.icon-rechnung,
.icon-amazon-pay,
.icon-visa,
.icon-vorkasse,
.icon-lastschrift {
  width: 113px;
  height: 80px;
  zoom: 0.5;
}

.icon-bar-ec {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -136px -99px;
}

.icon-mastercard {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -393px -7px;
}

.icon-paypal {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -265px -190px;
}

.icon-rechnung {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -264px -99px;
}

.icon-amazon-pay {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: 375px -7px;
}

.icon-visa {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -137px -190px;
}

.icon-vorkasse {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -264px -7px;
}

.icon-lastschrift {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -393px -100px;
}

/* Checkout */
#bns-accept-hint {
  background-color: #1B95E0;
  border-radius: 50%;
  color: white;
  margin: 0 0 0 5px;
  padding: 3px;
}

#bns-accept-hint:hover {
  background-color: #0C5460;
  border-radius: 25%;
  color: white;
}

#bns-accept-hint-txt {
  background-color: white;
  border: 1px darkgrey solid;
  bottom: 50px;
  /* moves it down */
  color: black;
  display: none;
  padding: 15px;
  position: absolute;
  z-index: 1000;
}

#bns-accept-hint:hover #bns-accept-hint-txt,
#bns-accept-hint:focus #bns-accept-hint-txt {
  display: block !important;
}

#bns-accept-txt:hover #bns-accept-hint-txt,
#bns-accept-txt:focus #bns-accept-hint-txt {
  display: block !important;
}

/* Footer */
.footer {
  background-color: #077db0;
  color: #fff;
  padding: 50px 0 40px 0;
}

.footer-copyright {
  background-color: #077db0;
  color: #fff;
}

.footer-copyright .row {
  border-color: #fff;
}

.footer-copyright a,
.footer-copyright .plenty-link .primary-color {
  color: #fff;
}

.footer-copyright a:hover {
  color: #fff;
  opacity: .7;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #fff;
}

.footer a,
.widget-list .widget-inner a,
.widget-link-list .widget-inner a {
  color: #fff;
}

.footer a:hover {
  opacity: .7;
  color: #fff;
}

.back-to-top {
  border: 1px solid #fff;
}

.footer .widget-inner .h4,
.footer .footer-column h2 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-weight: 700;
}

.footer .widget-social {
  margin-bottom: 1rem !important;
}

.footer .widget-social .h4 {
  margin-bottom: 0.5rem !important;
}

.widget-social .social-icons a.fa {
  color: #fff;
}

.footer .hotline {
  font-weight: 500;
  text-transform: uppercase;
}

.footer .hotline svg {
  width: 30px;
  margin-right: 20px;
  fill: #fff
}

.footer .hotline .nr {
  display: flex;
  margin-bottom: 10px;
  text-align: left;
  align-items: center;
  justify-content: center
}

@media (min-width: 992px) {
  .footer .hotline .nr {
    justify-content: flex-start
  }
}

.footer .hotline .nr span {
  display: flex;
  flex-direction: column
}

.footer .hotline .nr a {
  display: block;
}

.footer .hotline small {
  display: block;
  font-size: 12px;
  padding-bottom: 15px
}

@media (min-width: 991.98px) {
  .footer .col-main {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .widget-fw-responsive {
    position: relative;
    right: 0 !important;
    left: calc(-1*(100vw - 100%) / 2) !important;
    width: 100vw !important;
    max-width: none !important;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 767.98px) {

  .footer .widget-link-list.collapsible .list-unstyled,
  .footer .widget-list.collapsible .list-unstyled {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 992px) {
  .footer {
    padding: 15px 0 30px 0;
  }

  .widget-social .social-icons {
    justify-content: center;
  }

  .footer .col-main {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }

  .footer .col .container-max {
    padding: 0;
  }

  .widget-cookie-bar {
    font-size: 0.8rem;
  }

  .widget-cookie-bar .button-order .btn {
    font-size: 0.8rem;
    padding: 6px;
  }

  .footer .col .widget-cookie-bar .container-max {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .footer .col-main {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer .widget-link-list.collapsible,
  .footer .widget-list.collapsible {
    width: 100%;
    margin: 0 !important;
  }

  .footer .widget-link-list.collapsible .list-unstyled,
  .footer .widget-list.collapsible .list-unstyled {
    margin: 0 0 15px 0;
  }

  .footer .widget-link-list.collapsible .widget-inner .h4,
  .footer .widget-list.collapsible .widget-inner .h4 {
    margin-bottom: 0;
    padding: 15px 10px 15px 0;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .widget-link-list.collapsible .widget-inner .h4:after,
  .footer .widget-list.collapsible .widget-inner .h4:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 12px;
    position: relative;
    bottom: -3px;
    content: "";
    transition: transform 300ms;
    transform: rotate(-45deg);
    border: 3px solid #fff;
    border-bottom: 0;
    border-left: 0;
  }

  .footer .widget-link-list.collapsible .widget-inner.collapsed .h4:after,
  .footer .widget-list.collapsible .widget-inner.collapsed .h4:after {
    bottom: 2px;
    transition: transform 300ms;
    transform: rotate(135deg);
  }
}

.footer .copyright {
  font-size: 12px;
  text-align: left;
}

@media (max-width: 1200px) {
  .footer .copyright {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .footer .meta-container {
    display: none;
  }
}

.footer .meta-container {
  margin-top: 35px;
  padding: 35px 0;
  border-top: 1px solid #fff;
}

.meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.meta-row .item {
  display: flex;
  align-items: center;
}

.meta-row .item i {
  display: inline-block;
  margin-right: 7px;
}

.icon-phone,
.icon-star,
.icon-tick,
.icon-truck,
.icon-trusted {
  display: inline-block;
}

.icon-phone {
  background-image: url(../images/sprite.png);
  background-position: -282px -90px;
  min-width: 17px;
  width: 17px;
  height: 17px
}

.icon-star {
  background-image: url(../images/sprite.png);
  background-position: -278px -110px;
  min-width: 19px;
  width: 19px;
  height: 18px;
}

.icon-tick {
  background-image: url(../images/sprite.png);
  background-position: -256px -110px;
  min-width: 19px;
  width: 19px;
  height: 20px;
}

.icon-truck {
  background-image: url(../images/sprite.png);
  background-position: -256px -90px;
  min-width: 23px;
  width: 23px;
  height: 17px;
}


.footer .icons-container {
  margin-top: 35px;
  padding: 35px 0 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer .icons-container .head {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .footer .icons-container {
    padding-bottom: 20px;
  }

  .footer .icons-container .secure {
    display: flex;
    justify-content: space-between
  }
}

.footer .icons-container .secure .icons {
  padding-bottom: 15px
}

.footer .icons-container .secure .pay {
  text-align: center
}

.footer .icons-container .secure .pay i {
  display: inline-block;
  margin-bottom: 15px
}

@media (min-width: 992px) {
  .footer .icons-container .secure .pay i {
    margin-right: 2px
  }
}

@media (min-width: 1200px) {
  .footer .icons-container .secure .pay i {
    margin-right: 10px
  }
}

@media (min-width: 992px) {
  .footer .icons-container .secure .pay .head {
    text-align: left;
    border-top: 0
  }

  .footer .icons-container .secure .pay .icons {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
  }
}

.footer .icons-container .secure .pay .icons {
  padding-bottom: 0;
}

.footer .icons-container .secure .deliver {
  text-align: center
}

.footer .icons-container .secure .deliver i {
  display: inline-block;
  margin-right: 7.5px;
  margin-left: 7.5px
}

@media (min-width: 992px) {
  .footer .icons-container .secure .deliver i {
    margin-right: 1px;
    margin-left: 1px
  }
}

@media (min-width: 1200px) {
  .footer .icons-container .secure .deliver i {
    margin-right: 5px;
    margin-left: 5px
  }
}

.footer .icons-container .secure .deliver .head {
  border-top: 0
}

.footer .icons-container .secure .trusted {
  text-align: center
}

.footer .icons-container .secure .trusted .head {
  font-size: 0;
  border-top: 1px solid #fff
}

@media (min-width: 992px) {
  .footer .icons-container .secure .trusted .head {
    border-top: 0
  }
}

.footer .icons-container .secure .trusted img {
  margin-right: 7.5px;
  margin-left: 7.5px;
  border-radius: 50%
}

.footer .icons-container [class^='icon-'] {
  display: inline-block;
  zoom: 1;
}

.icon-dhl {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -7px -7px;
  width: 113px;
  height: 80px;
}

.icon-dpd {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -7px -100px;
  width: 113px;
  height: 80px;
}

.icon-spedition {
  background-image: url(../images/zahlungsarten_sprite.png);
  background-position: -7px -191px;
  width: 113px;
  height: 80px;
}

.icon-trusted {
  background-image: url(../images/sprite.png);
  background-position: -93px 0px;
  width: 86px;
  height: 86px;
}

.icon-mdc {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 90px;
  height: 86px;
}
