@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.5rem;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 71.11111rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.66667rem;
    margin-left: -0.66667rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.33333rem;
        margin-left: -1.33333rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.33333rem;
        margin-left: -1.33333rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.66667rem;
    padding-left: 0.66667rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.33333rem;
    padding-left: 1.33333rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.66667rem;
  padding-left: 0.66667rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.33333rem;
      padding-left: 1.33333rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.66667rem;
  padding-left: 0.66667rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.33333rem;
    padding-left: 1.33333rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.33333rem;
    padding-left: 1.33333rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.33333rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.66667rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.columns {
  margin-bottom: 24px; }

section.full-width {
  max-width: 100%; }

@media screen and (min-width: 40em) {
  .row.grid-hacked {
    display: -ms-flexbox;
    display: flex; }
    .row.grid-hacked .columns.medium-1 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-2 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-3 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-4 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-5 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-6 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-7 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-8 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-9 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-10 {
      -ms-flex: 1;
      flex: 1; }
    .row.grid-hacked .columns.medium-11 {
      -ms-flex: 1;
      flex: 1; } }

.roboto-light, h2, h3, h5, .menu * {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.roboto-regular, header *, html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.roboto-medium, h1, h4, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

h1, h2, h3 {
  margin: 0 auto 1.33333rem;
  color: #0C2C83; }

h4, h5, h6, body {
  color: #161414; }

h1, h4, h6 {
  font-weight: 500; }

h2, h3, h5 {
  font-weight: 300; }

body {
  font-size: 18px; }

h1 {
  font-size: 70px; }

h2 {
  font-size: 46px; }

h3 {
  font-size: 38px;
  line-height: 38px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 2.667rem 0 1.33333rem 0; }

h6 {
  font-size: 20px;
  margin: 2.667rem 0 1.333rem 0; }

.icon-arrow-head-right {
  height: 18px;
  width: 18px; }

/*
@font-face {
  font-family: "DMI";
  src: url("/fileadmin/assets/icon-fonts/DMI.eot");
  src: url("/fileadmin/assets/icon-fonts/DMI.eot?#iefix") format("embedded-opentype"),
       url("/fileadmin/assets/icon-fonts/DMI.woff") format("woff"),
       url("/fileadmin/assets/icon-fonts/DMI.ttf") format("truetype"),
       url("/fileadmin/assets/icon-fonts/DMI.svg#DMI") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "DMI";
    src: url("/fileadmin/assets/icon-fonts/DMI.svg#DMI") format("svg");
  }
}
*/
[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.icon-arrow-head-down:before,
.icon-arrow-head-left:before,
.icon-arrow-head-right:before,
.icon-arrow-head-up:before,
.icon-bell:before,
.icon-bell-outline:before,
.icon-boat:before,
.icon-check:before,
.icon-circle:before,
.icon-circle-dot:before,
.icon-close:before,
.icon-direction-east:before,
.icon-direction-north:before,
.icon-direction-north-east:before,
.icon-direction-north-west:before,
.icon-direction-south:before,
.icon-direction-south-east:before,
.icon-direction-south-west:before,
.icon-direction-west:before,
.icon-enlarge:before,
.icon-geotag:before,
.icon-heart:before,
.icon-heart-outline:before,
.icon-isslag:before,
.icon-layers:before,
.icon-location:before,
.icon-menu:before,
.icon-minus:before,
.icon-pause:before,
.icon-play:before,
.icon-plus:before,
.icon-print:before,
.icon-search:before,
.icon-share:before,
.icon-social:before,
.icon-trash:before,
.icon-vejr-hagelbyger:before,
.icon-vejr-nat:before,
.icon-vejr-nat-regn-let:before,
.icon-vejr-nat-regn-stark:before,
.icon-vejr-nat-sky:before,
.icon-vejr-nat-sky-regn-kraftig:before,
.icon-vejr-nat-skyar:before,
.icon-vejr-nat-slud-kraftig:before,
.icon-vejr-nat-slud-let:before,
.icon-vejr-nat-sne-let:before,
.icon-vejr-nat-sne-meget:before,
.icon-vejr-nat-taarden:before,
.icon-vejr-nederbord:before,
.icon-vejr-sky:before,
.icon-vejr-sky-regn-kraftig:before,
.icon-vejr-sky-regn-let:before,
.icon-vejr-sky-slud-kraftig:before,
.icon-vejr-sky-slud-let:before,
.icon-vejr-sky-sne-kraftig:before,
.icon-vejr-sky-sne-let:before,
.icon-vejr-sky-sol:before,
.icon-vejr-sky-sol-regn-kraftig:before,
.icon-vejr-sky-sol-regn-let:before,
.icon-vejr-sky-sol-slud-let:before,
.icon-vejr-sky-sol-sne-kraftig:before,
.icon-vejr-sky-sol-sne-let:before,
.icon-vejr-snefygning:before,
.icon-vejr-sol:before,
.icon-vejr-sol-regn-stark:before,
.icon-vejr-sol-sky:before,
.icon-vejr-sol-slud-stark:before,
.icon-vejr-sol-torden:before,
.icon-vejr-taage:before,
.icon-vejr-torden:before,
.icon-vindpil:before,
.icon-warning-1:before,
.icon-warning-2:before,
.icon-warning-3:before,
.icon-warning-4:before,
.icon-warning-risk:before,
.icon-warning-risk-circle:before,
.icon-warning-risk-circle-symbol:before,
.icon-warning-triangle:before,
.icon-warning-triangle-1:before,
.icon-warning-triangle-2:before,
.icon-warning-triangle-3:before,
.icon-warning-triangle-4:before {
  display: inline-block;
  font-family: "DMI";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-arrow-head-down:before {
  content: "\f149"; }

.icon-arrow-head-left:before {
  content: "\f14a"; }

.icon-arrow-head-right:before {
  content: "\f100"; }

.icon-arrow-head-up:before {
  content: "\f14b"; }

.icon-bell:before {
  content: "\f14c"; }

.icon-bell-outline:before {
  content: "\f14d"; }

.icon-boat:before {
  content: "\f101"; }

.icon-check:before {
  content: "\f102"; }

.icon-circle:before {
  content: "\f103"; }

.icon-circle-dot:before {
  content: "\f104"; }

.icon-close:before {
  content: "\f105"; }

.icon-direction-east:before {
  content: "\f106"; }

.icon-direction-north:before {
  content: "\f107"; }

.icon-direction-north-east:before {
  content: "\f108"; }

.icon-direction-north-west:before {
  content: "\f109"; }

.icon-direction-south:before {
  content: "\f10a"; }

.icon-direction-south-east:before {
  content: "\f10b"; }

.icon-direction-south-west:before {
  content: "\f10c"; }

.icon-direction-west:before {
  content: "\f10d"; }

.icon-enlarge:before {
  content: "\f14e"; }

.icon-geotag:before {
  content: "\f10e"; }

.icon-heart:before {
  content: "\f10f"; }

.icon-heart-outline:before {
  content: "\f110"; }

.icon-isslag:before {
  content: "\f111"; }

.icon-layers:before {
  content: "\f112"; }

.icon-location:before {
  content: "\f113"; }

.icon-menu:before {
  content: "\f114"; }

.icon-minus:before {
  content: "\f115"; }

.icon-pause:before {
  content: "\f116"; }

.icon-play:before {
  content: "\f117"; }

.icon-plus:before {
  content: "\f118"; }

.icon-print:before {
  content: "\f119"; }

.icon-search:before {
  content: "\f11a"; }

.icon-share:before {
  content: "\f14f"; }

.icon-social:before {
  content: "\f11b"; }

.icon-trash:before {
  content: "\f150"; }

.icon-vejr-hagelbyger:before {
  content: "\f151"; }

.icon-vejr-nat:before {
  content: "\f152"; }

.icon-vejr-nat-regn-let:before {
  content: "\f11c"; }

.icon-vejr-nat-regn-stark:before {
  content: "\f11d"; }

.icon-vejr-nat-sky:before {
  content: "\f153"; }

.icon-vejr-nat-sky-regn-kraftig:before {
  content: "\f154"; }

.icon-vejr-nat-skyar:before {
  content: "\f155"; }

.icon-vejr-nat-slud-kraftig:before {
  content: "\f11e"; }

.icon-vejr-nat-slud-let:before {
  content: "\f11f"; }

.icon-vejr-nat-sne-let:before {
  content: "\f120"; }

.icon-vejr-nat-sne-meget:before {
  content: "\f121"; }

.icon-vejr-nat-taarden:before {
  content: "\f122"; }

.icon-vejr-nederbord:before {
  content: "\f126"; }

.icon-vejr-sky:before {
  content: "\f127"; }

.icon-vejr-sky-regn-kraftig:before {
  content: "\f128"; }

.icon-vejr-sky-regn-let:before {
  content: "\f129"; }

.icon-vejr-sky-slud-kraftig:before {
  content: "\f12a"; }

.icon-vejr-sky-slud-let:before {
  content: "\f12b"; }

.icon-vejr-sky-sne-kraftig:before {
  content: "\f12c"; }

.icon-vejr-sky-sne-let:before {
  content: "\f12d"; }

.icon-vejr-sky-sol:before {
  content: "\f12e"; }

.icon-vejr-sky-sol-regn-kraftig:before {
  content: "\f156"; }

.icon-vejr-sky-sol-regn-let:before {
  content: "\f12f"; }

.icon-vejr-sky-sol-slud-let:before {
  content: "\f130"; }

.icon-vejr-sky-sol-sne-kraftig:before {
  content: "\f131"; }

.icon-vejr-sky-sol-sne-let:before {
  content: "\f132"; }

.icon-vejr-snefygning:before {
  content: "\f133"; }

.icon-vejr-sol:before {
  content: "\f134"; }

.icon-vejr-sol-regn-stark:before {
  content: "\f135"; }

.icon-vejr-sol-sky:before {
  content: "\f136"; }

.icon-vejr-sol-slud-stark:before {
  content: "\f137"; }

.icon-vejr-sol-torden:before {
  content: "\f138"; }

.icon-vejr-taage:before {
  content: "\f139"; }

.icon-vejr-torden:before {
  content: "\f13a"; }

.icon-vindpil:before {
  content: "\f13b"; }

.icon-warning-1:before {
  content: "\f13c"; }

.icon-warning-2:before {
  content: "\f13d"; }

.icon-warning-3:before {
  content: "\f13e"; }

.icon-warning-4:before {
  content: "\f13f"; }

.icon-warning-risk:before {
  content: "\f146"; }

.icon-warning-risk-circle:before {
  content: "\f147"; }

.icon-warning-risk-circle-symbol:before {
  content: "\f148"; }

.icon-warning-triangle:before {
  content: "\f140"; }

.icon-warning-triangle-1:before {
  content: "\f141"; }

.icon-warning-triangle-2:before {
  content: "\f142"; }

.icon-warning-triangle-3:before {
  content: "\f143"; }

.icon-warning-triangle-4:before {
  content: "\f144"; }

body {
  background: #F9FCFE; }

.align-left {
  text-align: left; }
  .align-left > * {
    display: inline-block !important; }

.align-right {
  text-align: right; }
  .align-right > * {
    display: inline-block; }

.align-center {
  display: inline-block;
  text-align: center; }
  .align-center > * {
    display: inline-block !important; }

.rounded-shadow {
  box-shadow: 0px 2px 6px -1px #9B9B9B;
  border-radius: 6px;
  /* future proofing */
  -khtml-border-radius: 6px;
  /* for old Konqueror browsers */ }

.fullw-inner {
  max-width: 71.11111rem;
  margin: 0 auto;
  padding: 0 0.66667rem; }

.overview-accordion {
  padding: 0; }

a:hover {
  color: #3EAEBB; }

.breadcrumbs {
  color: #0C2C83;
  font-size: 0.66667rem;
  font-weight: 500;
  padding-top: 2.66667rem; }
  .breadcrumbs span {
    margin: auto 1em; }
  .breadcrumbs .active-page {
    color: #008FE9; }
  .breadcrumbs .active-page-chevron {
    color: #008FE9; }
  .breadcrumbs .columns {
    margin-bottom: 0;
    padding-bottom: 0; }

.row.title-elements {
  position: relative;
  padding: 0;
  margin-right: 0;
  color: #0C2C83; }
  .row.title-elements .columns {
    margin-bottom: 0;
    padding-bottom: 1em; }
  .row.title-elements span {
    display: inline; }
  .row.title-elements h3 {
    display: inline; }

.page-title {
  font-size: 2.55556rem;
  display: inline; }
  .page-title h3 {
    margin-bottom: 0; }

.page-title-icons {
  font-size: 1.33333rem;
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 1.33333rem 0 0 0; }
  .page-title-icons .icon-print {
    margin-right: .5em; }

.article-title-icons {
  font-size: 1.33333rem;
  float: right;
  right: 0;
  padding: 0 0 0 1.33333rem;
  color: #0C2C83; }
  .article-title-icons .icon-print {
    margin-right: .5em; }

@media (max-width: 700px) {
  .row.title-elements {
    margin: 0 0 1.33333rem 0;
    padding-bottom: 0;
    padding-left: 0; }
    .row.title-elements .columns {
      margin-bottom: 0;
      padding-left: 0;
      padding-bottom: 0; }
  .breadcrumbs, .page-title-icons, .article-title-icons {
    display: none; }
  .page-title, .csc-firstHeader {
    margin-top: 0.66667rem;
    display: block; } }

a {
  color: inherit;
  text-decoration: none; }

hr {
  border: none;
  border-top: 1px solid white; }

input[type="search"] {
  height: 2.66667rem;
  background-color: #0C2C83;
  background-size: 24px;
  background-position: center left;
  background-repeat: no-repeat;
  border: none;
  color: white;
  width: 100%;
  outline: none; }
  input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  input[type="search"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4); }
    @media only screen and (max-width: 1239px) {
      input[type="search"]:focus::-webkit-input-placeholder {
        color: transparent; }
      input[type="search"]:focus:-ms-input-placeholder {
        color: transparent; }
      input[type="search"]:focus::placeholder {
        color: transparent; } }
  input[type="search"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.8); }
    @media only screen and (max-width: 1239px) {
      input[type="search"]::-webkit-input-placeholder {
        color: transparent; }
      input[type="search"]:-ms-input-placeholder {
        color: transparent; }
      input[type="search"]::placeholder {
        color: transparent; } }
  input[type="search"]:after {
    content: "";
    width: 2.66667rem;
    height: 2.66667rem; }

#archiveSearch::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

#archiveSearch:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

#archiveSearch::placeholder {
  color: rgba(255, 255, 255, 0.8); }

#archiveSearch:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

#archiveSearch:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

#archiveSearch:focus::placeholder {
  color: rgba(255, 255, 255, 0.4); }

img {
  max-width: 100%;
  max-height: 100%; }

.hamburger-menu {
  padding-left: 2em;
  position: relative;
  color: white; }

.logo {
  width: 2.66667rem;
  heigth: 2.66667rem; }

.chevron, .menu .backLink h6 .arrow, .menu .links h3 .arrow {
  position: relative;
  text-align: center;
  height: 100%;
  max-height: 100%;
  width: 5px;
  display: block; }
  .chevron-reverse {
    transform: scaleX(-1); }
  .chevron:before, .menu .backLink h6 .arrow:before, .menu .links h3 .arrow:before, .chevron:after, .menu .backLink h6 .arrow:after, .menu .links h3 .arrow:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 2px;
    background: white; }
  .chevron:before, .menu .backLink h6 .arrow:before, .menu .links h3 .arrow:before {
    top: 0;
    height: 50%;
    transform: skew(35deg, -1deg); }
  .chevron:after, .menu .backLink h6 .arrow:after, .menu .links h3 .arrow:after {
    bottom: 0;
    height: 50%;
    transform: skew(-35deg, 1deg); }

.maptimeline {
  height: 8px;
  position: absolute;
  bottom: 47px;
  right: 55px;
  left: 95px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  border: none;
  box-shadow: none;
  /*
    .noUi-marker-normal {
        display: none;
    }*/ }
  .maptimeline .noUi-handle {
    background: #008fe9;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    left: -8px;
    top: -5px;
    box-shadow: 0px 1px 1px 1px rgba(51, 51, 51, 0.4);
    border: none; }
    .maptimeline .noUi-handle:before, .maptimeline .noUi-handle:after {
      content: normal; }
  .maptimeline .noUi-connect {
    background-color: #008fe9;
    border-radius: 4px;
    height: 8px; }
  .maptimeline .noUi-base {
    height: 55px; }
  .maptimeline .noUi-tooltip {
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    color: #fff;
    font-size: 70%;
    border-radius: 4px;
    border: none;
    padding: 4px 5px; }
  .maptimeline .noUi-value {
    white-space: nowrap;
    color: #626262;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.75), 1px -1px 0 rgba(255, 255, 255, 0.75), -1px 1px 0 rgba(255, 255, 255, 0.75), 1px 1px 0 rgba(255, 255, 255, 0.75);
    font-size: 70%;
    padding: 0.3em; }
  .maptimeline .noUi-pips-horizontal {
    padding: 0;
    top: 8px; }

.warning-banner {
  height: auto;
  /*padding: rem-calc(2px) 0;*/
  font-size: 1rem;
  color: #0C2C83;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .warning-banner.risiko {
    background-color: #92D0F5; }
  .warning-banner.kategori1 {
    background-color: #FFD900; }
  .warning-banner.kategori2 {
    background-color: #FF8E51; }
  .warning-banner.kategori3 {
    background-color: #FF5151; }
  .warning-banner .columns {
    padding: 0 2rem;
    margin-bottom: 0; }
  .warning-banner .icon-warning-triangle-3 {
    margin: 0 0.66667rem 0 0;
    font-size: 1.5em;
    position: absolute;
    top: -0.16667rem;
    left: 0; }
  .warning-banner p {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 1.33333rem; }
  .warning-banner .bold-text {
    font-weight: 600;
    font-size: 1rem; }
  @media only screen and (max-width: 35.5rem) {
    .warning-banner .columns {
      padding: 0 1.33333rem; } }
  .warning-banner .row {
    margin-left: 0;
    margin-right: 0;
    width: 71.11111rem; }
  .warning-banner .warningText {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.66667rem;
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 6px; }
  .warning-banner .warningIcons {
    float: right;
    margin-top: 0.33333rem; }
    .warning-banner .warningIcons img {
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      margin-left: 0.33333rem; }

/**
 * Headspace starter styles
 */
.headspace {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s;
  height: 4rem; }

.headspace--hidden {
  transform: translate3d(0, -4rem, 0);
  /* y value should be -1 * height */ }

.headspace--fixed {
  position: fixed; }

/**
 * Optional feature: show header when hovering near top
 */
/* THIS is not wanted :)
.headspace--hidden:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 4rem;
  height: 4rem;
}
.headspace--hidden:hover {
  transform: translate3d(0, 0, 0);
}

*/
.cookieBar {
  background-color: #161414;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 42; }
  .cookieBar .columns {
    padding: 0 2rem;
    margin-bottom: 0; }
  .cookieBar p {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 1.33333rem; }
  @media only screen and (max-width: 35.5rem) {
    .cookieBar .columns {
      padding: 0 1.33333rem; } }
  .cookieBar .cookieText {
    display: inline-block;
    min-height: 2.66667rem;
    overflow: hidden;
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem; }
  .cookieBar .cookieButton {
    float: right;
    margin-top: 0.66667rem;
    color: #97A5C9;
    cursor: pointer;
    margin-left: 0.66667rem; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  box-sizing: content-box;
  display: none; }
  .scroll-element div {
    box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

header {
  background-color: #0C2C83; }
  header nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4rem; }
    header nav .columns {
      margin-bottom: 0;
      max-height: 2.667rem; }
    header nav #cityDrag {
      width: 305px; }
    header nav #btn-menu {
      height: 1rem;
      line-height: 1rem;
      color: white; }
    header nav .icon-menu {
      font-size: 24px;
      margin-right: 12px;
      vertical-align: middle; }
    header nav .search-col {
      position: relative; }
      header nav .search-col #btn-search {
        display: block !important;
        padding-left: 72px; }
        header nav .search-col #btn-search .icon-search, header nav .search-col #btn-search .icon-close {
          color: white;
          font-size: 24px;
          position: absolute;
          top: 11px;
          right: 24px; }
        @media screen and (max-width: 39.9375em) {
          header nav .search-col #btn-search .icon-search, header nav .search-col #btn-search .icon-close {
            right: 12px; } }
      header nav .search-col .search-dropdown-open {
        -ms-touch-action: pan-x;
        touch-action: pan-x;
        display: none;
        background: white;
        height: auto;
        width: 305px;
        position: absolute;
        text-align: left;
        right: 24px;
        z-index: 100;
        box-shadow: 0px 2px 6px -1px #9B9B9B;
        overflow: hidden; }
        header nav .search-col .search-dropdown-open:first-child {
          height: 60vh; }
        header nav .search-col .search-dropdown-open p {
          font-size: 12px;
          color: #626262;
          margin-top: 24px;
          margin-bottom: 0;
          padding-left: 24px;
          padding-right: 24px; }
        header nav .search-col .search-dropdown-open ul {
          list-style-type: none;
          color: #161414;
          margin-top: 0;
          margin-bottom: 0;
          padding-left: 0;
          cursor: pointer; }
          header nav .search-col .search-dropdown-open ul div.searchline {
            padding: 12px 24px 12px 24px;
            font-size: 18px; }
            header nav .search-col .search-dropdown-open ul div.searchline:hover, header nav .search-col .search-dropdown-open ul div.searchline.selected {
              background: #E5E9F2;
              color: #161414; }
          header nav .search-col .search-dropdown-open ul .icon-heart, header nav .search-col .search-dropdown-open ul .icon-heart-outline {
            color: #FF5151;
            float: right; }
      @media screen and (max-width: 39.9375em) {
        header nav .search-col #btn-search {
          padding-left: 0; }
        header nav .search-col .search-bar {
          width: 68px;
          margin-right: 24px; }
        header nav .search-col .search-dropdown-open {
          top: 56px; } }

footer {
  background: #0c2d83;
  color: #ffffff; }
  footer .columns {
    padding-left: 1.33334rem;
    padding-right: 1.33334rem; }
  footer a {
    color: white; }
    footer a:hover {
      text-decoration: underline;
      color: white; }
  footer .footer-app {
    text-align: center;
    line-height: 4.4em;
    background: #000; }
    footer .footer-app .footer-app-link {
      margin-left: 1.2em;
      display: inline-block;
      vertical-align: middle;
      line-height: 2.5em; }
      footer .footer-app .footer-app-link img {
        height: 2.5em;
        vertical-align: middle;
        display: block; }
      footer .footer-app .footer-app-link.footer-app-link-google {
        margin-left: 0.6em; }
  footer .footer-sitemap-category h4 {
    color: #F9FCFE;
    font-size: 24px; }
  footer .footer-sitemap-category ul {
    list-style: none;
    padding: 0; }
    footer .footer-sitemap-category ul li {
      padding: 0.2em 0; }
  footer .footer-misc {
    list-style: none;
    padding: 0;
    text-align: justify;
    display: block;
    cursor: default;
    margin: 0 auto; }
    footer .footer-misc .columns {
      margin-bottom: 0; }
    footer .footer-misc ul {
      padding: 0;
      margin: 0;
      border-top: 1px solid #97a5c9;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      footer .footer-misc ul {
        display: block; } }
    footer .footer-misc li {
      display: inline-block; }
      footer .footer-misc li a {
        position: relative;
        display: inline-block;
        line-height: 1em;
        padding: 1em 0.2em; }
      footer .footer-misc li.footer-misc-filler {
        background: #000;
        width: 100%; }
      footer .footer-misc li.footer-social-twitter a {
        padding-right: 1.7em; }
        footer .footer-misc li.footer-social-twitter a .footer-social-twitter-icon {
          display: block;
          height: 1.263em;
          margin-top: -0.6315em;
          position: absolute;
          right: 0;
          top: 50%; }

.add-container {
  width: 100%;
  padding: 0.66667rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background: #F9FCFE;
  border: #CFCFCF solid 1px; }
  .add-container .add-container-tag {
    text-align: left;
    font-size: .7rem; }
  .add-container .add {
    position: relative; }
    .add-container .add:before {
      content: "Annonce";
      position: absolute;
      font-size: .7rem; }
    .add-container .add img {
      margin-top: 2rem; }
  .add-container .add-header {
    position: relative; }
    .add-container .add-header:before {
      content: "Annonce";
      position: absolute;
      transform: rotate(-90deg);
      transform-origin: top right;
      top: 0;
      left: -3.7rem;
      font-size: .7rem; }

.add-top {
  border: none;
  min-height: 204px; }

.add-top-border .add img {
  margin-top: 0; }

.add-top-border .add:before {
  content: "Annonce";
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top right;
  top: 0;
  left: -3.7rem;
  font-size: .7rem; }

.mobile-only-add {
  display: none; }

.desktop-only-add {
  margin-left: 24px;
  margin-right: 24px; }

@media only screen and (max-width: 639px) {
  .add-top {
    margin-top: 0;
    min-height: 184px; }
  .add-side {
    display: none; }
  .add-side-small {
    max-width: 150%; }
  .add-container {
    background: #CFCFCF;
    width: 100vw;
    margin-left: calc(((100vw - 100%)/2) * -1); }
  .mobile-only-add {
    display: block; }
  .desktop-only-add {
    display: none; } }

.section-1-ad {
  height: 408px;
  min-width: 290px;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background: #fff;
  position: relative; }
  .section-1-ad .section-1-ad-tag {
    padding-top: 30px;
    padding-left: 24px;
    font-size: 0.7rem; }
  .section-1-ad .section-1-ad-container {
    position: relative;
    height: 20em; }
    .section-1-ad .section-1-ad-container .section-1-ad-container-content {
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .section-1-ad .section-1-ad-container .section-1-ad-container-content img {
        max-height: none;
        max-width: none; }

.favourite {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 260px;
  width: 100%; }
  .favourite img {
    display: block;
    margin: 0 auto; }

.favourite-icon {
  vertical-align: middle; }

.section-title h6 {
  margin: 1.33333rem 0;
  color: #008FE9; }

.section-title .icon-arrow-head-right {
  font-size: 1.33333rem;
  line-height: 1.33333rem;
  position: relative;
  top: 0.22222rem; }

.section-title a {
  color: #0C2C83; }
  .section-title a:hover h6 {
    color: #4660A0; }

.article-preview {
  margin: 0 0 1.33333rem 0; }
  .article-preview img {
    opacity: 1;
    transition: opacity 0.25s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
  .article-preview h6 {
    margin: 1.33333rem 0 0 0;
    color: #0C2C83; }
    .article-preview h6 a {
      color: #0C2C83; }
  .article-preview .icon-arrow-head-right {
    color: #008FE9; }
  .article-preview p {
    color: #161414;
    margin-bottom: 0; }
    .article-preview p a {
      color: #161414; }
  @media only screen and (max-width: 639px) {
    .article-preview h6 {
      width: 80%; } }
  .article-preview:hover h6 {
    color: #4660A0; }
  .article-preview:hover p {
    color: #161414; }
  .article-preview:hover img {
    opacity: 0.8; }

.vandstand-graph {
  background: white;
  padding: 1rem; }
  .vandstand-graph .graph .graph-menus {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: .5rem;
    padding-bottom: 1rem;
    height: 80px; }
    .vandstand-graph .graph .graph-menus .date-menu, .vandstand-graph .graph .graph-menus .vandstand-menu, .vandstand-graph .graph .graph-menus .location-dropdown {
      border: solid 1px #CFCFCF;
      border-radius: 6px; }
    .vandstand-graph .graph .graph-menus .date-menu {
      position: absolute;
      display: block;
      left: 50%;
      width: 160px;
      margin-left: -80px; }
    .vandstand-graph .graph .graph-menus .location-dropdown, .vandstand-graph .graph .graph-menus .vandstand-menu {
      position: absolute;
      display: block;
      width: 220px; }
    .vandstand-graph .graph .graph-menus .location-dropdown {
      left: 0; }
    .vandstand-graph .graph .graph-menus .vandstand-menu {
      right: 0;
      width: 50px;
      overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .vandstand-graph {
      height: 18rem; }
      .vandstand-graph .date-menu {
        margin-left: 0 !important;
        left: 0 !important;
        top: 63px; } }

.weather-warnings a:hover {
  color: #3EAEBB; }

.weather-warnings p {
  margin-bottom: 0;
  line-height: 25px; }

.weather-warnings .desktop-only-add {
  margin-bottom: 48px; }

.weather-warnings .weather-warning-comment {
  margin: 72px 0; }

.weather-warnings .warning-sqr {
  width: 47px !important;
  height: 47px;
  position: absolute;
  top: 0;
  left: 0;
  width: 3em; }

@media only screen and (max-width: 639px) {
  .weather-warnings .warning-sqr {
    width: 29px !important;
    height: 29px; }
  .weather-warnings .weather-warning-risk, .weather-warnings .weather-warning-1, .weather-warnings .weather-warning-2,
  .weather-warnings .weather-warning-3, .weather-warnings .weather-warning-4 {
    padding-left: 48px !important; }
  .weather-warnings .weather-warning-comment {
    margin: 48px 0; } }

.weather-warnings .weather-warning-risk {
  position: relative;
  margin: 48px 0;
  padding-left: 4em; }
  .weather-warnings .weather-warning-risk .weather-warning-risk-title {
    margin-top: 0; }
  .weather-warnings .weather-warning-risk .weather-warning-risk-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em; }

.weather-warnings .weather-warning-1 {
  position: relative;
  margin: 48px 0;
  padding-left: 4em; }
  .weather-warnings .weather-warning-1 .weather-warning-1-title {
    margin-top: 0; }
  .weather-warnings .weather-warning-1 .weather-warning-1-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em; }

.weather-warnings .weather-warning-2 {
  position: relative;
  margin: 48px 0;
  padding-left: 4em; }
  .weather-warnings .weather-warning-2 .weather-warning-2-title {
    margin-top: 0; }
  .weather-warnings .weather-warning-2 .weather-warning-2-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em; }

.weather-warnings .weather-warning-3 {
  position: relative;
  margin: 48px 0;
  padding-left: 4em; }
  .weather-warnings .weather-warning-3 .weather-warning-3-title {
    margin-top: 0; }
  .weather-warnings .weather-warning-3 .weather-warning-3-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em; }

.weather-warnings .weather-warning-4 {
  position: relative;
  margin: 48px 0;
  padding-left: 4em; }
  .weather-warnings .weather-warning-4 .weather-warning-4-title {
    margin-top: 0; }
  .weather-warnings .weather-warning-4 .weather-warning-4-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em; }

.weather-warnings .weather-warning-risk a, .weather-warnings .weather-warning-1 a, .weather-warnings .weather-warning-2 a,
.weather-warnings .weather-warning-3 a, .weather-warnings .weather-warning-4 a {
  color: #0A494E;
  text-decoration: underline;
  line-height: 25px; }

.weather-warnings .weather-warning-risk a:hover, .weather-warnings .weather-warning-1 a:hover, .weather-warnings .weather-warning-2 a:hover,
.weather-warnings .weather-warning-3 a:hover, .weather-warnings .weather-warning-4 a:hover {
  color: #53E8D8; }

.weather-warnings .weather-warning-risk .warning-sqr {
  background: #008FE9; }

.weather-warnings .weather-warning-1 .warning-sqr {
  background: #FFD900; }

.weather-warnings .weather-warning-2 .warning-sqr {
  background: #FF8E51; }

.weather-warnings .weather-warning-3 .warning-sqr {
  background: #FF5151; }

.weather-warnings .weather-warning-4 .warning-sqr {
  background: #653AB5; }

.location-warn-txt {
  margin-left: 24px; }

.location-warning-1 {
  position: relative;
  margin: 24px 0;
  padding-left: 3em; }
  .location-warning-1 img {
    position: absolute;
    left: 0;
    top: -13px;
    font-size: 2em; }

.location-warning-2 {
  position: relative;
  margin: 24px 0;
  padding-left: 3em; }
  .location-warning-2 img {
    position: absolute;
    left: 0;
    top: -13px;
    font-size: 2em; }

.location-warning-3 {
  position: relative;
  margin: 24px 0;
  padding-left: 3em; }
  .location-warning-3 img {
    position: absolute;
    left: 0;
    top: -13px;
    font-size: 2em; }

.location-warning-4 {
  position: relative;
  margin: 24px 0;
  padding-left: 3em; }
  .location-warning-4 img {
    position: absolute;
    left: 0;
    top: -13px;
    font-size: 2em; }

.location-warning-5 {
  position: relative;
  margin: 24px 0;
  padding-left: 3em; }
  .location-warning-5 img {
    position: absolute;
    left: 0;
    top: -13px;
    font-size: 2em; }

@media screen and (max-width: 39.9375em) {
  .location-title {
    margin-bottom: 0; } }

div.daysAfter5 {
  opacity: 0;
  position: fixed;
  z-index: -42; }

.article-list-preview p {
  margin-top: 5px;
  margin-bottom: 10px; }

.article-list-preview .date-text {
  font-style: italic;
  font-size: 12px;
  color: #161414; }

.article-list-preview .article-title h6 {
  color: #0C2C83;
  font-size: 20px;
  margin: 0; }

.article-list-preview .article-list-link .columns:first-of-type {
  padding-right: 0; }

@media only screen and (max-width: 639px) {
  .article-list-preview .article-list-link .columns:first-of-type {
    padding-right: 12px; } }

.frontpageContent {
  padding-right: 1.33333rem;
  padding-left: 1.33333rem;
  max-width: 71.11111rem;
  margin-right: auto;
  margin-left: auto; }

.article-content h5 {
  margin: 48px 0 1.33333rem 0; }

.article-content .bold-text {
  font-weight: bold; }

.article-content p {
  line-height: 23px;
  margin-bottom: 1.33333rem; }

.article-content .caption {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  line-height: 20px;
  margin-bottom: 1.33333rem;
  margin-top: 0.1rem; }

.article-content a {
  color: #0A494E;
  text-decoration: underline; }

.article-content a:hover {
  color: #3EAEBB; }

.article-content .graph {
  padding: 1.33333rem 0 0 0; }

.article-content .article-images {
  margin-top: 1rem;
  margin-left: 2rem;
  float: right;
  max-width: 45%;
  text-align: center; }
  .article-content .article-images img {
    width: 100%; }

@media only screen and (max-width: 639px) {
  .article-content .article-images {
    max-width: 100% !important;
    margin-left: 0;
    margin-top: 0; }
    .article-content .article-images img, .article-content .article-images .caption {
      margin-left: 0; }
  .article-content .graph {
    padding: 1.33333rem 0 0 0; } }

.category-preview .article-title h6 {
  color: #008FE9;
  display: inline-block;
  margin: 1.33333rem 0; }

.category-preview .article-title .icon-arrow-head-right {
  color: #008FE9; }

.category-preview .article-preview-link:hover h6, .category-preview .article-preview-link:hover .icon-arrow-head-right {
  color: #0C2C83; }

.category-preview .article-preview-text h4 {
  color: #4660A0; }

.category-preview .article-preview-text p {
  margin-bottom: 0; }

@media only screen and (max-width: 639px) {
  .category-preview .article-preview-text h4 {
    width: 80%; } }

.some-container {
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

div[class*=box] {
  /* width: 250px;
  height: 60px;
  overflow: hidden;*/
  position: relative;
  /* margin-bottom: 60px;
  box-shadow: 6px 5px 30px -4px rgba(0,0,0,0.55);
  */ }

.btn {
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box; }
  .btn.facebook {
    background-color: #3b5998; }
  .btn.twitter {
    background-color: #55acee; }
  .btn.google {
    background-color: #dd4b39; }
  .btn .fa {
    font-size: 35px;
    color: #fff; }

/*
=========================
        BOX ONE
=========================
*/
.box-1 {
  background-color: #67AAF9;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .box-1 .share-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: 10;
    transition: all 0.4s 0s,  border 0.4s 0.6s,  height 0.4s 0.4s,  margin 0.4s 0.4s; }
  .box-1:hover .share-buttons {
    height: 200px;
    width: 400px;
    margin-top: -100px;
    border-color: #dbdbdb;
    background-color: #c4e0f9;
    transform: translateX(-200px); }
  .box-1 .btn {
    opacity: 0; }
  .box-1:hover .btn {
    opacity: 1;
    transition: 0.4s;
    transition-delay: 0.7s; }

/*
=========================
        BOX TWO
=========================
*/
.box-2 {
  background: #C4E0F9; }
  .box-2 .layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    transition: 0.4s 0.8s; }
  .box-2:hover .layer {
    transition: 0.4s 0s;
    transform: translateY(250px); }
  .box-2 .layer .inner {
    background-color: #B95F89;
    width: 200px;
    height: 100px;
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .box-2 .btn {
    position: absolute;
    top: 10px;
    opacity: 0;
    z-index: 2; }
  .box-2:hover .btn {
    opacity: 1;
    transform: translateY(-150px); }
  .box-2 .facebook {
    left: 20%;
    transition: 0.4s 0.6s; }
  .box-2 .twitter {
    left: 45%;
    transition: 0.4s 0.4s; }
  .box-2 .google {
    left: 70%;
    transition: 0.4s 0.2s; }

/*
=========================
       BOX THREE
=========================
*/
.box-3 {
  background-color: transparent;
  transition: 1s;
  /* display: flex;
  justify-content: center;
  align-items: center;*/
  /*&:hover{
    width:250px;
    }
  */ }
  .box-3:hover .share-buttons {
    opacity: 1;
    padding: 36% 36%; }
  .box-3 .share-buttons {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(12, 44, 131, 0.4);
    width: 180px;
    height: 68px;
    opacity: 0;
    transition: 0.4s;
    z-index: 10; }
  .box-3 .btn {
    display: inline-block;
    /* margin: 175px 40px; */ }

html, body {
  font-size: 18px; }
  html *, body * {
    box-sizing: border-box; }

body.menu-open, body.scroll-lock {
  overflow: hidden; }

section {
  max-width: 71.11111rem;
  margin: 0 auto; }
  header section {
    padding: 0 0.66667rem; }
  main section {
    padding: 0 0.66667rem 0; }

main {
  /* section:first-of-type {
    padding-top: rem-calc(48px);
  }
 */
  /* .csc-header {
   padding: 0 rem-calc(12px)
  }
*/ }
  main section.noTopPad {
    padding-top: 0; }
  main section.topPad {
    padding-top: 2.66667rem;
    padding-bottom: 1.33333rem; }
  @media only screen and (max-width: 639px) {
    main section.topPad {
      padding-top: 1.33333rem;
      padding-bottom: 0; } }
  main .accordionEditor {
    background-color: #F9FCFE;
    border: none;
    border-bottom: 0.05556rem solid #B3BeD7;
    color: #0c2d83;
    font-size: 1.11111rem;
    font-weight: 500;
    cursor: pointer;
    padding-bottom: 1.33333rem;
    padding-left: 0.27778rem;
    padding-top: 1.33333rem;
    text-align: left;
    outline: none;
    transition: 0.4s; }
  main .accordionEditor:after {
    font-family: "DMI";
    content: '\f100';
    color: #0c2d83;
    font-weight: bold;
    font-size: 1.33333rem;
    float: right;
    margin-left: 0.27778rem;
    transition: transform 100ms ease-in;
    transform: rotate(0deg); }
  main .accordionEditor.active:after {
    transform: rotate(90deg); }

.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 300ms, opacity 300ms, visibility 300ms 300ms;
  overflow-y: hidden; }
  .menu .mobile-menu-only {
    display: none; }
  .menu section {
    max-width: 100%; }
  .menu .menu-inner {
    position: relative;
    min-height: 100%; }
    .menu .menu-inner #menuIcon {
      font-size: 1.33333rem;
      display: inline; }
  .menu a:hover {
    /*color:$color-deep-blue-25;*/
    color: white; }
  @media screen and (max-width: 39.9375em) {
    .menu {
      transition: margin-left 250ms ease-in; }
      .menu .mobile-menu-only {
        display: block; }
      .menu .icon-arrow-head-right {
        float: right;
        margin-right: 8px;
        margin-top: 7px;
        font-size: 26px; } }
  .menu .search-col {
    position: relative; }
    .menu .search-col .icon-search {
      position: absolute;
      font-size: 1.33333rem;
      top: 0.66667rem; }
    .menu .search-col .icon-close {
      color: white;
      font-size: 1.33333rem;
      position: absolute;
      top: 11px;
      right: 24px;
      cursor: pointer;
      visibility: hidden; }
    .menu .search-col input {
      padding-left: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .menu {
      overflow-y: auto; } }
  .menu main {
    padding: 4rem 0; }
  .menu-open .menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform 300ms, opacity 300ms; }
  .menu.theme-1 {
    background: linear-gradient(-180deg, #92d0f5 0%, #0c2d83 100%);
    color: white; }
  .menu.theme-2 {
    background: linear-gradient(-180deg, #1de2cd 0%, #0c2d83 100%);
    color: white; }
  .menu.theme-3 {
    background: linear-gradient(-180deg, #ffc7a9 0%, #0c2d83 100%);
    color: white; }
  .menu.theme-4 {
    background: linear-gradient(-180deg, #ff5252 0%, #0c2d83 100%);
    color: white; }
  .menu.theme-5 {
    background: linear-gradient(-180deg, #a88fd5 0%, #0c2d83 100%);
    color: white; }
  .menu input {
    background-color: transparent; }
    .menu input:focus + .icon-close {
      visibility: visible; }
    .menu input:focus ~ hr {
      border-top-width: 3px; }
  .menu header {
    background: none; }
    .menu header nav {
      min-height: 2.66667rem; }
    .menu header #btn-close-menu {
      position: relative;
      color: white;
      /*     &:before, &:after {
        position: absolute;
        content: ' ';
        left: 5px;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: white;
      }

      &:before {
        transform: rotate(45deg);
      }

      &:after {
        transform: rotate(-45deg);
      }
      
 */ }
      .menu header #btn-close-menu .icon-close {
        font-size: 1.33333rem;
        vertical-align: middle; }
  .menu .backLink h6 {
    transition: border 300ms ease-out;
    width: 100%;
    /* padding-bottom: rem-calc(24px);*/
    padding-top: 1.33333rem;
    /*border-bottom: 1px solid rgba(255,255,255,0);*/
    margin-bottom: 0;
    position: relative;
    color: white;
    margin-left: 2rem;
    margin-top: 0; }
    .menu .backLink h6 .arrow {
      position: absolute;
      transition: transform 300ms ease-out;
      transform: rotate(180deg);
      left: 0;
      display: block;
      top: 0;
      height: 0.66667rem;
      /*calc(100% - 12px);*/
      margin-top: 1.66667rem;
      margin-left: -1.33333rem; }
      @media screen and (min-width: 64em) {
        .menu .backLink h6 .arrow {
          display: none; } }
  .menu .links h3 {
    transition: border 300ms ease-out;
    width: 100%;
    padding-bottom: 1.33333rem;
    padding-top: 1.33333rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: 0;
    position: relative;
    color: white; }
    .menu .links h3 .arrow {
      position: absolute;
      transition: transform 300ms ease-out;
      right: 0;
      display: block;
      top: 0;
      height: 0.66667rem;
      /*calc(100% - 12px);*/
      margin-top: 2rem; }
      @media screen and (min-width: 64em) {
        .menu .links h3 .arrow {
          display: none; } }
  .menu .links ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out; }
    .menu .links ul li {
      padding-bottom: 0.33333rem; }
    .menu .links ul li:first-of-type {
      padding-top: 0.33333rem; }
    @media screen and (min-width: 64em) {
      .menu .links ul {
        max-height: none; } }
  @media screen and (max-width: 63.9375em) {
    .menu .links h3 {
      cursor: pointer; }
    .menu .links.open h3 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .menu .links.open h3 .icon-arrow-head-right {
        transform: rotate(90deg);
        margin-right: -10px; }
    .menu .links.open ul {
      max-height: inherit;
      /* 50vh; */ }
    .menu .links.open li {
      font-size: 2rem;
      padding-left: 2rem;
      line-height: 1.333333;
      padding-bottom: 2rem; } }
  .menu footer {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .menu footer nav {
      border-top: 1px solid white;
      padding-top: 1.33333rem; }
    .menu footer ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    @media screen and (max-width: 63.9375em) {
      .menu footer {
        display: none; } }
  .menu ul {
    padding: 0;
    margin: 0; }
    .menu ul li {
      list-style: none;
      color: white;
      position: relative; }
      .menu ul li a:hover {
        color: white;
        text-decoration: underline; }
      .menu ul li.footer-social-twitter a {
        padding-right: 2rem; }
        .menu ul li.footer-social-twitter a .footer-social-twitter-icon {
          display: block;
          height: 1.263em;
          margin-top: -0.6315em;
          position: absolute;
          right: 0;
          top: 50%; }
  @media screen and (max-width: 39.9375em) {
    .menu .menu-search {
      padding-top: 0;
      padding-bottom: 0; } }

.favourites-section {
  background-color: #CFEAFA;
  padding: 1rem 0;
  overflow: hidden; }
  .favourites-section .title h5 {
    margin-left: 24px; }
  .favourites-section .prev {
    visibility: hidden; }
  .favourites-section:before, .favourites-section:after {
    content: " ";
    display: table; }
  .favourites-section:after {
    clear: both; }
  .favourites-section .nav-link {
    float: right;
    margin-right: 1rem;
    margin-top: -30px;
    position: relative;
    z-index: 10; }
    .favourites-section .nav-link button {
      text-decoration: underline;
      color: #0A494E;
      background: none;
      border: 0;
      font-size: 18px;
      outline: none; }
    .favourites-section .nav-link:hover button {
      color: #3EAFBB; }
  @media screen and (max-width: 39.9375em) {
    .favourites-section .nav-link {
      visibility: hidden; } }
  @media screen and (max-width: 563px) {
    .favourites-section .slick-slide {
      transition: transform 300ms; }
      .favourites-section .slick-slide:not(.slick-current) {
        transform: translateX(-15%); }
    .favourites-section .slick-current {
      transform: translateX(0);
      max-width: 310px !important; } }
  @media screen and (max-width: 463px) {
    .favourites-section .slick-slide {
      transition: transform 300ms; }
      .favourites-section .slick-slide:not(.slick-current) {
        transform: translateX(-20%); } }
  @media screen and (max-width: 20em) {
    .favourites-section .slick-slide:not(.slick-current) {
      transform: translateX(0); }
    .favourites-section .slick-current + .slick-slide {
      transform: translateX(0); } }
  @media screen and (max-width: 39.9375em) {
    .favourites-section .slick-next, .favourites-section .slick-prev {
      display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .slick-track .slick-slide {
    margin-left: 30px;
    margin-right: 30px; }
  .slick-track :first-child {
    margin-left: 0; } }

@media only screen and (max-width: 639px) and (min-width: 430px) {
  .slick-current {
    width: 310px; } }

.weathermap-section {
  margin-bottom: 1.33333rem; }

.article-preview-section {
  margin-bottom: 2.66667rem;
  padding: 0 0.66667rem; }
  .article-preview-section .article-preview-title h5 {
    margin: 1.33333rem 0 0 24px; }
  .article-preview-section .add-container {
    margin-top: 1.1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: #CFCFCF solid 1px; }
  @media only screen and (max-width: 639px) {
    .article-preview-section {
      background: #F9FCFE; }
      .article-preview-section .add-container {
        background: #CFCFCF;
        width: 100vw;
        margin-left: calc(((100vw - 100%)/2) * -1); }
      .article-preview-section .article-preview-title {
        padding-left: 12px; }
        .article-preview-section .article-preview-title h5 {
          margin: 1.33333rem 0 0 0; } }

.statistic-graph-section {
  background: #F9FCFE; }
  .statistic-graph-section a {
    text-decoration: underline;
    color: #0A494E;
    font-size: 18px; }
    .statistic-graph-section a:hover {
      color: #3EAFBB; }

.vandstand-graph-section h5 {
  margin-top: 72px; }

.article-list-section .add-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: #CFCFCF solid 1px; }

.article-list-section .add-container:last-of-type {
  margin-top: 1.1rem; }

.article-list-section .page-selector {
  padding: 0 1rem;
  text-align: center;
  width: 50%;
  margin: auto; }
  .article-list-section .page-selector li {
    color: #0C2C83;
    list-style: none;
    display: inline-block;
    margin: 0 8px; }
  .article-list-section .page-selector li:hover {
    color: #3EAEBB; }
  .article-list-section .page-selector .page-number {
    padding: 1px 5px; }
  .article-list-section .page-selector .page-active {
    border: 1px solid #3DABEE;
    border-radius: 4px; }
  .article-list-section .page-selector .left-arrow {
    transform: rotate(180deg); }

@media only screen and (max-width: 1023px) {
  .article-list-section .page-selector {
    width: 100%; } }

@media only screen and (max-width: 639px) {
  .article-list-section .page-selector li {
    margin: 0 3px; } }

@media only screen and (max-width: 639px) {
  .article-page .add-container {
    background: #CFCFCF;
    width: 100vw;
    margin-left: calc(((100vw - 100%)/2) * -1); } }

.bg-image {
  background-size: cover;
  /* background-image:url(../../assets/img/greenland.jpg); */ }
  .bg-image .mobile-only-add {
    margin-bottom: 0; }
  .bg-image .desktop-only-add {
    margin-left: 0;
    margin-right: 0; }
  @media screen and (max-width: 39.9375em) {
    .bg-image {
      padding-bottom: 0; } }

.category-preview-section {
  margin-bottom: 24px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "dmi";
  src: url("../../assets/icon-fonts/DMI.eot");
  src: url("../../assets/icon-fonts/DMI.eot?#iefix") format("embedded-opentype"), url("../../assets/icon-fonts/DMI.woff") format("woff"), url("../../assets/icon-fonts/DMI.ttf") format("truetype"), url("../../assets/icon-fonts/DMI.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "dmi";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  z-index: 100;
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: "Næste 4 favoritter"; }

.slick-next {
  right: 0px; }
  [dir="rtl"] .slick-next {
    left: 10px;
    right: auto; }
  .slick-next:before {
    content: "Næste 4 favoritter"; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "dmi";
        font-size: 23px;
        line-height: 20px;
        text-align: center;
        color: #161414 !important;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #161414 !important;
      opacity: 0.75;
      content: "";
      color: black;
      opacity: 0.75; }
