@import url("https://design.textalk.se/webfolket/kunder/HumanTechMedica/HTM-style.css");
/*--- Min-height för CLS mobil---*/

@media only screen and (max-width: 767px) {
  .emporium--top-bar {
  min-height:83px;
  }
  .emporium--article-left-col {
  min-height:500px;
  }
  .emporium--breadcrumbs {
  min-height:30px;
  margin: 10px 0 0 0;
  }
  .slot--header-logo {
  min-width:80px;
  }
  .emporium--header {
  min-height:68px;
  }
}

/*--- Min-height för CLS tablet/desktop---*/
@media only screen and (min-width: 768px) {
  .emporium--top-bar {
  min-height:39px;
  }
  .emporium--header {
    min-height:120px;
  }
}
/*--- Färg på Godkänn-cookie-knapp---*/
#consentAllButton {
  background: #6eb8c9;
}

/* Döljer sektion 4 i norska menyn - Lymfpress */
html[lang="nb"] .tws-top-menu-item-4 {display: none;}

/*--- Centrera stjärnor---*/
.lipscore-rating-small {
    margin: 0 auto;
}
/*---snygga till lipscore liten badge på startsidan---*/
.tws-container--abi-lipscore {
      margin: 0 0 0 0;
      max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.lipscore-service-review-badge-small-short, .lipscore-service-review-badge-small-long {
  border: 0px;
}
.lipscore-service-review-testimonial {
      border: 0px;
}
/*---snygga till bredden på bildgalleriet på startsidan---*/
.tws-container--tws-content-box.venen-engel {
  padding: 0 30px;
}

/*---Visa mer av långa beskrivningen innan "läs mer" bryter---*/
.tws-article-description--text-container {
    min-height: 1100px;
}