<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zoom {
  position: fixed;
  bottom: 0px;
  right: 40px;
  height: 70px;
  z-index: 9;
}

.zoom-fab {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #e5007d;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab:hover {
  background: linear-gradient(265.58deg, #e5007d 36.52%, #ed145b 100%);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-btn-large {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.zoom-btn-person {
  background-color: #003B4A;
}

.zoom-btn-tangram {
  background-color: #006B85;
}

.zoom-btn-report {
  background-color: #887CB1;
}

.zoom-btn-feedback {
  background-color: #00ADDA;
}

ul.zoom-menu {
  position: absolute;
  right: 1px;
  left: auto;
  top: -140%;
  transform: translateY(-191%);
  height: 100%;
  width: 100px;
  list-style: none;
  text-align: right;
  overflow: visible;
}

ul.zoom-menu li {
  display: list-item;
  margin: 0 0 10px 0;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in {
  transform: scale(1);
}

.zoom-menu a::after {
  display: none !important;
}

.zoom-menu a {
  color: #FFFFFF !important;
}

.zoom-menu #btnBasket .fa-shoppingbasket:before {
  background-image: url(https://hscl.unilu.ch/App_Themes/Luzern/media/basket_small.png);
  background-size: 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
  content: "";
  margin-bottom: -7px;
}

.zoom-btn-person .uicon-user:before {
  font-size: 22px;
}

.zoom-btn-feedback .uicon-search:before {
  font-size: 20px;
}

.zoom-btn-report .fa.fa-listalt:before {
  content: 'A-Z';
  font-size: 15px;
  font-family: Soehne;
  font-style: normal;
  vertical-align: top;
}

.zoom-btn-large .fa.fabars:before {
  background-image: url('https://hscl.unilu.ch/App_Themes/Luzern/media/mehr-icon.svg');
  background-size: 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
  content: "";
  margin-bottom: -7px;
}
</pre></body></html>