<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.productDiv {
  position: absolute;
  width: 512px;
}
#SitzPicture {
  height: 512px;
}


.productholder {
  min-height: 400px;
}

#ResponsiveMaterialauswahl {
  display: none;
  background-color: #bfa16b;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  box-shadow: 1px 1px 5px rgba(1,1,1,1.0);
  border-radius: 4px;
}
    
#ResponsiveMaterialauswahl ul li strong {
  padding: .3em;
}
    
#ResponsiveMaterialauswahl ul li a {
  color: white;
  padding: .3em;
}

#ResponsiveMaterialauswahl ul li img {
  border-radius: 50%;
}

#ResponsiveMaterialauswahl ul li:first-child {
  text-align: center;
  background: #c6ab7a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 991px) {
  .productDiv {
    width: 400px;
  }
  #SitzPicture {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .productDiv {
    width: 512px;
  }
  #SitzPicture {
    height: 512px;
  }
  #LargeMaterialAuswahl {
    display: none;
  }
  #ResponsiveMaterialauswahl.visible {
    display: inline-block;
  }
}

@media only screen and (max-width: 560px) {
  .productDiv {
    width: 256px;
  }
  #SitzPicture {
    height: 256px;
  }
  #LargeMaterialAuswahl {
    display: none;
  }
}

map area {
  outline: none;
}

i.fa-check-circle.green {
  color: lightgreen;
}

.tooltip.in {
  opacity: 1 !important;
}
</pre></body></html>