@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300);@charset "UTF-8";
/*
 *	Special Libraries
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: 'noto_serifregular';
  src: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/notoserif-regular-webfont.woff2") format("woff2"), url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/notoserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'varela_roundregular';
  src: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/varelaround-regular-webfont.woff2") format("woff2"), url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/varelaround-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
-------------------------------------------------------------------
- VARIABLES :: Theme colors
-------------------------------------------------------------------
*/
/*SPOT - Reports*/
/*
$open: #94BE0E;
$closed: #e53838;
$partially: #FD9426;

$notprepared: #F6EB14;
$easy: #3953A4;
$middle: #e53838;
$difficult: #000000;
*/
.grid-container {
  max-width: 1920px;
}

.rightpadding-grid1 {
  padding-right: 12.5%;
}

.innergrid1 {
  width: 12.5%;
  padding-right: 30px;
}

.innergrid2 {
  width: 25%;
  padding-right: 30px;
}

.innergrid3 {
  width: 37.5%;
  padding-right: 30px;
}

.innergrid4 {
  width: 50%;
  padding-right: 30px;
}

.innergrid5 {
  width: 62.5%;
  padding-right: 30px;
}

.innergrid6 {
  width: 75%;
  padding-right: 30px;
}

.innergrid7 {
  width: 87.5%;
  padding-right: 30px;
}

.innergrid8 {
  width: 100%;
  padding-right: 30px;
}

div[class^="innergrid"] div[class^="innergrid"]:last-child {
  padding-right: 0;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

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

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

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

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

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

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

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64em&xlarge=90em&xxlarge=120em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media screen and (min-width: 40.0625em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 90em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 40.0625em) {
  .grid-container.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 90em) {
  .grid-container.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-container.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (min-width: 40.0625em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.33333333%;
}

.grid-x > .small-2 {
  width: 16.66666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333333%;
}

.grid-x > .small-5 {
  width: 41.66666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333333%;
}

.grid-x > .small-8 {
  width: 66.66666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333333%;
}

.grid-x > .small-11 {
  width: 91.66666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media screen and (min-width: 40.0625em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333333%;
  }
  .grid-x > .medium-2 {
    width: 16.66666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333333%;
  }
  .grid-x > .medium-5 {
    width: 41.66666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333333%;
  }
  .grid-x > .medium-8 {
    width: 66.66666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333333%;
  }
  .grid-x > .medium-11 {
    width: 91.66666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333333%;
  }
  .grid-x > .large-2 {
    width: 16.66666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333333%;
  }
  .grid-x > .large-5 {
    width: 41.66666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333333%;
  }
  .grid-x > .large-8 {
    width: 66.66666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333333%;
  }
  .grid-x > .large-11 {
    width: 91.66666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66666667%;
}

.small-up-7 > .cell {
  width: 14.28571429%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media screen and (min-width: 40.0625em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66666667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571429%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66666667%;
  }
  .large-up-7 > .cell {
    width: 14.28571429%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571429%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571429%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571429% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571429% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

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

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

.small-margin-collapse > .small-1 {
  width: 8.33333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media screen and (min-width: 40.0625em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 40.0625em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66666667% + 0.625rem);
}

@media screen and (min-width: 40.0625em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (min-width: 40.0625em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 8.33333333%;
}

.grid-y > .small-2 {
  height: 16.66666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333333%;
}

.grid-y > .small-5 {
  height: 41.66666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333333%;
}

.grid-y > .small-8 {
  height: 66.66666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333333%;
}

.grid-y > .small-11 {
  height: 91.66666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media screen and (min-width: 40.0625em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333333%;
  }
  .grid-y > .medium-2 {
    height: 16.66666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333333%;
  }
  .grid-y > .medium-5 {
    height: 41.66666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333333%;
  }
  .grid-y > .medium-8 {
    height: 66.66666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333333%;
  }
  .grid-y > .medium-11 {
    height: 91.66666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333333%;
  }
  .grid-y > .large-2 {
    height: 16.66666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333333%;
  }
  .grid-y > .large-5 {
    height: 41.66666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333333%;
  }
  .grid-y > .large-8 {
    height: 66.66666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333333%;
  }
  .grid-y > .large-11 {
    height: 91.66666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 40.0625em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media screen and (min-width: 40.0625em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 120em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media screen and (min-width: 40.0625em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 120em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media screen and (min-width: 40.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 40.0625em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (min-width: 40.0625em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 40.0625em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@font-face {
  font-family: 'noto_serifregular';
  src: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/notoserif-regular-webfont.woff2") format("woff2"), url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/notoserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'varela_roundregular';
  src: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/varelaround-regular-webfont.woff2") format("woff2"), url("/typo3conf/ext/spot_website/Resources/Public/Assets/Fonts/varelaround-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
-------------------------------------------------------------------
- VARIABLES :: Theme colors
-------------------------------------------------------------------
*/
/*SPOT - Reports*/
/*
$open: #94BE0E;
$closed: #e53838;
$partially: #FD9426;

$notprepared: #F6EB14;
$easy: #3953A4;
$middle: #e53838;
$difficult: #000000;
*/
.grid-container {
  max-width: 1920px;
}

.rightpadding-grid1 {
  padding-right: 12.5%;
}

.innergrid1 {
  width: 12.5%;
  padding-right: 30px;
}

.innergrid2 {
  width: 25%;
  padding-right: 30px;
}

.innergrid3 {
  width: 37.5%;
  padding-right: 30px;
}

.innergrid4 {
  width: 50%;
  padding-right: 30px;
}

.innergrid5 {
  width: 62.5%;
  padding-right: 30px;
}

.innergrid6 {
  width: 75%;
  padding-right: 30px;
}

.innergrid7 {
  width: 87.5%;
  padding-right: 30px;
}

.innergrid8 {
  width: 100%;
  padding-right: 30px;
}

div[class^="innergrid"] div[class^="innergrid"]:last-child {
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

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

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-family: "noto_serifregular";
  color: #939393;
}

p,
li {
  font-family: "noto_serifregular";
  font-size: 1.0625rem;
  color: #939393;
  letter-spacing: 0.11px;
  line-height: 1.625rem;
  margin-top: 0;
  max-width: 1000px;
}

@media screen and (max-width: 89.9375em) {
  p,
  li {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

p:last-of-type,
li:last-of-type {
  margin-bottom: 0;
}

p a:hover,
li a:hover {
  border-bottom: 1px solid #F8C750;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 3.75rem;
  color: #1b1b1b;
  letter-spacing: 0.006833333333333em;
  line-height: 4.25rem;
}

@media screen and (max-width: 63.9375em) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0.43em 0;
  }
}

@media screen and (max-width: 40em) {
  h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0.37em 0;
  }
}

h2, .text--h2 {
  font-family: "Roboto Slab", serif;
  font-size: 2.5rem;
  color: #1b1b1b;
  letter-spacing: 0.27px;
  line-height: 3.4375rem;
}

@media screen and (max-width: 63.9375em) {
  h2, .text--h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 40em) {
  h2, .text--h2 {
    font-size: 1.375rem;
    line-height: normal;
  }
}

h3 {
  font-family: "Roboto Slab", serif;
  font-size: 1.5625rem;
  color: #000000;
  letter-spacing: 0.14px;
  line-height: 1.8125rem;
  margin-top: 0;
}

@media screen and (max-width: 63.9375em) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (max-width: 40em) {
  h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
}

@media screen and (max-width: 40em) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #ffffff;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-top: 0;
}

h1, h2, .text--h2, h3, h4 {
  word-wrap: break-word;
}

h2.subheader, .subheader.text--h2,
h3 {
  font-weight: normal;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem;
}

a,
a:visited,
a:active {
  color: #D59805;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover,
a:visited:hover,
a:active:hover {
  color: #F8C750;
  border-bottom: none !important;
}

a.external-link:not([href^='tel:']),
a.download {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

a.external-link:not([href^='tel:']):before,
a.download:before {
  content: "";
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Icons/icon-download.svg");
  background-repeat: no-repeat;
  background-size: 55%;
  display: inline-block;
  height: 27px;
  width: 27px;
  background-position: center bottom;
  position: absolute;
  top: -7px;
  left: 0;
}

a.external-link:not([href^='tel:']):hover:before,
a.download:hover:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Icons/icon-download--hover.svg");
}

a.external-link:not([href^='tel:']):before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Icons/external-link.svg");
  background-size: 80%;
  top: -3px;
}

a.external-link:not([href^='tel:']):hover:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Icons/external-link--hover.svg");
}

.breadcrumbs__container {
  margin-bottom: 50px;
}

@media screen and (max-width: 40em) {
  .breadcrumbs__container {
    visibility: hidden;
    margin-bottom: 40px;
  }
}

.breadcrumbs__container ul.breadcrumbs {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

.breadcrumbs__container ul.breadcrumbs a {
  font-family: "varela_roundregular";
  font-size: 1rem;
  letter-spacing: 1.02px;
  color: #000000;
}

@media screen and (max-width: 63.9375em) {
  .breadcrumbs__container ul.breadcrumbs a {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 40em) {
  .breadcrumbs__container ul.breadcrumbs a {
    font-size: 0.625rem;
  }
}

.breadcrumbs__container ul.breadcrumbs a.current:not(.sub) {
  color: #939393;
}

.text__strong {
  font-weight: 700;
}

.text__color--white {
  color: white;
}

.text--fake-h3 {
  font-size: 1.0625rem;
  font-family: "varela_roundregular";
  letter-spacing: 0.11px;
  line-height: 1.625rem;
  margin-bottom: 0;
  margin-top: 2px;
}

/*
 *  General Layout styles
 */
html, body {
  width: 100%;
  height: 100%;
  font-family: "noto_serifregular";
}

html.overflow-hidden, body.overflow-hidden {
  overflow: hidden;
}

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

.container__newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 40em) {
  .container__newslist {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-list-view .article .text {
  max-width: 900px;
}

@media screen and (max-width: 63.9375em) {
  .news-list-view .article .text {
    max-width: 500px;
  }
}

.news-list-view .article .button--link {
  display: block;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  background-color: #D59805;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  font-family: "varela_roundregular";
  font-size: 0.8rem;
  letter-spacing: 1.02px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 63.9375em) {
  .news-list-view .article .button--link {
    font-size: 0.7rem;
    width: 130px;
  }
}

@media screen and (max-width: 63.9375em) {
  .news-list-view .article .button--link {
    margin-top: 15px;
  }
}

.news-list-view .article .button--link:hover {
  background-color: #F8C750;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.space-bottom {
  margin-bottom: 100px;
}

@media screen and (max-width: 89.9375em) {
  .space-bottom {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 63.9375em) {
  .space-bottom {
    margin-bottom: 50px;
  }
}

.space-bottom-small {
  margin-bottom: 50px;
}

@media screen and (max-width: 89.9375em) {
  .space-bottom-small {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 63.9375em) {
  .space-bottom-small {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 63.9375em) {
  .grid-container {
    overflow: hidden;
  }
}

.grid-container.full {
  overflow: hidden;
}

.grid-container--overflow-visible {
  overflow: visible;
}

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

.divider-line__container .divider-line--grey {
  border-bottom: 1px solid #d8d8d8;
}

.divider-line__container .divider-line--margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ce-headline-center {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 40em) {
  .ce-headline-center {
    margin-top: 25px;
  }
}

div[class^="rs-img"] {
  width: 100% !important;
}

@media screen and (max-width: 63.9375em) {
  div[class^="rs-img"] {
    height: 240px !important;
  }
}

div[id^="roundshot-thumbnail"] {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 63.9375em) {
  div[id^="roundshot-thumbnail"] {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 63.9375em) {
  div[id^="roundshot-thumbnail"] {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }
}

.article {
  margin-top: 20px;
}

/**/
/**/
/* css for agenda */
/**/
/**/
.agenda__item {
  margin-bottom: 35px;
}

.agenda__image {
  padding-top: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.agenda__container-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.agenda__container-text {
  margin-top: 15px;
  height: 120px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.agenda__container-text::before {
  content: "";
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, white), color-stop(87%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 65%, white 87%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.text--readmore {
  font-family: 'varela_roundregular';
  font-size: 14px;
  color: #D59805;
  letter-spacing: 0.88px;
  line-height: 22px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text--readmore svg {
  margin-left: 15px;
}

.text--agenda-minitile {
  font-family: 'varela_roundregular';
  font-size: 12px;
  color: #4F4F4F;
  letter-spacing: 0;
  text-align: center;
  padding: 3px 6px;
  margin: 2px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.text--agenda-info {
  font-family: 'varela_roundregular';
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 22px;
}

.text--agenda-info ul li {
  font-size: 1rem;
}

.text--agenda-adresse {
  font-family: 'varela_roundregular';
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 22px;
}

.text--agenda-info:not(:last-of-type) {
  margin-bottom: 15px;
}

.hidden {
  display: none;
}

.news .link {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.20rem !important;
}

.news .news-homestyle-2 h3 a,
.news .news-homestyle-3 h3 a,
.news .news-homestyle-4 h3 a {
  font-family: "noto_serifregular" !important;
}

.news .news-homestyle-2 .article,
.news .news-homestyle-3 .article,
.news .news-homestyle-4 .article {
  border: none;
}

.news .news-homestyle-2 h4,
.news .news-homestyle-3 h4,
.news .news-homestyle-4 h4 {
  text-transform: uppercase;
  opacity: 0.6;
  font-family: 'varela_roundregular';
  font-size: 18px !important;
  color: #fff;
  letter-spacing: 1.14px;
  font-weight: normal;
  margin-bottom: 1.5em;
}

.news .news-homestyle-2 .news-home-downloadicon,
.news .news-homestyle-3 .news-home-downloadicon,
.news .news-homestyle-4 .news-home-downloadicon {
  position: relative;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #F8C750;
  background-size: 20px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Icons/icon-download--white.svg");
}

.news .news-homestyle-2 a,
.news .news-homestyle-3 a,
.news .news-homestyle-4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .news-homestyle-2 .news-list-view p,
.news .news-homestyle-3 .news-list-view p,
.news .news-homestyle-4 .news-list-view p {
  font-family: 'NotoSerif';
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.11px;
  line-height: 22px;
}

.news .news-homestyle-3 .article,
.news .news-homestyle-2 .article {
  padding-bottom: 22px;
}

.news .news-homestyle-3 a.more,
.news .news-homestyle-2 a.more {
  font-family: 'NotoSerif';
  font-size: 15px;
  font-weight: 700;
  color: #D59805;
  letter-spacing: 0.1px;
  line-height: 19px;
  margin-top: 5px;
}

.news .news-homestyle-3 a.more:hover,
.news .news-homestyle-2 a.more:hover {
  color: #F8C750;
}

.news .news-homestyle-4 .article {
  padding-bottom: 34px;
}

.news-list-view .container__newslist .news-list-date {
  color: #939393;
  font-family: "'Notoserif";
  font-size: 1.0625rem;
  letter-spacing: 0.11px;
  line-height: 1.625rem;
  margin-top: 25px;
}

.articletype-1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articletype-1 a p {
  color: #ffffff;
  max-width: 380px;
}

.scrolled .mainmenu ul.mainmenu--subtitle li a:hover {
  color: #D59805 !important;
}

@media screen and (max-width: 40em) {
  .mainmenu .submenu-wrapper ul.mainmenu--subtitle {
    margin-bottom: 15px;
  }
}

#zifli .gallerylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

@media screen and (max-width: 89.9375em) {
  #zifli .gallerylist {
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#zifli .gallerylist .j-albumselector {
  padding: 10px 15px;
  border: 1px solid black;
  border-radius: 25px;
  margin: 5px 10px;
  color: black;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "varela_roundregular";
  font-size: 14px;
}

@media screen and (max-width: 89.9375em) {
  #zifli .gallerylist .j-albumselector {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 40em) {
  #zifli .gallerylist .j-albumselector {
    font-size: 12px;
  }
}

#zifli .gallerylist .j-albumselector:hover {
  background-color: #F8C750;
  border-color: #F8C750;
  color: white;
}

#zifli .gallerylist .j-albumselector.active {
  background-color: #D59805;
  border-color: #D59805;
  color: white;
}

#zifli .gallery_image {
  padding: 25px;
}

@media screen and (max-width: 89.9375em) {
  #zifli .gallery_image {
    padding: 15px;
  }
}

@media screen and (max-width: 40em) {
  #zifli .gallery_image {
    width: 100%;
    padding: 15px 0;
  }
}

.select-custom {
  padding: 5px 10px;
}

.select-custom select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "varela_roundregular";
  border: none;
  cursor: pointer;
}

.select-custom--border-rounded {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
}

.select-custom--full-width {
  width: 100%;
}

.select-custom--arrow-down-r {
  position: relative;
}

.select-custom--arrow-down-r select {
  padding-right: 15px;
}

.select-custom--arrow-down-r:after {
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/arrow-down.svg");
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
}

/*
     *  Specific Layout styles
     */
body {
  margin-top: 97px;
}

.header-logo--black {
  display: none;
}

#header {
  border-bottom: 1px solid rgba(147, 147, 147, 0.18);
  background: none;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 8px 0;
  margin-bottom: 100px;
  -webkit-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
}

@media screen and (max-width: 89.9375em) {
  #header {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 63.9375em) {
  #header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 40em) {
  #header {
    height: 82px;
  }
}

#header.homestyle .mainmenu--hamburgher > span,
#header.homestyle .mainmenu--hamburgher span:after,
#header.homestyle .mainmenu--hamburgher span:before {
  background-color: #ffffff;
}

#header.homestyle.menu-open .mainmenu--hamburgher > span {
  background-color: #ffffff;
}

#header.pagestyle .mainmenu--hamburgher > span,
#header.pagestyle .mainmenu--hamburgher span:after,
#header.pagestyle .mainmenu--hamburgher span:before {
  background-color: #000000;
}

#header.pagestyle.menu-open .mainmenu--hamburgher > span {
  background-color: #ffffff;
}

#header.menu-open {
  background-color: white;
}

#header.menu-open .langmenuholder {
  z-index: 999;
  position: relative;
}

#header.menu-open .langmenuholder .langMenu {
  position: static;
  opacity: 1;
  pointer-events: unset;
  z-index: 99999;
}

#header.menu-open .langmenuholder a {
  color: black;
}

#header.menu-open .mainmenu {
  opacity: 1;
  pointer-events: all;
}

#header.menu-open .mainmenu--hamburgher {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 63.9375em) {
  #header.menu-open .mainmenu--hamburgher {
    display: block;
  }
}

#header.menu-open .mainmenu--hamburgher > span,
#header.menu-open .mainmenu--hamburgher span:after,
#header.menu-open .mainmenu--hamburgher span:before {
  width: 35px;
  height: 2px;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 10px 10px 10px 10px;
}

@media screen and (max-width: 40em) {
  #header.menu-open .mainmenu--hamburgher > span,
  #header.menu-open .mainmenu--hamburgher span:after,
  #header.menu-open .mainmenu--hamburgher span:before {
    right: 20px;
    width: 30px;
  }
}

#header.menu-open .mainmenu--hamburgher > span:before {
  content: ' ';
  width: 35px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
  top: 0px;
}

@media screen and (max-width: 40em) {
  #header.menu-open .mainmenu--hamburgher > span:before {
    width: 30px;
  }
}

#header.menu-open .mainmenu--hamburgher > span:after {
  content: ' ';
  width: 35px;
  right: 0;
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000000;
}

@media screen and (max-width: 40em) {
  #header.menu-open .mainmenu--hamburgher > span:after {
    width: 30px;
    height: 2px;
  }
}

#header #logoimg {
  max-width: 100%;
  height: 100%;
  padding-right: calc(40px - 0.9375rem);
}

@media screen and (max-width: 63.9375em) {
  #header #logoimg {
    max-width: 260px;
    height: auto;
    margin-top: 5px;
  }
}

@media screen and (max-width: 40em) {
  #header #logoimg {
    max-width: 220px;
    height: 61px;
    margin-top: 0;
  }
}

#header.homestyle #logoimg #text4146 path,
#header.homestyle #logoimg #text4150 path {
  fill: #ffffff !important;
}

#header.homestyle.menu-open #logoimg #text4146 path,
#header.homestyle.menu-open #logoimg #text4150 path {
  fill: #000000 !important;
}

@media screen and (max-width: 63.9375em) {
  #header.pagestyle ul.mainmenu, #header.homestyle ul.mainmenu {
    margin-left: 0;
    background-image: linear-gradient(to right, #ffffff 0%, #fff 30%, rgba(147, 147, 147, 0.18) 30%, rgba(147, 147, 147, 0.18) calc(30% + 1px), #fff calc(30% + 1px), #ffffff 100%);
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #header.pagestyle ul.mainmenu, #header.homestyle ul.mainmenu {
    padding-left: 0;
    background-image: none;
  }
}

@media screen and (max-width: 63.9375em) {
  #header.pagestyle ul.mainmenu > li, #header.homestyle ul.mainmenu > li {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #header.pagestyle ul.mainmenu > li, #header.homestyle ul.mainmenu > li {
    border-bottom: 1px solid rgba(147, 147, 147, 0.18);
  }
}

@media screen and (max-width: 63.9375em) {
  #header.pagestyle ul.mainmenu > li a, #header.homestyle ul.mainmenu > li a {
    color: #000000;
    font-family: "varela_roundregular" !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.47px !important;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  #header.pagestyle ul.mainmenu > li a, #header.homestyle ul.mainmenu > li a {
    margin-left: 40px;
  }
}

@media screen and (max-width: 63.9375em) {
  #header.pagestyle ul.mainmenu > li.current > a, #header.homestyle ul.mainmenu > li.current > a {
    color: #F8C750;
    font-weight: 700;
  }
}

#header.pagestyle ul.mainmenu--subtitle > li, #header.homestyle ul.mainmenu--subtitle > li {
  width: 50%;
}

@media screen and (max-width: 119.9375em) {
  #header.pagestyle ul.mainmenu--subtitle > li a, #header.homestyle ul.mainmenu--subtitle > li a {
    font-size: 0.9rem;
    line-height: 0.95rem;
  }
}

@media screen and (max-width: 89.9375em) {
  #header.pagestyle ul.mainmenu--subtitle > li a, #header.homestyle ul.mainmenu--subtitle > li a {
    font-size: 0.9rem;
    line-height: 0.95rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #header.pagestyle ul.mainmenu--subtitle > li, #header.homestyle ul.mainmenu--subtitle > li {
    width: 100%;
  }
}

@media screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  #header.pagestyle ul.mainmenu--subtitle > li, #header.homestyle ul.mainmenu--subtitle > li {
    margin-top: 10px;
  }
}

#header.pagestyle ul.mainmenu--subtitle > li:hover > a, #header.homestyle ul.mainmenu--subtitle > li:hover > a {
  color: #F8C750;
}

#header.pagestyle ul.mainmenu--subtitle ul, #header.homestyle ul.mainmenu--subtitle ul {
  padding-left: 0;
}

#header.pagestyle ul.mainmenu--subtitle ul li, #header.homestyle ul.mainmenu--subtitle ul li {
  font-family: "varela_roundregular";
  font-size: 0.8125rem;
  color: #262626;
  letter-spacing: 0.09px;
  line-height: 1.4375rem;
}

#header.pagestyle ul.mainmenu--subtitle ul li:hover a, #header.homestyle ul.mainmenu--subtitle ul li:hover a {
  color: #F8C750;
}

@media screen and (min-width: 64em) {
  #header.pagestyle ul.mainmenu--subtitle, #header.homestyle ul.mainmenu--subtitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
}

@media screen and (min-width: 64em) {
  #header.pagestyle ul.mainmenu li, #header.homestyle ul.mainmenu li {
    float: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
  #header.pagestyle ul.mainmenu li li, #header.homestyle ul.mainmenu li li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#header.pagestyle ul.mainmenu li .current > a, #header.homestyle ul.mainmenu li .current > a {
  color: #F8C750;
  font-weight: 700;
}

#header .langmenuholder > .langMenu,
#header .langmenuholder > .mainmenu,
#header .large-9.cell > .langMenu,
#header .large-9.cell > .mainmenu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  font-family: "varela_roundregular";
  margin: 0;
  height: 100%;
  max-height: calc(100vh - 67px);
  overflow: visible;
}

@media screen and (max-width: 63.9375em) {
  #header .langmenuholder > .langMenu,
  #header .langmenuholder > .mainmenu,
  #header .large-9.cell > .langMenu,
  #header .large-9.cell > .mainmenu {
    overflow: auto;
    max-height: none;
    -webkit-overflow-scrolling: touch;
  }
}

#header .langmenuholder > .langMenu > li,
#header .langmenuholder > .mainmenu > li,
#header .large-9.cell > .langMenu > li,
#header .large-9.cell > .mainmenu > li {
  position: relative;
}

#header .langmenuholder > .langMenu > li > a,
#header .langmenuholder > .mainmenu > li > a,
#header .large-9.cell > .langMenu > li > a,
#header .large-9.cell > .mainmenu > li > a {
  position: relative;
  padding: 1.8em 0;
  text-transform: uppercase;
  font-size: 1.0625rem;
  letter-spacing: 0.033571428571429em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 119.9375em) {
  #header .langmenuholder > .langMenu > li > a,
  #header .langmenuholder > .mainmenu > li > a,
  #header .large-9.cell > .langMenu > li > a,
  #header .large-9.cell > .mainmenu > li > a {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 89.9375em) {
  #header .langmenuholder > .langMenu > li > a,
  #header .langmenuholder > .mainmenu > li > a,
  #header .large-9.cell > .langMenu > li > a,
  #header .large-9.cell > .mainmenu > li > a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #header .langmenuholder > .langMenu > li > a,
  #header .langmenuholder > .mainmenu > li > a,
  #header .large-9.cell > .langMenu > li > a,
  #header .large-9.cell > .mainmenu > li > a {
    padding: 1.0em 0;
  }
}

@media screen and (max-width: 40em) {
  #header .langmenuholder > .langMenu > li > a,
  #header .langmenuholder > .mainmenu > li > a,
  #header .large-9.cell > .langMenu > li > a,
  #header .large-9.cell > .mainmenu > li > a {
    padding: 1.3em 0;
  }
}

#header .langmenuholder > .langMenu > li:hover > a, #header .langmenuholder > .langMenu > li.active > a,
#header .langmenuholder > .mainmenu > li:hover > a,
#header .langmenuholder > .mainmenu > li.active > a,
#header .large-9.cell > .langMenu > li:hover > a,
#header .large-9.cell > .langMenu > li.active > a,
#header .large-9.cell > .mainmenu > li:hover > a,
#header .large-9.cell > .mainmenu > li.active > a {
  color: #F8C750;
}

@media screen and (min-width: 64em) {
  #header .langmenuholder > .langMenu > li:hover > a:after, #header .langmenuholder > .langMenu > li.active > a:after,
  #header .langmenuholder > .mainmenu > li:hover > a:after,
  #header .langmenuholder > .mainmenu > li.active > a:after,
  #header .large-9.cell > .langMenu > li:hover > a:after,
  #header .large-9.cell > .langMenu > li.active > a:after,
  #header .large-9.cell > .mainmenu > li:hover > a:after,
  #header .large-9.cell > .mainmenu > li.active > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F8C750;
  }
}

#header .langmenuholder > .langMenu > li > ul,
#header .langmenuholder > .mainmenu > li > ul,
#header .large-9.cell > .langMenu > li > ul,
#header .large-9.cell > .mainmenu > li > ul {
  max-height: 0;
  overflow: hidden;
  display: block;
  background: #000000;
  list-style: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 130%;
  padding: 0;
}

#header .langmenuholder > .langMenu > li > ul li,
#header .langmenuholder > .mainmenu > li > ul li,
#header .large-9.cell > .langMenu > li > ul li,
#header .large-9.cell > .mainmenu > li > ul li {
  width: 100%;
  display: block;
}

#header .langmenuholder > .langMenu > li > ul li a,
#header .langmenuholder > .mainmenu > li > ul li a,
#header .large-9.cell > .langMenu > li > ul li a,
#header .large-9.cell > .mainmenu > li > ul li a {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.006428571428571em;
  padding: 0.5em 1em;
  position: relative;
}

#header .langmenuholder > .langMenu > li > ul li a:after,
#header .langmenuholder > .mainmenu > li > ul li a:after,
#header .large-9.cell > .langMenu > li > ul li a:after,
#header .large-9.cell > .mainmenu > li > ul li a:after {
  content: '\A0';
  display: inline-block;
  width: 4px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

#header .langmenuholder > .langMenu > li > ul li a:hover:after, #header .langmenuholder > .langMenu > li > ul li a.active:after,
#header .langmenuholder > .mainmenu > li > ul li a:hover:after,
#header .langmenuholder > .mainmenu > li > ul li a.active:after,
#header .large-9.cell > .langMenu > li > ul li a:hover:after,
#header .large-9.cell > .langMenu > li > ul li a.active:after,
#header .large-9.cell > .mainmenu > li > ul li a:hover:after,
#header .large-9.cell > .mainmenu > li > ul li a.active:after {
  background: #F8C750;
}

#header .langmenuholder > .langMenu > li:hover > ul,
#header .langmenuholder > .mainmenu > li:hover > ul,
#header .large-9.cell > .langMenu > li:hover > ul,
#header .large-9.cell > .mainmenu > li:hover > ul {
  max-height: 1000px;
}

#header .langmenuholder > .langMenu > li:not(:first-of-type),
#header .langmenuholder > .mainmenu > li:not(:first-of-type),
#header .large-9.cell > .langMenu > li:not(:first-of-type),
#header .large-9.cell > .mainmenu > li:not(:first-of-type) {
  margin-left: 2em;
}

@media screen and (max-width: 89.9375em) {
  #header .langmenuholder > .langMenu > li:not(:first-of-type),
  #header .langmenuholder > .mainmenu > li:not(:first-of-type),
  #header .large-9.cell > .langMenu > li:not(:first-of-type),
  #header .large-9.cell > .mainmenu > li:not(:first-of-type) {
    margin-left: 1.5em;
  }
}

#header .langmenuholder > .langMenu > li > a,
#header .large-9.cell > .langMenu > li > a {
  font-size: 0.875rem;
}

@media screen and (max-width: 40em) {
  .l-header .c-main-menu {
    display: none;
    float: none !important;
    clear: both;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 63.9375em) {
  .langMenu--abstract,
  .mainmenu--abstract {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .langMenu li .submenu-wrapper,
  .mainmenu li .submenu-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    right: 0;
    background-color: #f2f2f2;
    left: -170px;
    width: 100vw;
    position: absolute;
    max-width: 1200px;
  }
}

@media screen and (min-width: 64em) and (max-width: 119.9375em) {
  .langMenu li .submenu-wrapper,
  .mainmenu li .submenu-wrapper {
    left: 0;
    position: fixed;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .langMenu li .submenu-wrapper,
  .mainmenu li .submenu-wrapper {
    position: fixed;
    left: 20px;
  }
}

@media screen and (min-width: 64em) {
  .langMenu li .submenu-wrapper > div,
  .mainmenu li .submenu-wrapper > div {
    width: 36% !important;
    padding: 30px 50px;
  }
}

@media screen and (min-width: 64em) and (max-width: 119.9375em) {
  .langMenu li .submenu-wrapper > div,
  .mainmenu li .submenu-wrapper > div {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .langMenu li .submenu-wrapper > div,
  .mainmenu li .submenu-wrapper > div {
    padding: 25px 25px;
  }
}

@media screen and (min-width: 64em) {
  .langMenu li .submenu-wrapper > div .abstract-text,
  .mainmenu li .submenu-wrapper > div .abstract-text {
    font-family: "noto_serifregular";
    font-size: 0.875rem;
    color: #939393;
    letter-spacing: 0.11px;
    line-height: 1.25rem;
  }
  .langMenu li .submenu-wrapper > div .abstract-text--title,
  .mainmenu li .submenu-wrapper > div .abstract-text--title {
    font-family: "Roboto Slab", serif;
    font-size: 1.875rem;
    color: #1B1B1B;
    letter-spacing: 0.27px;
    line-height: 2.375rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 119.9375em) {
  .langMenu li .submenu-wrapper > div .abstract-text--title,
  .mainmenu li .submenu-wrapper > div .abstract-text--title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .langMenu li .submenu-wrapper > div .abstract-text--title,
  .mainmenu li .submenu-wrapper > div .abstract-text--title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .langMenu li .submenu-wrapper > ul,
  .mainmenu li .submenu-wrapper > ul {
    width: 65% !important;
    margin-top: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 63.9375em) {
  .langMenu,
  .mainmenu {
    position: fixed;
    top: 76px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  .langMenu li,
  .mainmenu li {
    width: auto;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .langMenu li .submenu-wrapper,
  .mainmenu li .submenu-wrapper {
    display: none;
    position: fixed !important;
    max-height: none !important;
    width: 70%;
    right: 0;
  }
  .langMenu li .submenu-wrapper ul,
  .mainmenu li .submenu-wrapper ul {
    width: 100% !important;
    margin-left: 0;
  }
}

@media screen and (max-width: 63.9375em) and (max-width: 40em) {
  .langMenu li .submenu-wrapper,
  .mainmenu li .submenu-wrapper {
    position: relative !important;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 40em) {
  .langMenu,
  .mainmenu {
    top: 75px;
  }
}

.langMenu--hamburgher,
.mainmenu--hamburgher {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 63.9375em) {
  .langMenu--hamburgher,
  .mainmenu--hamburgher {
    display: block;
  }
}

.langMenu--hamburgher > span,
.langMenu--hamburgher span:after,
.langMenu--hamburgher span:before,
.mainmenu--hamburgher > span,
.mainmenu--hamburgher span:after,
.mainmenu--hamburgher span:before {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 10px 10px 10px 10px;
}

@media screen and (max-width: 40em) {
  .langMenu--hamburgher > span,
  .langMenu--hamburgher span:after,
  .langMenu--hamburgher span:before,
  .mainmenu--hamburgher > span,
  .mainmenu--hamburgher span:after,
  .mainmenu--hamburgher span:before {
    right: 20px;
    width: 30px;
  }
}

.langMenu--hamburgher > span,
.mainmenu--hamburgher > span {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.langMenu--hamburgher > span:before,
.mainmenu--hamburgher > span:before {
  content: ' ';
  width: 35px;
  right: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 40em) {
  .langMenu--hamburgher > span:before,
  .mainmenu--hamburgher > span:before {
    width: 30px;
  }
}

.langMenu--hamburgher > span:after,
.mainmenu--hamburgher > span:after {
  content: ' ';
  width: 35px;
  right: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 40em) {
  .langMenu--hamburgher > span:after,
  .mainmenu--hamburgher > span:after {
    width: 30px;
  }
}

.scrolled #header.homestyle .mainmenu a,
.scrolled #header.homestyle .mainmenu :visited,
.scrolled #header.homestyle .mainmenu :active {
  color: #000000;
}

.scrolled #header.homestyle .mainmenu--hamburgher span,
.scrolled #header.homestyle .mainmenu--hamburgher span:before,
.scrolled #header.homestyle .mainmenu--hamburgher span:after {
  background-color: #000000;
}

.scrolled #header.homestyle.menu-open .mainmenu--hamburgher span {
  background-color: #ffffff;
}

ul.mainmenu {
  padding-left: 0;
}

@media screen and (max-width: 63.9375em) {
  ul.mainmenu {
    padding-left: 0;
  }
}

@media screen and (max-width: 40em) {
  ul.mainmenu li {
    margin-left: 0 !important;
  }
}

.logo-wrapper {
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.logo-wrapper svg {
  width: auto;
}

#uid1:not(.scrolled) .logo-wrapper svg path {
  fill: white !important;
}

#uid1:not(.scrolled) .logo-wrapper svg #Fill-1 {
  fill-opacity: 0;
}

#uid1:not(.scrolled) .logo-wrapper svg #android-chrome-512x512 rect {
  fill: none;
  stroke: white;
  stroke-width: 2px;
}

#uid1:not(.scrolled) .langMenu li a {
  color: white;
}

@media screen and (max-width: 63.9375em) {
  #uid1:not(.scrolled) .langMenu li a {
    color: black;
  }
}

.langMenu {
  list-style: none;
  margin-top: 2em;
}

.langMenu li a {
  color: black;
  font-family: "varela_roundregular";
}

.logo-cell {
  position: relative;
  min-height: 60px;
}

#header ul.mainmenu li a {
  font-family: "varela_roundregular" !important;
}

@media screen and (max-width: 40em) {
  ul.mainmenu {
    overflow: hidden;
    padding-bottom: 150px;
  }
}

.contentcontainer {
  border-top: 1px solid rgba(147, 147, 147, 0.18);
  position: relative;
  margin-top: 97px;
}

@media screen and (max-width: 63.9375em) {
  .contentcontainer {
    margin-top: 30px;
  }
}

@media screen and (max-width: 40em) {
  .contentcontainer {
    margin-top: 30px;
  }
}

.contentcontainer #grow,
.contentcontainer #shrink {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgba(147, 147, 147, 0.18);
  border-top: 0;
  height: 62px;
  line-height: 62px;
  width: 62px;
  text-align: center;
  font-size: 0.8125rem;
  color: #000000;
  font-family: "varela_roundregular";
  cursor: pointer;
  cursor: hand;
}

.contentcontainer #grow {
  right: 62px;
  font-size: 1.0625rem;
  border-right: 0;
}

.contentcontainer .c_breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
}

.contentcontainer .c_breadcrumb li a {
  text-transform: uppercase;
  letter-spacing: 0.06375em;
  color: #939393;
  font-family: "varela_roundregular";
  padding: 0 0.3em;
}

.contentcontainer .c_breadcrumb li:first-child a {
  color: black;
}

.c-grid {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
}

footer {
  background: #000000;
  font-size: 0.875rem;
  letter-spacing: 0.006428571428571em;
  line-height: 1.5em;
  padding-bottom: 2.875rem;
  margin-top: 50px;
}

footer h4 {
  color: #ffffff;
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  letter-spacing: 0.063571428571429em;
  line-height: 1.21428571428571em;
}

footer a {
  font-weight: 700;
}

footer p strong {
  color: #ffffff;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer .socialicons a {
  margin-right: 20px;
}

.footer__padding {
  padding: 90px 0;
}

@media screen and (max-width: 89.9375em) {
  .footer__padding {
    padding-top: 40px;
    padding-bottom: 40px;
    /*padding-right: 50px;
            padding-left: 50px;*/
  }
}

@media screen and (max-width: 40em) {
  .footer__padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 40em) {
  .footer__space-element--small {
    margin-top: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__space-element--medium {
    margin-top: 35px;
  }
}

@media screen and (max-width: 89.9375em) {
  .footer__link-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 40em) {
  .footer__link-item ul {
    display: block;
  }
}

@media screen and (min-width: 90em) {
  .footer__link-item ul li:nth-last-of-type(2) {
    margin-top: 25px;
  }
}

.footer__link-item ul li a,
.footer__link-item ul li a:visited,
.footer__link-item ul li a:link,
.footer__link-item ul li a:active {
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  letter-spacing: 0.09px;
  line-height: 1.75rem;
  color: #ffffff;
}

.footer__link-item ul li a:hover,
.footer__link-item ul li a:visited:hover,
.footer__link-item ul li a:link:hover,
.footer__link-item ul li a:active:hover {
  color: #F8C750;
}

.footer__link-item:before {
  content: "";
  display: block;
  font-size: 0.875rem;
  height: 1.0625rem;
  margin-bottom: 1.67em;
}

.c-homeheader-positioner .offcanvaslinks .grid-container {
  padding: 0;
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader-positioner .offcanvaslinks .grid-container .laufmenufooterlinkcoll {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.offcanvaslinks {
  -webkit-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
}

.offcanvaslinks#offcanvasfooter {
  background: #000000;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.offcanvaslinks#offcanvasfooter ul {
  padding-left: 0;
}

.offcanvaslinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}

@media screen and (max-width: 63.9375em) {
  .offcanvaslinks ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.offcanvaslinks ul li {
  margin-right: 2em;
}

@media screen and (max-width: 89.9375em) {
  .offcanvaslinks ul li {
    margin-right: 1.5em;
  }
}

@media screen and (max-width: 63.9375em) {
  .offcanvaslinks ul li {
    margin-right: 0;
  }
}

.offcanvaslinks ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 40em) {
  .offcanvaslinks ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.5em;
  }
  .offcanvaslinks ul li a img {
    padding-bottom: 5px;
  }
}

.offcanvaslinks ul a {
  color: #ffffff;
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  letter-spacing: 0.063571428571429em;
  text-transform: uppercase;
}

.offcanvaslinks ul a img {
  max-height: 24px;
  width: auto;
  margin-right: 1em;
}

@media screen and (max-width: 89.9375em) {
  .offcanvaslinks ul a {
    font-size: 0.75rem;
  }
}

.scrolled #offcanvasfooter {
  max-height: 800px;
}

.footer__padding .loading {
  margin-top: 40px;
}

.footer-logo {
  max-width: 200px;
}

.c-offcanvas_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 3;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.c-offcanvas_container .c-close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #D59805;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.c-offcanvas_container .c-close-button svg {
  width: 100%;
  height: auto;
}

.c-offcanvas_container .c-close-button svg polygon {
  fill: #ffffff;
}

.c_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 194px;
  padding-bottom: 150px;
}

.c_sticky ul {
  padding-left: 0;
}

@media screen and (max-width: 63.9375em) {
  .c_sticky {
    display: none;
  }
}

.c_sticky .sidemenu {
  list-style: none;
}

.c_sticky .sidemenu li a {
  padding-right: 10px;
}

.c_sticky .sidemenu li.current > a {
  border-right: 4px solid #F8C750;
}

.c_sticky .sidemenu li {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
}

.c_sticky .sidemenu li a {
  display: block;
  color: #000000;
  font-family: "Roboto Slab", serif;
  font-size: 0.97rem;
  line-height: 1.1em;
  padding: 0.2em 10px 0.2em 0;
  letter-spacing: 0.006428571428571em;
  margin: 15px 0;
}

.c_sticky .sidemenu li.active a {
  color: #D59805;
  font-weight: 700;
}

.c_sticky .sidemenu.lvl-1 li {
  padding-right: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.c_sticky .sidemenu.lvl-1 li.active a {
  color: #D59805;
  font-weight: 700;
}

.c_sticky .sidemenu.lvl-1 li a {
  font-family: "varela_roundregular";
  font-size: 0.8125rem;
  color: #262626;
  letter-spacing: 0.09px;
  line-height: 1.4375rem;
  font-weight: normal;
  margin: 0;
  margin-top: -10px;
}

body.scrolled #header {
  background: #ffffff;
}

body.scrolled #header #logoimg #text4146 path,
body.scrolled #header #logoimg #text4150 path {
  fill: #000000 !important;
}

body.scrolled #header .large-9.cell > .mainmenu > li > a {
  color: #000000;
}

body.scrolled #header .large-9.cell > .mainmenu > li:hover > a, body.scrolled #header .large-9.cell > .mainmenu > li.active > a {
  color: #D59805;
}

.powermail_form input,
.powermail_form select {
  font-family: "noto_serifregular";
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.11px;
  line-height: 1.625rem;
  padding-left: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.powermail_form select {
  font-family: 'varela_roundregular';
  border: 0;
  background-color: #EFEFEF;
  height: 40px;
  font-size: 0.875rem;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
}

.powermail_form legend {
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  color: #000000;
  letter-spacing: 0.14px;
  line-height: 1.6875rem;
}

.powermail_form fieldset.powermail_fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 30px;
  margin-bottom: 50px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap {
  margin-top: 10px;
  width: 100%;
  display: block;
  float: left;
}

@media screen and (max-width: 40em) {
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap {
    width: 100%;
  }
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap .powermail_field {
  margin-top: 5px;
  padding-right: 20px;
}

@media screen and (max-width: 40em) {
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap .powermail_field {
    padding-right: 0;
  }
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap .powermail_field input {
  width: 100%;
  background-color: #EFEFEF;
  height: 40px;
  border: none;
}

.powermail_form fieldset.powermail_fieldset .powermail_label,
.powermail_form fieldset.powermail_fieldset .powermail_input,
.powermail_form fieldset.powermail_fieldset .powermail_date,
.powermail_form fieldset.powermail_fieldset .powermail_select {
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check {
  min-height: 4rem;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox {
  position: relative;
  padding-left: 20px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "varela_roundregular";
  font-size: 0.75rem;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
  padding-left: 10px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label input {
  width: auto;
  margin-right: 15px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label input.powermail_checkbox {
  position: absolute;
  left: -999999px;
  top: 100px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #EFEFEF;
  top: 0;
  left: 0;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label.checked:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/checked.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field .radio {
  padding-right: 10px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field .radio input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "varela_roundregular";
  font-size: 0.75rem;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
  margin-right: 10px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label:before {
  content: "";
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #EFEFEF;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label.checked:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/checked-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_select select {
  border: none;
  height: 40px;
  background-color: #EFEFEF;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset {
  float: none;
  display: inline-block;
  width: 20%;
  height: 100%;
}

@media screen and (max-width: 40em) {
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit,
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset {
    width: 45%;
    margin-right: 10px;
  }
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input {
  cursor: pointer;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_submit, .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_reset,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_submit,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_reset {
  border-radius: 50px;
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  letter-spacing: 0.44px;
  text-align: center;
  height: 45px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_submit,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_submit {
  background-color: #D59805;
  color: #ffffff;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_submit:hover,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_submit:hover {
  background-color: #F8C750;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_reset,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_reset {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_reset:hover,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_reset:hover {
  background-color: #F8C750;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.powermail_fieldset_41 legend,
.powermail_fieldset_37 legend {
  display: none;
}

.powermail_fieldset_37 {
  text-align: right;
}

@media screen and (max-width: 40em) {
  .powermail_fieldset_37 {
    text-align: center;
  }
}

.powermail_fieldset_37 .powermail_fieldwrap_type_check {
  width: 80%;
}

@media screen and (max-width: 40em) {
  .powermail_fieldset_37 .powermail_fieldwrap_type_check {
    width: 100%;
  }
}

.mandatory {
  color: #D0021B;
}

ul.powermail_message {
  list-style: none;
  padding-left: 0;
}

ul.powermail_message.powermail_message_error {
  color: #D0021B;
  font-size: 0.8125rem;
}

ul.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  color: #D0021B;
  font-size: 0.8125rem;
  margin: 0;
}

ul.parsley-errors-list li {
  color: #D0021B;
}

.parsley-error {
  background: rgba(208, 2, 27, 0.1) !important;
}

/*
 *  General Content-Element styles
 */
.hidden {
  display: none;
}

.show-for-large-down {
  display: none;
}

.c-fce--before-space, .frame-space-before-space {
  padding-top: 15px !important;
}

.c-fce--before-space-large, .frame-space-before-space-large {
  padding-top: 25px !important;
}

.c-fce--after-space, .frame-space-after-space {
  padding-bottom: 15px;
}

.c-fce--after-space-large, .frame-space-after-space-large {
  padding-bottom: 25px;
}

@media screen and (max-width: 89.9375em) {
  .show-for-large-down {
    display: block;
  }
  .show-for-large-up {
    display: none;
  }
}

/*
 *  Specific Content-Element styles
 */
.frame-type-text {
  width: 100%;
  margin: 0 auto;
  font-family: "noto_serifregular";
}

.frame-type-text.frame-layout-1 {
  max-width: 1024px;
}

.frame-type-text.frame-layout-2 {
  max-width: 1200px;
}

.bodytext.none {
  margin-bottom: 30px;
}

.bodytext.space {
  margin-bottom: 60px;
}

.bodytext.space-large {
  margin-bottom: 90px;
}

table {
  table-layout: fixed;
}

.contenttable,
.ce-table {
  width: 100%;
  color: #000000;
}

@media screen and (max-width: 40em) {
  .contenttable thead,
  .ce-table thead {
    display: none;
  }
}

.contenttable tbody tr,
.ce-table tbody tr {
  /*
      td:last-of-type {
        font-family: $altfont;
        font-size: rem-calc(14);
        color: $grey-dark;
        letter-spacing: 0.88px;
        line-height: rem-calc(22);
      }
      */
}

.contenttable tbody tr:nth-child(odd),
.ce-table tbody tr:nth-child(odd) {
  background-color: #EFEFEF;
}

.contenttable tbody tr td,
.ce-table tbody tr td {
  padding: 15px;
  width: 50%;
  word-break: break-all;
}

@media screen and (max-width: 40em) {
  .contenttable tbody tr td,
  .ce-table tbody tr td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.contenttable thead th,
.ce-table thead th {
  text-align: left;
  padding: 0 15px;
}

.frame-type-table {
  width: 100%;
  margin: 45px auto;
}

.frame-type-table + .frame-type-text {
  margin-top: 65px;
}

.frame-type-table.frame-layout-1 tbody th,
.frame-type-table.frame-layout-1 tbody td {
  text-align: left;
  border-bottom: 1px solid #EEEEEE;
  height: auto;
}

.frame-type-table thead,
.frame-type-table tbody {
  border: 0;
}

.frame-type-table thead {
  background: #000000;
  color: #ffffff;
}

.frame-type-table thead th {
  padding: 0.5rem 2rem 0.625rem;
  font-family: "Roboto Slab", serif;
}

.frame-type-table table {
  width: 100%;
}

.frame-type-table tbody {
  border-bottom: 4px solid #EEEEEE;
  vertical-align: top;
}

.frame-type-table tbody tr {
  background-color: #fff;
}

.frame-type-table tbody tr:nth-child(2n + 1) {
  background-color: #fafafa;
}

.frame-type-table tbody td {
  padding: 0.5rem 2rem 0.625rem;
  border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 40em) {
  .frame-type-table {
    overflow-x: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .frame-type-table table td {
    min-width: 150px;
  }
}

.bild.none {
  margin-bottom: 30px;
}

@media screen and (max-width: 40em) {
  .bild.none {
    margin-bottom: 20px;
  }
}

.bild.space {
  margin-bottom: 60px;
}

.bild.space-large {
  margin-bottom: 90px;
}

.c-homeheader {
  margin-top: -97px;
  height: 100%;
  position: relative;
  color: #ffffff;
  background-size: cover !important;
  max-width: 100vw;
  overflow: hidden;
  margin-bottom: 100px;
}

@media screen and (max-width: 89.9375em) {
  .c-homeheader {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 40em) {
  .c-homeheader {
    height: auto;
    color: #000000;
    margin-bottom: 0;
  }
}

.c-homeheader .c-homeheader-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.c-homeheader .c-homeheader-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader .c-homeheader-background {
    background-size: auto !important;
  }
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-homeheader-background {
    background-size: 100% !important;
    margin-bottom: 2em;
  }
}

.c-homeheader .c-homeheader-background:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-homeheader-background:before {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-homeheader-background {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    min-height: 56vw;
  }
}

.c-homeheader__label-scroll {
  opacity: 0.68;
  font-family: "varela_roundregular";
  font-size: 0.6875rem;
  color: #ffffff;
  letter-spacing: 0.07px;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-top: 30px;
}

@media screen and (max-width: 40em) {
  .c-homeheader__label-scroll {
    margin-top: 0;
  }
}

.c-homeheader .c-homeheader-positioner {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-homeheader-positioner {
    position: static;
  }
}

.c-homeheader .h1like {
  font-family: "Roboto Slab", serif;
  font-size: 3.75rem;
  letter-spacing: 0.006833333333333em;
  line-height: 1.1333em;
  text-transform: none;
}

@media screen and (max-width: 119.9375em) {
  .c-homeheader .h1like {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 89.9375em) {
  .c-homeheader .h1like {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader .h1like {
    font-size: 2rem;
  }
}

@media screen and (max-width: 40em) {
  .c-homeheader .h1like {
    font-size: 1.375rem;
  }
}

.c-homeheader .c-homeheadertext {
  font-size: 1.0625rem;
  letter-spacing: 0.006470588235294em;
  line-height: 1.52941176470588em;
  margin-top: 2em;
}

@media screen and (max-width: 89.9375em) {
  .c-homeheader .c-homeheadertext {
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader .c-homeheadertext {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-homeheadertext {
    color: #939393;
    line-height: 1.5rem;
    margin-top: 1em;
  }
}

.c-homeheader ul {
  padding-left: 0;
}

.c-homeheader .c-quicklinks {
  position: absolute;
  right: 0;
  width: 600px;
  margin: 0;
}

@media screen and (max-width: 119.9375em) {
  .c-homeheader .c-quicklinks {
    width: 500px;
  }
}

@media screen and (max-width: 89.9375em) {
  .c-homeheader .c-quicklinks {
    width: 350px;
  }
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader .c-quicklinks {
    width: 300px;
  }
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-quicklinks {
    position: static;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.c-homeheader .c-quicklinks figure {
  margin: 0;
}

.c-homeheader .c-quicklinks .c-quicklinkitem {
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 320px;
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader .c-quicklinks .c-quicklinkitem {
    height: 280px;
  }
}

.c-homeheader .c-quicklinks .c-quicklinkitem.alert {
  background: #920401;
}

.c-homeheader .c-quicklinks .c-quicklinkitem.alert .c-quicklinkitem-imagearea {
  background: #6D0200;
}

.c-homeheader .c-quicklinks .c-quicklinkitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea {
  color: #ffffff;
  width: 70%;
  padding: 2.7rem 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 50px;
}

@media screen and (max-width: 119.9375em) {
  .c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea {
    padding: 2.7rem 2.0rem;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 89.9375em) {
  .c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea {
    font-size: 0.8125rem;
    width: 100%;
    padding: 2.5rem 1.8rem;
  }
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea .h4like {
  font-size: 1rem;
  letter-spacing: 0.063333333333333em;
  line-height: 1.22222222222222em;
  font-family: "varela_roundregular";
  opacity: 0.6;
  text-transform: uppercase;
}

@media screen and (max-width: 89.9375em) {
  .c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea .h4like {
    font-size: 0.875rem;
  }
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea .h4like a {
  color: white;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem !important;
  line-height: 1.1rem;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea h3 a {
  color: white;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea .text a {
  color: white;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea .link {
  font-family: "varela_roundregular";
  font-size: 0.6875rem;
  letter-spacing: 0.006363636363636em;
  line-height: 1.54545454545455em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-textarea .link img {
  padding-right: 15px;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-imagearea {
  width: 30%;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-imagearea-filler {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-imagearea img {
  /*width: 100%;
                    height: 100%;*/
  margin: auto;
}

.c-homeheader .c-quicklinks .slick-prev, .c-homeheader .c-quicklinks .slick-next {
  display: block;
}

.c-homeheader .c-quicklinks__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  width: 600px;
  height: 20px;
  margin: 0;
  top: 20px;
  right: -340px;
}

@media screen and (max-width: 119.9375em) {
  .c-homeheader .c-quicklinks__nav-container {
    width: 500px;
    right: -270px;
  }
}

@media screen and (max-width: 89.9375em) {
  .c-homeheader .c-quicklinks__nav-container {
    width: 350px;
  }
}

@media screen and (max-width: 63.9375em) {
  .c-homeheader .c-quicklinks__nav-container {
    width: 300px;
    right: -220px;
  }
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-quicklinks__nav-container {
    display: none;
  }
}

.c-homeheader .c-quicklinks--prev, .c-homeheader .c-quicklinks--next {
  cursor: pointer;
}

.c-homeheader .c-quicklinks--prev:before {
  content: "";
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/arrow-left--white.svg");
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 15px;
  position: absolute;
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-quicklinks--prev:before {
    background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/arrow-left.svg");
  }
}

.c-homeheader .c-quicklinks--next:before {
  content: "";
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/arrow-right--white.svg");
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 15px;
  position: absolute;
  margin-left: 50px;
}

@media screen and (max-width: 40em) {
  .c-homeheader .c-quicklinks--next:before {
    background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/arrow-right.svg");
  }
}

@media screen and (max-width: 89.9375em) {
  .c-quicklinkitem-imagearea {
    display: none;
  }
}

.c-quicklinkitem .c-quicklinkitem-imagearea .bild {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.c-quicklinkitem .c-quicklinkitem-imagearea .bild picture {
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

.c-quicklinkitem .c-quicklinkitem-imagearea img {
  height: 100% !important;
  max-width: none !important;
  width: auto !important;
  height: 100% !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  display: block !important;
}

.c-homeheader .c-quicklinks .c-quicklinkitem .c-quicklinkitem-imagearea {
  position: relative;
}

.teaser {
  padding-top: 100%;
  height: 0;
  position: relative;
  color: white;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.teaser a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.teaser a:hover .teaser__inner:after {
  opacity: 1;
}

.teaser__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  text-shadow: none;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

.teaser__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.teaser__inner:after {
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  opacity: .5;
}

.teaser__make-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}

.teaser__make-grid * {
  color: white;
}

.large-4 .teaser {
  padding-top: 100%;
}

@media screen and (max-width: 89.9375em) {
  .large-4 .teaser {
    padding-top: 125%;
  }
}

@media screen and (max-width: 63.9375em) {
  .large-4 .teaser {
    padding-top: 46.33%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 40em) {
  .large-4 .teaser {
    padding-top: 133.2%;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 40.0625em) {
  .grid-one .text-center-for-medium {
    text-align: center;
  }
}

.grid-one .teaser {
  padding-top: 35%;
}

@media screen and (max-width: 63.9375em) {
  .grid-one .teaser {
    padding-top: 52%;
  }
}

@media screen and (max-width: 40em) {
  .grid-one .teaser {
    padding-top: 95%;
  }
}

.grid-one .teaser__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .grid-one .teaser__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }
}

.grid-one .teaser__content {
  margin: 0 auto;
  float: none;
}

@media screen and (max-width: 89.9375em) {
  .grid-one .teaser__content {
    float: none;
  }
}

.grid-one .teaser__make-grid {
  /*
      max-width: 1880px; //xxl
      //margin: 0 auto;
      position: absolute;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      */
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 119.9375em) {
  .grid-one .teaser__make-grid {
    max-width: 1750px;
  }
}

@media screen and (max-width: 89.9375em) {
  .grid-one .teaser__make-grid {
    max-width: 1230px;
  }
}

@media screen and (max-width: 63.9375em) {
  .grid-one .teaser__make-grid {
    max-width: 910px;
  }
}

.grid-one .teaser__make-grid h4 {
  font-size: 2.5rem;
  margin: 0 0 1em;
}

@media screen and (max-width: 63.9375em) {
  .grid-one .teaser__make-grid h4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 40em) {
  .grid-one .teaser__make-grid h4 {
    font-size: 1.125rem;
  }
}

.grid-one .teaser__make-grid h5 {
  margin-bottom: .5em;
}

.grid-two .teaser {
  padding-top: 60%;
}

@media screen and (max-width: 89.9375em) {
  .grid-two .teaser {
    padding-top: 35%;
  }
}

@media screen and (max-width: 40em) {
  .grid-two .teaser {
    padding-top: 75%;
    margin-bottom: 8px;
  }
}

.grid-two .teaser__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .grid-two .teaser__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }
}

.grid-two .teaser__make-grid {
  text-align: center;
  padding: 60px;
}

@media screen and (max-width: 89.9375em) {
  .grid-two .teaser__make-grid {
    padding: 30px;
  }
}

.grid-two .teaser__make-grid h4 {
  font-size: 2.5rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 89.9375em) {
  .grid-two .teaser__make-grid h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 40em) {
  .grid-two .teaser__make-grid h4 {
    font-size: 1.125rem;
  }
}

.grid-three .teaser__make-grid {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 40em) {
  .grid-three .teaser__make-grid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 40em) {
  .grid-three .teaser {
    padding-top: 75%;
  }
}

.grid-three h4 {
  font-size: 2.5rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 89.9375em) {
  .grid-three h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 40em) {
  .grid-three h4 {
    font-size: 1.125rem;
  }
}

.grid-three__news {
  margin: 50px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grid-three__news .news h3.title--news {
  color: #939393;
  font-family: "varela_roundregular";
  font-size: 1.125rem;
  letter-spacing: 1.14px;
  text-transform: uppercase;
}

@media screen and (max-width: 89.9375em) {
  .grid-three__news .news {
    max-width: 920px;
    margin: 0;
  }
}

@media screen and (max-width: 89.9375em) and (max-width: 40em) {
  .grid-three__news .news {
    max-width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}

.grid-three__news .news .link {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #ffffff;
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  letter-spacing: 0.09px;
  line-height: 1.75rem;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 63.9375em) {
  .grid-three__news .news .link {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 40em) {
  .grid-three__news .news .link {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.grid-three__news .news .link img {
  padding-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-three__news .news .link:hover {
  color: #F8C750;
}

.grid-three__news .news .link:hover img {
  padding-right: 7px;
  margin-left: 8px;
}

.teaser__content p {
  max-width: none;
}

.grid-three__news {
  background-color: #000000;
  padding: 55px 130px 55px 130px;
}

@media screen and (max-width: 63.9375em) {
  .grid-three__news {
    padding: 45px 130px 45px 130px;
  }
}

@media screen and (max-width: 40em) {
  .grid-three__news {
    padding: 25px 130px 25px 130px;
  }
}

.grid-three__news h2, .grid-three__news .text--h2 {
  color: #ffffff;
  margin-top: 0;
}

.grid-three__news .border--left {
  padding-left: 50px;
}

@media screen and (max-width: 89.9375em) {
  .grid-three__news .border--left {
    padding-left: 25px;
  }
}

@media screen and (max-width: 63.9375em) {
  .grid-three__news .border--left {
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 40em) {
  .grid-three__news .border--left {
    padding-left: 0.9375rem;
  }
}

.grid-three__news .border--line {
  border-left: 1px solid #444444;
}

@media screen and (max-width: 63.9375em) {
  .grid-three__news .border--line {
    border-left: none;
  }
}

.grid-three__news .news-list-date {
  font-family: "varela_roundregular";
  font-size: 0.8125rem;
  color: #ffffff;
  letter-spacing: 0.09px;
  line-height: 1.75rem;
}

.grid-three__news .teaser-text {
  font-family: "noto_serifregular";
  font-size: 0.9375rem;
  color: #939393;
  letter-spacing: 0.1px;
  line-height: 1.1875rem;
}

.grid-three__news h3 {
  font-family: "noto_serifregular";
  font-size: 1.0625rem;
  font-family: "varela_roundregular";
  letter-spacing: 0.11px;
  line-height: 1.625rem;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 2px;
}

.grid-three__news h3 span {
  color: #ffffff !important;
}

.article {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(147, 147, 147, 0.18);
  margin-top: 0 !important;
}

.article h3 {
  margin-top: 0;
}

.page-navigation {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-navigation ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.page-navigation ul li {
  margin-right: 5px;
}

.page-navigation ul li:after {
  content: ",";
}

.page-navigation ul li:last-of-type:after {
  content: "";
}

.c-quicklinkitem .c-quicklinkitem-textarea a.download:before {
  width: auto;
}

.c-quicklinkitem .c-quicklinkitem-textarea a.download:hover {
  border-bottom: none;
}

.c-quicklinkitem .c-quicklinkitem-imagearea .bild {
  height: 100%;
}

.c-quicklinkitem .c-quicklinkitem-imagearea .bild img {
  height: 100%;
}

@media screen and (max-width: 89.9375em) {
  .c-quicklinkitem .c-quicklinkitem-imagearea .bild img {
    display: none;
  }
}

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

@media screen and (max-width: 63.9375em) {
  .news p {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}

.c-quicklinkitem-textarea .text p {
  color: #ffffff;
}

.c-quicklinkitem-textarea .news .link {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
}

.news-text-wrap li {
  padding-left: 10px;
  margin: 5px 0;
}

.news-backlink-wrap {
  margin-top: 1.2em;
}

.news-backlink-wrap a:before {
  content: '\2190';
}

.member__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0.8em;
}

@media screen and (max-width: 63.9375em) {
  .member__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 40em) {
  .member__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.member__container--left {
  padding-right: 25px;
}

@media screen and (max-width: 40em) {
  .member__container--left {
    padding-right: 0;
  }
}

@media screen and (max-width: 40em) {
  .member__container--right {
    margin-top: 20px;
  }
}

.member__image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}

.member__image img {
  display: block;
  height: 100%;
  max-width: none;
}

.member__text--role {
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  color: #939393;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.member__text--fullname {
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  color: #000000;
  letter-spacing: 0.14px;
  line-height: 1.6875rem;
}

.member__text--email, .member__text--telephone {
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  color: #D59805;
  letter-spacing: 0.88px;
  line-height: 1.625rem;
}

@media screen and (min-width: 40.0625em) {
  .member__text--email, .member__text--telephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.member__text--email {
  margin-top: 10px;
  margin-left: 25px;
}

.member__text--email:before {
  content: "";
  position: absolute;
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Icons/icon-mail--orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  margin-left: -25px;
}

.member__text--telephone {
  margin-bottom: 10px;
  margin-left: 25px;
}

.member__text--telephone:before {
  content: "";
  position: absolute;
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Icons/icon-telephone--orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  margin-left: -25px;
}

.member__text--description p {
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  color: #939393;
  letter-spacing: 0.88px;
  line-height: 1.375rem;
}

.mainmenu a,
.mainmenu :visited,
.mainmenu :active {
  color: #ffffff;
}

.mainmenu .js-active .submenu-wrapper {
  opacity: 1;
}

.mainmenu > li {
  max-width: 20%;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .mainmenu > li {
    max-width: 30%;
  }
}

.mainmenu > li .submenu-wrapper {
  top: 102px;
  max-height: 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out !important;
  transition: all 250ms ease-out !important;
  opacity: 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.mainmenu > li .submenu-wrapper a,
.mainmenu > li .submenu-wrapper :visited,
.mainmenu > li .submenu-wrapper :active {
  color: #000000;
}

@media screen and (max-width: 89.9375em) {
  .mainmenu > li .submenu-wrapper {
    top: 96px;
    left: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .mainmenu > li .submenu-wrapper {
    left: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 40em) {
  .mainmenu > li .submenu-wrapper {
    top: 0;
  }
}

.mainmenu > li .submenu-wrapper a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 2px;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 119.9375em) {
  .mainmenu > li .submenu-wrapper a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 63.9375em) {
  .mainmenu > li .submenu-wrapper a {
    padding: 8px 16px;
  }
}

.mainmenu > li .submenu-wrapper ul.mainmenu--subtitle-child {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .mainmenu > li .submenu-wrapper ul.mainmenu--subtitle-child {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .mainmenu > li .submenu-wrapper ul.mainmenu--subtitle-child li a {
    padding: 3px 16px;
  }
}

@media screen and (max-width: 63.9375em) {
  .mainmenu > li .submenu-wrapper ul.mainmenu--subtitle-child li a {
    padding: 5px 16px;
  }
}

.mainmenu > li .submenu-wrapper ul {
  list-style: none;
}

.mainmenu > li .submenu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 30px 50px;
  margin-top: 1em;
  width: 80%;
  background-color: white;
}

@media screen and (max-width: 119.9375em) {
  .mainmenu > li .submenu-wrapper > ul {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 89.9375em) {
  .mainmenu > li .submenu-wrapper > ul {
    padding: 25px 25px;
  }
}

@media screen and (max-width: 63.9375em) {
  .mainmenu > li .submenu-wrapper > ul {
    margin-top: 0;
    margin-left: 60px;
    padding: 0;
  }
  .mainmenu > li .submenu-wrapper > ul li a {
    color: black;
  }
  .mainmenu > li .submenu-wrapper > ul li ul {
    margin-left: 10px;
    font-family: "varela_roundregular";
    font-size: 0.8125rem;
    color: #262626;
    letter-spacing: 0.09px;
    line-height: 1.4375rem;
  }
  .mainmenu > li .submenu-wrapper > ul li.active a {
    color: #F8C750;
  }
}

@media screen and (max-width: 40em) {
  .mainmenu > li .submenu-wrapper > ul {
    margin-left: 0;
  }
}

.mainmenu > li.js-active .submenu-wrapper {
  display: block;
  max-height: 100vh;
  z-index: 9;
}

.mainmenu .current a {
  color: #F8C750;
}

.pagestyle .mainmenu a,
.pagestyle .mainmenu :visited,
.pagestyle .mainmenu :active {
  color: #000000;
}

img.gallery_image {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

dl dt {
  margin-bottom: 0.7em !important;
  margin-left: 0;
  font-weight: 400;
  color: #1b1b1b;
}

dl dt[class~=baugesuch] {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
}

@media screen and (max-width: 40em) {
  dl dt[class~=baugesuch] {
    width: 100%;
  }
}

dl dt[class~=baugesuch].baugesuch-cnt-0 {
  display: none;
}

dl dd {
  position: relative;
  margin-bottom: 1.4rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  list-style-position: outside;
  margin-left: 0;
}

dl dd[class~=baugesuch] {
  width: 70%;
  display: inline-block;
}

@media screen and (max-width: 40em) {
  dl dd[class~=baugesuch] {
    width: 100%;
  }
}

dl dd[class~=baugesuch].baugesuch-cnt-0 {
  width: 100%;
}

/*
 *	Extension files
 */
#flickrgal {
  width: 100%;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#flickrgal #loading-gallery {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 6rem;
}

#flickrgal #image-grid {
  float: left;
  width: 100%;
}

#flickrgal #image-grid .collection-title {
  float: left;
  width: 100%;
}

#flickrgal #image-grid .collection {
  float: left;
  width: 100%;
}

#flickrgal #image-grid .image,
#flickrgal #image-grid .album {
  width: calc(100%/3);
  border: 5px solid transparent;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#flickrgal #image-grid .image .image-loading,
#flickrgal #image-grid .album .image-loading {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#flickrgal #image-grid .image .dummy,
#flickrgal #image-grid .album .dummy {
  margin-top: 75%;
}

#flickrgal #image-grid .image .navigate-back,
#flickrgal #image-grid .image .inner,
#flickrgal #image-grid .album .navigate-back,
#flickrgal #image-grid .album .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#flickrgal #image-grid .image .navigate-back:hover,
#flickrgal #image-grid .image .inner:hover,
#flickrgal #image-grid .album .navigate-back:hover,
#flickrgal #image-grid .album .inner:hover {
  opacity: 0.5;
}

#flickrgal #image-grid .image .navigate-back div,
#flickrgal #image-grid .image .inner div,
#flickrgal #image-grid .album .navigate-back div,
#flickrgal #image-grid .album .inner div {
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  line-height: 60px;
  font-size: 20px;
  height: 60px;
  text-align: center;
  position: absolute;
  color: #fff;
  font-weight: 600;
}

#flickrgal #image-grid .image .navigate-back,
#flickrgal #image-grid .album .navigate-back {
  opacity: 1;
  color: #fff;
  background-color: #aaa;
}

#flickrgal #image-grid .image .navigate-back:hover,
#flickrgal #image-grid .album .navigate-back:hover {
  background-color: #0076E3;
  opacity: 1;
}

@media (max-width: 750px) {
  #flickrgal #image-grid .image,
  #flickrgal #image-grid .album {
    width: calc(100%/2);
  }
}

@media (max-width: 450px) {
  #flickrgal #image-grid .image,
  #flickrgal #image-grid .album {
    width: calc(100%/1);
  }
}

#flickrgal #lightbox {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0px;
  top: 0px;
  background-color: #000B10;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#flickrgal #lightbox #lightbox-ui {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 8;
  display: table;
}

#flickrgal #lightbox #lightbox-ui .close {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Artboard' transform='translate(-74.000000, -62.000000)' fill='%23FFFFFF'%3E %3Cpolygon id='Combined-Shape' points='79.8131693 66.0863257 83.8994949 62 85.6263385 63.7268436 81.5400129 67.8131693 85.6263385 71.8994949 83.8994949 73.6263385 79.8131693 69.5400129 75.7268436 73.6263385 74 71.8994949 78.0863257 67.8131693 74 63.7268436 75.7268436 62'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  padding: 15px;
  position: fixed;
  top: 0px;
  right: 0px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#flickrgal #lightbox #lightbox-ui .close:hover {
  opacity: 1;
}

#flickrgal #lightbox #lightbox-ui #controls {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#flickrgal #lightbox #lightbox-ui #controls #arrow-left,
#flickrgal #lightbox #lightbox-ui #controls #arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg width='13px' height='21px' viewBox='0 0 13 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Artboard' transform='translate(-45.000000, -35.000000)' fill='%23FFFFFF'%3E %3Cpolygon id='Combined-Shape' points='57.2071068 37.2071068 49 45.4142136 57.2071068 53.6213203 55.2071068 55.6213203 45 45.4142136 55.2071068 35.2071068'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 150px;
  padding-left: 10px;
  margin-left: -1px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#flickrgal #lightbox #lightbox-ui #controls #arrow-left:hover,
#flickrgal #lightbox #lightbox-ui #controls #arrow-right:hover {
  opacity: 1;
}

@media (max-width: 400px) {
  #flickrgal #lightbox #lightbox-ui #controls #arrow-left,
  #flickrgal #lightbox #lightbox-ui #controls #arrow-right {
    padding-left: 0;
  }
}

#flickrgal #lightbox #lightbox-ui #controls #arrow-left {
  float: left;
}

#flickrgal #lightbox #lightbox-ui #controls #arrow-right {
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#flickrgal #lightbox #lightbox-ui #info_container {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  padding: 1rem 0 1.2rem 0;
  background-color: #000B10;
  z-index: 7;
}

#flickrgal #lightbox #lightbox-ui #info_container #info {
  padding: 0px 40px 0px 40px;
  display: inline-block;
  color: #eee;
  font-size: 14pt;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 400px) {
  #flickrgal #lightbox #lightbox-ui #info_container #info {
    padding: 0px 15px 0px 15px;
  }
}

#flickrgal #lightbox #lightbox-ui #info_container #info #title {
  font-size: 1.1rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 400px) {
  #flickrgal #lightbox #lightbox-ui #info_container #info #title {
    font-size: 0.9rem;
  }
}

#flickrgal #lightbox #lightbox-ui #info_container #info #description {
  font-weight: 300;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#flickrgal #lightbox #lightbox-ui #info_container #info #description a {
  color: #1790ff;
  text-decoration: none;
  font-weight: 700;
}

#flickrgal #lightbox #lightbox-ui #info_container #info #description a:hover {
  color: #b0d9ff;
}

@media (max-width: 400px) {
  #flickrgal #lightbox #lightbox-ui #info_container #info #description {
    font-size: 0.7rem;
  }
}

#flickrgal #lightbox #stage {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

#flickrgal #lightbox #stage #image-box-container {
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  z-index: 6;
}

#flickrgal #lightbox #stage #image-box-container div {
  height: 100%;
  width: 100%;
  padding: 75px 55px 75px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#flickrgal #lightbox #stage #image-box-container div #image-box {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#flickrgal #lightbox #stage #image-box-container div #image-box div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s linear, visibility 0s linear, top 0s linear 0s;
  transition: opacity 0.3s linear, visibility 0s linear, top 0s linear 0s;
}

#flickrgal #lightbox #stage #image-box-container div #image-box div div {
  width: 100%;
  height: 100%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#flickrgal #lightbox #stage #image-box-container div #image-box .hide-stage-image {
  top: 500%;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s, 0.3s, 0.3s;
  -moz-transition-delay: 0s, 0.3s, 0.3s;
  -o-transition-delay: 0s, 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s, 0.3s;
}

@media (max-width: 400px) {
  #flickrgal #lightbox #stage #image-box-container div {
    padding: 75px 42px 75px 42px;
  }
}

#flickrgal .hide {
  visibility: hidden;
  opacity: 0;
}

.image-loading {
  background: none;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  width: 200px;
  height: 200px;
  padding: 3em;
}

.image-loading:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 4px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%);
          clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%);
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-beizer(0.17, 0.67, 0.83, 0.67);
          animation-timing-function: cubic-beizer(0.17, 0.67, 0.83, 0.67);
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.webcam-item a:before {
  display: none !important;
}

.webcam-item a .webcam-img {
  width: 100%;
  padding-top: 60%;
}

.text-description {
  width: 49%;
  float: left;
}

.text-description + .text-description {
  margin-left: 2%;
}

.detailthumb {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.spotreport {
  padding-bottom: 50px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.title {
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 1.0625rem;
  letter-spacing: 3px;
}

.subtitle {
  text-align: center;
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  letter-spacing: 3px;
  padding-top: 35px;
  padding-bottom: 25px;
}

.content {
  width: 100%;
  padding-top: 25px;
  text-align: left;
  line-height: 1.6;
}

/* --------------------------- *
   *          Weather            *
   * --------------------------- */
.weather > .grid-x {
  padding: 35px 0;
}

.weather .title {
  font-weight: bold;
}

.weather .today,
.weather .tomorrow {
  padding-top: 25px;
  padding-bottom: 20px;
}

.weather .today .tempTitle,
.weather .tomorrow .tempTitle {
  padding-top: 20px;
}

.weather .borderRight + .medium-6,
.weather .borderRight + .medium-3 {
  margin-left: -1px;
  border-left: 1px solid red;
}

.weather .borderTop {
  border-top: 1px solid red;
}

.weather .forecast > div {
  padding-top: 20px;
}

.weather img {
  width: 100%;
  max-width: 125px;
  height: auto;
}

.weather .tempTitle {
  font-family: "varela_roundregular";
  font-size: 0.75rem;
}

.weather .icon {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.weather .temp {
  font-family: "noto_serifregular";
  font-size: 0.9375rem;
}

.weather .container-fluid {
  padding: 0 25px;
}

.weather .large-4,
.weather .smnall-4,
.weather .small-6 {
  padding: 0;
}

.weather .borderTop .subtitle {
  padding-bottom: 0;
}

.weather .last-update {
  text-align: right;
}

@media screen and (max-width: 63.9375em) {
  .weather .copyright,
  .weather .last-update {
    text-align: center;
  }
  .weather .weather-mini-container {
    margin-bottom: 2em;
  }
}

/* --------------------------- *
   *          Webcams            *
   * --------------------------- */
/*
  .webcams {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    .cams {
      margin-left: -10px;
      margin-right: -10px;
    }
    .webcam {
      width: 33.333%;
      float: left;
      padding: 10px;
      &:nth-child(3n+1) {
        clear: both;
      }
      a {
        text-decoration: none;
      }
      .img {
        width: 100%;
        padding-top: 56.25%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 100%;
      }
      .subtitle {
        padding: 8px 0 8px 15px;
        background: $color1;
        color: $theme-alt-color;
        transition: 0.3s;
      }
      &:hover{
        .subtitle {
          background: $theme-base-color;
          color: $white;
          font-weight: bold;
        }
      }
    }
  }
  */
/* --------------------------- *
   *       Bootstrap Tabs        *
   * --------------------------- */
.tabs {
  border: 0;
}

.tabs li {
  list-style: none;
  text-align: center;
  padding: 0 10px;
}

.tabs li.is-active a {
  background: #939393;
  color: #ffffff;
}

.tabs li.is-active a:after {
  bottom: 0;
}

.tabs li:hover a:after {
  bottom: -1px;
}

.tabs li a {
  background: red;
  color: #D59805;
  position: relative;
  display: block;
  height: 55px;
  text-decoration: none;
  font-family: "noto_serifregular";
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0 !important;
  outline: none;
  font-weight: bold;
}

.tabs li a.filter {
  line-height: 35px;
}

.tabs li a.filter:before {
  content: '\D7';
  position: absolute;
  top: -6px;
  right: 1px;
  font-size: 0.75rem;
}

.tabs li a:after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabs-content {
  border: 0;
}

.tabs-content .tabs-panel {
  padding: 0;
}

.livecams .large-4.cell {
  margin-bottom: 2em;
  font-size: 0.9rem;
}

.c-filter-report {
  font-family: "Roboto Slab", serif;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.c-filter-report:before, .c-filter-report:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-bottom: 1px solid #D59805;
}

.c-filter-report:after {
  top: auto;
  bottom: 0;
}

.c-filter-report .search {
  position: relative;
}

.c-filter-report .search label {
  position: absolute;
  top: 0;
  right: 15px;
  height: 50px;
  padding: 15px;
}

.c-filter-report input[type="text"] {
  width: 100%;
  height: 50px;
  background: red;
  color: #D59805;
  border: 0;
  padding: 0 15px;
  outline: none;
  letter-spacing: 0.8px;
  margin: 0px;
}

.c-filter-report .check {
  height: 50px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.c-filter-report .check input:checked + label svg .checked {
  opacity: 1;
}

.c-filter-report .check label {
  cursor: pointer;
}

.c-filter-report .check svg {
  position: relative;
  top: 9px;
  margin-right: 10px;
}

.c-filter-report .check svg .checked {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-filter-report .check input {
  display: none;
}

.c-filter-report .selectBox {
  position: relative;
  height: 50px;
  padding-top: 50px;
  background: red;
  color: #D59805;
  text-align: left;
}

.c-filter-report .selectBox .toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: none;
  z-index: 10;
}

.c-filter-report .selectBox .toggle:hover + .options .option {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  height: 50px;
  z-index: 200;
}

.c-filter-report .selectBox .options {
  width: 100%;
  position: relative;
  background: #ffffff;
  z-index: 20;
  border: 1px solid #ffffff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.c-filter-report .selectBox .options.active, .c-filter-report .selectBox .options:hover {
  border: 1px solid red;
  z-index: 100;
}

.c-filter-report .selectBox .options.active .option, .c-filter-report .selectBox .options:hover .option {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  height: 50px;
  z-index: 200;
}

.c-filter-report .selectBox .options .option {
  overflow: hidden;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  height: 0px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: background 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, height 0.3s, transform 0.3s;
  transition: background 0.3s, height 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.c-filter-report .selectBox .options .option:first-child {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.c-filter-report .selectBox .options .option:first-child + .option {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option + .option {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option + .option + .option {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option + .option + .option + .option {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option + .option + .option + .option + .option {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option + .option + .option + .option + .option + .option {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option + .option + .option + .option + .option + .option + .option {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.c-filter-report .selectBox .options .option:first-child + .option + .option + .option + .option + .option + .option + .option + .option + .option + .option {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.c-filter-report .selectBox .options .option:hover {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: red;
}

.c-filter-report .selectBox .options .option .status {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 9px;
  right: 9px;
  text-align: center;
  line-height: 32px;
  padding: 2px;
  color: #ffffff;
  font-size: 1.5625rem;
}

.c-filter-report .selectBox .options .option .status svg {
  width: 100%;
  height: 100%;
}

.c-filter-report .selectBox .options .option .status path {
  fill: #ffffff;
}

.c-filter-report .selectBox .options .option .status ellipse {
  display: none;
}

.c-filter-report .selectBox .options .option .status.open {
  background: #94BE0E;
}

.c-filter-report .selectBox .options .option .status.closed {
  background: #e53838;
}

.c-filter-report .selectBox .options .option.selected {
  position: absolute;
  top: -51px;
  left: 0;
  height: 50px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.c-filter-report .selectBox .options .option.selected .status {
  right: 49px;
  display: none;
}

.difficulties {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.difficulties.filterActive .difficulty {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.difficulties.filterActive .difficulty.selected {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  border-color: red;
}

.difficulties .difficulty {
  border-radius: 20px;
  height: 40px;
  margin-top: 5px;
  background: none;
  width: 80%;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.difficulties .difficulty:hover, .difficulties .difficulty.selected {
  background: red;
}

.difficulties .difficulty:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: red;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.difficulties .difficulty.easy:before {
  background: #3953A4;
}

.difficulties .difficulty.middle:before {
  background: #e53838;
}

.difficulties .difficulty.difficult:before {
  background: #000000;
}

/* --------------------------- *
 *      Facilities/Slopes      *
 * --------------------------- */
.c-facilities-open {
  text-align: right;
  padding: 0 15px 10px;
}

.c-facilities-open > div {
  display: inline-block;
}

.c-facilities-open b {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 15px;
}

.facilitiesSlopes {
  text-align: left;
}

.facilitiesSlopes .tabs-content > div {
  border-top: 1px solid red;
  margin: 15px 10px 0;
}

.facilitiesSlopes .hiddenSlope {
  display: none;
}

.facilitiesSlopes .facility,
.facilitiesSlopes .slope {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  border-left: 1px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  cursor: pointer;
}

.facilitiesSlopes .facility:hover,
.facilitiesSlopes .slope:hover {
  background: red;
}

.facilitiesSlopes .facility > div,
.facilitiesSlopes .slope > div {
  padding: 15px;
}

.facilitiesSlopes .facility > div > div,
.facilitiesSlopes .slope > div > div {
  padding: 11px 5px;
}

.facilitiesSlopes .facility .type,
.facilitiesSlopes .facility .status,
.facilitiesSlopes .facility .slfStatus,
.facilitiesSlopes .slope .type,
.facilitiesSlopes .slope .status,
.facilitiesSlopes .slope .slfStatus {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.facilitiesSlopes .facility .status_1,
.facilitiesSlopes .facility .status_8,
.facilitiesSlopes .slope .status_1,
.facilitiesSlopes .slope .status_8 {
  background: #94BE0E;
  color: #ffffff;
}

.facilitiesSlopes .facility .status_9,
.facilitiesSlopes .slope .status_9 {
  background: red;
}

.facilitiesSlopes .facility .status_7,
.facilitiesSlopes .facility .status_10,
.facilitiesSlopes .facility .status_11,
.facilitiesSlopes .facility .status_12,
.facilitiesSlopes .facility .status_13,
.facilitiesSlopes .facility .status_14,
.facilitiesSlopes .facility .status_15,
.facilitiesSlopes .facility .status_16,
.facilitiesSlopes .slope .status_7,
.facilitiesSlopes .slope .status_10,
.facilitiesSlopes .slope .status_11,
.facilitiesSlopes .slope .status_12,
.facilitiesSlopes .slope .status_13,
.facilitiesSlopes .slope .status_14,
.facilitiesSlopes .slope .status_15,
.facilitiesSlopes .slope .status_16 {
  background: #e53838;
  color: #ffffff;
}

.facilitiesSlopes .facility .type_13,
.facilitiesSlopes .facility .type_14,
.facilitiesSlopes .facility .type_15,
.facilitiesSlopes .facility .type_16,
.facilitiesSlopes .slope .type_13,
.facilitiesSlopes .slope .type_14,
.facilitiesSlopes .slope .type_15,
.facilitiesSlopes .slope .type_16 {
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  border-radius: 50%;
  background: #000000;
  margin: 13px 0 13px 27px;
}

.facilitiesSlopes .facility .type_13,
.facilitiesSlopes .slope .type_13 {
  background: #3953A4;
}

.facilitiesSlopes .facility .type_14,
.facilitiesSlopes .slope .type_14 {
  background: #e53838;
}

.facilitiesSlopes .facility .type_16,
.facilitiesSlopes .slope .type_16 {
  background: #F6EB14;
}

.facilitiesSlopes .slopes.typefilter .slope {
  display: none;
}

.facilitiesSlopes .slopes.typefilter.type_13 .slope.type_13 {
  display: block;
}

.facilitiesSlopes .slopes.typefilter.type_14 .slope.type_14 {
  display: block;
}

.facilitiesSlopes .slopes.typefilter.type_15 .slope.type_15 {
  display: block;
}

.mountain {
  display: block;
}

.mountain.hidden {
  display: none;
}

svg .sun,
svg .sunny,
svg .nighnt,
svg .thunder_small,
svg .thunder,
svg .sun_mist,
svg .sunset,
svg .sunrise,
svg .moon {
  fill: #FFE300;
}

svg .rainy,
svg .showers,
svg .lot_of_rain,
svg .windyrain,
svg .drizzle {
  fill: #409FFF;
}

svg .windysnow_alto,
svg .windysnow,
svg .frosty,
svg .snowy,
svg .sleet,
svg .hail {
  fill: #8CE6FF;
}

svg .cloud,
svg .mist_small,
svg .basecloud,
svg .windy,
svg .windyraincloud,
svg .windysnowcloud {
  fill: #E0E0E0;
}

svg .cloud_2,
svg .mist,
svg .basecloud_2 {
  fill: #777777;
}

/*Wheater*/
.wetterer {
  padding-bottom: 3rem;
}

.wetterer .text-content-title {
  font-size: 1.6rem;
  padding-bottom: 1em;
}

.wetterer svg {
  width: 100px;
  height: 100px;
}

.wetterer .weather-day {
  padding-bottom: 3rem;
}

.wetterer .weather-day .weather-morning,
.wetterer .weather-day .weather-afternoon {
  padding-bottom: 1.5rem;
}

.wetterer .text-mini-title {
  font-size: 1.2rem;
}

.wetterer .blue {
  color: #094C98;
}

.wetterer .red {
  color: #E32313;
}

.wetterer .weather-days {
  padding-bottom: 2rem;
}

.wetterer .lastUpdate {
  font-size: 0.9rem;
}

.wetterer .copyright a:before {
  display: none !important;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_html,
.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_textarea {
  float: left;
  width: 100%;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mleft-powermail-pickadate, .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mleft {
  width: 50%;
}

@media screen and (max-width: 40em) {
  .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mleft-powermail-pickadate, .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mleft {
    width: 100%;
  }
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mright-powermail-pickadate, .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mright {
  width: 50%;
}

@media screen and (max-width: 40em) {
  .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mright-powermail-pickadate, .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-mright {
    width: 100%;
  }
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-blank, .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-50-powermail-pickadate-blank {
  width: 100%;
  padding-right: 50%;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap.form-group-30-blank {
  width: 100%;
  padding-right: 70%;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset.fieldset-bg-no-legend legend, .tx-powermail .powermail_form fieldset.powermail_fieldset.fieldset-button legend {
  display: none;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset.fieldset-button {
  text-align: right;
}

.tx-powermail .powermail_textarea {
  width: 100%;
  border: 0px;
  background-color: #EFEFEF;
  font-family: "varela_roundregular";
  font-size: 0.875rem;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
  padding: 10px 15px;
}

.tx-powermail .powermail_fieldwrap_datenschutzverordnung {
  width: 100% !important;
}

.tx-powermail .powermail_fieldwrap_datenschutzverordnung label {
  display: block !important;
}

.tx-powermail .powermail_fieldwrap_datenschutzverordnung #showlegal {
  text-decoration: underline;
}

.tx-powermail .powermail_field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tx-powermail .powermail_field .radio label {
  font-size: 0.875rem !important;
}

.tx-powermail .formtabler {
  border: dotted 1px white;
}

@media screen and (max-width: 40em) {
  .tx-powermail .formtabler .powermail_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tx-powermail .formtabler:hover {
  border-top: dotted 1px #d8d8d8;
  border-bottom: dotted 1px #d8d8d8;
}

.tx-powermail .formtabler label {
  width: 78%;
  margin-right: 2%;
  float: left;
  height: 40px;
}

@media screen and (max-width: 40em) {
  .tx-powermail .formtabler label {
    height: auto;
  }
}

.tx-powermail .formtabler label .tab_text {
  width: 68%;
  display: inline-block;
  line-height: 40px;
}

@media screen and (max-width: 40em) {
  .tx-powermail .formtabler label .tab_text {
    line-height: 25px;
  }
}

.tx-powermail .formtabler label .tab_anz {
  width: 18%;
  display: inline-block;
  line-height: 40px;
}

@media screen and (max-width: 40em) {
  .tx-powermail .formtabler label .tab_anz {
    line-height: 25px;
  }
}

.tx-powermail .formtabler label .tab_preis {
  width: 12%;
  display: inline-block;
  line-height: 40px;
  text-align: right;
}

@media screen and (max-width: 40em) {
  .tx-powermail .formtabler label .tab_preis {
    line-height: 25px;
  }
}

.tx-powermail .formtabler .powermail_field {
  width: 20%;
  float: left;
  margin-bottom: 5px;
  padding-right: 0;
}

.tx-powermail .formtabler .powermail_field input {
  text-align: right;
  padding-right: 0.3em;
}

.tx-powermail .labelwidth {
  width: 78%;
  display: inline-block;
  margin-right: 2%;
}

.tx-powermail .labelwidth .tab_text {
  width: 68%;
  display: inline-block;
  line-height: 40px;
}

.tx-powermail .labelwidth .tab_anz {
  width: 18%;
  display: inline-block;
  line-height: 40px;
}

.tx-powermail .labelwidth .tab_preis {
  width: 12%;
  display: inline-block;
  line-height: 40px;
  text-align: right;
}

.tx-powermail .inputwidth {
  width: 20%;
  display: inline-block;
  text-align: right;
}

#kekschecker {
  position: fixed;
  border: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1400px;
  z-index: 9999999;
  padding: 2em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  display: none;
}

#kekschecker .button {
  height: 3em;
  line-height: 3em;
  text-align: center;
  display: inline-block;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D59805;
  color: #000000;
  padding: 0 30px;
  border: 1px solid #D59805;
  /*font-size: em(11px);
  font-size: 0.78571em;
  line-height: 56px;*/
  text-transform: uppercase;
}

#kekschecker .button:hover {
  cursor: pointer;
  background: #000000;
  border: 1px solid #D59805;
  color: #D59805;
}

.cookieright {
  float: right;
}

#infotext {
  display: none;
}

#infotext.show {
  display: block;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 999999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
}

#infotext.show > div {
  background: #ffffff;
  padding: 4em 2em;
  max-width: 800px;
  margin: auto;
  float: none;
  overflow: visible;
  position: relative;
}

#closer {
  position: absolute;
  top: 20px;
  right: 20px;
  background: inherit;
  border-radius: 1em;
  border: 1px solid;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  cursor: hand;
}

#showlegal {
  text-decoration: underline;
}

#kekschecker a {
  color: #D59805;
}

#kekschecker a:hover {
  color: #939393;
}

#infotext p, #disclaimershow p {
  margin: 0 0 10px;
}

#infotext h1, #infotext h2, #infotext .text--h2, #infotext h3, #infotext h4, #infotext h5, #infotext h6, #disclaimershow h1, #disclaimershow h2, #disclaimershow .text--h2, #disclaimershow h3, #disclaimershow h4, #disclaimershow h5, #disclaimershow h6 {
  margin: 1em 0 0.2em 0;
  padding: 0;
  letter-spacing: 1px;
}

#infotext h3, #disclaimershow h3 {
  font-style: normal;
}

#infotext h4, #infotext h5, #disclaimershow h4, #disclaimershow h5 {
  font-weight: normal;
  color: #939393;
}

#infotext h5, #disclaimershow h5 {
  font-size: 1.2em;
}

#infotext ul, #disclaimershow ul {
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}

#infotext ul li, #disclaimershow ul li {
  position: relative;
  vertical-align: middle;
  padding: 0 0 2px 25px;
  list-style-type: none;
}

#infotext ul li p, #disclaimershow ul li p {
  margin: 0;
  padding: 0;
  display: inline;
}

#infotext ul li:before, #disclaimershow ul li:before {
  content: " ";
  position: absolute;
  left: 12px;
  top: 9px;
  width: 5px;
  height: 5px;
  margin: 0 0 0 0;
  border-radius: 50%;
  background: #140A8B;
}

@media (max-width: 500px) {
  span.button {
    clear: both;
    margin: 0.5em 0;
    float: none;
    width: 100%;
    margin-top: 1em;
  }
  #kekschecker p, #kekschecker a {
    line-height: 1.3em;
  }
}

@media only print {
  @page {
    size: 210mm 297mm;
    margin: 27mm 16mm 27mm 16mm;
  }
  #content, #page {
    width: 100%;
    margin: 0;
    float: none;
  }
  @page {
    margin: 2cm;
  }
  @page :left {
    margin: 1cm;
  }
  @page :right {
    margin: 1cm;
  }
  @page :first {
      margin: 1cm 2cm;
  }
  a {
        page-break-inside: avoid;
  }
  blockquote {
        page-break-inside: avoid;
  }
  h1, h2, .text--h2, h3, h4, h5, h6 {
    page-break-after: avoid;
         page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
         page-break-after: avoid;
  }
  table, pre {
    page-break-inside: avoid;
  }
  ul, ol, dl   {
    page-break-before: avoid;
  }
  footer {
    page-break-after: avoid;
  }
  body {
    margin-top: 0;
  }
  body #header {
    position: static;
    margin-bottom: 2em;
  }
  body #grow,
  body #shrink,
  body .c_sticky,
  body .mainmenu,
  body #offcanvasfooter {
    display: none;
  }
  body .contentcontainer {
    margin-top: 0;
    border-top: none;
  }
  body footer .small-12.medium-12.large-5.xlarge-5.cell,
  body footer .small-12.medium-12.large-10.xlarge-2.cell {
    display: none;
  }
}


