<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.container-videohot-spot #reload {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #3b3b3b;
  color: #fff;
  cursor: pointer;
}
.container-videohot-spot #reload i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-videohot-spot #reload2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #3b3b3b;
  color: #fff;
  cursor: pointer;
}
.container-videohot-spot #reload2 i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-videohot-spot #skip {
  position: absolute;
  bottom: 30px;
  right: 90px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #3b3b3b;
  color: #fff;
  cursor: pointer;
}
.container-videohot-spot #skip i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hotspotvideo {
  position: relative;
}
#hotspotvideo2 {
  position: relative;
}
.video.easyhtml5video {
  position: relative;
  padding: 0;
}
.video.easyhtml5video.col-md-12 div {
  padding: 0;
}
.hotspotwrapper {
  width: 50px !important;
  height: 50px !important;
  background-color: #3b3b3b !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;
  opacity: 0;
  z-index: 1 !important;
  box-shadow: 0 0 0 rgba(59, 59, 59, 0.4);
  animation: pulse 2s infinite;
}
@media (max-width: 767.98px) {
  .hotspotwrapper {
    width: 30px !important;
    height: 30px !important;
  }
}
.hotspotwrapper:hover {
  cursor: pointer !important;
  opacity: 1 !important;
  animation: none;
}
.hotspotwrapper.fade {
  opacity: 0.8;
}
.hotspotwrapper .text {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-feature-settings: "liga" 0;
  position: relative;
  max-width: 300px;
  left: 65px;
  bottom: 30px;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .hotspotwrapper .text {
    display: none;
  }
}
.hotspotwrapper .text b {
  display: block;
  background: #0165a3;
  color: #fff;
  padding: 5px 10px;
}
.container-videohot-spot .modal .modal-dialog {
  max-width: 848px;
}
.container-videohot-spot .modal .modal-content {
  float: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.container-videohot-spot .modal .modal-content .modal-body .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  z-index: 1;
}
.container-videohot-spot .modal .modal-content .modal-body .modal-content-wrapper {
  position: relative;
  float: left;
}
.container-videohot-spot .modal .modal-content .modal-body .modal-content-wrapper .container {
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 1024.98px) {
  .container-videohot-spot .modal .modal-content .modal-body .modal-content-wrapper .container {
    width: 100%;
  }
}
.container-videohot-spot .modal .modal-content .modal-body .modal-content-wrapper .container .head {
  margin-top: 30px;
}
.container-videohot-spot .modal .modal-content .modal-body .modal-content-wrapper .container .head .subline, .container-videohot-spot .modal .modal-content .modal-body .modal-content-wrapper .container .head .h1 {
  display: block;
  text-align: center;
}
.container-videohot-spot .modal .modal-content .modal-body .modal-content-wrapper .container .head .h1:after {
  content: '';
  width: 60px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
/* Hotspots */
.hotspot {
  position: relative;
}
.hotspot ul li::before {
  content: '';
  margin-left: 0;
  display: block;
  width: 100%;
}
/* Info-Point-Tooltip */
.cd-product {
  text-align: center;
}
.cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.cd-product-wrapper &gt; img {
  display: block;
}
li.cd-single-point {
  list-style-image: none;
  list-style: none;
}
.cd-single-point {
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 16px;
  opacity: 0;
}
.cd-single-point.fade {
  opacity: 1;
}
.cd-single-point &gt; a {
  position: relative;
  cursor: pointer;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #18ac1c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-single-point &gt; a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point &gt; a::before {
  height: 12px;
  width: 2px;
}
.cd-single-point.is-open .cd-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.is-open &gt; a {
  background-color: #18ac1c;
}
.cd-single-point.is-open &gt; a::after, .cd-single-point.is-open &gt; a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open &gt; a::after {
  /* remove pulse effect */
  display: none;
}
.cd-single-point.visited &gt; a {
  background-color: #18ac1c;
}
.cd-single-point.visited::after {
  /* pulse effect no more active on visited elements */
  display: none;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}
.cd-single-point .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info img {
  display: block;
  float: left;
  max-width: 120px;
  padding-right: 15px;
}
.cd-single-point .cd-more-info h2, .cd-single-point .cd-more-info .h2, .cd-single-point .cd-more-info h3, .cd-single-point .cd-more-info .h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  display: block;
}
.cd-single-point .cd-more-info p {
  margin-bottom: 5px;
  width: calc(100% - 120px);
  hyphens: auto;
  float: right;
}
.cd-single-point .cd-more-info a {
  float: right;
  text-align: right;
  color: #333;
}
.cd-single-point .cd-more-info a::after {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #CF1E1A;
  padding-left: 3px;
}
@media only screen and (min-width: 600px) {
  .cd-single-point .cd-more-info {
    position: absolute;
    width: 300px;
    height: auto;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .cd-single-point .cd-more-info.cd-top {
    bottom: 110% !important;
    top: auto !important;
  }
  .cd-single-point .cd-more-info.cd-top::before {
    top: 100%;
  }
  .cd-single-point .cd-more-info.cd-bottom {
    top: 140% !important;
  }
  .cd-single-point .cd-more-info.cd-bottom::before {
    bottom: 100%;
  }
  .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
  .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left {
    left: 125% !important;
    right: auto;
  }
  .cd-single-point .cd-more-info.cd-left::before {
    /*border-left-color: rgba($color-5, .95);*/
    left: 10% !important;
  }
  .cd-single-point .cd-more-info.cd-right {
    right: auto !important;
    left: -525% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .cd-single-point .cd-more-info.cd-right::before {
    /*border-right-color: rgba($color-5, .95);*/
    right: 5% !important;
    left: auto !important;
  }
  .cd-single-point .cd-more-info::before {
    display: block;
  }
  .cd-single-point .cd-more-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
/* close the interest point description - only on mobile */
.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 30px;
  width: 37px;
}
.cd-close-info::after {
  height: 2px;
  width: 16px;
}
.cd-close-info::before {
  height: 16px;
  width: 2px;
}
@media only screen and (min-width: 600px) {
  .cd-close-info {
    display: none;
  }
}
.cd-container *, .cd-container *:after, .cd-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-container .cd-single-point .cd-more-info h2 {
  font-size-adjust: 0.47;
  font-weight: 200;
  font-style: normal;
  font-size: 17px;
  font-size-adjust: none;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0;
  border: 0;
  text-transform: none;
  vertical-align: baseline;
}
.cd-container .cd-single-point .cd-more-info p {
  font-size: 1.4rem;
  font-size-adjust: none;
  font-weight: 400;
  color: #313131;
  margin: 0;
  padding: 0;
  border: 0;
}
.cd-container li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}
.cd-container li li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.cd-container a {
  color: white;
  text-decoration: none;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}
.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-img-replace::after {
  content: "";
  position: absolute;
  left: 0px;
  color: #3b3b3b;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
}
.cd-single-point.is-open a.cd-img-replace::after {
  content: "X";
  color: #3b3b3b;
  display: inline-block;
  font-family: 'FrutigerLTPro-Light', 'Helvetica', sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
}
.cd-product {
  text-align: center;
}
.cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.cd-product-wrapper &gt; img {
  display: block;
}
.cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.cd-single-point &gt; a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-single-point &gt; a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point &gt; a::before {
  height: 12px;
  width: 2px;
}
.cd-single-point::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
.cd-single-point.is-open &gt; a {
  background-color: white;
}
.cd-single-point.is-open &gt; a::after, .cd-single-point.is-open &gt; a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after {
  display: none;
}
.cd-single-point.is-open .cd-more-info {
  z-index: 50000;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited &gt; a {
  background-color: white;
}
.cd-single-point.visited::after {
  display: none;
}
.cd-more-info .col-md-3 img {
  width: 100%;
}
.cd-container li li {
  list-style-image: url('img/listen-punkt.gif');
}
/* Close Hotspots */
</pre></body></html>