/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	overflow: visible; /* 2 */
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/**
 * 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 */
}


nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/* Firefox required */
input:required {
    box-shadow: none;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Schriftarten
 */


/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Light'), local('Ubuntu-Light'),
       url('../fonts/ubuntu-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v14-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../fonts/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('../fonts/ubuntu-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v14-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('../fonts/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v14-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* Icon Font
   ========================================================================== */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?9223712');
  src: url('../fonts/fontello.eot?9223712#iefix') format('embedded-opentype'),
  url('../fonts/fontello.woff2?9223712') format('woff2'),
  url('../fonts/fontello.woff?9223712') format('woff'),
  url('../fonts/fontello.ttf?9223712') format('truetype'),
  url('../fonts/fontello.svg?9223712#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-target:before { content: '\e800'; } /* '' */
.icon-trash-empty:before { content: '\e801'; } /* '' */
.icon-calendar:before { content: '\e802'; } /* '' */
.icon-info-1:before { content: '\e803'; } /* '' */
.icon-pencil:before { content: '\e804'; } /* '' */
.icon-download:before { content: '\e805'; } /* '' */
.icon-logout:before { content: '\e806'; } /* '' */
.icon-login:before { content: '\e807'; } /* '' */
.icon-clock:before { content: '\e808'; } /* '' */
.icon-changing:before { content: '\e809'; } /* '' */
.icon-quarters:before { content: '\e80a'; } /* '' */
.icon-map:before { content: '\e80b'; } /* '' */
.icon-tag:before { content: '\e80c'; } /* '' */
.icon-clouds-flash:before { content: '\e80d'; } /* '' */
.icon-water:before { content: '\e80e'; } /* '' */
.icon-cycling:before { content: '\e80f'; } /* '' */
.icon-child:before { content: '\e810'; } /* '' */
.icon-adult:before { content: '\e811'; } /* '' */
.icon-list:before { content: '\e812'; } /* '' */
.icon-heart:before { content: '\e813'; } /* '' */
.icon-clouds:before { content: '\e814'; } /* '' */
.icon-heart-filled:before { content: '\e815'; } /* '' */
.icon-arrow-left:before { content: '\e816'; } /* '' */
.icon-arrow-right:before { content: '\e817'; } /* '' */
.icon-arrow-top:before { content: '\e818'; } /* '' */
.icon-arrow-down:before { content: '\e819'; } /* '' */
.icon-hail:before { content: '\e81a'; } /* '' */
.icon-snow-heavy:before { content: '\e81b'; } /* '' */
.icon-360:before { content: '\e81c'; } /* '' */
.icon-close:before { content: '\e81d'; } /* '' */
.icon-search:before { content: '\e81e'; } /* '' */
.icon-snow:before { content: '\e81f'; } /* '' */
.icon-close-small:before { content: '\e820'; } /* '' */
.icon-search-fat:before { content: '\e821'; } /* '' */
.icon-star-full-filled:before { content: '\e822'; } /* '' */
.icon-star-half-filled:before { content: '\e823'; } /* '' */
.icon-star-empty:before { content: '\e824'; } /* '' */
.icon-link-external:before { content: '\e825'; } /* '' */
.icon-windy-rain:before { content: '\e826'; } /* '' */
.icon-sun:before { content: '\e827'; } /* '' */
.icon-plus:before { content: '\e828'; } /* '' */
.icon-minus:before { content: '\e829'; } /* '' */
.icon-ok-circle:before { content: '\e82a'; } /* '' */
.icon-moon:before { content: '\e82b'; } /* '' */
.icon-cloud-sun:before { content: '\e82c'; } /* '' */
.icon-cloud-moon:before { content: '\e82d'; } /* '' */
.icon-fog-sun:before { content: '\e82e'; } /* '' */
.icon-fog-moon:before { content: '\e82f'; } /* '' */
.icon-fog-cloud:before { content: '\e830'; } /* '' */
.icon-fog:before { content: '\e831'; } /* '' */
.icon-cloud:before { content: '\e832'; } /* '' */
.icon-cloud-flash:before { content: '\e833'; } /* '' */
.icon-checked:before { content: '\e834'; } /* '' */
.icon-drizzle:before { content: '\e835'; } /* '' */
.icon-rain:before { content: '\e836'; } /* '' */
.icon-windy:before { content: '\e837'; } /* '' */
.icon-basket:before { content: '\e838'; } /* '' */
.icon-resize-full-alt:before { content: '\e839'; } /* '' */
.icon-resize-small-alt:before { content: '\e83c'; } /* '' */
.icon-klarna:before { content: '\e844'; } /* '' */
.icon-mail-add:before { content: '\e84a'; } /* '' */
.icon-mail-2:before { content: '\e84b'; } /* '' */
.icon-facebook-official:before { content: '\e84c'; } /* '' */
.icon-filter:before { content: '\e8af'; } /* '' */
.icon-ccw:before { content: '\f025'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-language:before { content: '\f1ab'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-universal-access:before { content: '\f29a'; } /* '' */
.icon-wheelchair-alt:before { content: '\f29b'; } /* '' */

.iconBubble {
  background: #37454b;
  color: #fff;
  border-radius: .5em;
  line-height: 1;
  height: 1em;
  width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 1.33em;
  margin: 0 .125em;
  vertical-align: -.067em;
}
.iconBubble:before {
  margin: 0;
  font-size: .667em;
  line-height: 1.5;
  vertical-align: .167em;
}

/*
 * Focus
 */
a:focus-visible,
button:focus-visible,
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible,
[role="button"]:focus-visible {
  outline: 2px dashed #000;
  outline-offset: -2px;
}

.noMargin {
  margin: 0;
}
[class^="icon-"].noMargin:before,
.icon.noMargin:before {
  margin: 0;
}
.noMarginChildren > :first-child {
  margin-top: 0;
}
.noMarginChildren > :last-child {
  margin-bottom: 0;
}

/*
 * SlideDown / SlideUp
 */
.slideDownTrigger {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.slideDownTrigger .on {
  display: none;
}
.slideDownTrigger .icon:last-child {
  -webkit-transition: transform .3s;
  transition: transform .3s;
  display: block;
  float: right;
}

.slideDownTriggerInline .icon:last-child {
  float: none;
  display: inline-block;
}

.slideDownTarget {
  max-height: 0;
  transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
  overflow: hidden;
}
.slideDownTargetTeaser {
  max-height: 40px;
}

.slideDownTargetTeaser + .slideDownTrigger {
  margin-top: -40px;
  min-height: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .714rem 0 0;
  line-height: 40px;
  line-height: calc(40px - .714rem);
}
.slideDownTargetTeaser + .slideDownTrigger:before {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.slideDownTrigger[aria-expanded="true"] .on {
  display: inline;
}
.slideDownTrigger[aria-expanded="true"] .off {
  display: none;
}
.slideDownTrigger[aria-expanded="true"] .icon:last-child {
  transform: rotate(180deg);
}
.slideDownTarget[aria-hidden="false"] {
  max-height: 10000px;
  transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;

  animation: 0s linear 0.3s 1 normal both running delay-overflow;
}
.slideDownTargetTeaser + .slideDownTrigger[aria-expanded="true"] {
  margin-top: 0;
}

/* ignore start */
@keyframes delay-overflow {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}


@keyframes slideInFromLeft {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(-200%);
  }
  60% {
    transform: translateY(50%);
  }
  70% {
    transform: translateY(-25%);
  }
  80% {
    transform: translateY(12.5%);
  }
  90% {
    transform: translateY(-6.25%);
  }
  100% {
    transform: translateY(0);
  }
}

/* ignore end */

/*
 * Loading
 */
.loading {
  height: 0;
  width: 100%;
  background: url(../img/preloader_301_dark.gif) no-repeat 50% 50%;
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s, height 0s .3s;
  transition: opacity .3s, height 0s .3s;
}
.loading.show {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity .3s, height 0s;
  transition: opacity .3s, height 0s;
}

/*
 * Focus
 */
a:focus-visible,
button:focus-visible,
input[type="image"]:focus-visible,
.articleGrid:focus-visible .box,
.articleGrid .imgWrap:focus-visible {
  outline: 0;
  box-shadow: 0 0 .05rem .25rem rgba(219,49,193,.75);
}
.articleGrid .imgWrap:focus-visible {
  border: 5px solid rgba(219,49,193,.75);
  transition: none;
}
a.img:focus-visible,
input.btnContainer:focus-visible,
.btn:focus, .btn:focus-visible,
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner,
[type="submit"]:focus-visible
{
  outline: 0;
  box-shadow: 0 0 .05rem .25rem rgba(219,49,193,.75) inset !important;
}
.contrast a:focus-visible,
.contrast button:focus-visible {
  outline-color: #fff;
}
