/* ======================================
UI changes to match new medsorg.de design
====================================== */
body {
  color: #333;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
body .content-wrapper {
  flex: 1 1 auto;
}

*:not(.form-control) {
  border-radius: 0 !important;
}

header {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
}
header * {
  transition: all 0.9s ease-in-out;
}
header #menu {
  margin: 0;
  height: 56px;
}
header #header .logo a {
  display: block;
  background-image: url("/Modules/Websorg/Images/logo-retina.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 114px;
}
@media (max-width: 991px) {
  header #header .logo a {
    background-image: url("/Modules/Websorg/Images/logo-mobile.png");
    height: 36px;
  }
}
@media (max-width: 767px) {
  header #header .logo a {
    background-position: center;
  }
}

body > .content-wrapper {
  margin-top: 289px;
}
@media (max-width: 991px) {
  body > .content-wrapper {
    margin-top: 184px;
  }
}
@media (max-width: 767px) {
  body > .content-wrapper {
    margin-top: 134px;
  }
}

body.header-floating header {
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.15);
}
@media (min-width: 991px) {
  body.header-floating header #header {
    min-height: 101px;
  }
  body.header-floating header #header .logo a {
    height: 60px;
  }
  body.header-floating .content-wrapper {
    margin-top: 229px;
  }
}

a.cart {
  background-color: #d1004b;
  color: white;
  border: none;
  transition: all 0.9s ease-in-out;
}
a.cart table tbody tr td.cart-amount {
  text-transform: initial;
  font-weight: 400;
  font-size: 16px;
}
a.cart table tbody tr td.cart-icon {
  font-size: 20px;
}
a.cart table tbody tr td.cart-icon,
a.cart table tbody tr .cart-icon-arrow {
  color: white !important;
}
a.cart:hover {
  background-color: #bd0044;
}

.sidebar > li > a {
  background: #f3f3f3 !important;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px !important;
}
.sidebar > li > a:hover {
  color: #d1004b !important;
}
.sidebar > li > a:before {
  content: "";
  background-color: #d1004b;
  width: 6px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.sidebar > li > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  flex: 1;
  text-align: right;
}
.sidebar > li.active > a:after {
  content: "\f106";
}
.sidebar > li#medical > a:before {
  background-color: #3297bc;
}
.sidebar > li#hygiene > a:before {
  background-color: #56bcc0;
}
.sidebar > li#home-economics > a:before {
  background-color: #46af7a;
}
.sidebar > li#incontinence-supplies > a:before {
  background-color: #38932d;
}
.sidebar > li#essentrinken > a:before {
  background-color: #9ac025;
}
.sidebar > li#medications > a:before {
  background-color: #d3b000;
}
.sidebar > li#bewohnersicherheit > a:before {
  background-color: #e85419;
}
.sidebar > li#demenz > a:before {
  background-color: #e31b19;
}
.sidebar > li#diagnostik > a:before {
  background-color: #b9151d;
}
.sidebar > li#woundcare > a:before {
  background-color: #c5004b;
}
.sidebar > li#textilien > a:before {
  background-color: #c13187;
}
.sidebar > li#liegenlagendekubitusprophylaxe > a:before {
  background-color: #864390;
}
.sidebar > li#facility > a:before {
  background-color: #245d91;
}
.sidebar > li#mobility > a:before {
  background-color: #482e86;
}

.pre-footer {
  margin-top: 32px;
  position: relative;
  padding: 32px 0;
  color: #fff;
  background: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
}
.pre-footer a {
  color: white;
}
.pre-footer .info-bottom {
  font-size: 0;
  white-space: nowrap;
  box-sizing: content-box;
  height: 32px;
  padding-top: 16px;
}
.pre-footer .info-button {
  width: auto;
  overflow: hidden;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0 15px 0 0;
  height: 32px;
  line-height: 32px;
  background: #d1004b;
  color: #fff;
  border-radius: 0;
  transition: all 0.9s ease 0s;
  float: left;
  display: block;
  font-size: 14px;
}
.pre-footer .info-button:before {
  float: left;
  display: block;
  text-align: center;
  font-weight: 400;
  height: 32px;
  width: 38px;
  color: #fff;
  background: #eb0054;
  padding-left: 3px;
  margin-right: 12px;
  transition: all 0.9s ease 0s;
  font-family: "FontAwesome";
}
.pre-footer .info-button.info-button-route:before {
  content: "\f018";
}
.pre-footer .info-button.info-button-contact:before {
  content: "\f0e0";
}

#footer {
  margin: 0;
  padding: 0 !important;
  background-color: #eb0054;
  color: white;
  font-weight: 400;
  min-height: 42px;
  display: flex;
}
@media (min-width: 1199px) {
  #footer {
    align-items: center;
  }
}
@media (max-width: 1199px) {
  #footer {
    min-height: 62px;
  }
}
#footer a {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #footer .container {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #footer .container:before, #footer .container:after {
    display: none;
  }
}
@media (min-width: 1199px) {
  #footer .container > * {
    flex: 1;
  }
}
#footer .copy {
  display: flex;
  align-items: center;
}
#footer #footer-links li a:before {
  display: none;
}
#footer #footer-links li + li {
  padding-left: 12px;
}

@media (min-width: 1199px) {
  .container {
    width: 1202px;
  }
}
@media (min-width: 991px) {
  #header {
    min-height: 161px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #header .search {
    margin: 0;
  }
  #header .logo img {
    height: 114px;
  }
  #menu {
    background-color: #f3f3f3;
    padding: 6px;
  }
  #menu .responsive-menu-content #tab-menu ul li {
    border: none !important;
  }
  #menu .responsive-menu-content #tab-menu ul li a {
    color: #333;
    text-transform: initial;
    font-weight: 400;
    font-size: 16px;
    line-height: 44px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #menu .responsive-menu-content #tab-menu ul li:hover {
    background-color: #dadada;
  }
  #menu .responsive-menu-content #tab-menu ul li:hover a {
    color: #333;
  }
  #menu .responsive-menu-content #tab-menu ul li + li {
    margin-left: 18px;
  }
}
@media (min-width: 767px) {
  #header > .container > * {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .pre-footer {
    font-size: 14px;
  }
  .pre-footer .info-col:not(:last-child) {
    margin-bottom: 32px;
  }
  .iframeProducts {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  #preheader {
    display: none;
  }
}
.overview-header {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  gap: 0.8rem;
}
@media (min-width: 767px) {
  .overview-header {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .overview-header {
    flex-direction: column;
  }
}
.overview-header .page-title {
  line-height: 1.3 !important;
  margin: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.overview-header .filter-tags {
  width: 220px !important;
  max-width: 100%;
}

.iframeProducts {
  width: 100%;
  height: 1200px;
  overflow: hidden;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.product-tags .tag {
  --image-size: 20px;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  border: 1px solid #EEE;
  padding: 0.4rem 0.8rem;
}
.product-tags .tag img {
  max-width: calc(var(--image-size) * 1.5) !important;
  max-height: var(--image-size) !important;
}

.item-block-price-indication {
  opacity: 0.8;
  font-size: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
