/** Shopify CDN: Minification failed

Line 19:2 Comments in CSS use "/* ... */" instead of "//"
Line 172:47 The "-" operator only works if there is whitespace on both sides

**/

/*###############################################
Header		
###############################################*/
html {
  line-height: 1.4;
}
.footer__wrapper, .map__store-item {
    line-height: 1.87;
}
.search-bar__filter {
  display: none!important;
  //Zeile 6466
}
.search-bar__top {
  border-radius: 7px;
}
.search-bar__submit {
  border-radius: 0 7px 7px 0;
}

a.nav-bar__link.link {
  text-transform: uppercase;
}

.list--unstyled {
  display: table;
}

.nav-bar__item {
  padding: 14px 13px;
  display: table-cell;
  font-weight: bold;
}
.nav-dropdown {
  padding-inline: 7px;
  padding-block: 4px;
  border-radius: 4px;
}
.nav-dropdown__item:hover > a {
  background-color: #ebebec;
  transition: 0.3s ease-in-out;
}

.nav-dropdown__item ul {
  border-radius: 4px!important;
  left: 102%!important;
}
li.nav-dropdown__item a {
  padding-inline: 50px;
  padding-block: 14px;
  margin-block: 4px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

/*###############################################
Startseite
###############################################*/

@media screen and (min-width: 641px){
.slideshow__slide-inner{
background-image: url("/cdn/shop/files/AdobeStock_227074608_1800x.jpg?v=1613580149")!important;
}

}
.promo-block__heading{
text-transform: uppercase;
  
}

.promo-block__cta{
text-transform: uppercase;
  
}

h2.section__title.heading.h3 {
    text-transform: uppercase;
}

/*###############################################
Kategorie Seiten
###############################################*/

.product-list .product-item {
  padding: 9px;
}
.product-item.product-item--vertical .product-item__action-button {
  min-width: auto;
}
@media screen and (max-width: 480px){
  .product-list .product-list.product-list--collection .product-item__action-button{
    min-width: auto;
  }
}

@media screen and (max-width: 450px){
  .product-list .product-item.product-item--list {
    flex-direction: column;
  }
  .product-list .product-item.product-item--list .product-item__image-wrapper {
    width: 220px;
    margin: auto;
  }
}

@media screen and (min-width: 1280px){
  .collection__title {
    text-transform: uppercase;
  }
}

@media screen and (min-width: 641px){
  .product-item--list .product-item__title {
    font-size: 1.2rem!important;
  }
  .product-item--list .product-item__action-list {
    margin-left: 0;
    min-width: 252px;
  }
  .header {
    padding-bottom: 1em!important;
  }
}
.social-media__item-list {
  display:none;
}
.product-meta__vendor{
  display:none;
}

.product-item__price-info {
  display: inline-flex;
  align-items: baseline;
  margin-left: 1em;
}

.product-item__option {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 6px;
  row-gap: 4px;
}

.product-item__option-value {
  padding-inline: 5px;
  padding-block: 2px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  /* background-color: var(--background); */
}

.template-collection .product-item__title {
    margin-bottom: 10px;
}

.collection a.product-item__title:hover {
  text-decoration: underline;
}

@media screen and (min-width: 641px){
  .product-item__title {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 17px));
  }
}
/*###############################################
Produkt Seiten
###############################################*/

.block-swatch__item {
  padding-block: 10px;
}

.product-form__info-item.product-form__info-item--quantity {
  display: block;
  margin-bottom: 2rem;
}

.product-meta__sku{
  font-size: 1rem;  
}

/*.product-form__price-info{
  display:inline-block!important;
}*/

.product-meta__type.label {
  font-size: 1.3rem;
  font-weight: 600;
}

a.product-item__type.link {
  line-height: 1.5;
  font-size: .9rem;
}

.product-form .button--primary {
  color: var(--header-text-color);
}

.product-form__info-item.product-form__info-item--quantity {
  max-height: 80px;
  margin-bottom: 0; 
}

/* Payment icons */
p.payment-list__title.label{
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 7px;
  text-align: center;
}
.payment-list {
  justify-content: center;
}
.payment-list__item {
  width: 45px;
  height: 29px;
}
.product-form__info-list {
  display: block;
}
/* Custom Buy Now Btn */
button.product-form__buy-now {
  color: var(--header-text-color);
  background-color: #ff8c00;
  transition: background .3s;
}
button.product-form__buy-now:hover,
button.product-form__buy-now:focus-visible {
  background-color: #ff991c;
}
.product-form__buy-buttons {
padding-top: 15px;
}

@media only screen and (max-width: 1000px) {
  .product-form__buy-buttons .product-form__payment-container .button {
      line-height: 42px;
  }
}
@media only screen and (max-width: 640px) {
  .product-form__buy-buttons .product-form__payment-container {
    gap: .5rem;
  }
}
@media only screen and (max-width: 370px) {
  .product-form__info-item {
    display: block;
  }
}

/*###############################################
Tabelle Produkt Seite
###############################################*/


.tabdesc {
  display: table;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid var(--border-color);
  border-radius:7px;
}
.celltabdesc {
  display: table-row;
  color: var(--accent-color);
}

.tabdesc > .celltabdesc:nth-child(2n) {
  background-color: #d5d5d5;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.cellname, .celltop {
  padding-inline: 11px;
  padding-block: 13px;
  hyphens: auto;
}

.celltop{
  display: table-cell;
  width: 15%;
  border-right: 1px solid var(--border-color);
  font-weight:600;  
}

.cellname {
  display: table-cell;
  width: 25%;
}

.celltop-wide {
  width: 14%!important;
}

/*###############################################
Leistungszeile
###############################################*/
.section--tight {
    background-color:#fff;
    padding: 40px 0;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}

/*###############################################
Überschriften Startseite
###############################################*/

h2.section__title.heading.h3 {
    padding: 0.4em 0.6em;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid var(--border-color);
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 2;
}

.section__header {
    overflow: visible;
    margin-bottom: -1px;
    z-index:999;
}
@media screen and (max-width: 999px){
  h2.section__title.heading.h3 {
    padding: 0.4em 0.6em;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .section__header {
    overflow: visible;
    margin-bottom: 20px;
}
}


/*###############################################
Mini-Warenkorb
###############################################*/

p.alert.alert--tight.alert--center.text--strong a {
    text-decoration: none;
}

/*###############################################
Button Mobile
###############################################*/

@media screen and (max-width: 999px){
.button {
line-height:30px;
}
}

/*###############################################
Startseite
###############################################*/
.promo-block.promo-block--bottom-left.promo-block--small {
    border-radius: 7px;
}



/*###############################################
Breadcrumbs
###############################################*/
 .breadcrumbs {
    margin: 0;
  }

  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

li.breadcrumbs__item:not(:first-child){
  margin-left: 1em;  
}


  .breadcrumbs__item:not(:last-child):after {
    content: '';
    position: relative;
    vertical-align: baseline;
    width: .20em;
    border: solid grey;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


    
  .breadcrumbs__link {
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: none;
  }
.page__navigation {
    display: none;
}



/*###############################################
BLOG: Türdichtung am Ofen erneuen - So macht es der Fachmann
###############################################*/


.header-dichtung{
  background-color:#ffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding:10px 20px;
  color:var(--heading-color);
  font-size:1.6rem;
  font-family:inherit;
  font-weight:600;
  max-width: 99.2%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.anleitung-container{
  width:75%;
  margin-left:0px;
  display:table-cell;
  float:left;
}

.dichtung-text-box-left{
  background-color:#ffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding:20px;
  display:table-cell;
  font-weight:300;
  color: var(--heading-color);
}

.dichtung-bild-box-left{
  background-color:#ffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding:10px;
  display:table-cell;
}
.container-inner-row-left{
  display:table;
  border-spacing: 10px;
  margin-left: -10px;
}

.dichtung-text-box-right{
  background-color:#ffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding:20px;
  display:table-cell;
  font-weight:300;
  color: var(--heading-color);
}

.dichtung-bild-box-right{
  background-color:#ffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding:10px;
  display:inherit;
  min-width: 100px;
  position:sticky;
  top:10px;
  margin-bottom: 10px;
}
.container-inner-row-right{
  display:table;
  border-spacing: 10px;
  margin-left: -10px;
}

.nav-side-cu {
  background: white;
  padding: 22px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  position: sticky;
  top: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 26px;
  padding-right: 26px;
  width: 21em;
  margin-left: 0.8em;
  float:right;
  margin-top:30px;
  margin-bottom:10px;
  z-index: 2;
}

.master-container{
  display:table;
}



.dichtung-text-box{
  background-color:#ffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding:20px;
  display:table-cell;
  font-weight:300;
  color: var(--heading-color);
  text-align: justify;
  width: 72%;
  float: right;
}

.dichtung-bild-box{
  background-color:#ffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding:10px;
  max-width: 285px;
  float: left;
  position: sticky;
  top: 10px;
  margin-bottom: 10px;
}
.container-inner-row{
  display:table;
  border-spacing: 10px;
  margin-left: -10px;
}


.nav-side-header {
  font-size: 1.6em;
  text-align-last: center;
  text-transform: uppercase;
  font-weight: 600;
  height: 2.8em;
}
.dichtung-bild-box-right.big-img {
    max-width: 1070px;
}

.nav-side-header::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--border-color);
  width: 210px;
  margin: auto;
  left: 0;
  right: 0;
  top: 2.5em;
}
.nav-side-content {
  font-size: 1.1em;
}
.nav-side-content a:hover {
  color: var(--header-accent-color);
}
.dichtung-bild-box-left.big-img {
    max-width: 1700px;
}

.dichtung-bild-box-right.mid-img {
    max-width: 740px;
}
.nav-side-cu::after {
  content: "";
  position: sticky;
  top: 10px;
  margin-top: 50px;

}
.prod-dich{
  top: 350px;
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  position: sticky;
  width: 21em;
  height: 300px;
  display: inline-block;
  margin-left: 14px;
  z-index:1;
  margin-bottom:10px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 26px;
  padding-right: 26px;
  overflow:hidden;
}
.prod-dich2{
  top:650px;
  z-index:0;
}
.prod-dich-mu {
    width: 87px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    float: left;
    padding: 4px;
    vertical-align: middle;
    display: inline-flex;
    margin: 3px;
    justify-content: center;
   background-color:#ffff;
}

.prod-dich-mu:hover {
  background-color:var(--border-color);
}
img.dich-img {
  z-index: -1;
  width: 100%;
  height: auto;
  left: -29px;
  position: absolute;
  top: 183px;
 
}
h3.prod-dich-titel {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.prod-dich-txt {
    font-size: 1em;
    padding-bottom: 14px;
    display: block;
    text-align: center;
}

@media only screen and (max-width:1470px){
  .anleitung-container{
    width:100%;
  }
  .dichtung-bild-box-left {
    display: inherit;
    position: sticky;
    top: 10px;
    margin-bottom: 10px;
  }
  .dichtung-bild-box.big-img {
    display: inherit;
    width:11em;
  }
  .dichtung-bild-box {
    float:none;
  }
  .dichtung-text-box {
    float:none;
    width:auto;
  }
  .nav-side-cu{
    display:none;
  }
  .prod-dich {
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .prod-dich-mu {
    width: 100px;
    height: 40px;
    float:none;
    margin: 5px;
  }
}

@media only screen and (max-width:540px){
  .dichtung-bild-box-left.big-img {
    display: block;
    position: relative;
    margin-bottom: 100px;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 30px;
  }
  .dichtung-text-box-left {
    display: block;
  }
  .dichtung-bild-box-right.mid-img {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 1000px;
  }
  .dichtung-text-box-right {
    display: block;
  }
  .dichtung-bild-box-right.mid-img {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
    display: table-caption;
    width: 96%;
  }
  .dichtung-text-box-right {
    float:none;
  }
  .dichtung-bild-box.big-img {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .dichtung-text-box {
    display:block;
  }
  .dichtung-bild-box-right.big-img {
    display: table-caption;
    position: relative;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 30px;
  }
}
