@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * 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: 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 size in all browsers.
 */
small,
.text--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 */
}

/**
 * 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"] {
  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 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;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

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

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight>*> :not(.featherlight) {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

body {
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  font-weight: 400;
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body.preload * {
  transition: none !important;
}

.wrap {
  position: relative;
  width: 100%;
}

.wrap--guttered {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.wrap--guttered--s {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.wrap--guttered--l {
  padding-right: 3rem;
  padding-left: 3rem;
}

html {
  font-weight: 400;
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 3rem 0 2rem;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.4px;
}

@media only screen and (min-width: 768px) {

  h1,
  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.5px;
  }
}

h1-subline,
.h1-subline {
  font-weight: 600;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.25px;
}

h2,
.h2 {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.3px;
}

@media only screen and (min-width: 768px) {

  h2,
  .h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.4px;
  }
}

h2-subline,
.h2-subline {
  font-weight: 600;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.25px;
}

h3,
.h3 {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 768px) {

  h3,
  .h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -0.3px;
  }
}

h3-subline,
.h3-subline {
  font-weight: 600;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h4,
.h4 {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 768px) {

  h4,
  .h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h4-subline,
.h4-subline {
  font-weight: 700;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

p,
ul,
ol,
dl {
  margin: 1rem 0;
}

p:first-child,
ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0;
}

a {
  color: #009FE3;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

ul,
ol {
  padding-left: 2rem;
}

ul ul:first-child,
ol ul:first-child,
ul ol:first-child,
ol ol:first-child {
  margin: 1rem 0;
}

ul {
  list-style: '–   ' outside;
}

ol {
  list-style: decimal outside;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
  margin: 0;
}

dd {
  margin: 0 0 1rem;
}

small,
.text--small {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

del,
s,
strike {
  text-decoration: line-through;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.625rem;
  line-height: 0.875rem;
  white-space: pre-line;
  white-space: pre-wrap;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 1rem;
}

adress {
  font-style: italic;
  margin: 0 0 1rem;
}

mark {
  background: yellow;
  border-radius: 2px;
  padding: 0.125rem 0.25rem;
}

blockquote {
  font-style: italic;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  margin: 2rem 0;
  padding: 1.5rem;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote :last-child {
  margin-bottom: 0;
}

cite {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 1.5rem 0;
}

@media only screen and (min-width: 600px) {
  hr {
    margin: 2rem 0;
  }
}

@media only screen and (min-width: 768px) {
  hr {
    margin: 3rem 0;
  }
}

.font-size--xs {
  font-size: 0.625rem;
  line-height: 0.875rem;
}

.font-size--s {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.font-size--m {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-size--l {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.font-size--xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-size--xxl {
  font-size: 2rem;
  line-height: 2.5rem;
}

.font-size--xxxl {
  font-size: 2.5rem;
  line-height: 3rem;
}

.font-size--4xl {
  font-size: 3rem;
  line-height: 3.375rem;
}

.font-size--5xl {
  font-size: 4rem;
  line-height: 4.5rem;
}

@media only screen and (min-width: 600px) {
  .text--big {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .text--big {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text--serif {
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
}

.text--sans-serif {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.text--light {
  color: rgba(0, 0, 0, 0.5);
}

.text--regular {
  font-weight: 400;
}

.text--bold {
  font-weight: 700;
}

.text--spaced {
  letter-spacing: 3px;
}

.text--caps {
  text-transform: uppercase;
}

.text--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text--tag {
  margin-left: 0.25rem;
  padding: 0.125rem 0.25rem;
  border: 2px #009FE3 solid;
  border-radius: 0.25rem;
  position: relative;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: row;
}

.grid .grid__cell {
  width: 100%;
  flex: 0 0 auto;
}

@media only screen and (min-width: 320px) {
  .grid .grid__cell--xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--xxs-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--xxs-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--xxs-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--xxs-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--xxs-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--xxs-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--xxs-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--xxs-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--xxs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--xxs-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--xxs-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--xxs-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--xxs-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--xxs-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--xxs-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--xxs-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--xxs-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--xxs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--xxs-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--xxs-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--xxs-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--xxs-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--xxs-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--xxs-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--xxs-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--xxs-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--xxs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--xxs-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--xxs-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--xxs-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--xxs-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--xxs-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--xxs-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--xxs-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--xxs-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--xxs-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--xxs-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--xxs-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 480px) {
  .grid .grid__cell--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--xs-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--xs-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--xs-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--xs-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--xs-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--xs-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--xs-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--xs-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--xs-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--xs-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--xs-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--xs-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--xs-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--xs-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--xs-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--xs-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--xs-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--xs-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--xs-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--xs-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--xs-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--xs-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--xs-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--xs-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--xs-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--xs-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--xs-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--xs-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--xs-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--xs-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--xs-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--xs-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--xs-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--xs-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--xs-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 600px) {
  .grid .grid__cell--s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--s-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--s-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--s-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--s-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--s-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--s-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--s-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--s-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--s-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--s-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--s-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--s-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--s-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--s-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--s-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--s-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--s-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--s-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--s-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--s-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--s-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--s-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--s-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--s-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--s-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--s-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--s-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--s-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--s-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--s-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--s-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--s-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--s-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--s-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--s-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid .grid__cell--m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--m-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--m-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--m-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--m-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--m-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--m-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--m-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--m-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--m-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--m-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--m-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--m-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--m-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--m-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--m-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--m-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--m-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--m-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--m-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--m-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--m-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--m-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--m-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--m-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--m-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--m-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--m-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--m-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--m-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--m-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--m-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--m-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--m-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--m-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--m-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .grid .grid__cell--l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--l-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--l-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--l-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--l-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--l-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--l-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--l-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--l-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--l-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--l-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--l-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--l-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--l-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--l-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--l-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--l-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--l-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--l-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--l-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--l-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--l-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--l-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--l-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--l-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--l-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--l-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--l-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--l-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--l-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--l-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--l-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--l-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--l-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--l-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--l-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .grid .grid__cell--xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--xl-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--xl-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--xl-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--xl-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--xl-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--xl-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--xl-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--xl-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--xl-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--xl-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--xl-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--xl-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--xl-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--xl-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--xl-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--xl-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--xl-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--xl-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--xl-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--xl-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--xl-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--xl-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--xl-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--xl-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--xl-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--xl-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--xl-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--xl-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--xl-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--xl-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--xl-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--xl-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--xl-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--xl-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--xl-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .grid .grid__cell--xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--xxl-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--xxl-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--xxl-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--xxl-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--xxl-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--xxl-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--xxl-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--xxl-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--xxl-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--xxl-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--xxl-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--xxl-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--xxl-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--xxl-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--xxl-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--xxl-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--xxl-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--xxl-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--xxl-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--xxl-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--xxl-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--xxl-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--xxl-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--xxl-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--xxl-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--xxl-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--xxl-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--xxl-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--xxl-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--xxl-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--xxl-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--xxl-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--xxl-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--xxl-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--xxl-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .grid .grid__cell--xxxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell-offset-right--xxxl-12 {
    margin-right: 100%;
  }

  .grid .grid__cell-offset-left--xxxl-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--xxxl-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell-offset-right--xxxl-11 {
    margin-right: 91.6667%;
  }

  .grid .grid__cell-offset-left--xxxl-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--xxxl-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell-offset-right--xxxl-10 {
    margin-right: 83.3334%;
  }

  .grid .grid__cell-offset-left--xxxl-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--xxxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell-offset-right--xxxl-9 {
    margin-right: 75%;
  }

  .grid .grid__cell-offset-left--xxxl-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--xxxl-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell-offset-right--xxxl-8 {
    margin-right: 66.6667%;
  }

  .grid .grid__cell-offset-left--xxxl-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--xxxl-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell-offset-right--xxxl-7 {
    margin-right: 58.3334%;
  }

  .grid .grid__cell-offset-left--xxxl-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--xxxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell-offset-right--xxxl-6 {
    margin-right: 50%;
  }

  .grid .grid__cell-offset-left--xxxl-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--xxxl-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell-offset-right--xxxl-5 {
    margin-right: 41.6667%;
  }

  .grid .grid__cell-offset-left--xxxl-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--xxxl-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell-offset-right--xxxl-4 {
    margin-right: 33.3334%;
  }

  .grid .grid__cell-offset-left--xxxl-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--xxxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell-offset-right--xxxl-3 {
    margin-right: 25%;
  }

  .grid .grid__cell-offset-left--xxxl-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--xxxl-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell-offset-right--xxxl-2 {
    margin-right: 16.6667%;
  }

  .grid .grid__cell-offset-left--xxxl-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--xxxl-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell-offset-right--xxxl-1 {
    margin-right: 8.3334%;
  }

  .grid .grid__cell-offset-left--xxxl-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--xxxl-0 {
    flex-basis: 0;
    max-width: 0;
  }

  .grid .grid__cell-offset-right--xxxl-0 {
    margin-right: 0;
  }

  .grid .grid__cell-offset-left--xxxl-0 {
    margin-left: 0;
  }
}

.grid--guttered {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  margin-bottom: -1.5rem;
}

.grid--guttered .grid__cell {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.grid--guttered+.grid {
  margin-top: 1.5rem;
}

.grid .grid--guttered--s {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
  margin-bottom: -0.75rem;
}

.grid .grid--guttered--s .grid__cell {
  padding: 0 0.375rem;
  margin-bottom: 0.75rem;
}

.grid .grid--guttered--s+.grid {
  margin-top: 0.75rem;
}

.grid .grid--guttered--l {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-bottom: -3rem;
}

.grid .grid--guttered--l .grid__cell {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.grid .grid--guttered--l+.grid {
  margin-top: 3rem;
}

img {
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
}

img,
object,
embed,
svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  width: auto\9;
  /* IE Fix */
  height: auto;
}

figure,
audio,
video {
  margin: 0;
}

figcaption {
  margin: -1rem 0 1.5rem;
}

.mediabox {
  overflow: hidden;
  position: relative;
  height: 0;
  border-radius: 2px;
  margin-bottom: 1rem;
  padding-top: 100%;
}

.mediabox img,
.mediabox iframe,
.mediabox object,
.mediabox embed {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.mediabox iframe,
.mediabox object,
.mediabox embed {
  width: 100%;
  height: 100%;
}

.mediabox--4-3 {
  padding-top: 75%;
}

.mediabox--3-2 {
  padding-top: 66.6667%;
}

.mediabox--16-9 {
  padding-top: 56.25%;
}

.mediabox--2-1 {
  padding-top: 50%;
}

.mediabox--3-1 {
  padding-top: 33.3334%;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

form {
  margin: 0 0 1rem;
}

fieldset {
  min-width: 0;
  border: 0 none;
  margin: 0;
  padding: 0;
}

fieldset>div {
  font-size: 0;
  margin: 0 0 1rem;
}

fieldset>div>input,
fieldset>div>select,
fieldset>div>textarea {
  font-size: 1rem;
  line-height: 1.5rem;
}

label {
  cursor: pointer;
}

label,
.label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

label--checkbox,
label--radio,
.label--checkbox,
.label--radio {
  font-weight: 400;
  text-indent: -23px;
  display: inline-block;
  margin: 0;
  padding-left: 24px;
  margin-right: 1.5rem !important;
}

@media only screen and (min-width: 600px) {

  label--autowidth,
  .label--autowidth {
    text-align: left !important;
    width: auto !important;
    padding-right: 0 !important;
  }
}

input,
select,
textarea {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: baseline;
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel],
input[type=date],
input[type=time],
input[type=number],
input[type=file],
textarea,
select {
  background: #fff;
  display: block;
  width: 100%;
  min-height: 49px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0.5rem 0.625rem;
  border-radius: 2px;
  -webkit-appearance: none;
}

input[type=file] {
  background: transparent !important;
  border: 0 none;
  padding: 0;
}

textarea {
  height: auto;
  min-height: 100px;
  vertical-align: top;
}

select,
.select {
  padding-right: 3rem;
}

select__wrapper,
.select__wrapper {
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
}

@media only screen and (min-width: 600px) {

  select__wrapper,
  .select__wrapper {
    display: inline-block;
  }
}

select__wrapper:after,
.select__wrapper:after {
  content: "";
  border: red;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
  width: 10px;
  height: 10px;
  pointer-events: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-width: 0 0 3px 3px;
  border-radius: 2px;
  transform: rotate(-45deg);
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

select option {
  font-weight: 400;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  top: -1px;
  margin-right: 0.25rem;
}

@supports (-webkit-appearance: none) {

  input[type="checkbox"],
  input[type=radio] {
    -webkit-appearance: none;
    background: #fff;
    position: relative;
    top: 2px;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: .125s;
  }

  input[type=radio] {
    border-radius: 50%;
  }

  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }

  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
  }

  input[type="checkbox"]:checked::after,
  input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }

  input[type="checkbox"]:checked::after {
    border-color: #fff;
    border-right: none;
    border-top: none;
    width: 10px;
    height: 6px;
    top: 2px;
    left: 1px;
    transform: rotate(-45deg);
  }

  input[type="radio"]:checked::after {
    border-radius: 50%;
    border-color: #fff;
    width: 0.25rem;
    height: 0.25rem;
    top: 3px;
    left: 3px;
  }
}

:disabled,
[aria-disabled=true] {
  opacity: .375;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Normalize Fix */
input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* WebKit Fix */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

@media only screen and (min-width: 600px) {

  .flexform label,
  .flexform .label {
    display: inline-block;
    width: 33.3334%;
  }
}

@media only screen and (min-width: 768px) {

  .flexform label,
  .flexform .label {
    text-align: right;
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 600px) {

  .flexform input[type=text],
  .flexform input[type=password],
  .flexform input[type=search],
  .flexform input[type=email],
  .flexform input[type=url],
  .flexform input[type=tel],
  .flexform input[type=date],
  .flexform input[type=time],
  .flexform input[type=number],
  .flexform input[type=file],
  .flexform textarea,
  .flexform select {
    display: inline-block;
    width: 66.6667%;
  }
}

.flexform input[type=text]+span,
.flexform input[type=password]+span,
.flexform input[type=search]+span,
.flexform input[type=email]+span,
.flexform input[type=url]+span,
.flexform input[type=tel]+span,
.flexform input[type=date]+span,
.flexform input[type=time]+span,
.flexform input[type=number]+span,
.flexform input[type=file]+span,
.flexform textarea+span,
.flexform select+span {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.75rem;
}

@media only screen and (min-width: 768px) {

  .flexform input[type=text]+span,
  .flexform input[type=password]+span,
  .flexform input[type=search]+span,
  .flexform input[type=email]+span,
  .flexform input[type=url]+span,
  .flexform input[type=tel]+span,
  .flexform input[type=date]+span,
  .flexform input[type=time]+span,
  .flexform input[type=number]+span,
  .flexform input[type=file]+span,
  .flexform textarea+span,
  .flexform select+span {
    margin-left: 33.3334%;
  }
}

.flexform textarea {
  resize: vertical;
}

@media only screen and (min-width: 600px) {
  .flexform select {
    width: auto;
  }
}

.flexform .inputs {
  width: 100%;
}

.flexform .inputs span {
  display: block;
}

@media only screen and (min-width: 600px) {
  .flexform .inputs {
    display: inline-block;
    width: 66.6667%;
    vertical-align: top;
  }

  .flexform .inputs span {
    margin-left: 0;
  }
}

.flexform span+.inputs {
  margin-left: 0;
}

@media only screen and (min-width: 600px) {
  .flexform .btn {
    margin-left: 33.3334%;
  }
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #009FE3;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
  height: 48px;
  border: 2px solid #009FE3;
  border-radius: 2px;
  padding: 0 1.5rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 480px) {
  .btn {
    width: auto;
  }
}

.btn:hover {
  background: #008dca;
  color: #fff;
  border-color: #008dca;
}

.btn:active {
  background: #008dca;
  color: #fff;
  border-color: #008dca;
}

.btn--secondary {
  background: transparent;
  color: #009FE3;
  border-color: #009FE3;
}

.btn--secondary:hover {
  background: #009FE3;
  color: #fff;
  border-color: #009FE3;
}

.btn--secondary:active {
  background: #009FE3;
  color: #fff;
  border-color: #009FE3;
}

.btn--tertiary {
  background: transparent;
  color: #009FE3;
  border-color: transparent;
}

.btn--tertiary:hover {
  background: transparent;
  color: #008dca;
  border-color: transparent;
}

.btn--tertiary:active {
  background: transparent;
  color: #008dca;
  border-color: transparent;
}

.btn--disabled {
  opacity: .375;
  pointer-events: none;
}

.btn--link {
  background: transparent;
  color: #009FE3;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  width: auto;
  height: auto;
  border: 0 none;
  padding: 0;
}

.btn--link:hover,
.btn--link:active {
  color: #009FE3;
  text-decoration: underline;
  background: transparent;
  cursor: pointer;
}

.btn--s {
  font-size: 12px;
  height: 32px;
  padding: 0 1rem;
}

.btn--l {
  font-size: 20px;
  height: 64px;
  padding: 0 2rem;
}

a.btn {
  height: auto;
  width: auto;
  padding: 0.5rem 1.5rem;
}

a.btn--s {
  padding: 0.25rem 1rem;
}

a.btn.icon--right {
  background-image: none;
  position: relative;
  padding-right: 3rem;
}

a.btn.icon--right:hover {
  padding-right: calc(3rem + 4px);
}

a.btn.icon--right:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50%;
}

a.btn.icon--right.icon--arrow:after {
  background-image: url(../images/icons/arrow-white-24.svg);
}

a.btn.icon--right.icon--arrow:hover:after {
  background-image: url(../images/icons/arrow-white-24.svg);
}

a.btn--secondary.icon--right.icon--arrow:after {
  background-image: url(../images/icons/arrow-blue-24.svg);
}

a.btn--secondary.icon--right.icon--arrow:hover:after {
  background-image: url(../images/icons/arrow-white-24.svg);
}

a.btn--tertiary.icon--right.icon--arrow:after {
  background-image: url(../images/icons/arrow-blue-24.svg);
}

a.btn--tertiary.icon--right.icon--arrow:hover:after {
  background-image: url(../images/icons/arrow-blue-24.svg);
}

a.btn.icon--left {
  background-image: none;
  position: relative;
  padding-left: 3rem;
}

a.btn.icon--left:hover {
  padding-left: calc(3rem + 4px);
}

a.btn.icon--left:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

a.btn.icon--left.icon--arrow-back:after {
  background-image: url(../images/icons/arrow-back-white-24.svg);
}

a.btn--secondary.icon--left:hover {
  padding-left: calc(3rem + 4px);
}

a.btn--secondary.icon--left.icon--arrow-back:after {
  background: url(../images/icons/arrow-back-blue-24.svg) no-repeat 50%;
}

a.btn--secondary.icon--left.icon--arrow-back:hover:after {
  background-image: url(../images/icons/arrow-back-white-24.svg);
}

a.btn--tertiary.icon--left:hover {
  padding-left: calc(3rem + 4px);
}

a.btn--tertiary.icon--left.icon--arrow-back:after {
  background: url(../images/icons/arrow-back-blue-24.svg) no-repeat 50%;
}

.tag {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #009FE3;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #009FE3;
  margin: 0 0.25rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
}

.tag:hover {
  color: #009FE3;
  text-decoration: underline !important;
  border: 1px solid #009FE3;
}

/* Firefox Fix */
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

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

th,
td {
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 0.5rem;
}

thead th {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

tbody th {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding-left: 0;
}

tbody td[colspan] {
  text-align: center;
}

table#recaptcha_table,
table.table-auto {
  table-layout: auto;
}

/* Responsive Table Wrapper */
.flex-table {
  overflow-x: auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -webkit-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -moz-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -o-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 5em 100%, 5em 100%, .2em 100%, .2em 100%;
  background-attachment: local, local, scroll, scroll;
  margin: 1rem 0;
}

.flex-table table {
  margin: 0;
}

.maxwidth,
.maxwidth--xxs,
.maxwidth--xs,
.maxwidth--s,
.maxwidth--m,
.maxwidth--l,
.maxwidth--xl,
.maxwidth--xxl,
.maxwidth--xxxl {
  margin-right: auto;
  margin-left: auto;
}

.maxwidth--xxs {
  max-width: 320px;
}

.maxwidth--xs {
  max-width: 480px;
}

.maxwidth--s {
  max-width: 600px;
}

.maxwidth--m {
  max-width: 768px;
}

.maxwidth--l {
  max-width: 1024px;
}

.maxwidth--xl {
  max-width: 1280px;
}

.maxwidth--xxl {
  max-width: 1440px;
}

.maxwidth--xxxl {
  max-width: 1600px;
}

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

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

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

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

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.block {
  display: block;
}

.mt--0 {
  margin-top: 0 !important;
}

.mt--xs {
  margin-top: 0.25rem !important;
}

.mt--s {
  margin-top: 0.5rem !important;
}

.mt--m {
  margin-top: 1rem !important;
}

.mt--l {
  margin-top: 1.5rem !important;
}

.mt--xl {
  margin-top: 2rem !important;
}

.mt--xxl {
  margin-top: 3rem !important;
}

.mt--xxxl {
  margin-top: 4rem !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.mr--xs {
  margin-right: 0.25rem !important;
}

.mr--s {
  margin-right: 0.5rem !important;
}

.mr--m {
  margin-right: 1rem !important;
}

.mr--l {
  margin-right: 1.5rem !important;
}

.mr--xl {
  margin-right: 2rem !important;
}

.mr--xxl {
  margin-right: 3rem !important;
}

.mr--xxxl {
  margin-right: 4rem !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mb--xs {
  margin-bottom: 0.25rem !important;
}

.mb--s {
  margin-bottom: 0.5rem !important;
}

.mb--m {
  margin-bottom: 1rem !important;
}

.mb--l {
  margin-bottom: 1.5rem !important;
}

.mb--xl {
  margin-bottom: 2rem !important;
}

.mb--xxl {
  margin-bottom: 3rem !important;
}

.mb--xxxl {
  margin-bottom: 4rem !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.ml--xs {
  margin-left: 0.25rem !important;
}

.ml--s {
  margin-left: 0.5rem !important;
}

.ml--m {
  margin-left: 1rem !important;
}

.ml--l {
  margin-left: 1.5rem !important;
}

.ml--xl {
  margin-left: 2rem !important;
}

.ml--xxl {
  margin-left: 3rem !important;
}

.ml--xxxl {
  margin-left: 4rem !important;
}

.opacity--100 {
  opacity: 1;
}

.opacity--87_5 {
  opacity: .875;
}

.opacity--75 {
  opacity: .75;
}

.opacity--62_5 {
  opacity: .625;
}

.opacity--50 {
  opacity: .5;
}

.opacity--37_5 {
  opacity: .375;
}

.opacity--25 {
  opacity: .25;
}

.opacity--12_5 {
  opacity: .125;
}

.opacity--0 {
  opacity: 0;
}

.tag,
.btn,
.masthead__login ul a {
  transition: 0.15s ease;
}

.page-content,
.read-more-link,
.masthead__mainnav ul.first-level>li h3 a,
.section-header h3 a {
  transition: 0.15s padding ease;
}

a,
li {
  transition: color 0.15s ease;
}

.masthead {
  background: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .masthead {
    position: static;
    border: 0 none;
    max-width: 1018px;
    margin: 0 auto;
  }
}

.masthead a {
  text-decoration: none;
}

.masthead a:hover {
  text-decoration: underline;
}

.masthead .masthead__section-heading,
.masthead .masthead__section-heading--schwerpunkte {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}

.masthead .masthead__section-heading span,
.masthead .masthead__section-heading--schwerpunkte span {
  display: inline-block;
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  padding-top: 0.5rem;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 1024px) {

  .masthead .masthead__section-heading,
  .masthead .masthead__section-heading--schwerpunkte {
    display: none;
  }

  .masthead .masthead__section-heading--schwerpunkte,
  .masthead .masthead__section-heading--schwerpunkte--schwerpunkte {
    display: block;
  }
}

.masthead ul li {
  display: inline-block;
}

.masthead .masthead__logo {
  background: #fff;
  margin: 0 -1.5rem;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #009FE3;
}

@media only screen and (min-width: 768px) {
  .masthead .masthead__logo {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__logo {
    background: transparent;
    position: static;
    box-shadow: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.masthead .masthead__logo a {
  display: inline-block;
}

.masthead .masthead__logo .logo__image {
  width: 160px;
}

@media only screen and (min-width: 480px) {
  .masthead .masthead__logo .logo__image {
    width: 190px;
  }
}

@media only screen and (min-width: 600px) {
  .masthead .masthead__logo .logo__image {
    width: 240px;
  }
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__logo .logo__image {
    width: 280px;
  }
}

.masthead .masthead__date {
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-align: center;
  margin: 0.25rem 0 0;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__date {
    display: block;
  }
}

.masthead .masthead__panel {
  background: #fff;
  display: flex;
  align-content: flex-start;
  position: absolute;
  left: 0;
  z-index: 1;
  height: calc(100vh - 68px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  padding: 1.5rem 1.5rem 120px;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

.masthead .masthead__panel--visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform .15s ease-out;
  -webkit-transition: -webkit-transform .15s ease-out;
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__panel {
    display: flex;
    position: static;
    min-height: 272px;
    height: auto;
    padding: 0;
    transform: none;
    transition: none;
    opacity: 1;
    visibility: visible;
  }
}

.masthead .masthead__meta-links ul a {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin-right: 1rem;
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__meta-links {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    order: 1;
    padding-top: 0.5rem !important;
  }
}

.masthead .masthead__login a {
  background: #009FE3;
  width: 100%;
  border-radius: 2px;
  height: 48px;
  line-height: 46px !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0 1rem;
  text-decoration: none;
  text-align: center;
  vertical-align: baseline;
  display: inline-block;
  margin: 0 0 1rem;
}

.masthead .masthead__login a:hover {
  background: #008dca;
  text-decoration: none;
}

.masthead .masthead__login a.nav__username {
  margin-right: 1.5rem;
}

.masthead .masthead__login div {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__login {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    text-align: right;
    padding-top: 0.5rem !important;
    order: 3;
    margin-bottom: 4rem !important;
  }

  .masthead .masthead__login a {
    font-size: 0.8125rem;
    line-height: 1.125rem !important;
    width: unset;
    height: unset;
    background: transparent no-repeat 0 50%;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    margin: 0 0 0 1rem;
    padding: 0 0 0 20px;
    transition: none;
  }

  .masthead .masthead__login a:hover {
    background: transparent no-repeat 0 50%;
    text-decoration: underline;
  }

  .masthead .masthead__login a.nav__username {
    background-image: url(../images/icons/user-blue-16.svg) !important;
    margin: 0 0 0 1rem;
  }

  .masthead .masthead__login a.nav__login {
    background-image: url(../images/icons/login-blue-16.svg) !important;
  }

  .masthead .masthead__login a.nav__epaper {
    background-image: url(../images/icons/paper-blue-16.svg) !important;
  }

  .masthead .masthead__login a.nav__logout {
    background-image: url(../images/icons/logout-blue-16.svg) !important;
  }

  .masthead .masthead__login .loginlogout {
    float: none;
    display: inline;
  }
}

.masthead .masthead__search form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.5rem;
  margin: 0;
}

.masthead .masthead__search form:after {
  content: '';
  display: table;
  clear: both;
}

.masthead .masthead__search form input {
  float: left;
  width: 75%;
  border-right: 0 none;
  border-radius: 2px 0 0 2px;
  margin: 0;
}

.masthead .masthead__search form button {
  float: left;
  width: 25%;
  border-left: 0 none;
  border-radius: 0 2px 2px 0;
  margin: 0;
  padding: 0;
}

.masthead .masthead__search .searchassist {
  display: grid;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.masthead .masthead__search .searchassist a {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__search {
    background: rgba(0, 0, 0, 0.8);
    order: 3;
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 2rem 1.5rem 1.5rem 1.5rem !important;
    position: absolute;
    top: -222px;
    left: 0;
  }

  .masthead .masthead__search form {
    border: 0 none;
    padding-bottom: 0;
  }

  .masthead .masthead__search.searchassist--open {
    top: -172px;
  }

  .masthead .masthead__search .searchassist {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .masthead .masthead__search .searchassist a {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}

.masthead .masthead__mainnav {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__mainnav {
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    top: 152px;
    margin: 0;
    z-index: 2;
    order: 4;
    margin-bottom: 0.5rem !important;
    padding: 0 1.5rem;
  }

  .masthead .masthead__mainnav>div {
    border-bottom: 2px solid #009FE3;
  }
}

.masthead .masthead__mainnav ul.first-level {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.masthead .masthead__mainnav ul.first-level>li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.masthead .masthead__mainnav ul.first-level>li.has-subnav {
  background: url(../images/icons/chevron-grey-16.svg) no-repeat 100% 14px;
  padding: 0.5rem 1.5rem 0.5rem 0;
}

.masthead .masthead__mainnav ul.first-level>li.has-subnav:hover {
  color: rgba(0, 0, 0, 0.8);
  background-image: url(../images/icons/chevron-blue-16.svg);
}

.masthead .masthead__mainnav ul.first-level>li>a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0;
}

.masthead .masthead__mainnav ul.first-level>li>a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.masthead .masthead__mainnav ul.first-level div.second-level {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  padding-top: 1rem;
  transform: translateY(-4px);
}

.masthead .masthead__mainnav ul.first-level div.second-level.visible {
  opacity: 1;
  visibility: visible;
  position: static;
  pointer-events: all;
  transform: translateY(0);
  transition: .15s ease;
}

.masthead .masthead__mainnav ul.first-level div.second-level h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.masthead .masthead__mainnav ul.first-level div.second-level h3 a {
  background: url(../images/icons/arrow-grey-24.svg) no-repeat 100% 50%;
  color: rgba(0, 0, 0, 0.8);
  padding-right: 2rem;
}

.masthead .masthead__mainnav ul.first-level div.second-level h3 a:before {
  content: "Alle Nachrichten ";
}

.masthead .masthead__mainnav ul.first-level div.second-level h3 a:hover {
  text-decoration: none;
  padding-right: calc(2rem + 4px);
}

.masthead .masthead__mainnav ul.first-level div.second-level h3 a[href*="mehr"]:before {
  content: "";
}

.masthead .masthead__mainnav ul.first-level div.second-level h3 a[href*="service"]:before {
  content: "";
}

.masthead .masthead__mainnav ul.first-level div.second-level ul {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0;
}

.masthead .masthead__mainnav ul.first-level div.second-level ul li {
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.masthead .masthead__mainnav ul.first-level div.second-level ul li:after {
  content: "· ";
  font-weight: 700;
  display: inline-block;
  margin-left: 0.5rem;
}

.masthead .masthead__mainnav ul.first-level div.second-level ul li:last-child:after {
  content: "";
}

.masthead .masthead__mainnav ul.first-level div.second-level ul a {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 0.25rem 0;
}

.masthead .masthead__mainnav ul.first-level div.second-level ul a:hover {
  color: #009FE3;
  text-decoration: none;
}

.masthead .masthead__mainnav ul.first-level div.second-level .masthead__topnews {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__mainnav ul.first-level {
    display: flex;
    justify-content: space-evenly;
    height: auto;
    margin-bottom: 0;
  }

  .masthead .masthead__mainnav ul.first-level>li {
    display: inline-block;
    border-top: 0 none;
    margin-right: 0.5rem;
    padding: 0.5rem 0;
    cursor: default;
  }

  .masthead .masthead__mainnav ul.first-level>li>a {
    padding: 0;
  }

  .masthead .masthead__mainnav ul.first-level>li:first-child>a {
    padding: 0;
  }

  .masthead .masthead__mainnav ul.first-level>li:hover,
  .masthead .masthead__mainnav ul.first-level>li:hover>a {
    color: #009FE3;
  }

  .masthead .masthead__mainnav ul.first-level>li.has-subnav {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.5rem 1.5rem 3rem;
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
    z-index: 4;
    transition: none;
    pointer-events: all;
    transform: translateY(0);
    transition: .1s ease;
    transition-delay: .05s;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level h4,
  .masthead .masthead__mainnav ul.first-level>li div.second-level h3,
  .masthead .masthead__mainnav ul.first-level>li div.second-level li,
  .masthead .masthead__mainnav ul.first-level>li div.second-level p,
  .masthead .masthead__mainnav ul.first-level>li div.second-level h2,
  .masthead .masthead__mainnav ul.first-level>li div.second-level h5,
  .masthead .masthead__mainnav ul.first-level>li div.second-level .mediabox {
    opacity: 0;
    transform: translateY(-4px);
    transition: .1s ease;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level ul {
    column-count: 3;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level ul li {
    display: block;
    margin-right: 0;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level ul li:after {
    display: none;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level ul a {
    padding: 0;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 2rem;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level .masthead__topnews {
    display: block;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level .masthead__topnews h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level .masthead__topnews .mediabox {
    margin: 0;
    padding-top: 66.6667%;
  }

  .masthead .masthead__mainnav ul.first-level>li div.second-level .masthead__topnews .grid__cell:nth-of-type(2) {
    align-self: center;
  }

  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level {
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
  }

  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level h4,
  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level h3,
  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level li,
  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level p,
  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level h2,
  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level h5,
  .masthead .masthead__mainnav ul.first-level>li:hover div.second-level .mediabox {
    opacity: 1;
    transform: translateY(0);
    transition: .2s ease;
    transition-delay: .1s;
  }
}

@media only screen and (min-width: 1024px) {
  .masthead .masthead__topics {
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    top: 202px;
    margin: 0;
    padding: 0 1.5rem;
    z-index: 1;
    order: 5;
  }

  .masthead .masthead__topics>div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .masthead .masthead__topics h5 {
    font-weight: 600;
    display: inline-block;
    border-top: 0;
    margin: 0;
    padding: 0;
  }

  .masthead .masthead__topics h5 span {
    border-top: 0 none;
    padding-top: 0;
    position: static;
    top: 0;
  }

  .masthead .masthead__topics ul {
    display: inline-block;
    margin: 0 0 0 0.5rem;
  }
}

.masthead .btn--menu__trigger {
  width: 32px;
  height: 32px;
  position: relative;
  /* right: 24px; */
  right: 0;
  /* top: 6px; */
  background-color: transparent;
  background-image: url(../images/icons/menu-32.svg) !important;
  border: 0;
  padding: 0;
  text-indent: -9999px;
}

.masthead .btn--menu__trigger:hover {
  background-color: transparent;
}

/* @media only screen and (min-width: 480px) {
  .masthead .btn--menu__trigger {
    top: 24px;
  }
} */

/* @media only screen and (min-width: 600px) {
  .masthead .btn--menu__trigger {
    top: 32px;
  }
} */

/* @media only screen and (min-width: 768px) {
  .masthead .btn--menu__trigger {
    top: 38px;
  }
} */

@media only screen and (min-width: 1024px) {
  .masthead .btn--menu__trigger {
    display: none;
  }
}

.masthead .btn--menu--close {
  background-image: url(../images/icons/close-32.svg) !important;
}

@media only screen and (min-width: 1024px) {
  .masthead .btn--menu--close {
    display: none;
  }
}

.masthead .btn--search__trigger {
  display: none;
  background: url(../images/icons/search-blue-16.svg) no-repeat 0 50% !important;
  margin-left: 1rem;
  padding-left: 20px;
}

.masthead .btn--search__trigger:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 1024px) {
  .masthead .btn--search__trigger {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
  }

  .masthead .btn--search__trigger:hover {
    text-decoration: underline !important;
  }
}

.masthead--mobile-only {
  background: rgba(255, 255, 255, 0);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.masthead--mobile-only a {
  text-decoration: none;
}

.masthead--mobile-only a:hover {
  text-decoration: underline;
}

.masthead--mobile-only .masthead__section-heading,
.masthead--mobile-only .masthead__section-heading--schwerpunkte {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}

.masthead--mobile-only .masthead__section-heading span,
.masthead--mobile-only .masthead__section-heading--schwerpunkte span {
  display: inline-block;
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  padding-top: 0.5rem;
  position: relative;
  top: -1px;
}

.masthead--mobile-only ul li {
  display: inline-block;
}

.masthead--mobile-only .masthead__logo {
  margin: 0 -1.5rem;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .masthead--mobile-only .masthead__logo {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .masthead--mobile-only .masthead__logo {
    box-shadow: none;
  }
}

.masthead--mobile-only .masthead__logo a {
  display: inline-block;
}

.masthead--mobile-only .masthead__logo .logo__image {
  background: url(../images/ntz-logo-white.svg);
  background-size: 100%;
  width: 160px;
  height: 44px;
}

@media only screen and (min-width: 480px) {
  .masthead--mobile-only .masthead__logo .logo__image {
    width: 190px;
    height: 52px;
  }
}

@media only screen and (min-width: 600px) {
  .masthead--mobile-only .masthead__logo .logo__image {
    width: 240px;
    height: 66px;
  }
}

.masthead--mobile-only .masthead__date {
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-align: left;
  margin: 0.25rem 0 0;
  color: #fff;
}

.masthead--mobile-only .masthead__panel {
  background: #fff;
  display: flex;
  align-content: flex-start;
  position: absolute;
  left: 12px;
  right: 12px;
  z-index: 1;
  height: calc(100vh - 68px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  padding: 1.5rem 1.5rem 120px;
  transform: translateY(-20px);
  transition: transform .1s ease, opacity .15s ease, visibility .15s ease;
}

.masthead--mobile-only .masthead__panel--visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform .15s ease, opacity .25s ease, visibility .25s ease;
}

.masthead--mobile-only .masthead__meta-links ul a {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin-right: 1rem;
}

.masthead--mobile-only .masthead__login a {
  background: transparent no-repeat 0 50%;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 0 0 0 20px;
}

.masthead--mobile-only .masthead__login a.nav__username {
  background-image: url(../images/icons/user-blue-16.svg) !important;
  margin-right: 1.5rem;
}

.masthead--mobile-only .masthead__login a.nav__login {
  background-image: url(../images/icons/login-blue-16.svg) !important;
}

.masthead--mobile-only .masthead__login a.nav__epaper {
  background-image: url(../images/icons/paper-blue-16.svg) !important;
}

.masthead--mobile-only .masthead__login a.nav__logout {
  background-image: url(../images/icons/logout-blue-16.svg) !important;
}

.masthead--mobile-only .masthead__login .loginlogout {
  float: right;
}

.masthead--mobile-only .masthead__login div {
  overflow: hidden;
}

.masthead--mobile-only .masthead__search form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.5rem;
  margin: 0;
}

.masthead--mobile-only .masthead__search form:after {
  content: '';
  display: table;
  clear: both;
}

.masthead--mobile-only .masthead__search form input {
  float: left;
  width: 75%;
  border-right: 0 none;
  border-radius: 2px 0 0 2px;
  margin: 0;
}

.masthead--mobile-only .masthead__search form button {
  float: left;
  width: 25%;
  border-left: 0 none;
  border-radius: 0 2px 2px 0;
  margin: 0;
  padding: 0;
}

.masthead--mobile-only .masthead__mainnav {
  position: relative;
}

.masthead--mobile-only .masthead__mainnav ul.first-level {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.masthead--mobile-only .masthead__mainnav ul.first-level>li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.masthead--mobile-only .masthead__mainnav ul.first-level>li.has-subnav {
  background: url(../images/icons/chevron-grey-16.svg) no-repeat 100% 14px;
  padding: 0.5rem 1.5rem 0.5rem 0;
}

.masthead--mobile-only .masthead__mainnav ul.first-level>li.has-subnav:hover {
  color: rgba(0, 0, 0, 0.8);
  background-image: url(../images/icons/chevron-blue-16.svg);
}

.masthead--mobile-only .masthead__mainnav ul.first-level>li>a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0;
}

.masthead--mobile-only .masthead__mainnav ul.first-level>li>a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  padding-top: 1rem;
  transform: translateY(-4px);
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level.visible {
  opacity: 1;
  visibility: visible;
  position: static;
  pointer-events: all;
  transform: translateY(0);
  transition: .15s ease;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level h3 a {
  background: url(../images/icons/arrow-grey-24.svg) no-repeat 100% 50%;
  color: rgba(0, 0, 0, 0.8);
  padding-right: 2rem;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level h3 a:before {
  content: "Alle Nachrichten ";
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level h3 a:hover {
  text-decoration: none;
  padding-right: calc(2rem + 4px);
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level ul {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level ul li {
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level ul li:after {
  content: "· ";
  font-weight: 700;
  display: inline-block;
  margin-left: 0.5rem;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level ul li:last-child:after {
  content: "";
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level ul a {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 0.25rem 0;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level ul a:hover {
  color: #009FE3;
  text-decoration: none;
}

.masthead--mobile-only .masthead__mainnav ul.first-level div.second-level .masthead__topnews {
  display: none;
}

.masthead--mobile-only .btn--menu__trigger {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 24px;
  top: 20px;
  background-color: transparent;
  background-image: url(../images/icons/menu-32-white.svg) !important;
  border: 0;
  padding: 0;
  text-indent: -9999px;
}

.masthead--mobile-only .btn--menu__trigger:hover {
  background-color: transparent;
}

@media only screen and (min-width: 480px) {
  .masthead--mobile-only .btn--menu__trigger {
    top: 24px;
  }
}

@media only screen and (min-width: 600px) {
  .masthead--mobile-only .btn--menu__trigger {
    top: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .masthead--mobile-only .btn--menu__trigger {
    top: 38px;
  }
}

.masthead--mobile-only .btn--menu--close {
  background-image: url(../images/icons/close-32.svg) !important;
}

.masthead--mobile-only .btn--search__trigger {
  display: none;
  background: url(../images/icons/search-blue-16.svg) no-repeat 0 50% !important;
  margin-left: 1rem;
  padding-left: 20px;
}

.masthead--mobile-only .btn--search__trigger:hover {
  color: rgba(0, 0, 0, 0.8);
}

.page-content {
  background: #fff;
  max-width: 1018px;
  margin: 0 auto;
}

.page-content.page--locked {
  overflow: hidden;
  height: 100vh;
}

@media only screen and (min-width: 1024px) {
  .page-content.search--open {
    padding-top: 126px;
    transition: all .2s;
  }

  .page-content.search--open.searchassist--open {
    padding-top: 172px;
  }

  .page-content.search--open .masthead .masthead__search {
    transition: all .2s;
    top: -126px;
  }
}

body.full-width .page-content {
  max-width: none;
  margin: 0;
}

body.full-width .max-width-limiter {
  max-width: 970px;
  margin: 0 auto;
}

.breadcrumb {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  max-width: 970px;
  margin: 0.5rem auto 2rem;
}

@media only screen and (min-width: 1024px) {
  .breadcrumb {
    margin-top: 1rem;
  }
}

.breadcrumb h5 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  display: inline-block;
  margin: 0 0.25rem 0 0;
}

.breadcrumb ol {
  display: inline-block;
}

.breadcrumb ol li {
  display: inline-block;
  position: relative;
  margin-left: 1.5rem;
}

.breadcrumb ol li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -22px;
  top: 2px;
  background: url(../images/icons/arrow-grey-16.svg) no-repeat 0 50%;
}

.breadcrumb ol li:first-of-type {
  margin-left: 0;
}

.breadcrumb ol li:first-of-type::before {
  display: none;
}

.breadcrumb ol li:last-of-type a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.breadcrumb a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

body.full-width--mobile-header .page-content .masthead--mobile-only.on-scroll {
  background: white;
}

body.full-width--mobile-header .page-content .masthead--mobile-only.on-scroll .masthead__logo .logo__image {
  background: url(../images/ntz-logo.svg);
  background-size: 100%;
}

body.full-width--mobile-header .page-content .masthead--mobile-only.on-scroll .masthead__logo .masthead__date {
  display: none;
}

body.full-width--mobile-header .page-content .masthead--mobile-only.on-scroll .masthead__logo .btn--menu__trigger {
  background-image: url(../images/icons/menu-32.svg) !important;
}

body.full-width--mobile-header .page-content.page--locked .masthead--mobile-only {
  background: white;
}

body.full-width--mobile-header .page-content.page--locked .masthead--mobile-only .masthead__logo .logo__image {
  background: url(../images/ntz-logo.svg);
  background-size: 100%;
}

body.full-width--mobile-header .breadcrumb {
  color: #fff;
  position: relative;
  top: 106px;
  z-index: 2;
  margin-top: 0;
  max-width: unset;
}

@media only screen and (min-width: 480px) {
  body.full-width--mobile-header .breadcrumb {
    top: 114px;
  }
}

@media only screen and (min-width: 600px) {
  body.full-width--mobile-header .breadcrumb {
    top: 128px;
  }
}

@media only screen and (min-width: 768px) {
  body.full-width--mobile-header .breadcrumb {
    top: 136px;
  }
}

@media only screen and (min-width: 1024px) {
  body.full-width--mobile-header .breadcrumb {
    top: 136px;
  }
}

body.full-width--mobile-header .breadcrumb ol li::before {
  background-image: url(../images/icons/arrow-white-16.svg);
}

body.full-width--mobile-header .breadcrumb ol li a {
  color: #fff;
}

body.full-width--mobile-header .breadcrumb ol li:last-of-type a {
  color: rgba(255, 255, 255, 0.6);
}

main {
  padding-top: 77px;
  margin-bottom: 2rem;
  position: relative;
}

@media only screen and (min-width: 480px) {
  main {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 600px) {
  main {
    padding-top: 99px;
  }
}

@media only screen and (min-width: 768px) {
  main {
    padding-top: 115px;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  main {
    padding-top: 0;
  }
}

main::after {
  display: none;
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

main.overlay-visible::after {
  display: block;
}

main .content .searchassist {
  display: grid;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

main .content .searchassist a {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 480px) {
  main .content .searchassist {
    display: block;
  }

  main .content .searchassist a {
    margin-right: 1rem;
  }
}

body.full-width--mobile-header main {
  padding-top: 0;
}

.section-header {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 3rem 0 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .section-header {
    margin-top: 4rem;
    margin-left: 8.3334%;
    margin-right: 8.3334%;
  }
}

.section-header h3 span {
  display: inline-block;
  position: relative;
  top: -1px;
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  padding-top: 1rem;
}

.section-header a {
  background: url(../images/icons/arrow-grey-24.svg) no-repeat 100% 50%;
  color: rgba(0, 0, 0, 0.8);
  padding-right: 2rem;
}

.section-header a:hover {
  text-decoration: none;
  padding-right: calc(2rem + 4px);
}

.topic-section {
  background: #EBF3F6;
  margin: 3rem -1.5rem;
  padding: 1rem 1.5rem 3rem;
}

.topic-section.red {
  background: #f5f2ed;
}

.topic-section.headline {
  padding: 1rem 1.5rem;
}

.topic-section .section-header {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .topic-section {
    padding-top: 1.5rem;
  }

  .topic-section.headline {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .topic-section {
    margin: 4rem 0;
    padding: 1.5rem 0 4rem 0;
  }

  .topic-section .section-header {
    margin-top: 3rem;
  }

  .topic-section.headline {
    padding: 1.5rem 0 1.5rem 5rem;
  }
}

.ntz-plus-tag {
  /* font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  background: #65B32E;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  margin-right: 0.25rem;
  padding: 0 3px 0 4px; */
}

.ntz-plus-tag {
  height: 20px;
  width: 46px;
  vertical-align: text-bottom;
  margin-right: 2px;
}

.ntz-plus-tag--big {
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 3px 6px 3px 7px;
}

.teaser--bilderstrecke,
.teaser--videostrecke {
  position: relative;
}

.teaser--bilderstrecke div,
.teaser--videostrecke div {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  padding: 12px 1rem;
  padding-left: 12px;
}

.teaser--bilderstrecke div p,
.teaser--videostrecke div p {
  background: no-repeat 0 50%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin: 0;
  padding-left: 30px;
}

.teaser--bilderstrecke div p {
  background-image: url(../images/icons/pictures-24.svg);
}

.teaser--videostrecke div p {
  background-image: url(../images/icons/video-24.svg);
}

.module-interaction {
  background: #EBF3F6;
  text-align: center;
  position: relative;
  margin: 3rem 0 3rem;
  padding: 3rem 1.5rem 1rem;
}

@media only screen and (min-width: 768px) {
  .module-interaction {
    margin: 5rem 0 3rem;
  }
}

.module-interaction:after {
  content: "";
  background: #009FE3;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border: 8px solid #fff;
  border-radius: 50%;
}

.module-interaction h2 {
  margin-top: -0.25rem;
  margin-bottom: 1rem;
}

.module-interaction h4 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-top: -0.25rem;
}

.module-interaction form {
  padding: 0.5rem 0 0.5rem;
}

@media only screen and (min-width: 600px) {
  .module-interaction form {
    padding: 1rem 0 1rem;
  }
}

.module-interaction input {
  display: block;
}

@media only screen and (min-width: 600px) {
  .module-interaction input {
    display: inline-block;
    width: 240px;
  }
}

.module-interaction button {
  margin-top: 0.5rem;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .module-interaction button {
    display: inline-block;
    width: 240px;
    margin: 0 0.25rem;
  }
}

.module-interaction--newsletter:after {
  background-image: url("../images/icons/mail-white-32.svg");
}

.module-interaction--opinion:after {
  background-image: url("../images/icons/speechbubble-white-32.svg");
}

@media only screen and (min-width: 768px) {
  .news-article .article__item {
    margin-right: calc(8.3334% + 2px);
    margin-left: calc(8.3334% + 2px);
  }
}

@media only screen and (min-width: 1024px) {
  .news-article .article__item {
    margin-right: calc(16.6667% + 4px);
    margin-left: calc(16.6667% + 4px);
  }
}

.news-article__header {
  position: relative;
  margin: 1rem 0 0.5rem;
}

.news-article__header h1,
.news-article__header h2 {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .news-article__header {
    margin-top: 1.5rem;
  }
}

.news-article__dachzeile {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  margin: 0 0 0.5rem;
}

.news-article__dachzeile b {
  color: #009FE3;
}

.news-article .h1-subline {
  margin-top: 1rem;
}

@media only screen and (min-width: 1024px) {
  .news-article .h1-subline {
    margin-top: 1.5rem;
  }
}

.news-article__meta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.news-article__meta:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .news-article__meta {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 480px) {
  .news-article__meta p {
    float: left;
    width: 72%;
  }
}

.news-article__meta .article-updated {
  background: url("../images/icons/refresh-grey-16.svg") no-repeat 100% 50%;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding-right: 20px;
}

@media only screen and (min-width: 600px) {
  .news-article__meta .article-updated {
    display: inline;
  }

  .news-article__meta .article-updated:before {
    content: "/ ";
  }
}

@media only screen and (min-width: 480px) {
  .news-article__meta div {
    float: right;
  }
}

.news-article__meta div .btn {
  text-indent: -9999px;
  float: left;
  width: 32px;
  height: 32px;
  border: 0 none;
  margin-right: 0.5rem;
  margin-left: 0;
  padding: 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .news-article__meta div .btn {
    margin-right: 0;
    margin-left: 1rem;
  }

  .news-article__meta div .btn:first-child {
    margin-left: 0;
  }
}

.news-article__meta div .btn.share {
  background: url("../images/icons/share-32.svg") !important;
}

.news-article__meta div .btn.print {
  background: url("../images/icons/print-32.svg") !important;
}

.news-article__meta div .btn.play {
  background: url("../images/icons/play-32-new.svg") !important;
}

.news-article__meta div .btn.vorlesen {
  background: transparent url("../images/icons/ear-32.svg") !important;
}

.news-article__meta div .btn.vorlesen2 {
  background: transparent url("../images/icons/speaker-32.svg") !important;
}

.news-article .mediabox {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 600px) {
  .news-article .mediabox__width--half {
    width: 50%;
    margin: 0.5rem 1.5rem 0 0;
  }

  .news-article .mediabox__width--half .mediabox {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .news-article .mediabox__width--half {
    width: calc(41.6667% - 12px);
    margin: 0.5rem 1.5rem 0 calc(8.3334% + 2px);
  }
}

@media only screen and (min-width: 1024px) {
  .news-article .mediabox__width--half {
    width: calc(33.3334% - 12px);
    margin: 0.5rem 1.5rem 0 calc(16.6667% + 4px);
  }
}

@media only screen and (min-width: 600px) {
  .news-article .mediabox__width--half.left {
    float: left;
  }
}

@media only screen and (min-width: 600px) {
  .news-article .mediabox__width--half.right {
    float: right;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .news-article .mediabox__width--wide {
    margin-right: calc(8.3334% + 2px);
    margin-left: calc(8.3334% + 2px);
  }
}

@media only screen and (min-width: 768px) {
  .news-article .mediabox__width--wide figcaption {
    margin-right: calc(8.3334% + 2px);
    margin-left: calc(8.3334% + 2px);
  }
}

@media only screen and (min-width: 1024px) {
  .news-article .mediabox__width--wide figcaption {
    margin-right: calc(8.3334% + 14px);
    margin-left: calc(8.3334% + 14px);
  }
}

@media only screen and (min-width: 768px) {
  .news-article .mediabox__width--superwide figcaption {
    margin-right: calc(8.3334% + 2px);
    margin-left: calc(8.3334% + 2px);
  }
}

@media only screen and (min-width: 1024px) {
  .news-article .mediabox__width--superwide figcaption {
    margin-right: calc(16.6667% + 2px);
    margin-left: calc(16.6667% + 2px);
  }
}

.news-article figcaption {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.news-article__paywall {
  background: #EBF3F6;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .news-article__paywall {
    margin-right: calc(8.3334% - 16px);
    margin-left: calc(8.3334% - 16px);
    padding-right: calc(8.3334% + 16px);
    padding-left: calc(8.3334% + 16px);
  }
}

.news-article__paywall__cover {
  position: relative;
}

.news-article__paywall__cover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.news-article__paywall .ntz-plus-tag {
  position: relative;
  top: -23px;
  left: calc(50% - 50px);
  display: block;
  text-align: center;
  height: 46px;
  width: 100px;
}

.news-article__paywall h2 {
  text-align: center;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}

.news-article__paywall p {
  text-align: center;
}

.news-article__paywall__option {
  background: white;
  display: block;
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: .15s ease;
  text-decoration: none !important;
}

.news-article__paywall__option:hover {
  border-color: #009FE3;
}

.news-article__paywall__option:last-of-type {
  margin-bottom: 2rem;
}

.news-article__paywall__option h4 {
  color: #009FE3;
  margin-top: 0;
}

.news-article__paywall__option ul {
  margin: 0;
}

@media only screen and (min-width: 480px) {
  .news-article__paywall__option ul {
    float: left;
    width: 60%;
  }
}

.news-article__paywall__option__price {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
}

@media only screen and (min-width: 480px) {
  .news-article__paywall__option__price {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}

.news-article__paywall__option__price p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: right;
  position: relative;
  margin: 1.5rem 0 0;
  padding-right: 132px;
}

@media only screen and (min-width: 480px) {
  .news-article__paywall__option__price p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 600px) {
  .news-article__paywall__option__price p {
    padding-right: 132px;
  }
}

.news-article__paywall__option__price p:after {
  content: "Auswählen";
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #009FE3;
  display: inline-block;
  height: 48px;
  border: 2px solid #009FE3;
  border-radius: 2px;
  margin: 0.5rem 0 0;
  padding: 0 1rem;
  line-height: 44px;
  position: absolute;
  top: -6px;
  right: 0px;
}

@media only screen and (min-width: 480px) {
  .news-article__paywall__option__price p:after {
    position: static;
  }
}

@media only screen and (min-width: 600px) {
  .news-article__paywall__option__price p:after {
    position: absolute;
  }
}

.news-article__paywall__option__price span {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  display: block;
}

.news-article__marginalbox {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  border-top: 1px solid #009FE3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 2rem 0 2rem;
  padding-top: 1rem;
}

@media only screen and (min-width: 600px) {
  .news-article__marginalbox {
    float: left;
    width: calc(50% - (1.5rem / 2));
    margin: 0.5rem 1.5rem 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .news-article__marginalbox {
    width: calc(33.3334% - (1.5rem / 2));
    margin-left: calc(8.3334% - 16px);
  }
}

.news-article__marginalbox h4 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  color: #009FE3;
  margin-top: -1rem;
}

.news-article__marginalbox h4 span {
  display: inline-block;
  border-top: 4px solid #009FE3;
  padding-top: 0.5rem;
}

.news-article__marginalbox p {
  margin-top: 0;
}

.news-article__marginalbox figcaption {
  margin-bottom: 1.5rem;
}

.news-article-teaser {
  position: relative;
}

.news-article-teaser+.news-article-teaser {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .news-article-teaser+.news-article-teaser {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

.news-article-teaser+div+div+.news-article-teaser {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .news-article-teaser+div+div+.news-article-teaser {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

.news-article-teaser+.news-article-teaser::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1024px) {
  .news-article-teaser+.news-article-teaser::after {
    left: 8.3334%;
    right: 8.3334%;
  }
}

.news-article-teaser+div+div+.news-article-teaser::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1024px) {
  .news-article-teaser+div+div+.news-article-teaser::after {
    left: 8.3334%;
    right: 8.3334%;
  }
}

.news-article-teaser a,
.news-article-teaser a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.news-article-teaser h1,
.news-article-teaser h2 {
  margin: 0;
}

.news-article-teaser p:last-child {
  margin-bottom: 0;
}

.news-article-teaser .mediabox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50%;
}

@media only screen and (min-width: 600px) {
  .news-article-teaser .mediabox {
    padding-top: 66.6667%;
  }
}

.news-article-teaser--desktop-mid .mediabox {
  padding-top: 50%;
}

.news-article-teaser--desktop-big {
  margin-bottom: 0.5rem;
}

.news-article-teaser--desktop-big .mediabox {
  padding-top: 50%;
}

@media only screen and (min-width: 768px) {
  .news-article-teaser--desktop-big {
    margin-bottom: 2rem;
  }

  .news-article-teaser--desktop-big h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .news-article-teaser--desktop-big p,
  .news-article-teaser--desktop-big a {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .news-article-teaser--desktop-big .mediabox {
    margin-bottom: 0.5rem;
  }
}

body.full-width .news-article .max-width-limiter .news-article__header {
  margin-left: 0;
  margin-right: 0;
}

body.full-width .news-article .mediabox__width--superwide {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

body.full-width .news-article .mediabox__width--superwide figcaption {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

body.full-width--mobile-header .news-article__header {
  background-size: cover;
  background-position: 50%;
  position: relative;
  color: #fff;
  padding: 34vh 0 2rem;
  margin: -90px -24px 2rem;
}

/* @media only screen and (min-width: 480px) {
  body.full-width--mobile-header .news-article__header {
    margin: -55px -24px 2rem;
  }
} */

@media only screen and (min-width: 768px) {
  body.full-width--mobile-header .news-article__header {
    margin-bottom: 3rem;
  }
}

body.full-width--mobile-header .news-article__header .max-width-limiter {
  max-width: 1018px;
}

@media only screen and (min-width: 1024px) {
  body.full-width--mobile-header .news-article__header .max-width-limiter {
    max-width: 970px;
  }
}

body.full-width--mobile-header .news-article__header .max-width-limiter .article__item {
  margin-left: 0;
  margin-right: 0;
}

body.full-width--mobile-header .news-article__header .article__item {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
}

@media only screen and (min-width: 768px) {
  body.full-width--mobile-header .news-article__header .article__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  body.full-width--mobile-header .news-article__header .article__item {
    padding-left: 0;
    padding-right: 0;
  }
}

body.full-width--mobile-header .news-article__header .news-article__dachzeile b {
  color: #fff;
}

body.full-width--mobile-header .news-article__header .news-article__meta {
  border-top: 1px solid #fff;
}

body.full-width--mobile-header .news-article__header .news-article__meta .article-updated {
  background-image: url(../images/icons/refresh-white-16.svg);
  color: white;
}

body.full-width--mobile-header .news-article__header .news-article__meta div .btn.share {
  background-image: url("../images/icons/share-white-32.svg") !important;
}

body.full-width--mobile-header .news-article__header .news-article__meta div .btn.print {
  background-image: url("../images/icons/print-white-32.svg") !important;
}

body.full-width--mobile-header .news-article__header .news-article__meta div .btn.vorlesen {
  background-image: url("../images/icons/ear-white-32.svg") !important;
}

body.full-width--mobile-header .news-article__header .news-article__meta div .btn.vorlesen2 {
  background-image: url("../images/icons/headphone-white-32.svg") !important;
}

body.full-width--mobile-header .news-article__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 0;
}

.zwischentitel,
.vorspann {
  font-weight: bold;
  margin-bottom: 1em !important;
}

.zitat {
  font-style: italic;
  margin-bottom: 1em !important;
}

.flickity-button {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}

.flickity-button:disabled {
  opacity: .5;
}

.flickity-prev-next-button {
  top: auto;
  bottom: -56px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .flickity-prev-next-button {
    top: 45%;
    bottom: 0;
  }
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous {
  background: url("../images/icons/arrow-back-black-24.svg") no-repeat 50%;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .flickity-prev-next-button.previous {
    left: -48px;
  }
}

.flickity-prev-next-button.next {
  background: url("../images/icons/arrow-black-24.svg") no-repeat 50%;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .flickity-prev-next-button.next {
    right: -48px;
  }
}

.flickity-page-dots {
  bottom: -16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .flickity-page-dots {
    text-align: left;
  }
}

.flickity-page-dots .dot {
  width: 1.5rem;
  height: 0.25rem;
  margin: 0 0.5rem 0 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  opacity: 0.25;
}

.flickity-page-dots .dot.is-selected {
  background: rgba(0, 0, 0, 0.8);
}

.bilderslider,
.bilderslider__dce {
  margin: 2rem 0 4rem;
}

@media only screen and (min-width: 768px) {

  .bilderslider,
  .bilderslider__dce {
    margin: 2rem 0 4rem;
  }
}

.bilderslider .bilderslider__cell,
.bilderslider__dce .bilderslider__cell {
  width: 100%;
  margin-right: 1rem;
}

.bilderslider .mediabox,
.bilderslider__dce .mediabox {
  margin-top: 0 !important;
}

.bilderslider figcaption,
.bilderslider__dce figcaption {
  margin-bottom: 1rem;
}

.news-toplist {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.news-toplist li {
  counter-increment: my-awesome-counter;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 4rem;
}

.news-toplist li::before {
  content: "#" counter(my-awesome-counter);
  font-size: 2rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.2);
  text-align: right;
  position: absolute;
  left: 0;
  top: 24px;
  display: block;
  width: 3rem;
}

.news-toplist li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}

.news-toplist a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none !important;
}

.news-toplist h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: -0.25rem 0 0;
}

.news-ticker {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.news-ticker li {
  display: flex;
  align-items: baseline;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.news-ticker li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}

.news-ticker__time {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  display: block;
  white-space: nowrap;
  margin: 0 16px 0 0;
}

.news-ticker__copy {
  margin: 0;
}

.news-ticker__copy img {
  margin: 1.5rem 0;
}

.lightbox ::after {
  content: "";
  background: white url("../images/icons/search-blue-16.svg") no-repeat 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  border-radius: 2px;
}

.featherlight .featherlight-content {
  padding: 0 !important;
  border-bottom: 0 none !important;
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.featherlight .featherlight-close-icon {
  background: white url("../images/icons/close-32.svg") no-repeat 50% !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 2px;
  top: 0.5rem !important;
  right: 0.5rem !important;
}

.multi-teaser {
  position: relative;
  margin: 1.5rem 0;
  padding-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .multi-teaser {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .multi-teaser {
    margin: 2rem calc(8.3334% + 2px);
  }
}

.multi-teaser h4 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-teaser--dynamic {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 1024px) {
  .multi-teaser--dynamic {
    margin: 2rem calc(8.3334% + 2px) 4rem;
  }
}

.multi-teaser--dynamic__item {
  width: calc(50% - 8px);
  margin: 0 8px;
}

@media only screen and (min-width: 768px) {
  .multi-teaser--dynamic__item {
    width: calc(25% - 18px);
    margin: 0 12px;
  }
}

@media only screen and (min-width: 768px) {
  .multi-teaser--dynamic .flickity-prev-next-button {
    top: auto;
    bottom: -56px;
  }
}

@media only screen and (min-width: 1024px) {
  .multi-teaser--dynamic .flickity-prev-next-button {
    top: 45%;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .multi-teaser--dynamic .flickity-prev-next-button.previous {
    left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .multi-teaser--dynamic .flickity-prev-next-button.previous {
    left: -48px;
  }
}

@media only screen and (min-width: 768px) {
  .multi-teaser--dynamic .flickity-prev-next-button.next {
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .multi-teaser--dynamic .flickity-prev-next-button.next {
    right: -48px;
  }
}

@media only screen and (min-width: 768px) {
  .multi-teaser--dynamic .flickity-page-dots {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .multi-teaser--dynamic .flickity-page-dots {
    text-align: left;
  }
}

.multi-teaser .section-header {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.small-nav-scroller {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .small-nav-scroller {
    display: block;
    background: #fff;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: .15s ease;
  }

  .small-nav-scroller.is-visible {
    transform: translateY(0);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease;
  }

  .small-nav-scroller.is-hidden {
    transform: translateY(-100%);
  }
}

.small-nav-scroller>div {
  max-width: 1018px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.small-nav-scroller__logo {
  width: 160px;
  margin: -0.5rem 0;
}

.small-nav-scroller__topics {
  margin: 0 1.5rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px;
}

.small-nav-scroller__login {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.small-nav-scroller__login a {
  background: transparent no-repeat 0 50%;
  padding: 0 0 0 20px;
}

.small-nav-scroller__login a:hover {
  background: transparent no-repeat 0 50%;
  text-decoration: underline;
}

.small-nav-scroller__login a.nav__login {
  background-image: url(../images/icons/login-blue-16.svg) !important;
}

.small-nav-scroller__login a.nav__logout {
  background-image: url(../images/icons/logout-blue-16.svg) !important;
}

.small-nav-scroller ul {
  margin: 0 0 -0.25rem;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  max-width: 620px;
  overflow: hidden;
  position: relative;
}

.small-nav-scroller ul:after {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 3rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.small-nav-scroller li {
  display: inline-block;
}

body.full-width--mobile-header .small-nav-scroller {
  display: none !important;
}

footer[role=contentinfo] {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

footer[role=contentinfo] .wrap {
  max-width: 1018px;
  margin: 0 auto;
}

footer[role=contentinfo] a {
  color: rgba(255, 255, 255, 0.4);
}

footer[role=contentinfo] a:hover {
  color: white;
}

footer[role=contentinfo] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer[role=contentinfo] h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  footer[role=contentinfo] h4 {
    margin-top: 0;
  }
}

footer[role=contentinfo] h4 a {
  color: white;
}

footer[role=contentinfo] li {
  list-style: none;
  display: block;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  footer[role=contentinfo] li:first-child span {
    margin-top: 0;
  }
}

footer[role=contentinfo] li a {
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0.5rem;
}

footer[role=contentinfo] span {
  font-weight: 700;
  display: inline-block;
  margin: 2rem 0 0.5rem;
}

footer[role=contentinfo] .grid__cell {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  footer[role=contentinfo] .grid__cell:first-of-type h4 {
    position: absolute;
    top: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  footer[role=contentinfo] .grid__cell.footer__locations {
    padding-top: 40px;
  }
}

footer[role=contentinfo] .footer__sitemap {
  margin-bottom: 1.5rem;
}

footer[role=contentinfo] .footer__upper {
  padding: 0.5rem 0 0.25rem;
}

@media only screen and (min-width: 768px) {
  footer[role=contentinfo] .footer__upper {
    padding: 3rem 0 0.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  footer[role=contentinfo] .footer__upper {
    padding: 3rem 0 1rem;
  }
}

footer[role=contentinfo] .footer__bottom {
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem 0;
}

footer[role=contentinfo] .footer__bottom .footer__logo {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {
  footer[role=contentinfo] .footer__bottom .footer__logo {
    text-align: right;
    order: 2;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 600px) {
  footer[role=contentinfo] .footer__bottom .footer__meta {
    order: 1;
  }
}

footer[role=contentinfo] .footer__bottom h5,
footer[role=contentinfo] .footer__bottom p {
  margin: 0;
}

footer[role=contentinfo] .footer__bottom p {
  color: rgba(255, 255, 255, 0.4);
}

footer[role=contentinfo] .footer__bottom ul {
  margin: 1rem 0 2rem;
}

footer[role=contentinfo] .footer__bottom ul li {
  display: inline-block;
}

footer[role=contentinfo] .footer__bottom ul li::before {
  content: "· ";
  color: rgba(255, 255, 255, 0.4);
  padding-left: 4px;
}

footer[role=contentinfo] .footer__bottom ul li:first-child::before {
  display: none;
}

.hierkommtdiekohleher__container {
  position: relative;
  overflow: hidden;
  margin: 1rem auto 2rem;
  padding-top: 1rem;
}

@media only screen and (min-width: 1024px) {
  .hierkommtdiekohleher__container {
    margin: 1rem auto 1.5rem;
  }
}

.hierkommtdiekohleher__note {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.625rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
}

.hierkommtdiekohleher--970x250 {
  max-width: 970px;
}

.hierkommtdiekohleher--970x90 {
  max-width: 970px;
}

.hierkommtdiekohleher--800x250 {
  max-width: 800px;
}

.hierkommtdiekohleher--728x90 {
  max-width: 728px;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 2cm;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    page-break-after: avoid;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  p {
    orphans: 3;
    widows: 3;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=styles.css.map */