@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
@font-face {
  font-family: "Interstate";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Interstate/Interstate-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Interstate";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Interstate/Interstate-Bold.ttf") format("truetype"); }

*,
*::before,
*::after {
  box-sizing: inherit; }

:root,
html {
  background: radial-gradient(50% 143%, #ccbb94 50%, #a4915b 100%);
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.5;
  min-height: 100%;
  -ms-overflow-style: scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

body {
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  margin-top: 5rem;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (max-width: 33.74em) {
    body {
      -webkit-text-size-adjust: 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.5rem 0 1rem; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }
    h1 a:focus, h1 a:hover,
    h2 a:focus,
    h2 a:hover,
    h3 a:focus,
    h3 a:hover,
    h4 a:focus,
    h4 a:hover,
    h5 a:focus,
    h5 a:hover,
    h6 a:focus,
    h6 a:hover {
      color: inherit; }
    h1 a:active,
    h2 a:active,
    h3 a:active,
    h4 a:active,
    h5 a:active,
    h6 a:active {
      color: inherit; }

h1 {
  font-family: Interstate, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 1.166;
  font-weight: 600; }
  @media (min-width: 46.25em) {
    h1 {
      font-size: 3.6rem; } }
  @media (min-width: 61.25em) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-family: Interstate, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.166;
  font-weight: 400; }
  @media (min-width: 46.25em) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-family: Interstate, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: 600; }
  @media (min-width: 46.25em) {
    h3 {
      font-size: 2.7rem; } }

h4 {
  font-family: Interstate, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.166;
  font-weight: 600; }
  @media (min-width: 46.25em) {
    h4 {
      font-size: 2.4rem; } }

h5 {
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.166;
  text-transform: uppercase;
  font-weight: 600; }
  @media (min-width: 46.25em) {
    h5 {
      font-size: 2rem; } }

h6 {
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.166;
  font-weight: 600; }

p,
blockquote,
address,
dl,
ul,
ol,
table,
fieldset,
figure,
pre {
  margin: 0 0 1.5em; }
  p:last-child,
  blockquote:last-child,
  address:last-child,
  dl:last-child,
  ul:last-child,
  ol:last-child,
  table:last-child,
  fieldset:last-child,
  figure:last-child,
  pre:last-child {
    margin-bottom: 0; }

abbr {
  cursor: help; }

blockquote,
q {
  quotes: "\201E" "\201D" "»" "«"; }
  blockquote:lang(en),
  q:lang(en) {
    quotes: "«" "»" "’" "’"; }

blockquote {
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a50000;
  margin: 4rem auto;
  padding: 1.8rem 15px;
  position: relative; }
  @media (min-width: 46.25em) {
    blockquote {
      font-size: 2.4rem; } }
  @media (min-width: 33.75em) {
    blockquote {
      padding: 3rem 17.5%; } }
  @media (min-width: 46.25em) {
    blockquote::before, blockquote::after {
      font-size: 8rem;
      line-height: 0;
      position: absolute; } }
  blockquote::before {
    content: open-quote;
    left: 0;
    top: 0; }
  blockquote::after {
    bottom: 0;
    content: close-quote;
    right: 0; }
  blockquote cite {
    font-size: 1.4rem; }

p:empty {
  display: none; }

em {
  font-style: italic; }

strong,
b {
  font-weight: 600; }

a {
  color: inherit; }
  a:visited, a[visited] {
    text-decoration: underline; }
  a:hover, a[hover], a:focus, a[focus] {
    text-decoration: underline; }
  a:active, a[active] {
    text-decoration: underline; }
  a img {
    border: 0; }
  a[href^="tel:"] {
    text-decoration: none; }
    a[href^="tel:"]:focus, a[href^="tel:"]:hover {
      text-decoration: underline; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="search"] {
  -webkit-appearance: none; }

iframe {
  display: block; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

svg {
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ul {
  list-style-image: url("/assets/img/list-dot.svg");
  list-style-position: inside;
  padding: 0; }
  ul li {
    margin-bottom: 1rem; }

ol {
  counter-reset: list-counter;
  list-style: none; }

ol li {
  margin-bottom: 1rem; }
  ol li::before {
    color: #a50000;
    content: counter(list-counter) ". ";
    counter-increment: list-counter;
    display: inline-block;
    width: 2rem; }

dt,
dd {
  display: block;
  margin-top: 0.5rem; }

dt {
  font-weight: bold;
  padding: 0; }
  dt:first-child {
    margin-top: 0; }

dd {
  margin: 0; }

hr {
  background-color: #b2b2b2;
  border: 0;
  clear: both;
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1;
  margin: 3rem 0; }

table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 1em;
  vertical-align: top;
  width: 100%; }

thead {
  font-size: 1.6rem;
  font-weight: 600; }

caption {
  text-align: left;
  margin-bottom: 0.5em; }

tr {
  border-top: thin solid #b2b2b2; }
  thead tr:first-child {
    border-top: 0; }

th,
td {
  border: 0;
  padding: 0.5rem;
  text-align: left;
  vertical-align: top; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

th {
  font-weight: 600;
  vertical-align: middle; }

embed {
  height: auto;
  max-width: 100%; }

code {
  font-family: Monaco, Consolas, monospace;
  background-color: white;
  border: thin solid #b2b2b2;
  overflow: scroll; }

pre {
  background-color: white;
  display: block; }
  pre code {
    border: 0; }

address {
  font-style: normal; }

dfn,
samp {
  font-family: Monaco, Consolas, monospace; }

.tablewrap {
  margin-bottom: 1.5rem; }

img.right {
  float: right; }

img.left {
  float: left; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media (min-width: 33.75em) {
  p.text-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px; } }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

canvas {
  transform: translate(-50%, -40%); }

.counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1.8rem;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 3rem; }
  @media (min-width: 46.25em) {
    .counter {
      font-size: 3rem; } }

.counter__tree-count {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  background: transparent;
  border-radius: 0;
  color: #000000;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 4rem;
  font-weight: 700;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  margin-bottom: 2rem; }
  @media (min-width: 46.25em) {
    .counter__tree-count {
      font-size: 5rem; } }

.documentHeader {
  color: #000000;
  margin-bottom: 8rem;
  text-align: center; }

.documentContent {
  margin-bottom: 5rem; }

#logo-wegewerk {
  bottom: 15px;
  display: block;
  height: 2.6rem;
  position: fixed;
  right: 15px;
  z-index: 1020; }
  @media (min-width: 46.25em) {
    #logo-wegewerk {
      left: 15px;
      top: 15px; } }

.l-container {
  clear: both;
  margin: 0 auto; }
  .l-container::after {
    clear: both;
    content: " ";
    /* 1 */
    display: block; }

.l-container--small {
  max-width: 800px; }

.l-container--large {
  max-width: 1200px; }

.l-container--huge {
  max-width: 1400px; }

.l-column {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 6rem; }
  .l-column::after {
    clear: both;
    content: " ";
    /* 1 */
    display: block; }
  @media (min-width: 46.25em) {
    .l-column {
      float: left; } }
  @media (min-width: 46.25em) {
    .l-column {
      margin-bottom: 0; } }
  .l-column:last-child {
    margin-bottom: 0; }
  .l-column .c-column .l-column {
    padding: 0; }

.l-column--tiny {
  width: 100%; }
  @media (min-width: 20em) {
    .l-column--tiny {
      float: left;
      width: 50%; } }
  @media (min-width: 46.25em) {
    .l-column--tiny {
      width: 25%; } }
  @media (min-width: 20em) {
    .l-column--tiny:nth-of-type(2n + 1) {
      clear: left; } }
  @media (min-width: 46.25em) {
    .l-column--tiny:nth-of-type(2n + 1) {
      clear: none; } }
  @media (min-width: 46.25em) {
    .l-column--tiny:nth-of-type(4n + 1) {
      clear: left; } }

.l-column--small {
  width: 100%; }
  @media (min-width: 46.25em) {
    .l-column--small {
      width: 33.3333333333%; } }

.l-column--medium {
  width: 100%; }
  @media (min-width: 46.25em) {
    .l-column--medium {
      width: 50%; } }
  .l-column--medium:nth-child(1), .l-column--medium:nth-child(3) {
    clear: left; }
    @media (min-width: 46.25em) {
      .l-column--medium:nth-child(1), .l-column--medium:nth-child(3) {
        clear: none; } }

.l-column--large {
  width: 100%; }
  @media (min-width: 46.25em) {
    .l-column--large {
      width: 66.6666666667%; } }

.l-column--huge {
  width: 100%; }
  @media (min-width: 46.25em) {
    .l-column--huge {
      width: 66.6666666667%; } }
  @media (min-width: 61.25em) {
    .l-column--huge {
      width: 75%; } }

.l-column--full {
  width: 100%; }
  @media (min-width: 46.25em) {
    .l-column--full {
      float: none; } }
  .l-container--large .l-column--full {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }

@media print {
  [class*=l-column] {
    clear: both !important;
    float: none !important;
    width: auto !important; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: transparent;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 30px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 30px;
    padding-right: 30px; } }

#popup {
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.6rem;
  color: #000000;
  display: none; }
  .mfp-content #popup {
    display: block; }

.popup__cta {
  -ms-flex-align: center;
      align-items: center;
  background: transparent;
  border: 0;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
  .popup__cta span {
    font-family: Interstate, Arial, sans-serif;
    font-size: 1.6rem;
    margin-right: 1rem; }
  .popup__cta:hover, .popup__cta:focus {
    cursor: pointer; }
    .popup__cta:hover .popup__seed, .popup__cta:focus .popup__seed {
      transform: scale(2.2); }

.popup__content {
  font-weight: 700; }

.mfp-content {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
  max-width: 720px;
  padding: 1.8rem; }
  @media (min-width: 46.25em) {
    .mfp-content {
      padding: 3rem; } }

.popup__seed {
  display: inline-block;
  position: relative;
  left: -1px;
  bottom: -1px;
  transform: scale(2);
  transition: all 0.3s; }

.snow {
  animation: falling linear infinite both;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition: opacity 800ms ease 500ms;
  width: 100%; }
  .snow.hidden {
    opacity: 0; }
  .snow--near {
    animation-duration: 10s;
    background-size: contain;
    opacity: 0.8;
    z-index: 1000; }
    .snow--near + .snow--alt {
      animation-delay: 5s; }
  .snow--near {
    background-image: url("/assets/img/snow-1.png"); }
  .snow--mid {
    animation-duration: 20s;
    background-image: url("/assets/img/snow-2.png");
    background-size: contain; }
    .snow--mid + .snow--alt {
      animation-delay: 10s; }
  .snow--far {
    animation-duration: 30s;
    background-image: url("/assets/img/snow-3.png");
    background-size: contain; }
    .snow--far + .snow--alt {
      animation-delay: 15s; }

@keyframes falling {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: translate3d(0, 100%, 0); } }

.teaserList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  margin-left: -15px;
  margin-right: -15px; }
  .teaserList.teaserList--gutterless {
    margin-left: 0;
    margin-right: 0; }
  .teaserList.slick-initialized {
    margin-bottom: 0; }
  .teaserList.slick-slider {
    display: block; }

.teaserList--tiny {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.teaserList--small {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.teaserList--medium {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.teaserList--full {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }

.teaserList--equal-height-calculation-mode .teaserList__item,
.teaserList--equal-height-calculation-mode .teaserList__item > * {
  transition: min-height 0s 0s linear !important; }

.teaserList__item {
  margin-top: 4rem;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  .teaserList__item:first-of-type {
    margin-top: 0 !important; }
  .slick-initialized .teaserList__item {
    margin-top: 0 !important; }
  .teaserList--gutterless .teaserList__item {
    margin: 0;
    padding: 0; }
  .slick-initialized .teaserList__item {
    margin-bottom: 0; }
  .teaserList--tiny .teaserList__item {
    width: 100%; }
    @media (min-width: 33.75em) {
      .teaserList--tiny .teaserList__item {
        width: 50%; }
        .teaserList--tiny .teaserList__item:nth-of-type(-n + 2) {
          margin-top: 0 !important; } }
    @media (min-width: 61.25em) {
      .teaserList--tiny .teaserList__item {
        width: 25%; }
        .teaserList--tiny .teaserList__item:nth-of-type(-n + 4) {
          margin-top: 0 !important; } }
  .teaserList--small .teaserList__item {
    width: 100%; }
    @media (min-width: 33.75em) {
      .teaserList--small .teaserList__item {
        width: 50%; }
        .teaserList--small .teaserList__item:nth-of-type(-n + 2) {
          margin-top: 0 !important; } }
    @media (min-width: 61.25em) {
      .teaserList--small .teaserList__item {
        width: 33.3333333333%; }
        .teaserList--small .teaserList__item:nth-of-type(-n + 3) {
          margin-top: 0 !important; } }
    @media (min-width: 61.25em) {
      .l-column--small .teaserList--small .teaserList__item, .l-column--small .teaserList--small .teaserList__item:nth-child(2n + 1), .l-column--small .teaserList--small .teaserList__item:nth-child(3n + 1) {
        width: 100%; } }
  .teaserList--medium .teaserList__item {
    width: 100%; }
    @media (min-width: 33.75em) {
      .teaserList--medium .teaserList__item {
        width: 50%; }
        .teaserList--medium .teaserList__item:nth-of-type(-n + 2) {
          margin-top: 0 !important; } }
  .teaserList__item > * {
    height: 100%;
    width: 100%; }

.js .teaserList.teaserList--full.m-slider:not(.slick-initialized):not(.m-slider--mobile) .teaserList__item:not(:first-child) {
  display: none; }

.tree-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100; }

.tree {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  position: relative;
  z-index: 1; }
  @media (min-width: 33.75em) {
    .tree {
      -ms-flex-preferred-size: calc(100% / 4);
          flex-basis: calc(100% / 4); } }
  @media (min-width: 46.25em) {
    .tree {
      -ms-flex-preferred-size: calc(100% / 6);
          flex-basis: calc(100% / 6); } }
  @media (min-width: 61.25em) {
    .tree {
      -ms-flex-preferred-size: calc(100% / 8);
          flex-basis: calc(100% / 8); } }
  @media (min-width: 75em) {
    .tree {
      -ms-flex-preferred-size: calc(100% / 10);
          flex-basis: calc(100% / 10); } }
  .tree svg {
    width: 100%; }

.tree--growing .brown > * {
  transform: scaleY(0);
  transform-origin: 50% 100%; }

.tree--growing .green {
  transform: scaleY(0);
  transform-origin: bottom center; }

.tree--growing .lights > * {
  opacity: 0; }

.tree--growing {
  position: relative; }
  .tree--growing:before {
    background: url("../img/svg-sprite-d7af7fc5.svg") no-repeat;
    height: 90px;
    background-position: 0px 0px;
    width: 95px;
    background-size: 95px 90px;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    transform: translate(-50%, -70%);
    transition: all 400ms ease 2500ms; }

.tree--growing.js-start .tree__shape {
  animation: fade-out 200ms ease forwards; }

.tree--growing.js-start .brown > *:nth-child(1) {
  animation: brown 350ms ease forwards 350ms; }

.tree--growing.js-start .brown > *:nth-child(2) {
  animation: brown 350ms ease forwards 700ms; }

.tree--growing.js-start .brown > *:nth-child(3) {
  animation: brown 350ms ease forwards 1050ms; }

.tree--growing.js-start .green {
  animation: brown 400ms ease forwards 1400ms; }

.tree--growing.js-start .lights > *:nth-child(1) {
  animation: opacity 350ms ease forwards 2150ms; }

.tree--growing.js-start .lights > *:nth-child(2) {
  animation: opacity 350ms ease forwards 2500ms; }

.tree--growing.js-start .lights > *:nth-child(3) {
  animation: last-opacity 350ms ease forwards 2850ms; }

.tree--growing.js-start::before {
  opacity: 1; }

.tree__error {
  background: #ffffff;
  border-radius: 10px;
  color: #000000;
  font-size: 1.6rem;
  left: 0;
  max-width: 35rem;
  padding: 1rem;
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% - 30px));
  width: calc(100vw - 3rem); }
  .tree__error h2 {
    margin-top: 0; }
  .tree__error::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
    content: '';
    display: block;
    height: 0;
    left: 30px;
    position: absolute;
    top: 100%;
    width: 0; }

@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes last-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes brown {
  from {
    transform: scaleY(0); }
  to {
    transform: scaleY(1); } }

@media print {
  @page {
    margin: 2cm; }
  .l-column:first-child {
    padding-left: 0; }
  .l-column:last-child {
    padding-right: 0; }
  .page-wrapper {
    padding-left: 0;
    padding-right: 0; }
    .page-wrapper::before, .page-wrapper::after {
      display: none !important; }
  * {
    background: transparent !important;
    border-color: #888888 !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important; }
  :root,
  html {
    border: 0;
    font-size: 50%; }
  a,
  a:visited {
    text-decoration: none !important; }
  a[href]::after {
    content: ''; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "" !important; }
  pre {
    border: thin solid #888888;
    margin: 2rem 0;
    page-break-inside: avoid; }
  hr {
    border-top: thin solid #000000; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; }
  section {
    display: block !important; }
  .slick-dots,
  .slick-next,
  .slick-prev,
  .social-links,
  .main-nav-toggle {
    display: none !important; }
  .figure {
    page-break-inside: avoid; }
  .co__header {
    page-break-after: avoid !important; }
  .co--textmedia {
    page-break-inside: avoid; }
  .teaserList__item {
    page-break-inside: avoid !important; }
  [class*=-teaser] {
    page-break-inside: avoid !important;
    -webkit-region-break-inside: avoid; }
  .document-content__complementary {
    page-break-before: always; } }
/*# sourceMappingURL=main.css.map */