/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../../src/scss/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
/* line 25, ../../src/scss/_normalize.scss */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
/* line 33, ../../src/scss/_normalize.scss */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* line 42, ../../src/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
/* line 55, ../../src/scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/* line 69, ../../src/scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
/* line 83, ../../src/scss/_normalize.scss */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
/* line 92, ../../src/scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
/* line 105, ../../src/scss/_normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/* line 115, ../../src/scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
/* line 128, ../../src/scss/_normalize.scss */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
/* line 137, ../../src/scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 145, ../../src/scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 149, ../../src/scss/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
/* line 160, ../../src/scss/_normalize.scss */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
/* line 172, ../../src/scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
/* line 192, ../../src/scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
/* line 203, ../../src/scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
/* line 213, ../../src/scss/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
/* line 224, ../../src/scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
/* line 236, ../../src/scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
/* line 247, ../../src/scss/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
/* line 258, ../../src/scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
/* line 277, ../../src/scss/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
/* line 285, ../../src/scss/_normalize.scss */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
/* line 294, ../../src/scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
/* line 306, ../../src/scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
/* line 316, ../../src/scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
/* line 327, ../../src/scss/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
/* line 336, ../../src/scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
/* line 350, ../../src/scss/_normalize.scss */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
/* line 358, ../../src/scss/_normalize.scss */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
/* line 369, ../../src/scss/_normalize.scss */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
/* line 377, ../../src/scss/_normalize.scss */
[hidden] {
  display: none; }

/* line 1, ../../src/scss/_root.scss */
* {
  box-sizing: border-box; }

/* line 5, ../../src/scss/_root.scss */
html {
  font-size: 16px; }

/* line 9, ../../src/scss/_root.scss */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333333;
  background-color: #fafafa; }

/* line 20, ../../src/scss/_root.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 25, ../../src/scss/_root.scss */
#main {
  position: relative; }

/* line 29, ../../src/scss/_root.scss */
.details-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
  /* line 40, ../../src/scss/_root.scss */
  .details-wrapper iframe {
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

@keyframes ldio-ulj7bqi7eyh {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
/* line 11, ../../src/scss/_loader.scss */
.loading-inner div {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 6.666666666666668px;
  left: 6.666666666666668px;
  background: #6a6a6a;
  animation: ldio-ulj7bqi7eyh 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation-delay: -0.3s; }

/* line 22, ../../src/scss/_loader.scss */
.loading-inner div:nth-child(2) {
  top: 6.666666666666668px;
  left: 53.33333333333333px;
  background: #979797;
  animation-delay: -0.2s; }

/* line 29, ../../src/scss/_loader.scss */
.loading-inner div:nth-child(3) {
  top: 53.33333333333333px;
  left: 6.666666666666668px;
  background: #e2e2e2;
  animation-delay: 0s; }

/* line 36, ../../src/scss/_loader.scss */
.loading-inner div:nth-child(4) {
  top: 53.33333333333333px;
  left: 53.33333333333333px;
  background: #bdbdbd;
  animation-delay: -0.1s; }

/* line 43, ../../src/scss/_loader.scss */
.loading {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  background: none; }

/* line 51, ../../src/scss/_loader.scss */
.loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  transform-origin: 0 0; }

/* line 60, ../../src/scss/_loader.scss */
.loading-inner div {
  box-sizing: content-box; }

/* line 64, ../../src/scss/_loader.scss */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  z-index: 10; }

/* line 3, ../../src/scss/_svg.scss */
#svg_container #Lejligheder > g {
  cursor: pointer; }
  /* line 5, ../../src/scss/_svg.scss */
  #svg_container #Lejligheder > g > polygon {
    transition: all 0.3s; }

/* line 1, ../../src/scss/_tooltip.scss */
.tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

/* line 8, ../../src/scss/_tooltip.scss */
.tooltip {
  width: 300px;
  padding: 0.375rem;
  padding-bottom: 0;
  background-color: #f0f0f0;
  line-height: 1.3;
  border-radius: 0; }
  /* line 16, ../../src/scss/_tooltip.scss */
  .tooltip sup {
    line-height: 1; }
  /* line 21, ../../src/scss/_tooltip.scss */
  .tooltip-img {
    margin-bottom: 0.1875rem; }
  /* line 25, ../../src/scss/_tooltip.scss */
  .tooltip-content {
    display: flex;
    min-height: 45px;
    margin-bottom: 0.375rem;
    background-color: #fff;
    border-radius: 0;
    justify-content: space-between; }
    /* line 33, ../../src/scss/_tooltip.scss */
    .tooltip-content.tooltip-content-center {
      min-height: 3.375rem;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0.375rem;
      text-align: center; }
      /* line 41, ../../src/scss/_tooltip.scss */
      .tooltip-content.tooltip-content-center > span {
        font-weight: bold; }
        /* line 44, ../../src/scss/_tooltip.scss */
        .tooltip-content.tooltip-content-center > span:first-child {
          font-size: 0.875em;
          font-weight: normal; }
  /* line 54, ../../src/scss/_tooltip.scss */
  .tooltip-address {
    min-height: 3rem;
    display: flex;
    align-items: center; }
    /* line 59, ../../src/scss/_tooltip.scss */
    .tooltip-address span {
      display: block;
      font-size: 0.875em; }
    /* line 64, ../../src/scss/_tooltip.scss */
    .tooltip-address h3 {
      margin: 0 0 0.375rem 0;
      margin: 0.375rem auto;
      font-weight: 400;
      max-width: 90%; }
  /* line 72, ../../src/scss/_tooltip.scss */
  .tooltip-row {
    display: flex;
    margin-left: -0.1875rem;
    margin-right: -0.1875rem; }
    /* line 77, ../../src/scss/_tooltip.scss */
    .tooltip-row .tooltip-col {
      width: 50%;
      padding-left: 0.1875rem;
      padding-right: 0.1875rem; }

/* line 85, ../../src/scss/_tooltip.scss */
.tooltip-status {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.375rem;
  text-align: center;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s; }

/*# sourceMappingURL=style.css.map */
