<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookies-message {
  position: fixed;
  left: 10px !important;
  bottom: 10px !important;
  width: 300px;
  max-width: 80%;
  max-width: calc(100% - 20px);
  font-size: 12px; }

#accept-cookies-checkbox {
  /*display: block;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block; }

.section.fullWidth .col-md-6.column.half-wided, .section.fullSection .col-md-6.column.half-wided {
  padding-left: calc(50vw - 610px) !important; }
  .section.fullWidth .col-md-6.column.half-wided.half-wided-right, .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-right: calc(50vw - 610px) !important;
    padding-left: 0 !important;
    padding-left: calc(0px + 0px) !important; }

.section.fullWidth .col-md-6.column.half-wided {
  max-width: calc(610px + 0px) !important;
  margin-left: calc(50vw - 610px);
  padding-left: 0 !important; }
  .section.fullWidth .col-md-6.column.half-wided.half-wided-right {
    margin-left: 0;
    margin-right: calc(50vw - 610px);
    padding-right: 0 !important; }

.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */ }

.map-container iframe.clicked {
  pointer-events: auto; }

.fixedPhotoWrap {
  text-align: center;
  z-index: 9999;
  position: fixed !important;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px; }
  @media screen and (min-width: 1200px) {
    .fixedPhotoWrap:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; } }
  .fixedPhotoWrap .fixedPhoto {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .fixedPhotoWrap .fixedPhoto .x {
      position: absolute;
      top: -25px;
      right: -25px;
      cursor: pointer;
      font-size: 24px; }
  .fixedPhotoWrap img {
    max-width: 100%;
    max-height: 100%; }
</pre></body></html>