/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*# sourceMappingURL=normalize.css.map */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*# sourceMappingURL=foundation.css.map */
@charset "UTF-8";
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 {
  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 */
  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] {
  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 {
  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=40em&large=64em&xlarge=90em&xxlarge=120em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #edeff0;
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #6e6e6e;
  -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: 3px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.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;
  appearance: none;
  border: 0;
  border-radius: 3px;
  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;
}

.row {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-large > .column, .row.gutter-large > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

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

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

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

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

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

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

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

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

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

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

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

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

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

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

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

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

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

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

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

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

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

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

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

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    width: 25%;
  }

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

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

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    width: 50%;
  }

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

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

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    width: 75%;
  }

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

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

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

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

  .xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 0.625rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 76.875rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  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 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .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 {
    flex-basis: auto;
  }
}
@media print, 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 {
    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 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

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

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

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

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

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

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

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

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

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

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

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

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }

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

  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }

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

  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }

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

  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xlarge-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.3125rem;
  margin-right: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .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.3333333333% - 0.625rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.625rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.625rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.625rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.625rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.625rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.625rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.625rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.625rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.625rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.625rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .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.3333333333%;
}

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

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

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

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

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

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

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

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

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .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.3333333333%;
  }

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

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

  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333% - 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.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 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.3333333333% - 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.6666666667% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.xlarge-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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

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

@media print, 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 print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, 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.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

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

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

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

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

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

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

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

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

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

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

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

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

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

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

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

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

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

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

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

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

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

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media print, 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.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 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.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 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.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 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.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 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.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 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.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 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.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 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.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  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 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .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 {
    flex-basis: auto;
  }
}
@media print, 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 {
    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 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.625rem);
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .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.3333333333% - 0.625rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.625rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.625rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.625rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.625rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.625rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.625rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.625rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.625rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.625rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.625rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    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;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xlarge-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;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, 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%;
  }
}

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.625rem);
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .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.3333333333% - 0.625rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.625rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.625rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.625rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.625rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.625rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.625rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.625rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.625rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.625rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.625rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.625rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, 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 print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, 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);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #303030;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #6e6e6e;
}

h1, .h1 {
  font-size: 2.375rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.375rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.25rem;
  }

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

  h5, .h5 {
    font-size: 1rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #783268;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #783268;
  text-decoration: underline;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 76.875rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.6rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.6rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 0;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #d6d6d6;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #a2a2a2;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #a2a2a2;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #6e6e6e;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #6e6e6e;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e0e0e0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #6e6e6e;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #6e6e6e;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #a2a2a2;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.accordion {
  margin-left: 0;
  background: #f5f6f7;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #303030;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 3px 3px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #edeff0;
}

.accordion-content {
  display: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background-color: #fff;
  color: #6e6e6e;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.breadcrumbs {
  margin: 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.875rem;
  color: #783268;
  cursor: default;
  margin-right: 0;
}
.breadcrumbs a {
  color: #a2a2a2;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #a2a2a2;
  cursor: not-allowed;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: 0.625rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #853e74;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #783268;
  color: #fff;
}
.button.tiny {
  font-size: 1rem;
}
.button.small {
  font-size: 1rem;
}
.button.large {
  font-size: 1rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #6e6e6e;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #585858;
  color: #fff;
}
.button.secondary {
  background-color: #783268;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #602853;
  color: #fff;
}
.button.success {
  background-color: #6e6e6e;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: #585858;
  color: #fff;
}
.button.warning {
  background-color: #c42e2e;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #9d2525;
  color: #fff;
}
.button.alert {
  background-color: #c42e2e;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #9d2525;
  color: #fff;
}
.button.disabled, .button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #853e74;
  color: #fff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.7;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #6e6e6e;
  color: #fff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.7;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #783268;
  color: #fff;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.7;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #6e6e6e;
  color: #fff;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.7;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #c42e2e;
  color: #fff;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.7;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c42e2e;
  color: #fff;
}
.button.hollow {
  border: 0 solid #853e74;
  color: #853e74;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #431f3a;
  color: #431f3a;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 0 solid #853e74;
  color: #853e74;
}
.button.hollow.primary {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #373737;
  color: #373737;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.hollow.secondary {
  border: 0 solid #783268;
  color: #783268;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c1934;
  color: #3c1934;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 0 solid #783268;
  color: #783268;
}
.button.hollow.success {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #373737;
  color: #373737;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.hollow.warning {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #621717;
  color: #621717;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.hollow.alert {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #621717;
  color: #621717;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.clear {
  border: 0 solid #853e74;
  color: #853e74;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #431f3a;
  color: #431f3a;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 0 solid #853e74;
  color: #853e74;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #373737;
  color: #373737;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 0 solid #783268;
  color: #783268;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3c1934;
  color: #3c1934;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 0 solid #783268;
  color: #783268;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #373737;
  color: #373737;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 0 solid #6e6e6e;
  color: #6e6e6e;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #621717;
  color: #621717;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #621717;
  color: #621717;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 0 solid #c42e2e;
  color: #c42e2e;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 0.625rem;
}
.button.dropdown.hollow::after {
  border-top-color: #853e74;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #6e6e6e;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #783268;
}
.button.dropdown.hollow.success::after {
  border-top-color: #6e6e6e;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #c42e2e;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #c42e2e;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #6e6e6e;
  color: #6e6e6e;
}
.menu .active > a {
  background: #6e6e6e;
  color: #6e6e6e;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #303030;
  box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
  content: "";
}
.menu-icon:hover::after {
  background: #303030;
  box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #6e6e6e;
  box-shadow: 0 7px 0 #6e6e6e, 0 14px 0 #6e6e6e;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #a2a2a2;
  box-shadow: 0 7px 0 #a2a2a2, 0 14px 0 #a2a2a2;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu a {
  padding: 1.25rem 0 1.25rem 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #6e6e6e;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -5px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.3125rem 2.5rem 0.3125rem 1.25rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.8125rem;
  margin: 0 0 0.625rem;
  padding: 0.3125rem;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #6e6e6e;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #a2a2a2;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #6e6e6e;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 3px;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 0.625rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.3125rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #6e6e6e;
}
label.middle {
  margin: 0 0 0.625rem;
  padding: 0.375rem 0;
}

.help-text {
  margin-top: -0.3125rem;
  font-size: 0.75rem;
  font-style: normal;
  color: #6e6e6e;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.625rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: none;
  background: #783268;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.3125rem;
}

.fieldset {
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: none;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.3125rem;
}

select {
  height: 1.8125rem;
  margin: 0 0 0.625rem;
  padding: 0.3125rem;
  appearance: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #6e6e6e;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2848, 48, 48%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.625rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 0.9375rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #a2a2a2;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #fff;
  background-color: white;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #fff;
}

.is-invalid-label {
  color: #c42e2e;
}

.form-error {
  display: none;
  margin-top: -0.3125rem;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c42e2e;
}
.form-error.is-visible {
  display: block;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #6e6e6e;
  color: #fff;
}
.label.primary {
  background: #6e6e6e;
  color: #fff;
}
.label.secondary {
  background: #783268;
  color: #fff;
}
.label.success {
  background: #6e6e6e;
  color: #fff;
}
.label.warning {
  background: #c42e2e;
  color: #fff;
}
.label.alert {
  background: #c42e2e;
  color: #fff;
}

.pagination {
  margin-left: 0;
  margin-bottom: 0;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.3125rem;
  border-radius: 0;
  font-size: 1rem;
  display: inline-block;
}
.pagination a,
.pagination button {
  display: block;
  padding: 0 0.3125rem;
  border-radius: 0;
  color: #a2a2a2;
}
.pagination a:hover,
.pagination button:hover {
  background: transparent;
}
.pagination .current {
  padding: 0 0.3125rem;
  background: transparent;
  color: #303030;
  cursor: default;
}
.pagination .disabled {
  padding: 0 0.3125rem;
  color: #e0e0e0;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0 0.3125rem;
  content: "…";
  color: #303030;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(112, 121, 131, 0.7);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1012;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 1012;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 1013;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 1012;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 1012;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 1013;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: none;
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 258px;
  transform: translateY(-258px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-258px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(258px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 258px;
  transform: translateY(258px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(258px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-258px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1012;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #a2a2a2;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #6e6e6e;
  font-size: 60%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #6e6e6e;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #6e6e6e transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #6e6e6e;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6e6e6e transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e0e0e0;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 119.9375em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 64em) and (max-width: 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;
  }
}

.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;
  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;
  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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

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

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}
thead,
tbody,
tfoot {
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

caption {
  padding: 0.9375rem;
  font-weight: 700;
}

thead {
  background: #fff;
  color: #6e6e6e;
}

tfoot {
  background: #fff;
  color: #6e6e6e;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.9375rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.9375rem;
}

tbody tr:nth-child(odd) {
  background-color: #f5f6f7;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #fafafa;
}
table.hover tfoot tr:hover {
  background-color: #fafafa;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(odd):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

/**
 * Stylesheet fuer Schriftauszeichnungen
 */
/**
 * WebFont
 */
/* nunito-sans-600 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/nunito-sans-v6-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/nunito-sans-v6-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/nunito-sans-v6-latin-600.woff2") format("woff2"), url("/fonts/nunito-sans-v6-latin-600.woff") format("woff"), url("/fonts/nunito-sans-v6-latin-600.ttf") format("truetype"), url("/fonts/nunito-sans-v6-latin-600.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-600italic - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/nunito-sans-v6-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/nunito-sans-v6-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/fonts/nunito-sans-v6-latin-600italic.woff2") format("woff2"), url("/fonts/nunito-sans-v6-latin-600italic.woff") format("woff"), url("/fonts/nunito-sans-v6-latin-600italic.ttf") format("truetype"), url("/fonts/nunito-sans-v6-latin-600italic.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/nunito-sans-v6-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/nunito-sans-v6-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/nunito-sans-v6-latin-700.woff2") format("woff2"), url("/fonts/nunito-sans-v6-latin-700.woff") format("woff"), url("/fonts/nunito-sans-v6-latin-700.ttf") format("truetype"), url("/fonts/nunito-sans-v6-latin-700.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-700italic - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/nunito-sans-v6-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/nunito-sans-v6-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/nunito-sans-v6-latin-700italic.woff2") format("woff2"), url("/fonts/nunito-sans-v6-latin-700italic.woff") format("woff"), url("/fonts/nunito-sans-v6-latin-700italic.ttf") format("truetype"), url("/fonts/nunito-sans-v6-latin-700italic.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-800 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/nunito-sans-v6-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/nunito-sans-v6-latin-800.eot?#iefix") format("embedded-opentype"), url("/fonts/nunito-sans-v6-latin-800.woff2") format("woff2"), url("/fonts/nunito-sans-v6-latin-800.woff") format("woff"), url("/fonts/nunito-sans-v6-latin-800.ttf") format("truetype"), url("/fonts/nunito-sans-v6-latin-800.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-800italic - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/nunito-sans-v6-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/nunito-sans-v6-latin-800italic.eot?#iefix") format("embedded-opentype"), url("/fonts/nunito-sans-v6-latin-800italic.woff2") format("woff2"), url("/fonts/nunito-sans-v6-latin-800italic.woff") format("woff"), url("/fonts/nunito-sans-v6-latin-800italic.ttf") format("truetype"), url("/fonts/nunito-sans-v6-latin-800italic.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/**
 * Texte
 */
DIV.cssText,
P {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #6e6e6e;
}

P.cssSmall {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

P.cssVerySmall {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

/**
 * Ueberschriften
 */
H1,
H2.cssH1Headline,
H3.cssH1Headline,
H4.cssH1Headline,
P.cssH1Headline,
A.cssH1Headline {
  font-weight: 700;
  color: #303030;
  font-size: 2.375rem;
  line-height: 1.2;
}
@media screen and (max-width: 39.9375em) {
  H1,
H2.cssH1Headline,
H3.cssH1Headline,
H4.cssH1Headline,
P.cssH1Headline,
A.cssH1Headline {
    font-size: 1.875rem;
  }
}

H2,
H1.cssH2Headline,
H3.cssH2Headline,
H4.cssH2Headline,
P.cssH2Headline,
A.cssH2Headline {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #303030;
}
@media screen and (max-width: 39.9375em) {
  H2,
H1.cssH2Headline,
H3.cssH2Headline,
H4.cssH2Headline,
P.cssH2Headline,
A.cssH2Headline {
    line-height: 1.2;
  }
}

H3,
H1.cssH3Headline,
H2.cssH3Headline,
H4.cssH3Headline,
P.cssH3Headline,
A.cssH3Headline {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #303030;
}

H4,
H1.cssH4Headline,
H2.cssH4Headline,
H3.cssH4Headline,
P.cssH4Headline,
A.cssH4Headline {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  color: #303030;
}

H5,
H1.cssH5Headline,
H2.cssH5Headline,
H3.cssH5Headline,
P.cssH5Headline,
A.cssH5Headline {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  color: #303030;
}

H1 A,
H2 A,
H3 A,
H4 A {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

H1 A:hover,
H2 A:hover,
H3 A:hover,
H4 A:hover {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

H1.cssWithSpacing,
.cssH1Headline.cssWithSpacing {
  margin-bottom: 1.5625rem;
}

H2.cssWithSpacing,
.cssH2Headline.cssWithSpacing {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 39.9375em) {
  H2.cssWithSpacing,
.cssH2Headline.cssWithSpacing {
    margin-bottom: 0.9375rem;
  }
}

H3.cssWithSpacing,
.cssH3Headline.cssWithSpacing {
  margin-bottom: 0.9375rem;
}

H1.cssWithSpacing + H2,
.cssH1Headline.cssWithSpacing H2,
H1.cssWithSpacing .cssH2Headline,
.cssH1Headline.cssWithSpacing .cssH2Headline {
  margin-top: -1.25rem;
}

H1.cssWithSpacing + H2.cssWithSpacing,
.cssH1Headline.cssWithSpacing + H2.cssWithSpacing,
H1.cssWithSpacing + .cssH2Headline.cssWithSpacing,
.cssH1Headline.cssWithSpacing + .cssH2Headline.cssWithSpacing {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  H1.cssWithSpacing + H2.cssWithSpacing,
.cssH1Headline.cssWithSpacing + H2.cssWithSpacing,
H1.cssWithSpacing + .cssH2Headline.cssWithSpacing,
.cssH1Headline.cssWithSpacing + .cssH2Headline.cssWithSpacing {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  H1.cssWithSpacing + H2.cssWithSpacing,
.cssH1Headline.cssWithSpacing + H2.cssWithSpacing,
H1.cssWithSpacing + .cssH2Headline.cssWithSpacing,
.cssH1Headline.cssWithSpacing + .cssH2Headline.cssWithSpacing {
    margin-bottom: 1.25rem;
  }
}

/**
 * Links mit Icons
 */
A:focus {
  text-decoration: none !important;
  outline: 0;
}

A SPAN.cssLinkIcon {
  float: right;
  width: 12px;
  height: 16px;
  display: block;
  background: transparent;
}

/**
 * Aufzählungen
 */
UL.cssList {
  margin: 1.25rem 0;
  list-style: none inside;
}

UL.cssList LI:before {
  color: #d6d6d6;
  font-size: 1.25rem;
  content: "■";
  margin-left: -1.5625rem;
  width: 1.5625rem;
  display: inline-block;
}

UL.cssList LI {
  margin: 0;
  min-height: 1em;
  padding: 0 0 0.9375rem 1.5625rem;
}
@media screen and (max-width: 39.9375em) {
  UL.cssList LI {
    padding-bottom: 0.625rem;
  }
}

UL.cssList LI:last-of-type {
  margin: 0;
  border: none;
}

OL.cssList {
  counter-reset: numlist;
  list-style: none inside;
  margin: 1.875rem 0;
}

OL.cssList LI {
  margin: 0;
  min-height: 1em;
  padding: 0 0 0.9375rem 1.5625rem;
}
@media screen and (max-width: 39.9375em) {
  OL.cssList LI {
    padding-bottom: 0.625rem;
  }
}

OL.cssList LI:before {
  color: #d6d6d6;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  counter-increment: numlist;
  content: counter(numlist) ". ";
  margin-right: 0.625rem;
  margin-left: -1.5625rem;
}

/**
 * Markierung des Textes
 */
::-moz-selection {
  color: #303030;
  background: #e3e6e8;
}

::selection {
  color: #303030;
  background: #e3e6e8;
}

/**
 * Stylesheet fuer Verschiedenes
 */
.cssDisplayNone {
  display: none !important;
}

DIV#jsDivPagedotTop,
DIV#jsDivPagedotAjax,
DIV#jsDivPagedot {
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 1px;
  background: transparent;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

DIV#jsDivPagedotTop {
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 1px;
  background: transparent;
  width: 1px;
  height: 1px;
}

DIV#jsDivPagedot {
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 1px;
  background: transparent;
  width: 1px;
  height: 1px;
}

DIV.allShowOpenXAd {
  visibility: hidden;
  position: relative;
}

DIV#allStickyBanner {
  z-index: 50;
  display: block;
  overflow: hidden;
  width: 160px;
  min-height: 600px;
  max-height: 800px;
}

DIV#allStickyBanner DIV#cssStickyBannerContent {
  float: right;
}

DIV#allStickyBanner DIV#cssStickyBannerContent IMG {
  max-width: inherit;
}

DIV.cssContentAd {
  max-width: 300px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}
DIV.cssContentAd p {
  font-size: 10px;
  margin: 0;
  text-align: right;
  font-style: italic;
}

DIV.allZoomAd {
  max-width: 300px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  z-index: 400;
}
DIV.allZoomAd p {
  font-size: 10px;
  margin: 0;
  text-align: right;
  font-style: italic;
}

a#allZoomPageAdSliderPredecessor {
  left: 1rem;
  top: 188px;
  display: block;
  width: 2.625rem;
  height: 4.375rem;
  z-index: 20;
  background: rgba(112, 121, 131, 0.7);
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  position: fixed;
}

a#allZoomPageAdSliderSuccessor {
  left: calc(100% - 58px);
  top: 188px;
  display: block;
  width: 2.625rem;
  height: 4.375rem;
  z-index: 20;
  background: rgba(112, 121, 131, 0.7);
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  position: fixed;
}

/**
 * Stylesheet fuer die Buttons
 */
button,
.button,
button.expanded,
.button.expanded {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  transition-duration: 200ms;
  border: none;
  overflow: hidden;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  button,
.button,
button.expanded,
.button.expanded {
    min-width: 12.1875rem;
  }
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea button,
DIV.cssContentArea DIV.cssContentAndToolColumnArea .button,
DIV.cssContentArea DIV.cssContentAndToolColumnArea button.expanded,
DIV.cssContentArea DIV.cssContentAndToolColumnArea .button.expanded {
  min-width: inherit;
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .button.large-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button.small-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.button:hover {
  text-decoration: none;
}

button:focus,
.button:focus {
  outline: 0;
}

.button SPAN {
  cursor: pointer;
}

.button SPAN.cssText {
  display: block;
  float: left;
}

.button SPAN.cssSpriteIcon {
  margin: 0 0 0 0.625rem;
  display: block;
  float: right;
}

.button.postfix SPAN.cssText {
  float: right;
}

.button.postfix SPAN.cssSpriteIcon {
  float: right;
  margin: 0.5rem 0.625rem 0 0.625rem !important;
}

.button.cssButtonWithSpacingTop {
  margin-top: 1.5625rem;
}

.button.cssButtonWithSmallSpacingTop {
  margin-top: 0.9375rem;
}

.button.cssButtonAlphaBar {
  background: #fff;
  color: #6e6e6e;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 0.1875rem;
  line-height: 1.6;
  margin: 0 0.0625rem 0.3125rem 0;
  min-width: 2.5rem;
}
@media screen and (min-width: 90em) {
  .button.cssButtonAlphaBar {
    margin-bottom: 0;
    min-width: 1.75rem;
  }
}

SPAN.button.cssButtonAlphaBar {
  background: #fff;
  color: #e0e0e0;
  cursor: default;
}

A.button.cssButtonAlphaBar:hover {
  background: #f5f6f7;
  color: #303030;
}

.button.cssButtonAlphaBar.cssSelected {
  border-color: #853e74;
  background-color: #853e74;
  color: #fff;
}

A.button.cssButtonAlphaBar.cssSelected:hover {
  border-color: #783268;
  background-color: #783268;
  color: #fff;
}

/**
 * Stylesheet fuer die Pager/Pagination
 */
UL.pagination {
  min-height: 1.5625rem;
}

UL.pagination LI {
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  UL.pagination LI {
    margin-right: 0;
  }
}

UL.pagination.text-center LI.arrow {
  float: left;
  margin: 0;
}

UL.pagination.text-center LI.arrow A {
  padding-left: 0;
  padding-right: 0;
  color: #783268;
}

UL.pagination.text-center LI.arrow:last-of-type {
  float: right;
}

UL.pagination LI A {
  transition-duration: 200ms;
}

UL.pagination LI A:hover {
  text-decoration: none;
  color: #303030;
}

UL.pagination LI.current A {
  color: #303030;
}

UL.pagination LI.unavailable A,
UL.pagination LI.unavailable A:hover {
  text-decoration: none !important;
  color: #e0e0e0 !important;
}

UL.pagination LI.unavailable A.current {
  font-weight: 600;
}

@media screen and (max-width: 39.9375em) {
  UL.pagination LI A SPAN.cssText {
    display: none;
  }
}
/**
 * einfache Pagination Icons
 */
DIV.allSliderPagination A {
  margin: 0 0.3125rem 0 0;
  display: inline-block;
  float: left;
}

DIV.allSliderPagination A SPAN.cssIcon {
  height: 0.625rem;
  width: 0.9375rem;
  display: block;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #f5f6f7;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

DIV.allSliderPagination A:hover SPAN.cssIcon {
  background: #edeff0;
}

DIV.allSliderPagination A.active SPAN.cssIcon {
  background: #853e74;
}

/**
 * Stylesheet fuer die Icons
 */
SPAN.cssSocialLinksIcon.cssFacebookIcon {
  background: #3b5998;
}

SPAN.cssSocialLinksIcon.cssFacebookIcon SPAN {
  color: #fff;
}

SPAN.cssSocialLinksIcon.cssGoogleplusIcon {
  background: #d14836;
}

SPAN.cssSocialLinksIcon.cssGoogleplusIcon SPAN {
  color: #fff;
}

SPAN.cssSocialLinksIcon.cssPinterestIcon {
  background: #cb2027;
}

SPAN.cssSocialLinksIcon.cssPinterestIcon SPAN {
  color: #fff;
}

SPAN.cssSocialLinksIcon.cssRSSFeedIcon {
  background: #783268;
}

SPAN.cssSocialLinksIcon.cssRSSFeedIcon SPAN {
  color: #fff;
}

SPAN.cssSocialLinksIcon.cssEmailIcon {
  background: #f5ab18;
}

SPAN.cssSocialLinksIcon.cssEmailIcon SPAN {
  color: #fff;
}

SPAN.cssIcon {
  width: 12px;
  height: 16px;
  display: block;
  float: left;
  background: transparent url("/img/layout/websprite.png") no-repeat 0 0;
}

SPAN.cssIcon.cssIconFacebookCircle {
  background-position: 0 -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconXingCircle {
  background-position: -32px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconTwitterCircle {
  background-position: -64px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconGoogleplusCircle {
  background-position: -96px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconPinterestCircle {
  background-position: -128px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconEmailCircle {
  background-position: -160px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconYoutubeCircle {
  background-position: -192px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconLinkedinCircle {
  background-position: -224px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconFlickrCircle {
  background-position: -256px -287px;
  width: 32px;
  height: 32px;
}

SPAN.cssIcon.cssIconInstagramCircle {
  background-position: -320px -287px;
  width: 32px;
  height: 32px;
}

A:hover SPAN.cssIcon.cssIconFacebookCircle {
  background-position: 0 -319px;
}

A:hover SPAN.cssIcon.cssIconXingCircle {
  background-position: -32px -319px;
}

A:hover SPAN.cssIcon.cssIconTwitterCircle {
  background-position: -64px -319px;
}

A:hover SPAN.cssIcon.cssIconGoogleplusCircle {
  background-position: -96px -319px;
}

A:hover SPAN.cssIcon.cssIconPinterestCircle {
  background-position: -128px -319px;
}

A:hover SPAN.cssIcon.cssIconEmailCircle {
  background-position: -160px -319px;
}

A:hover SPAN.cssIcon.cssIconYoutubeCircle {
  background-position: -192px -319px;
}

A:hover SPAN.cssIcon.cssIconLinkedinCircle {
  background-position: -224px -319px;
}

A:hover SPAN.cssIcon.cssIconFlickrCircle {
  background-position: -256px -319px;
}

A:hover SPAN.cssIcon.cssIconInstagramCircle {
  background-position: -320px -319px;
}

SPAN.cssIcon.cssIconFacebookWhite {
  background-position: -82px -92px;
  width: 5px;
  height: 12px;
  margin: 0 0.625rem 0 0.25rem;
}

SPAN.cssIcon.cssIconTwitterWhite {
  background-position: -89px -92px;
  width: 13px;
  height: 12px;
  margin: 0 0.5625rem 0 0;
}

SPAN.cssIcon.cssIconGoogleplusWhite {
  background-position: -118px -92px;
  width: 12px;
  height: 12px;
  margin: 0 0.625rem 0 0;
}

SPAN.cssIcon.cssIconPinterestWhite {
  background-position: -104px -92px;
  width: 12px;
  height: 12px;
  margin: 0 0.625rem 0 0;
}

SPAN.cssIcon.cssIconEmailWhite {
  background-position: -68px -92px;
  width: 12px;
  height: 12px;
  margin: 0 0.625rem 0 0;
}

/**
 * Stylesheet fuer die Icons
 */
/**
 * Variablen
 */
/**
 * Font-Definition und Icons
 */
@font-face {
  font-family: "bauemotion-icons";
  src: url("/fonts/bauemotion-icons.eot?ckjezy");
  src: url("/fonts/bauemotion-icons.eot?ckjezy#iefix") format("embedded-opentype"), url("/fonts/bauemotion-icons.ttf?ckjezy") format("truetype"), url("/fonts/bauemotion-icons.woff?ckjezy") format("woff"), url("/fonts/bauemotion-icons.svg?ckjezy#bauemotion-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*noinspection CssNoGenericFontName*/
  font-family: "bauemotion-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info_outline:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-comments-1:before {
  content: "";
}

.icon-comments-2:before {
  content: "";
}

.icon-check-thin:before {
  content: "";
}

.icon-check_box:before {
  content: "";
}

.icon-check_box_outline_blank:before {
  content: "";
}

.icon-radio_button_unchecked:before {
  content: "";
}

.icon-radio_button_checked:before {
  content: "";
}

.icon-mail-outline-2:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-skip-back:before {
  content: "";
}

.icon-skip-forward:before {
  content: "";
}

.icon-web:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-reply-left:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-small-down:before {
  content: "";
}

.icon-chevron-small-left:before {
  content: "";
}

.icon-chevron-small-right:before {
  content: "";
}

.icon-chevron-small-up:before {
  content: "";
}

.icon-chevron-thin-down:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-chevron-thin-up:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-dot-single:before {
  content: "";
}

.icon-squares-three-horizontal:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-reply-right:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-comments-3:before {
  content: "";
}

.icon-bold-dot:before {
  content: "";
}

.icon-primitive-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-google-plus2:before {
  content: "";
}

.icon-checkbox-checked:before {
  content: "";
}

.icon-checkbox-unchecked:before {
  content: "";
}

.icon-radio-checked:before {
  content: "";
}

.icon-radio-unchecked:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

.icon-feed-square:before {
  content: "";
}

.icon-pinterest-circle:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

/**
 * Stylesheet fuer die Slider
*/
DIV.allSlider {
  position: relative;
  margin: 0 -2rem;
}

DIV.allSlider DIV.allCarousel {
  position: relative;
  overflow: hidden;
  height: 12.8125rem;
}

DIV.allSlider UL {
  list-style: none;
  margin: 0 2rem;
  padding: 0;
}

DIV.allSlider DIV.allCarousel UL {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0 0 0 -3.625rem;
  padding: 0;
}

DIV.allSlider UL LI {
  float: left;
  margin: 0 1.5rem 0 0;
}

DIV.allSlider UL LI DIV.cssSliderContent {
  padding: 0.1875rem;
}

DIV.allSlider UL LI DIV.cssSliderContent A.button {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

DIV.allSlider DIV.cssSliderButton {
  position: absolute;
  top: 0;
  z-index: 4;
  cursor: pointer;
  width: 4.375rem;
  height: 12.8125rem;
}

DIV.allSlider DIV.allSliderButtonNext {
  right: 0;
  background-color: #a2a2a2;
}

DIV.allSlider DIV.allSliderButtonPrevious {
  left: 0;
  background-color: #a2a2a2;
}

DIV.allSlider DIV.cssSliderButton SPAN.cssIcon {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  display: block;
  top: 4.25rem;
  width: 38px;
  height: 72px;
  background: transparent url("/img/layout/websprite.png") no-repeat -170px -115px;
}

DIV.allSlider DIV.allSliderButtonNext SPAN.cssIcon {
  right: 0px;
  background-position: -226px -115px;
}

DIV.allSlider DIV.allSliderButtonPrevious SPAN.cssIcon {
  left: 0px;
  background-position: -175px -115px;
}

/**
 * Stylesheet fuer den BODY
 */
body {
  overflow-y: scroll;
}

/**
 * Stylesheet fuer den Contentbereich
 */
@media print, screen and (min-width: 40em) {
  BODY.cssWithStickyBanner DIV#allMain,
BODY.cssWithStickyBanner DIV#cssServiceFooter {
    padding-right: 11.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  BODY.cssWithStickyBanner DIV#allMain,
BODY.cssWithStickyBanner DIV#cssServiceFooter {
    padding-right: 12.5rem;
  }
}

DIV#allMainContentArea.cssContentArea {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  DIV#allMainContentArea.cssContentArea {
    margin-top: 0.9375rem;
  }
}

.cssContentArea {
  max-width: 62.625rem;
  position: relative;
}

DIV.cssContentArea DIV.cssFullContentArea {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3.125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssContentArea DIV.cssFullContentArea {
    padding: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssContentArea DIV.cssFullContentArea {
    padding: 0.9375rem;
  }
}

DIV.cssContentArea DIV.cssFullContentArea.cssFullContentAreaSuccessorWithBorder {
  border-radius: 0 0 3px 3px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssContentArea DIV.cssFullContentArea.cssHtmlContentArea {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssContentArea DIV.cssFullContentArea.cssHtmlContentArea {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

DIV.cssContentArea DIV.cssFullContentAreaWithMarginTop {
  margin-top: 1.5625rem;
}

DIV.cssContentArea DIV.cssFullContentArea.cssFullContentAreaSuccessor {
  border-top: none;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  padding-top: 0;
  margin-top: -0.125rem;
}

DIV.cssContentArea DIV.cssFullContentArea.cssFullContentAreaSuccessor .cssContentHeadline.cssContentHeadlineFirst {
  margin-top: 0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea {
  padding: 0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssHtmlContentArea {
  border-right: 1px solid #e0e0e0;
  padding: 3.125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssHtmlContentArea {
    padding: 1.875rem 1.5625rem 1.5625rem 1.5625rem;
    border-right: none;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssHtmlContentArea {
    padding: 1.25rem 0.9375rem 0.9375rem 0.9375rem;
    border-right: none;
  }
}

DIV.cssContentArea P.cssContentHeadline,
DIV.cssContentArea H2.cssContentHeadline,
DIV.cssContentArea H1.cssContentHeadline {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #303030;
  border-top: 1px solid #e0e0e0;
  margin: 2.5rem -3.125rem 1.875rem -3.125rem;
  padding: 3.125rem 3.125rem 0 3.125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssContentArea P.cssContentHeadline,
DIV.cssContentArea H2.cssContentHeadline,
DIV.cssContentArea H1.cssContentHeadline {
    margin: 2.5rem -1.5625rem 1.875rem -1.5625rem;
    padding: 1.875rem 1.5625rem 0 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssContentArea P.cssContentHeadline,
DIV.cssContentArea H2.cssContentHeadline,
DIV.cssContentArea H1.cssContentHeadline {
    margin: 1.5625rem -0.9375rem 1.5625rem -0.9375rem;
    padding: 1.25rem 0.9375rem 0 0.9375rem;
  }
  DIV.cssContentArea P.cssContentHeadline.cssContentHeadlineWithSmallSpacing,
DIV.cssContentArea H2.cssContentHeadline.cssContentHeadlineWithSmallSpacing,
DIV.cssContentArea H1.cssContentHeadline.cssContentHeadlineWithSmallSpacing {
    margin-bottom: 0.9375rem;
  }
}

DIV.cssContentArea .cssContentHeadline A:not(.cssLinkOnHeader) {
  float: right;
  font-size: 0.9375rem;
  padding-top: 0.625rem;
  font-weight: 600;
}
@media screen and (max-width: 39.9375em) {
  DIV.cssContentArea .cssContentHeadline A:not(.cssLinkOnHeader) {
    display: block;
    float: none;
    margin-bottom: 0.9375rem;
  }
}

DIV.cssContentArea .cssContentHeadline A.cssLinkOnHeader {
  color: inherit;
}

DIV.cssContentArea .cssContentHeadline.cssContentHeadlineWithoutBorder {
  margin: 0 -3.125rem 1.875rem -3.125rem;
  padding: 0 3.125rem 0 3.125rem;
  border-top: none;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssContentArea .cssContentHeadline.cssContentHeadlineWithoutBorder {
    margin: 0 -1.5625rem 1.875rem -1.5625rem;
    padding: 0 1.5625rem 0 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssContentArea .cssContentHeadline.cssContentHeadlineWithoutBorder {
    margin: 0 -0.9375rem 1.875rem -0.9375rem;
    padding: 0 0.9375rem 0 0.9375rem;
  }
}

/**
 * Stylesheet fuer die Toolspalte des Contentbereichs
 */
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea {
  padding: 3.125rem 0;
  max-width: 289px;
  position: relative;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea DIV.cssToolColumnItem {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 1.5625rem 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 90em) {
  DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea DIV.cssToolColumnItem {
    padding: 0 3.125rem 3.125rem;
    margin-bottom: 3.125rem;
  }
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea DIV.cssToolColumnItem.cssToolColumnItemWithoutBorder {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea P,
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea A {
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea A.button {
  line-height: 1rem !important;
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea .button {
    min-width: inherit;
  }
}
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea P.cssContentHeadline,
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea H2.cssContentHeadline,
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea H1.cssContentHeadline {
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #303030;
  margin: 0;
  padding: 0 0 1.25rem 0;
  border: none;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea P.cssTeaserWithButtons {
  margin: 0 0 0.625rem 0;
}

DIV#cssFirmObjects DIV.cssToolColumnArea A.cssToolColumnButton {
  margin: 0.625rem 0 0 0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea A.cssToolColumnGotoLink {
  padding: 1.5625rem 0 0 0;
  display: inline-block;
  font-weight: 600 !important;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea A.cssToolColumnGotoLink.cssWithoutSpacing {
  padding: 0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea OL {
  color: #d6d6d6;
  font-weight: 600;
  margin: 0;
  counter-reset: item;
  list-style: none inside;
  line-height: 1em;
  font-size: 2.375rem;
}
@media screen and (max-width: 39.9375em) {
  DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea OL {
    font-size: 1.875rem;
  }
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea OL LI {
  counter-increment: item;
  margin: 0.9375rem 0 0 0;
  padding: 0.625rem 0 0 0;
  border-top: 1px solid #e0e0e0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea OL LI:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea OL LI:before {
  content: counter(item) "  ";
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea OL LI A {
  display: inline-block;
  vertical-align: text-top;
  max-width: 9.375rem;
  padding: 0.3125rem 0 0 0;
  line-height: 1.6;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssSpriteIcons LI {
  margin-bottom: 0.625rem;
  line-height: 1;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssSpriteIcons LI:last-of-type {
  margin-bottom: 0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssSpriteIcons LI A {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  vertical-align: middle;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssSpriteIcons LI A SPAN {
  position: absolute;
  left: 0;
  top: 0.125rem;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser.cssImageTeaserWithoutMarginBottom {
  margin-bottom: -1.875rem;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser LI {
  margin: 0 0 1.875rem 0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser LI A.cssTeaserImage {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser LI A.cssTeaserImage:hover {
  background-color: #f5f6f7;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser LI A.cssTeaserImage IMG {
  object-fit: cover;
  object-position: center center;
  max-height: inherit;
  max-width: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "object-fit: cover; object-position: center center;";
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser LI A.cssTeaserImage:hover IMG {
  opacity: 0.2;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser LI A.cssTeaserText {
  display: block;
  overflow: hidden;
  padding: 0.9375rem 0 0 0;
  color: #6e6e6e;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssImageTeaser LI A.cssTeaserText:hover {
  color: #303030;
}

/**
 * Stylesheet fuer die Toolspalte des Contentbereichs (Kommentare)
 */
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.allComments LI {
  margin: 0.9375rem 0 0 0;
  padding: 0.625rem 0 0 0;
  border-top: 1px solid #e0e0e0;
  line-height: 1.3 !important;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.allComments LI:first-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.allComments LI A {
  font-style: italic;
  line-height: 1.3 !important;
}

/**
 * Stylesheet fuer die Toolspalte des Contentbereichs (Downloads)
 */
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssSpriteIcons.cssDownloadList LI {
  margin: 0.625rem 0 0 0;
  padding: 0.625rem 0 0 0;
  border-top: 1px solid #e0e0e0;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssSpriteIcons.cssDownloadList LI:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea UL.cssSpriteIcons.cssDownloadList LI A {
  padding-left: 1.5625rem;
}

/**
 * Stylesheet Mehrspaltigen Content
 */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssColumnsLarge3Medium2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  DIV.cssColumnsLarge3Medium2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  DIV.cssColumnsLarge2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  DIV.cssColumnsLarge2 {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  DIV.cssColumnsLarge2Medium1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  DIV.cssColumnsLarge2Medium1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

/**
 * Stylesheet fuer den Kopfbereich
 */
DIV#cssHeader {
  background-color: #fff;
  position: relative;
  padding: 0.9375rem 0.3125rem 0.9375rem 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  DIV#cssHeader {
    padding: 1.25rem 0 1.25rem 0;
  }
}

DIV#cssHeader DIV#cssContextCustomerHeaderLogo {
  display: block;
  max-width: 355px;
  background: transparent;
  overflow: hidden;
  margin: 0.3125rem 0 0 0;
}

DIV#cssHeader DIV#cssHeaderLogo {
  margin: 0.3125rem 0 0 0;
  display: block;
}

/**
 * Suchformular
 */
DIV#allHeaderSearchArea {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 0;
}
@media print, screen and (min-width: 64em) {
  DIV#allHeaderSearchArea {
    height: auto;
  }
}

DIV#allHeaderSearchArea FORM#allHeaderSearchForm {
  display: block;
  border: none;
  width: 100%;
  background-color: #fff;
}
@media print, screen and (min-width: 64em) {
  DIV#allHeaderSearchArea FORM#allHeaderSearchForm {
    float: right;
    width: auto;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}

DIV#allHeaderSearchArea FORM#allHeaderSearchForm BUTTON#cssHeaderSearchFormSubmitButton {
  display: block;
  cursor: pointer;
  min-width: 0;
  background-color: #f5f6f7;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.9375rem 0 0;
  padding: 0;
  position: absolute;
  top: 0.9375rem;
  right: 3.4375rem;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  DIV#allHeaderSearchArea FORM#allHeaderSearchForm BUTTON#cssHeaderSearchFormSubmitButton {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.6875rem 0.3125rem 0.5rem 0.9375rem;
    border: none;
    background: transparent;
  }
}

DIV#allHeaderSearchArea FORM#allHeaderSearchForm BUTTON#cssHeaderSearchFormSubmitButton:hover {
  background-color: #edeff0;
}
@media print, screen and (min-width: 64em) {
  DIV#allHeaderSearchArea FORM#allHeaderSearchForm BUTTON#cssHeaderSearchFormSubmitButton:hover {
    background: transparent;
  }
}

DIV#allHeaderSearchArea FORM#allHeaderSearchForm BUTTON#cssHeaderSearchFormSubmitButton SPAN {
  display: block;
  cursor: pointer;
  font-size: 1.125rem;
  color: #303030;
}
@media print, screen and (min-width: 64em) {
  DIV#allHeaderSearchArea FORM#allHeaderSearchForm BUTTON#cssHeaderSearchFormSubmitButton SPAN {
    color: #a2a2a2;
  }
}

DIV#allHeaderSearchArea FORM#allHeaderSearchForm BUTTON#cssHeaderSearchFormSubmitButton:hover SPAN {
  color: #303030;
}

DIV#allHeaderSearchArea FORM#allHeaderSearchForm INPUT {
  padding-left: 0;
  padding-right: 0;
  margin: 0.625rem 0 0 0;
  border: none;
  box-shadow: none;
  width: 100%;
  background-color: #fff;
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  font-size: 0.875rem;
  display: none;
}
@media print, screen and (min-width: 64em) {
  DIV#allHeaderSearchArea FORM#allHeaderSearchForm INPUT {
    margin-top: 0.25rem;
    display: block;
    float: left;
    width: 15.625rem;
    padding-right: 0.625rem;
  }
}

DIV#allHeaderSearchArea.allOpen {
  height: 2.875rem;
}

DIV#allHeaderSearchArea.allOpen FORM#allHeaderSearchForm INPUT[type=text] {
  display: block;
  position: relative;
  border: 1px solid #e0e0e0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

DIV#allHeaderSearchArea UL.ui-autocomplete {
  border: 1px solid #e0e0e0;
  border-top: none;
}
@media print, screen and (min-width: 64em) {
  DIV#allHeaderSearchArea UL.ui-autocomplete {
    width: 18.125rem !important;
    margin-left: -0.0625rem;
  }
}

/**
 * Vorschlagsliste
 */
UL.ui-autocomplete {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  line-height: 1.4;
}

UL.ui-autocomplete LI A {
  display: block;
  padding: 0.3125rem 0.625rem !important;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #6e6e6e;
}

UL.ui-autocomplete LI A.ui-state-active {
  background: #f5f6f7 !important;
  color: #303030 !important;
  margin: 0;
  border: none;
  text-decoration: none;
}

UL.ui-autocomplete LI A B {
  font-weight: 600;
}

/**
 * Stylesheet fuer den Heinze-Service-Footer
 */
DIV#cssServiceFooter {
  margin-top: -3px;
}

DIV#cssServiceFooter DIV.cssContentArea {
  background: #e3e6e8;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  padding: 3.125rem 3.125rem 3.125rem 3.125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssServiceFooter DIV.cssContentArea {
    padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssServiceFooter DIV.cssContentArea {
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

DIV#cssServiceFooter P.cssContentHeadline {
  border: none;
  padding: 0;
  margin: 0 0 1.5625rem 0;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssServiceFooter P.cssContentHeadline {
    margin-bottom: 1.25rem;
  }
}

DIV#cssServiceFooter DIV.cssTeaser25 A.cssTeaserImage {
  border: 3px solid #fff;
}

/**
 * Stylesheet fuer den Fussbereich
 */
DIV#allFooter {
  padding: 0;
  overflow: hidden;
  margin: 3.75rem 0 0 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#allFooter {
    margin: 1.875rem 0 0 0;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#allFooter {
    margin: 1.25rem 0 0 0;
  }
}

DIV#cssFooter {
  background: #707983;
  margin: 0 auto;
}

DIV#cssFooter DIV.cssContentArea {
  max-width: 100%;
}

DIV#cssFooter DIV#allFooterContent {
  margin: 0.625rem 0 2.5rem 0;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFooter DIV#allFooterContent {
    margin-bottom: 1.875rem;
  }
}

DIV#cssFooter DIV#allFooterContent DIV.cssFooterContentBorder {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

DIV#cssFooter DIV#allFooterContent P.cssH4Headline {
  color: #fff;
  margin: 1.875rem 0 0.625rem 0;
  font-weight: 600;
  font-size: 0.9375rem;
}
DIV#cssFooter DIV#allFooterContent P.cssH4Headline a {
  font-size: inherit;
  color: inherit;
}

DIV#cssFooter DIV#allFooterContent A {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  display: block;
  padding: 0 0 0.3125rem 0;
}

DIV#cssFooter DIV#allFooterContent A:hover {
  color: #fff;
  text-decoration: none;
}

DIV#cssFooter DIV#allFooterContent A SPAN.cssSocialLinksIcon {
  float: left;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  text-align: center;
  position: relative;
}

DIV#cssFooter DIV#allFooterContent A SPAN.cssSocialLinksIcon.cssFacebookIcon SPAN {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
}

DIV#cssFooter DIV#allFooterContent A SPAN.cssSocialLinksIcon.cssGoogleplusIcon SPAN {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
}

DIV#cssFooter DIV#allFooterContent A SPAN.cssSocialLinksIcon.cssPinterestIcon SPAN {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
}

DIV#cssFooter DIV#allFooterContent A SPAN.cssSocialLinksIcon.cssRSSFeedIcon SPAN {
  position: absolute;
  top: 0.1875rem;
  left: 0.125rem;
}

DIV#cssFooter DIV#allFooterContent A SPAN.cssSocialLinksIcon.cssEmailIcon SPAN {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
}

DIV#cssFooter DIV#allFooterContent A SPAN.cssText {
  float: left;
  display: block;
  padding: 0 0 0 0.625rem;
}

DIV#cssFooterCopyright {
  padding: 1.25rem 0;
  background: #626a73;
}

DIV#cssFooterCopyright DIV.cssContentArea {
  max-width: 100%;
}

DIV#cssFooterCopyright P#cssFooterCopyrightText,
DIV#cssFooterCopyright A {
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFooterCopyright P#cssFooterCopyrightText,
DIV#cssFooterCopyright A {
    display: block;
  }
}

@media screen and (max-width: 39.9375em) {
  DIV#cssFooterCopyright P#cssFooterCopyrightText {
    margin-bottom: 1.25rem;
  }
}

DIV#cssFooterCopyright A {
  padding: 0 0 0 0.9375rem;
  vertical-align: top;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFooterCopyright A {
    padding: 0.3125rem 0 0 0;
  }
}

DIV#cssFooterCopyright A:hover {
  color: #fff;
  text-decoration: none;
}

/**
 * Stylesheet fuer die Hauptnavigation
 */
/**
 * Burger
 */
BUTTON#cssNavigationBurger {
  min-width: 0;
  transition-duration: 200ms;
  background-color: #f5f6f7;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}

BUTTON#cssNavigationBurger:hover {
  background-color: #edeff0;
}

BUTTON#cssNavigationBurger:after {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  width: auto;
}

/**
 * Hauptnavigation
 */
DIV#cssNavigation {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 64em) {
  DIV#cssNavigation {
    border-top: 1px solid #e0e0e0;
  }
}

@media print, screen and (min-width: 64em) {
  DIV#cssNavigation DIV#offCanvasRight {
    width: 100%;
  }
}

DIV#cssNavigation UL.menu.dropdown {
  display: flex;
}

DIV#cssNavigation UL.menu.dropdown LI {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
DIV#cssNavigation UL.menu.dropdown LI UL LI {
  border: none;
}
DIV#cssNavigation UL.menu.dropdown LI#cssNav20799788 a {
  padding-left: 5px;
  padding-right: 5px;
}

DIV#cssNavigation UL.menu.dropdown LI UL {
  display: none;
  z-index: 60;
}

DIV#cssNavigation UL.menu.dropdown LI.is-active > UL {
  display: block;
  min-width: 100%;
}

DIV#cssNavigation A {
  color: #303030;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

DIV#cssNavigation UL.menu.dropdown A {
  display: block;
  width: 100%;
  text-align: center;
}

DIV#cssNavigation UL.menu.dropdown LI.is-dropdown-submenu-parent > A:after {
  font-family: "bauemotion-icons" !important;
  content: "";
  top: 0.125rem;
  left: 0.3125rem;
  display: inline-block;
  position: relative;
}

DIV#cssNavigation UL.menu.dropdown LI UL LI A {
  line-height: 1.4;
}

DIV#cssNavigation UL.menu.dropdown LI UL LI.is-dropdown-submenu-parent > A:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 0.625rem;
  right: 0.9375rem;
}

DIV#cssNavigation UL.menu.dropdown LI UL A {
  text-align: left;
}

DIV#cssNavigation UL.menu.drilldown LI {
  border-bottom: 1px solid #e0e0e0;
}

DIV#cssNavigation UL.menu.drilldown LI:first-of-type {
  border-top: 1px solid #e0e0e0;
  margin-top: 2.1875rem;
}

DIV#cssNavigation UL.menu.drilldown LI A {
  line-height: 1.2;
}

DIV#cssNavigation UL.menu.drilldown LI.js-drilldown-back {
  border-top: none;
  margin-top: 0;
}
DIV#cssNavigation UL.menu.drilldown LI.js-drilldown-back A {
  font-size: 12px;
  color: #6e6e6e;
  line-height: 1;
}

DIV#cssNavigation UL.menu.drilldown LI.is-drilldown-submenu-parent > A:after {
  font-family: "bauemotion-icons" !important;
  content: "";
  display: inline-block;
  float: right;
}

DIV#cssNavigation UL.menu.drilldown LI.js-drilldown-back > A:before {
  font-family: "bauemotion-icons" !important;
  content: "";
  display: inline-block;
  float: left;
  padding-right: 0.3125rem;
}

DIV#cssNavigation BUTTON#cssDrillDownCloseButton {
  margin: 0.625rem 0.625rem 0 0;
  float: right;
  min-width: 0;
  transition-duration: 200ms;
  background-color: #f5f6f7;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  text-align: center;
}

DIV#cssNavigation BUTTON#cssDrillDownCloseButton:hover {
  background-color: #edeff0;
}

DIV#cssNavigation BUTTON#cssDrillDownCloseButton SPAN {
  color: #303030;
  font-size: 0.875rem;
  font-weight: 600;
}

DIV#cssNavigation A:hover,
DIV#cssNavigation LI.is-active > A {
  background: #edeff0;
}

/**
 * Stylesheet fuer den Breadcrumb
 */
UL.breadcrumbs {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

UL.breadcrumbs LI:first-of-type A:before {
  font-family: "bauemotion-icons" !important;
  content: "";
  color: #a2a2a2;
  font-size: 0.75rem;
  cursor: default;
  padding: 0 0.3125rem 0 0;
  display: inline-block;
}

UL.breadcrumbs LI {
  float: none;
  display: inline-block;
}

UL.breadcrumbs LI:after {
  font-family: "bauemotion-icons" !important;
  content: "";
  color: #a2a2a2;
  font-size: 0.75rem;
  cursor: default;
  padding: 0 0.625rem;
}

UL.breadcrumbs LI:last-of-type:after {
  content: "";
  padding: 0;
}

UL.breadcrumbs LI:last-of-type {
  content: "";
  padding: 0 1.875rem 0 0;
}

UL.breadcrumbs LI A {
  font-size: 0.75rem;
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  white-space: nowrap;
  line-height: 1em;
}

UL.breadcrumbs LI A:hover,
UL.breadcrumbs LI A:hover:before {
  color: #6e6e6e;
  text-decoration: none;
}

/**
 * Haupt-Breadcrumb
 */
DIV.cssMainBreadcrumb {
  overflow: hidden;
  visibility: hidden;
  height: 1.5625rem;
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  DIV.cssMainBreadcrumb {
    margin-top: 0.9375rem;
  }
}

DIV.cssMainBreadcrumb DIV.small-12.cell {
  position: relative;
  margin-left: 0;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 90em) {
  DIV.cssMainBreadcrumb DIV.small-12.cell {
    padding-left: 1.875rem;
  }
}

DIV.cssMainBreadcrumb DIV.small-12.cell:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.875rem;
  display: block;
  background: -moz-linear-gradient(left, rgba(237, 239, 240, 0) 0%, #edeff0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(237, 239, 240, 0) 0%, #edeff0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(237, 239, 240, 0) 0%, #edeff0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00edeff0", endColorstr="#edeff0",GradientType=1 );
  /* IE6-9 */
  content: " ";
}

/**
 * Footer-Breadcrumb
 */
DIV#cssFooter DIV#cssFooterBreadcrumb {
  overflow: hidden;
  height: 3.25rem;
  background-color: #707983;
}

DIV#cssFooter DIV#cssFooterBreadcrumb DIV.small-12.cell {
  position: relative;
}

DIV#cssFooter DIV#cssFooterBreadcrumb DIV.small-12.cell:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.875rem;
  display: block;
  background: -moz-linear-gradient(left, rgba(112, 121, 131, 0) 0%, #707983 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(112, 121, 131, 0) 0%, #707983 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(112, 121, 131, 0) 0%, #707983 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00707983", endColorstr="#707983",GradientType=1 );
  /* IE6-9 */
  content: " ";
}

DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs {
  margin: 0;
  padding: 1.875rem 0 0 0;
}

DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI:first-of-type A:before,
DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI:after,
DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI A {
  color: rgba(255, 255, 255, 0.7);
}

DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI A:hover,
DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI A:hover:before {
  color: #fff;
}

DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI A:hover,
DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI A:hover SPAN {
  color: #fff;
}

DIV#cssFooter DIV#cssFooterBreadcrumb UL.breadcrumbs LI:last-of-type A {
  color: #fff !important;
}

/**
 * Stylesheet fuer die CookieBar
 */
DIV#allCookieBar {
  background-color: #f5f6f7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

DIV#allCookieBar P.cssCookieBarText {
  display: inline-block;
  vertical-align: middle;
  margin: 0.625rem 0.9375rem 0.625rem 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  DIV#allCookieBar P.cssCookieBarText {
    font-size: 0.875rem;
  }
}

DIV#allCookieBar P.cssCookieBarfooter {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
}

DIV#allCookieBar A#allCookieBarClose {
  display: inline-block;
  min-width: 0;
  margin: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  DIV#allCookieBar A#allCookieBarClose {
    font-size: 0.875rem;
  }
}

/**
 * Stylesheet fuer das Keyvisual
 */
DIV#cssKeyvisual {
  background: #edeff0;
  overflow: hidden;
}

DIV#cssKeyvisualArea {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  max-height: 60vh;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssKeyvisualArea {
    height: 50vh;
  }
}

@media screen and (max-width: 39.9375em) {
  DIV#cssKeyvisualArea IMG {
    object-fit: cover;
    height: 50vh;
  }
}

DIV#cssKeyvisual DIV#cssKeyvisualImageDescription {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  opacity: 0.97;
  bottom: 3.125rem;
}
@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  DIV#cssKeyvisual DIV#cssKeyvisualImageDescription {
    bottom: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssKeyvisual DIV#cssKeyvisualImageDescription {
    bottom: 1.875rem;
  }
}

DIV#cssKeyvisual DIV#cssKeyvisualImageDescription DIV.cssKeyvisualContent {
  max-width: 33.125rem;
}

DIV#cssKeyvisual DIV#cssKeyvisualImageDescription P.cssKeyvisualImageDescriptionTitle {
  line-height: 1.3;
  margin: 0 0 0.3125rem 0;
  background: #fff;
  color: #853e74;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.875rem;
  padding: 0.3125rem 0.625rem;
}
@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  DIV#cssKeyvisual DIV#cssKeyvisualImageDescription P.cssKeyvisualImageDescriptionTitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssKeyvisual DIV#cssKeyvisualImageDescription P.cssKeyvisualImageDescriptionTitle {
    font-size: 1.25rem;
  }
}

DIV#cssKeyvisual DIV#cssKeyvisualImageDescription DIV#allKeyvisualImageDescriptionTeaser {
  line-height: 1.3;
  margin: 0 0 0.3125rem 0;
  background: #fff;
  color: #853e74;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
}
@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  DIV#cssKeyvisual DIV#cssKeyvisualImageDescription DIV#allKeyvisualImageDescriptionTeaser {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssKeyvisual DIV#cssKeyvisualImageDescription DIV#allKeyvisualImageDescriptionTeaser {
    font-size: 0.875rem;
  }
}

DIV#cssKeyvisual P#cssKeyvisualImageCopyrightbar {
  display: block;
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 3;
  font-size: 0.75rem;
  padding: 0.25rem 0.9375rem;
  background: rgba(112, 121, 131, 0.7);
}

/**
 * Stylesheet fuer die Teaser
 */
/**
 * Allgemeines
 */
DIV.cssFullSizeTeaser {
  min-width: 100%;
}

DIV.cssTeaser {
  position: relative;
}

DIV.cssTeaser A.cssTeaserText {
  color: #6e6e6e;
}

DIV.cssTeaser A.cssTeaserText:hover {
  color: #303030;
}

/**
 * 100%-Teaser
 */
DIV.cssTeaser100 DIV.cssTeaserArea {
  position: relative;
}

DIV.cssTeaser100 A.cssTeaserImage {
  display: block;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser100 A.cssTeaserImage {
    margin-bottom: 0.9375rem;
  }
}

DIV.cssTeaser100 A.cssTeaserImage:hover {
  background-color: #f5f6f7;
}

DIV.cssTeaser100 A.cssTeaserImage IMG {
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

DIV.cssTeaser100 A.cssTeaserImage:hover IMG {
  opacity: 0.2;
}

DIV.cssTeaser100 DIV.cssTeaserText A {
  display: block;
  position: relative;
}

DIV.cssTeaser100 DIV.cssTeaserText DIV.cssText {
  margin: 0.9375rem 0;
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser100 DIV.cssTeaserText DIV.cssText {
    margin: 0.625rem 0;
  }
}

/**
 * 100%-Teaser 100Large21x9_100Small21x9
 */
DIV.cssTeaser100.css100Large21x9_100Small21x9 DIV.cssTeaserText A.cssTeaserHeadline {
  margin: 0 0 0.9375rem 0;
}

DIV#allSponsoringArea DIV.cssTeaser100.css100Large21x9_100Small21x9 {
  border-top: 0.0625rem solid #e0e0e0;
  margin: 0 -3.125rem;
  padding: 3.125rem 3.125rem 0 3.125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#allSponsoringArea DIV.cssTeaser100.css100Large21x9_100Small21x9 {
    margin: 0 -1.5625rem;
    padding: 1.5625rem 1.5625rem 0 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#allSponsoringArea DIV.cssTeaser100.css100Large21x9_100Small21x9 {
    margin: 0 -0.9375rem;
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
  }
}

DIV#allSponsoringArea DIV.cssTeaser100.css100Large21x9_100Small21x9 DIV.cssTeaser100Border {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#allSponsoringArea.cssPrologAdPartner DIV.cssTeaser100.css100Large21x9_100Small21x9 {
    margin: 0 -1.5625rem;
    padding: 1.875rem 1.5625rem 0 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#allSponsoringArea.cssPrologAdPartner DIV.cssTeaser100.css100Large21x9_100Small21x9 {
    margin: 0 -0.9375rem;
    padding: 1.25rem 0.9375rem 0 0.9375rem;
  }
}

/**
 * 100%-Teaser Sponsoring
 */
DIV.css100Large21x9_100Small21x9Sponsoring {
  margin: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  DIV.css100Large21x9_100Small21x9Sponsoring {
    max-width: 75%;
    margin: 1.875rem auto 1.875rem;
  }
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssSponsoringHeadline {
  margin-bottom: 0.625rem;
  position: relative;
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssSponsoringHeadline P {
  font-style: italic;
  font-size: 0.75rem;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssSponsoringHeadline P {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssSponsoringHeadline P {
    margin-bottom: 0.3125rem;
  }
}

DIV.css100Large21x9_100Small21x9Sponsoring A.cssTeaserImage {
  display: block;
  text-align: center;
}

DIV.css100Large21x9_100Small21x9Sponsoring A.cssTeaserImage:hover {
  background-color: #f5f6f7;
}

DIV.css100Large21x9_100Small21x9Sponsoring A.cssTeaserImage IMG {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

DIV.css100Large21x9_100Small21x9Sponsoring A.cssTeaserImage:hover IMG {
  opacity: 0.2;
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText {
  margin-top: 1.25rem;
}
@media screen and (max-width: 39.9375em) {
  DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText {
    margin-top: 0.3125rem;
  }
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText A.cssTeaserHeadline {
  padding: 0 0 0.625rem 0;
  display: block;
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText DIV.jsAutoEllipses {
  max-height: 2.625rem;
  max-width: 30.3125rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText DIV.jsAutoEllipses P {
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  margin: 0;
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText A.cssTeaserLinkText {
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  margin: 0.625rem 0 0 0;
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText DIV.jsAutoEllipses A.jsAutoEllipsesReadMore {
  white-space: nowrap;
}

/**
 * 33%-Teaser
 */
DIV.cssTeaser33 {
  width: auto;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssTeaser33 {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser33 {
    margin-bottom: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  DIV.cssTeaser33:nth-child(3n+1):nth-last-child(-n+3),
DIV.cssTeaser33:nth-child(3n+1):nth-last-child(-n+3) ~ DIV {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssTeaser33.cssTeaser33Image:nth-child(3n+1):nth-last-child(-n+3),
DIV.cssTeaser33.cssTeaser33Image:nth-child(3n+1):nth-last-child(-n+3) ~ DIV {
    margin-bottom: 0;
  }

  DIV.cssTeaser33.cssTeaser33Text:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser33:last-of-type {
    margin-bottom: 0;
  }
}
DIV.cssTeaser33 DIV.cssTeaser33ImageArea {
  border: 1px solid #e0e0e0;
  position: relative;
  background-color: #f5f6f7;
}

DIV.cssTeaser33 DIV.cssTeaser33ImageArea A.cssTeaserImage {
  display: block;
  overflow: hidden;
  position: relative;
}

DIV.cssTeaser33 DIV.cssTeaser33ImageArea A.cssTeaserImage:hover {
  background-color: #f5f6f7;
}

DIV.cssTeaser33 DIV.cssTeaser33ImageArea A.cssTeaserImage IMG {
  object-fit: cover;
  object-position: center center;
  max-height: inherit;
  max-width: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 0.3125rem solid transparent;
  font-family: "object-fit: cover; object-position: center center;";
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser33 DIV.cssTeaser33ImageArea A.cssTeaserImage IMG {
    border: none;
  }
}

DIV.cssTeaser33 DIV.cssTeaser33ImageArea A.cssTeaserImage:hover IMG {
  opacity: 0.2;
}

DIV.cssTeaser33 DIV.cssTeaser33ImageArea DIV.cssTeaserImageText P,
DIV.cssTeaser33 DIV.cssTeaser33ImageArea DIV.cssTeaserImageText A {
  padding: 0.5rem 0.9375rem 0.625rem 0.9375rem;
  overflow: hidden;
  color: #6e6e6e;
  display: block;
  font-size: 0.875rem;
}

DIV.cssTeaser33 DIV.cssTeaser33ImageArea DIV.cssTeaserImageText A:hover {
  color: #303030;
}

DIV.cssTeaser33 DIV.cssTeaser33TextArea {
  border: 1px solid #e0e0e0;
  padding: 1.875rem;
  background: #f5f6f7;
  position: relative;
  overflow: hidden;
}

DIV.cssTeaser33 DIV.cssTeaser33TextArea DIV.cssTeaserTextTeaser {
  margin: 0.9375rem 0 0 0;
}

DIV.cssTeaser33 DIV.cssTeaser33TextArea DIV.cssTeaserTextTeaser.cssWithTeaserLink {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  DIV.cssTeaser33 DIV.cssTeaser33TextArea DIV.cssTeaserTextTeaser.cssWithTeaserLink {
    margin-bottom: 5rem;
  }
}

DIV.cssTeaser33 DIV.cssTeaser33TextArea DIV.cssTeaserTextTeaser P.cssForumTeaser {
  color: #a2a2a2;
}

DIV.cssTeaser33 DIV.cssTeaser33TextArea A.cssTeaserLinkText {
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
  line-height: 1.4;
}

/**
 * Teaser-Zoom-Icon (fuer Galerien etc.)
 */
DIV.cssTeaser.cssTeaser33 A.cssTeaserImageIconArea,
DIV.cssTeaser.cssTeaser33 P.cssTeaserImageIconArea {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  margin: -1.5625rem 0 0 -1.5625rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(112, 121, 131, 0.7);
}

DIV.cssTeaser33 A.cssTeaserImageIconArea SPAN.cssTeaserZoomIcon,
DIV.cssTeaser33 P.cssTeaserImageIconArea SPAN.cssTeaserZoomIcon {
  display: block;
  position: absolute;
  top: 0.8125rem;
  right: 0.8125rem;
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  font-family: "bauemotion-icons", ​ sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

DIV.cssTeaser33 A.cssTeaserImageIconArea SPAN.cssTeaserZoomIcon:before,
DIV.cssTeaser33 P.cssTeaserImageIconArea SPAN.cssTeaserZoomIcon:before {
  content: "";
}

/**
 * 25%-Teaser
 */
DIV.cssTeaser25 {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  width: auto;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser25 {
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  DIV.cssTeaser25.cssTeaserSmall100 {
    border-bottom: 1px solid #e0e0e0;
  }
  DIV.cssTeaser25.cssTeaserSmall100:last-of-type {
    border-bottom: none;
  }
}

@media print, screen and (min-width: 40em) {
  DIV.cssTeaser25:nth-child(4n+1):nth-last-child(-n+4),
DIV.cssTeaser25:nth-child(4n+1):nth-last-child(-n+4) ~ DIV {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.css25Large_50Medium_100Small DIV.cssTeaser25:nth-child(4n+1):nth-last-child(-n+4),
DIV.css25Large_50Medium_100Small DIV.cssTeaser25:nth-child(4n+1):nth-last-child(-n+4) ~ DIV {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  DIV.css25Large_50Medium_100Small DIV.cssTeaser25:nth-child(2n+1):nth-last-child(-n+2),
DIV.css25Large_50Medium_100Small DIV.cssTeaser25:nth-child(2n+1):nth-last-child(-n+2) ~ DIV {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser25:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
DIV.cssTeaser25 A.cssTeaserImage {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
}

DIV.cssTeaser25 A.cssTeaserImage:hover {
  background-color: #f5f6f7;
}

DIV.cssTeaser25 A.cssTeaserImage IMG {
  object-fit: cover;
  object-position: center center;
  max-height: inherit;
  max-width: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "object-fit: cover; object-position: center center;";
}

DIV.cssTeaser25 A.cssTeaserImage IMG.cssCenterImage {
  display: block;
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

DIV.cssTeaser25 A.cssTeaserImage:hover IMG {
  opacity: 0.2;
}

DIV.cssTeaser25 A.cssTeaserText {
  display: block;
  overflow: hidden;
  padding: 0.9375rem 0 0 0;
}
@media screen and (max-width: 63.9375em) {
  DIV.cssTeaser25 A.cssTeaserText {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser25 A.cssTeaserText {
    padding-top: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  DIV.cssTeaser25.cssTeaserSmall100 A.cssTeaserText {
    padding-top: 0;
    line-height: 1.4;
  }
}

DIV.cssTeaser25 P.cssContentHeadline.cssTeaserHeadline {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: none;
}

/**
 * Teaser fuer Ideen finden
 */
DIV.cssTeaser.cssTeaserInspiration {
  margin: 0 0 1.5625rem 0;
  border: 0.0625rem solid #e0e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #fff;
}

DIV.cssTeaser.cssTeaserInspiration DIV.allTeaserImage {
  position: relative;
  background-color: #f5f6f7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

DIV.cssTeaser.cssTeaserInspiration DIV.allTeaserImage A {
  display: block;
  border: 0.3125rem solid #fff;
  border-bottom: none;
  position: relative;
}

DIV.cssTeaser.cssTeaserInspiration DIV.allTeaserImage IMG {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

DIV.cssTeaser.cssTeaserInspiration DIV.allTeaserImage A:hover IMG {
  opacity: 0.2;
}

DIV.cssTeaser.cssTeaserInspiration DIV.cssTeaserImageDescriptionArea {
  overflow: hidden;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
}

DIV.cssTeaser.cssTeaserInspiration DIV.cssTeaserImageDescriptionArea.cssEmpty {
  padding: 0.3125rem 0 0 0;
}

DIV.cssTeaser.cssTeaserInspiration DIV.cssTeaserImageDescriptionArea A {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1.3;
  max-height: 2.3125rem;
  display: block;
  overflow: hidden;
}

DIV.cssTeaser.cssTeaserInspiration DIV.cssTeaserImageDescriptionArea A:hover {
  color: #303030;
}

/**
 * zugeklappte Teaser-Reihen
 */
DIV.allMultiRowTeaserArea.close DIV.cssTeaser25,
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33 {
  display: none;
}

DIV.allMultiRowTeaserArea.close DIV.cssTeaser25:nth-child(-n+4),
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33:nth-child(-n+3) {
  display: block;
}

@media print, screen and (min-width: 64em) {
  DIV.allMultiRowTeaserArea.close DIV.cssTeaser25:nth-child(-n+4),
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33.cssTeaser33Image:nth-child(-n+3),
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33.cssTeaser33Text:nth-child(-n+3) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.allMultiRowTeaserArea.close DIV.cssTeaser25:nth-child(-n+4),
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33.cssTeaser33Image:nth-child(-n+3),
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33.cssTeaser33Text:nth-child(3) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  DIV.allMultiRowTeaserArea.close DIV.css25Large_50Medium_100Small DIV.cssTeaser25 {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  DIV.allMultiRowTeaserArea.close DIV.css25Large_50Medium_100Small DIV.cssTeaser25:nth-child(3),
DIV.allMultiRowTeaserArea.close DIV.css25Large_50Medium_100Small DIV.cssTeaser25:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.allMultiRowTeaserArea.close DIV.cssTeaser25,
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33 {
    margin-bottom: 0.9375rem;
  }

  DIV.allMultiRowTeaserArea.close DIV.cssTeaser25:nth-child(4),
DIV.allMultiRowTeaserArea.close DIV.cssTeaser33:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
DIV.allMultiRowTeaserArea A.cssShowAllTeaserRowsBottom {
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.allMultiRowTeaserArea A.cssShowAllTeaserRowsBottom {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.allMultiRowTeaserArea A.cssShowAllTeaserRowsBottom {
    margin-top: 1.25rem;
  }
}

/**
 * Stylesheet fuer die Formulare
 */
SPAN.timeEntry_append {
  position: absolute;
  right: 25px;
  top: 33px;
  opacity: 0.5;
}

DIV#cssFormular {
  position: relative;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
select,
textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5625rem 0.625rem;
  margin-bottom: 0.9375rem;
  height: auto;
  line-height: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.25rem;
}

DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=text],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=password],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=date],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=datetime],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=datetime-local],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=month],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=week],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=email],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=number],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=search],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=tel],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=time],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=url],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea input[type=color],
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea select,
DIV.cssContentArea DIV.cssContentAndToolColumnArea DIV.cssToolColumnArea textarea {
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}

DIV#cssFormular INPUT[type=checkbox] + LABEL,
DIV#cssFormular INPUT[type=radio] + LABEL {
  margin-left: 0.625rem;
  vertical-align: top;
}

DIV#cssFormular .cssFormularHeadlineWithSpacing {
  margin-bottom: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssFormular .cssFormularHeadlineWithSpacing {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFormular .cssFormularHeadlineWithSpacing {
    margin-top: 1.5625rem;
  }
}

DIV#cssFormular .cssWithSpacingTop {
  margin-top: 2.5rem;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFormular .cssWithSpacingTop {
    margin-top: 1.5625rem;
  }
}

DIV#cssFormular .cssWithSpacingBottom {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFormular .cssWithSpacingBottom {
    margin-bottom: 1.875rem;
  }
}

DIV#cssFormular LABEL[for=wishNewsletter] {
  width: calc(100% - 40px);
  padding: 0 0 0 0.3125rem;
}

DIV#cssFormular SPAN.cssFormCheckboxIsRequired {
  position: absolute;
  left: 1rem;
  top: -0.4375rem;
}

DIV#cssFormular DIV.cssSubmitButtonArea {
  margin-top: 1.25rem;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFormular DIV.cssSubmitButtonArea {
    margin-top: 0;
  }
}

P#cssFormularMandatoryField,
P.cssFormularMandatoryField {
  font-size: 0.875rem;
  padding-top: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  P#cssFormularMandatoryField,
P.cssFormularMandatoryField {
    margin-bottom: 0.625rem;
  }
}

DIV.cssInputTime {
  position: relative;
}

/**
 * Fehlermeldungen
 */
.error input, .error textarea, .error select {
  margin-bottom: 0 !important;
}

.error label, .error label.error {
  color: #c42e2e;
}

span.error, small.error {
  margin-bottom: 0.9375rem !important;
  font-size: 0.75rem;
  background-color: #c42e2e;
  color: #fff;
  margin-top: -1px;
  padding: 0.625rem;
  display: block;
}

span.error.cssWithSpacingTop, small.error.cssWithSpacingTop {
  margin-top: 0.9375rem !important;
}

FORM .error INPUT {
  color: #c42e2e;
}

DIV.cssFormErrorArea {
  background-color: #fff;
  border: 0.0625rem solid #c42e2e;
  padding: 0.625rem;
  margin: 0 0 1.5625rem 0;
}
@media screen and (max-width: 39.9375em) {
  DIV.cssFormErrorArea {
    margin-bottom: 1.25rem;
  }
}

DIV.cssFormErrorArea SPAN.cssIcon {
  display: block;
  float: left;
  width: 32px;
  height: 28px;
  margin: 0.25rem 0 0 0;
  background: transparent url("/img/layout/websprite.png") no-repeat -103px -187px;
}

DIV.cssFormErrorArea P.cssFormErrorText {
  display: block;
  float: left;
  font-size: 1rem;
  width: calc(100% - 35px);
  padding: 0.3125rem 0 0 0.625rem;
}

DIV.cssFormErrorArea P.cssFormErrorText SPAN {
  color: #c42e2e;
}

/**
 * Einwilligungserklaerung
 */
DIV#cssFormular DIV#cssFormularConsentdeclarationArea {
  font-size: 1rem;
  display: block;
  overflow: hidden;
  margin: 2.5rem 0 0 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssFormular DIV#cssFormularConsentdeclarationArea {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFormular DIV#cssFormularConsentdeclarationArea {
    margin-top: 1.25rem;
  }
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea.cssFormularConsentdeclarationAreaWithCheckbox {
  margin: 0.9375rem 0 0 0;
  position: relative;
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea.cssFormularConsentdeclarationAreaWithCheckbox.error {
  color: #c42e2e !important;
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea.cssFormularConsentdeclarationAreaWithCheckbox INPUT#consentdeclaration {
  float: left;
  margin-right: 0.9375rem;
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea.cssFormularConsentdeclarationAreaWithCheckbox .XContent {
  padding: 0;
  margin: -0.3125rem 0 0 0;
  float: left;
  width: calc(100% - 35px);
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea .XContent > .cssBody:last-of-type {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssFormular DIV#cssFormularConsentdeclarationArea .XContent > .cssBody:last-of-type {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFormular DIV#cssFormularConsentdeclarationArea .XContent > .cssBody:last-of-type {
    margin-bottom: 0.9375rem;
  }
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea .XContent DIV.cssSection {
  margin-bottom: 0.3125rem;
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea .XContent P {
  font-size: 0.875rem !important;
}

DIV#cssFormular DIV#cssFormularConsentdeclarationArea.cssFormularConsentdeclarationAreaWithCheckbox.error .XContent,
DIV#cssFormular DIV#cssFormularConsentdeclarationArea.cssFormularConsentdeclarationAreaWithCheckbox.error .XContent P,
DIV#cssFormular DIV#cssFormularConsentdeclarationArea.cssFormularConsentdeclarationAreaWithCheckbox.error .XContent A {
  color: #c42e2e !important;
}

/**
 * Hinweis und Tooltip
 */
DIV#cssFormular SPAN.cssHintIcon {
  margin: 0 0 0 0.625rem;
  line-height: 1.0625rem;
  padding: 0 1.0625rem 0 0;
  background: transparent url("/img/layout/websprite.png") no-repeat -318px -36px;
}

.allHintToolTipWithArrow.ui-tooltip {
  background: #f5f6f7;
  font-family: "Nunito Sans", Arial, ​ Verdana, ​ Helvetica, ​ Tahoma, ​ sans-serif;
  font-size: 0.875rem;
  color: #303030;
  border: none;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.allHintToolTipWithArrow.ui-tooltip .ui-tooltip-content {
  position: relative;
  padding: 0.75rem;
}

.allHintToolTipWithArrow.ui-tooltip .ui-tooltip-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.allHintToolTipWithArrow.bottom .ui-tooltip-content::after {
  bottom: -0.625rem;
  left: 4.5rem;
  border-color: #e0e0e0 transparent;
  border-width: 0.625rem 0.625rem 0;
}

.allHintToolTipWithArrow.top .ui-tooltip-content::after {
  top: -0.625rem;
  left: 4.5rem;
  border-color: #e0e0e0 transparent;
  border-width: 0 0.625rem 0.625rem;
}

.allHintToolTipWithArrow.left .ui-tooltip-content::after {
  top: 0.875rem;
  left: -0.625rem;
  border-color: transparent #e0e0e0;
  border-width: 0.625rem 0.625rem 0.625rem 0;
}

.allHintToolTipWithArrow.right .ui-tooltip-content::after {
  top: 0.875rem;
  right: -0.625rem;
  border-color: transparent #e0e0e0;
  border-width: 0.625rem 0 0.625rem 0.625rem;
}

DIV.cssrReCaptchaArea {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV.cssrReCaptchaArea {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV.cssrReCaptchaArea {
    margin-bottom: 1.25rem;
  }
}

/**
 * Stylesheet fuer die ZoomGalerie
 */
DIV.allZoomGalleryImageArea {
  position: relative;
}

DIV.cssPrologCover A.cssZoomIconTopArea {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 3;
  width: 4.125rem;
  height: 4.125rem;
  background: rgba(112, 121, 131, 0.7);
}

DIV.cssPrologCover A.cssZoomIconTopArea SPAN.cssIcon {
  position: absolute;
  left: 0.875rem;
  top: 1.0625rem;
  width: 40px;
  height: 32px;
  z-index: 3;
  background: transparent url("/img/layout/websprite.png") no-repeat -15px -368px;
}

DIV.cssPrologCover A.cssZoomIconTopArea SPAN.cssText {
  overflow: hidden;
  z-index: 3;
  position: absolute;
  left: 1rem;
  top: 1.4375rem;
  width: 32px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

DIV.allZoomGalleryImageArea A.allZoomGalleryImage {
  display: block;
}

DIV.allZoomGalleryImageArea IMG {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

DIV.allZoomGalleryImageArea SPAN.cssCopyright {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #303030;
  z-index: 3;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
  background: rgba(245, 246, 247, 0.8);
}
@media screen and (max-width: 63.9375em) {
  DIV.allZoomGalleryImageArea SPAN.cssCopyright {
    display: none;
  }
}

DIV.allZoomGalleryImageArea SPAN.cssCopyright SPAN.cssCopyrightText {
  display: none;
  color: #303030;
}

DIV.allZoomGalleryImageArea SPAN.cssZoomIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.75rem 0 0 -0.75rem;
  z-index: 3;
  line-height: 1em;
  font-size: 1.5rem;
  color: #303030;
  display: none;
}

DIV.allZoomGalleryImageArea.allHover {
  background-color: #f5f6f7;
}

DIV.allZoomGalleryImageArea.allHover IMG {
  opacity: 0.2;
}

DIV.allZoomGalleryImageArea.allHover SPAN.cssCopyright {
  background: transparent;
}

DIV.allZoomGalleryImageArea.allHover SPAN.cssCopyright SPAN.cssCopyrightIcon {
  display: none;
}

@media print, screen and (min-width: 64em) {
  DIV.allZoomGalleryImageArea.allHover SPAN.cssCopyright SPAN.cssCopyrightText {
    display: inline;
  }
}
DIV.allZoomGalleryImageArea.allHover SPAN.cssZoomIcon {
  display: block;
}

/**
 * Stylesheet fuer das Keyvisual
 */
div.cssToolColumnArea span.cssPresentedBy,
div.cssFullContentArea > a.cssToolColumnPremium span.cssPresentedBy {
  color: #6e6e6e;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
  display: block;
}
div.cssToolColumnArea a.cssToolColumnPremium:hover,
div.cssFullContentArea > a.cssToolColumnPremium a.cssToolColumnPremium:hover {
  text-decoration: none;
}

DIV#cssFirmObjects DIV.cssToolColumnArea A.cssProducerLogo SPAN.cssPremiumFlag,
DIV#allZoomPage DIV#cssZoomPageContent DIV.cssZoomPageDescriptionColumn DIV#allZoomPageLogo SPAN.cssPremiumFlag,
DIV#allZoomPage DIV#cssZoomPageContent DIV.cssZoomPageDescriptionColumn DIV#allZoomPagePremiumLogo SPAN.cssPremiumFlag {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  color: white;
  text-transform: uppercase;
  background-color: #783268;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

DIV#allZoomPage DIV#cssZoomPageContent DIV.cssZoomPageDescriptionColumn DIV#allZoomPagePremiumLogo SPAN.cssPremiumFlag {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  color: white;
  text-transform: uppercase;
  background-color: #783268;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

DIV#cssProducts DIV#cssProductCustommersArea A.cssTeaserImage span.cssPremiumFlag {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  text-align: center;
  right: 0;
  color: white;
  text-transform: uppercase;
  background-color: #783268;
  padding: 2px 10px;
  font-size: 11px;
  letter-spacing: 1px;
}

DIV#cssSearch DIV#allSearchProducer DIV.cssTeaser25 A.cssTeaserImage span.cssPremiumFlag {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  text-align: center;
  right: 0;
  color: white;
  text-transform: uppercase;
  background-color: #783268;
  padding: 2px 10px;
  font-size: 11px;
  letter-spacing: 1px;
}

DIV.cssTeaser100 DIV.cssTeaserText A span.cssPremiumFlag {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  text-align: center;
  right: 0;
  color: white;
  text-transform: uppercase;
  background-color: #783268;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

DIV.css100Large21x9_100Small21x9Sponsoring DIV.cssTeaserText span.cssPremiumFlag {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: auto;
  display: block;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background-color: #783268;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

/**
 * Stylesheet fuer die Newsletterbestellung
 */
DIV.cssNewsletterQuickOrder {
  background-color: #fff;
  padding: 0 15.625rem;
  position: relative;
  overflow: hidden;
}

DIV.cssToolColumnArea DIV.cssNewsletterQuickOrder {
  padding: 0;
}

DIV.cssNewsletterQuickOrder FORM {
  background-color: transparent;
  position: relative;
  z-index: 2;
}

DIV.cssNewsletterQuickOrder DIV.cssNewsletterQuickOrderFeedback {
  background-color: transparent;
  position: relative;
  z-index: 2;
}

DIV.cssNewsletterQuickOrder P.cssNewsletterQuickOrderHeadline {
  font-size: 1.25rem;
  line-height: 1.3;
}

DIV.cssNewsletterQuickOrder P.cssNewsletterQuickOrderSubHeadline {
  margin: 0 0 0.9375rem 0;
}

DIV.cssNewsletterQuickOrder DIV.cssNewsletterQuickOrderFeedback P.cssNewsletterQuickOrderSubHeadline {
  margin: 0 0 0 0 !important;
}

/**
 * fuer den Footer
 */
DIV#cssFooterRowNewsletterOrder {
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

DIV#cssFooterRowNewsletterOrder DIV.cssContentArea {
  max-width: 100%;
}

DIV#cssFooterRowNewsletterOrder DIV.cssNewsletterQuickOrder {
  padding: 3.125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssFooterRowNewsletterOrder DIV.cssNewsletterQuickOrder {
    padding: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFooterRowNewsletterOrder DIV.cssNewsletterQuickOrder {
    padding: 0.9375rem;
  }
}

DIV#cssFooterRowNewsletterOrder DIV.cssNewsletterQuickOrder DIV.auto.cell {
  padding: 0;
}

DIV#cssFooterRowNewsletterOrder DIV.cssNewsletterQuickOrder P.cssText {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0.9375rem 0 1.875rem 0;
}

DIV#cssFooterRowNewsletterOrder DIV.cssNewsletterQuickOrder A.allSubmitForm {
  min-width: inherit;
  border: 1px solid #853e74;
}
@media screen and (max-width: 39.9375em) {
  DIV#cssFooterRowNewsletterOrder DIV.cssNewsletterQuickOrder A.allSubmitForm SPAN.cssSpriteIcon {
    margin-left: 0;
    margin-right: 0;
  }
}

/**
 * fuer die Toolspalte
 */
DIV.cssToolColumnArea DIV.cssNewsletterQuickOrder {
  padding: 0;
}

DIV.cssToolColumnArea DIV.cssNewsletterQuickOrder P.cssText {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0 0 1.25rem 0;
}

/**
 * Stylesheet fuer Fixes, die HotJar betreffen
 */
div._hj-widget-container button {
  min-width: unset;
}

/**
 * Stylesheet fuer magnific-popup
 */
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
.mfp-headline {
  cursor: auto;
  left: 0;
  top: 0.5rem;
  position: absolute;
  width: 100%;
  text-align: left;
  color: #6e6e6e;
  line-height: 1.2em;
  white-space: nowrap;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1.875rem;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(237, 239, 240, 0.95);
}

.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 2.8125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.mfp-container BUTTON {
  min-width: 0;
}

.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: auto;
  cursor: auto;
}

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none;
}

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

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

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

.mfp-preloader a {
  color: #6e6e6e;
}

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

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

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

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

button:hover,
button:focus {
  background-color: transparent;
  outline: 0;
}

.mfp-close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  color: #a2a2a2;
  background: transparent;
}

.mfp-close:before {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "bauemotion-icons", sans-serif;
  content: "";
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

.mfp-close:hover,
.mfp-close:focus {
  color: #303030 !important;
  outline: 0;
}

/*
.mfp-close:active {
    top: 1px;
}
*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: 0.3125rem;
  right: -0.125rem;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #6e6e6e;
  font-size: 0.875rem;
  line-height: 1.2em;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin: -2.3125rem 0 0;
  padding: 1.25rem 0.3125rem !important;
  display: block;
  color: #f5f6f7;
  font-size: 2.375rem;
  font-weight: 600;
  font-family: "bauemotion-icons", sans-serif;
  background: rgba(112, 121, 131, 0.7);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mfp-arrow-left,
.mfp-arrow-left:before {
  left: 0;
  content: "";
}

.mfp-arrow-right,
.mfp-arrow-right:before {
  right: 0;
  content: "";
}

/*
.mfp-arrow:active {
  margin-top: -54px;
}
*/
.mfp-arrow:hover {
  color: #f5f6f7;
  background: rgba(112, 121, 131, 0.9);
  outline: 0;
}

.mfp-arrow:focus {
  color: #f5f6f7;
  background: rgba(112, 121, 131, 0.7);
  outline: 0;
}

/*
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
*/
.mfp-iframe-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.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%;
  background: #303030;
}

.mfp-iframe-holder .mfp-close {
  top: -2.5rem;
}

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

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5rem;
  bottom: 2.5rem;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #6e6e6e;
}

.mfp-figure {
  line-height: 0;
}

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

.mfp-title {
  text-align: left;
  font-size: 1rem;
  line-height: 1.2em;
  color: #6e6e6e;
  word-wrap: break-word;
  padding-right: 2.25rem;
}

.mfp-figure small {
  color: #6e6e6e;
  display: block;
  font-size: 0.875rem;
}

.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;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(112, 121, 131, 0.7);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 0.3125rem;
    top: 0.1875rem;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(112, 121, 131, 0.7);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3125rem;
  }
}
@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: 0.375rem;
    padding-right: 0.375rem;
  }
}

/*# sourceMappingURL=app.css.map */
@charset "UTF-8";
/* ==================================================================================== */
/**
 * Datei:               styles.xcontent.scss
 * Erstellt von:        gero.meissner@heinze.de
 * Geaendert am:        25. Januar 2018
 * Beschreibung:        SCSS-Stylesheet zur Gestaltung von Dokumentinhalten
 *
 * @link                http://www.heinze.de/stylesheets/
 * @package             XContent@be.convert
 * @copyright           Copyright 2015-2017 Heinze GmbH, 29219 Celle, DE
 */
/* ==================================================================================== */
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
/* ================================================================================== */
/**
 * Elemente
 *
 * @section element-defaults
 */
/* ================================================================================== */
.XContent IMG {
  border-width: 0;
}

/* ================================================================================== */
/**
 * Tabellen
 *
 * @section tables
 */
/* ================================================================================== */
.XContent .cssTableContainer table p {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssTableContainer table p {
    line-height: 1.3;
  }
}

.XContent table.cssGridNone {
  margin-bottom: 0;
}
.XContent table.cssGridNone thead, .XContent table.cssGridNone tbody, .XContent table.cssGridNone tfoot {
  border: none;
  background: transparent;
}
.XContent table.cssGridNone tbody tr {
  background: transparent !important;
}
.XContent table.cssGridNone tbody tr td {
  padding: 0;
}

/* ================================================================================== */
/**
 * Listen
 *
 * @section lists
 */
/* ================================================================================== */
.XContent DL.cssList,
.XContent DL.cssSubList,
.XContent DL.cssNumList,
.XContent DL.cssNumSubList {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent DL.cssList,
.XContent DL.cssSubList,
.XContent DL.cssNumList,
.XContent DL.cssNumSubList {
    padding: 0 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent DL.cssList,
.XContent DL.cssSubList,
.XContent DL.cssNumList,
.XContent DL.cssNumSubList {
    padding: 0 0.9375rem;
  }
}

.XContent DL.cssList,
.XContent DL.cssNumList {
  margin-bottom: 1.5625rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 39.9375em) {
  .XContent DL.cssList,
.XContent DL.cssNumList {
    margin-bottom: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.XContent DL.cssList:first-child,
.XContent DL.cssNumList:first-child {
  margin-top: 0;
}

.XContent DL.cssSubList,
.XContent DL.cssNumSubList {
  margin-bottom: 0;
  margin-top: 0.625rem;
}

.XContent DL.cssList DT,
.XContent DL.cssSubList DT,
.XContent DL.cssNumList DT,
.XContent DL.cssNumSubList DT {
  clear: left;
  color: #d6d6d6;
  float: left;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  width: 1.5625rem;
}

.XContent DL.cssNumList DT,
.XContent DL.cssNumSubList DT {
  font-size: 1rem;
  margin-top: 0.25rem;
  width: 1.5625rem;
}

.XContent DL.cssNumList DT,
.XContent DL.cssList DL.cssNumSubList DT,
.XContent DL.cssNumList DL.cssNumSubList DT {
  text-align: left;
}

.XContent DL.cssList DT,
.XContent DL.cssList DL.cssSubList DT,
.XContent DL.cssNumList DL.cssSubList DT {
  text-align: left;
}

.XContent DL.cssList DD,
.XContent DL.cssSubList DD,
.XContent DL.cssNumList DD,
.XContent DL.cssNumSubList DD {
  margin: 0;
  min-height: 1em;
  padding: 0 0 0.9375rem 1.5625rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent DL.cssList DD,
.XContent DL.cssSubList DD,
.XContent DL.cssNumList DD,
.XContent DL.cssNumSubList DD {
    padding: 0 0 0.625rem 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent DL.cssList DD,
.XContent DL.cssSubList DD,
.XContent DL.cssNumList DD,
.XContent DL.cssNumSubList DD {
    padding: 0 0 0.625rem 1.5625rem;
  }
}

.XContent DL.cssList DD > P,
.XContent DL.cssSubList DD > P,
.XContent DL.cssNumList DD > P,
.XContent DL.cssNumSubList DD > P {
  margin-bottom: 0;
}

.XContent DL.cssList DD > P + P,
.XContent DL.cssSubList DD > P + P,
.XContent DL.cssNumList DD > P + P,
.XContent DL.cssNumSubList DD > P + P {
  margin-top: 0.625rem;
}

.XContent DL.cssList.cssItemLast,
.XContent DL.cssList .cssItemLast,
.XContent DL.cssNumList.cssItemLast,
.XContent DL.cssNumList .cssItemLast {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ================================================================================== */
/**
 * Abbildungen und Symbole
 *
 * @section images, icons, qbullets
 */
/* ================================================================================== */
.XContent IMG.cssImage {
  display: block;
}

.XContent IMG.cssImageDummy {
  border: 0.0625rem solid #c42e2e;
}

.XContent IMG.cssImageZoom {
  cursor: pointer;
  display: block;
}

.XContent .cssImageBox {
  border: 0.0625rem solid #e0e0e0;
}

.XContent .cssImageBox IMG.cssImage {
  margin: 0 auto;
}

.XContent .cssImageBox IMG.cssImage.cssSmallSize {
  padding: 1.5625rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssImageBox IMG.cssImage.cssSmallSize {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssImageBox IMG.cssImage.cssSmallSize {
    padding: 0.625rem;
  }
}

/* ================================================================================== */
/**
 * Layout: IFrame
 *
 * @section layout:iframe
 */
/* ================================================================================== */
.XContent .cssIFrameBox {
  position: relative;
}

.XContent .cssIFrameBox IFRAME {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ================================================================================== */
/**
 * Layout: Blockelemente
 *
 * @section layout:blocks
 */
/* ================================================================================== */
.XContent .cssBlockCenter {
  margin: 0 auto 1.875rem auto;
}
@media screen and (min-width: 90em) {
  .XContent .cssBlockCenter {
    margin-bottom: 2.5rem;
  }
}

.XContent .cssBlockLeft {
  border-width: 0;
  display: inline;
  float: left;
}

.XContent .cssBlockRight {
  border-width: 0;
  display: inline;
  float: right;
}

.XContent .cssBlockZoom {
  display: none;
}

.cssBlockDescription {
  margin: 0.625rem 0 0;
}

.cssBlockZoom P {
  margin-top: 1.875rem;
}

/* ================================================================================== */
/**
 * Layout: Fliessende Elemente
 *
 * @section layout:floats
 */
/* ================================================================================== */
.XContent .cssFloatBox,
.XContent .cssGridBox {
  overflow: hidden;
  width: 100%;
  margin: 0 0 1.875rem;
}
@media screen and (min-width: 90em) {
  .XContent .cssFloatBox,
.XContent .cssGridBox {
    margin-bottom: 2.5rem;
  }
}

.XContent .cssFloatLeft {
  border-width: 0;
  display: inline;
  float: left;
  margin: 0 0 1.875rem;
}

.XContent .cssFloatRight {
  border-width: 0;
  display: inline;
  float: right;
  margin: 0 0 1.875rem;
}

.XContent .cssFloatBox.cssItemLast,
.XContent .cssFloatLeft.cssItemLast,
.XContent .cssFloatRight.cssItemLast,
.XContent .cssGridBox.cssItemLast {
  margin-bottom: 0;
}

.XContent .cssFloatBox .cssBlockDescription {
  float: left;
  width: 100%;
}

.XContent .cssFloatBox .cssBlockDescriptionColumn {
  display: table;
  overflow: auto;
}

.XContent .cssFloatClear {
  clear: both;
}

/* ================================================================================== */
/**
 * Prolog
 *
 * @section prologue
 */
/* ================================================================================== */
.XContent .cssProlog {
  margin-top: 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssProlog {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssProlog {
    margin-top: 0.9375rem;
  }
}

.XContent .cssPrologAdPartner {
  border-bottom: 0.0625rem solid #e0e0e0;
  border-top: 0.0625rem solid #e0e0e0;
  margin: 1.875rem -3.125rem 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssPrologAdPartner {
    margin: 1.875rem -1.5625rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssPrologAdPartner {
    margin: 1.25rem -0.9375rem 0;
  }
}

.XContent .cssPrologBody .cssIntro {
  font-weight: 600;
}

.XContent .cssPrologCover {
  margin: 3.125rem auto 0;
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssPrologCover {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssPrologCover {
    margin-top: 0.9375rem;
  }
}

/* ================================================================================== */
/**
 * Abschnitte, Absaetze, Paragraphen
 *
 * @section paragraphs
 */
/* ================================================================================== */
.XContent *.cssHidden {
  display: none;
}

.XContent > .cssBody {
  margin-top: 1.5625rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .XContent > .cssBody {
    margin-top: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .XContent > .cssBody {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .XContent > .cssBody {
    margin-bottom: 2.5rem;
  }
}

.XContent > .cssBody:first-child {
  margin-top: 0;
}

.XContent .cssSection {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssSection {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssSection {
    margin-bottom: 1.5625rem;
  }
}

.XContent .cssSection:first-child {
  margin-top: 0;
}

.XContent .cssSectionBody {
  margin-top: 3.125rem;
}

.XContent .cssSectionBody:first-child {
  margin-top: 0;
}

.XContent .cssSectionBody > DIV[class],
.XContent .cssItemCenter .cssSectionBody > DIV[class],
.XContent .cssItemRight .cssSectionBody > DIV[class] {
  width: 100%;
}

.XContent P,
.XContent .cssSectionBody > .cssImageBox,
.XContent .cssSectionBody > .cssFactBox {
  margin: 0 0 1.5625rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent P,
.XContent .cssSectionBody > .cssImageBox,
.XContent .cssSectionBody > .cssFactBox {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent P,
.XContent .cssSectionBody > .cssImageBox,
.XContent .cssSectionBody > .cssFactBox {
    margin-bottom: 0.9375rem;
  }
}

.XContent *.cssItemLast,
.XContent .cssSectionBody > .cssImageBox:last-child,
.XContent .cssSectionBody > .cssFactBox:last-child {
  margin-bottom: 0;
}

/* ================================================================================== */
/**
 * Titel, Bezeichnungen, Ueberschriften
 *
 * @section title, headlines
 */
/* ================================================================================== */
.XContent .cssFactBox > H2 {
  background-color: #e3e6e8;
  border-left: 0.0625rem solid #e0e0e0;
  border-right: 0.0625rem solid #e0e0e0;
  border-top: 0.0625rem solid #e0e0e0;
  font-size: 1.25rem;
  margin: 0;
  padding: 1.5625rem 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssFactBox > H2 {
    padding: 0.9375rem 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssFactBox > H2 {
    padding: 0.625rem 0.9375rem;
  }
}

.XContent .cssSectionBody > H2 {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssSectionBody > H2 {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssSectionBody > H2 {
    margin-bottom: 0.625rem;
  }
}

.XContent H4.cssImageTitle,
.XContent H4.cssObjectTitle {
  display: none;
}

.XContent H4.cssTableCaption {
  margin: 0 0 0.625rem;
}

.XContent SMALL.cssMediaTitle {
  display: block;
  font-size: 0.75rem;
  overflow: hidden;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .XContent SMALL.cssMediaTitle {
    margin-bottom: 0.9375rem;
    margin-top: 0.3125rem;
  }
}

.XContent SMALL.cssMediaTitle:last-child {
  margin-bottom: 0;
}

.XContent .cssSectionBody > SMALL.cssMediaTitle {
  margin-top: -0.625rem;
}

.XContent SMALL.cssMediaTitle[data-copyright=true] {
  font-style: italic;
}

.XContent SMALL.cssMediaTitle[data-copyright=true][data-copyright-symbol=true]:before {
  content: "©	";
}

.XContent SMALL.cssMediaTitle > .cssCopyright {
  font-style: italic;
}

.XContent SMALL.cssMediaTitle > .cssCopyright:not(:first-child):before {
  content: "	(";
}

.XContent SMALL.cssMediaTitle > .cssCopyright:not(:first-child):after {
  content: ")";
}

.XContent .cssSectionBody > SMALL.cssMediaTitle.cssObjectTitle {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssSectionBody > SMALL.cssMediaTitle.cssObjectTitle {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssSectionBody > SMALL.cssMediaTitle.cssObjectTitle {
    margin-top: 0.3125rem;
  }
}

/* ================================================================================== */
/**
 * Verweise
 *
 * @section links
 */
/* ================================================================================== */
.XContent A.cssLinkZoom {
  display: block;
  position: relative;
}

.XContent A.cssLinkZoom SPAN.cssIconZoom {
  background: url(/img/layout/websprite.png) no-repeat -98px -149px;
  bottom: 3px;
  cursor: pointer;
  display: block;
  height: 36px;
  position: absolute;
  right: 3px;
  width: 36px;
  z-index: 200;
}

.XContent span.cssInternalLink {
  white-space: nowrap;
}

.XContent A.cssLinkZoom SPAN.cssIconZoom IMG {
  background: url(/img/layout/websprite.png) no-repeat 0px -90px;
  height: 22px;
  left: 9px;
  position: absolute;
  top: 8px;
  width: 18px;
  z-index: 210;
}

.XContent a.cssLinkEnabled::before,
.XContent a.cssLink::before,
.XContent a[target=_self]::before {
  padding-right: 2px;
  font-family: "bauemotion-icons" !important;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.XContent span.cssKeyWordLink a::before {
  content: "";
}

/* ================================================================================== */
/**
 * Tooltips
 *
 * @section tooltips
 */
/* ================================================================================== */
DIV.cssToolTips H3 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

DIV.cssToolTips IMG {
  margin: 0 0 3px;
  padding: 0;
}

/* ================================================================================== */
/**
 * Faktenbox
 *
 * @section factbox
 */
/* ================================================================================== */
.XContent .cssFactBoxBody {
  background-color: #f5f6f7;
  border: 0.0625rem solid #e0e0e0;
  padding: 1.875rem 0;
}

.XContent .cssFactBoxBody > P,
.XContent .cssFactBoxBody > DL[class],
.XContent .cssFactBoxBody > DL[class] > DD {
  margin-bottom: 0;
  padding: 0 1.875rem 1.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssFactBoxBody > P,
.XContent .cssFactBoxBody > DL[class],
.XContent .cssFactBoxBody > DL[class] > DD {
    padding-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssFactBoxBody > P,
.XContent .cssFactBoxBody > DL[class],
.XContent .cssFactBoxBody > DL[class] > DD {
    padding-bottom: 1.25rem;
  }
}

.XContent .cssFactBoxBody > P.cssItemLast,
.XContent .cssFactBoxBody > DL[class].cssItemLast,
.XContent .cssFactBoxBody > DL[class] > DD.cssItemLast {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.XContent .cssFactBoxBody > DL[class] {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.XContent .cssFactBoxBody > DL[class] DL {
  padding-left: 0;
  padding-right: 0;
}

.XContent .cssFactBoxBody > DL[class] > DD {
  padding-left: 3.4375rem;
}

.XContent .cssFactBoxBody > DL[class] > DT {
  padding-left: 1.875rem;
}

/* ================================================================================== */
/**
 * Copyrights
 *
 * @section copyrights
 */
/* ================================================================================== */
.XContent .cssCopyrights {
  font-size: 0.75rem;
  font-style: italic;
  overflow: hidden;
  width: 100%;
  line-height: 1.4;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssCopyrights {
    margin-top: 0.3125rem;
    margin-bottom: 0.9375rem;
  }
}

.XContent .cssCopyrights:last-child {
  margin-bottom: 0;
}

.XContent .cssSectionBody > .cssCopyrights {
  margin-top: -0.625rem;
}

/* ================================================================================== */
/**
 * Videos
 *
 * @section video-content
 */
/* ================================================================================== */
.allVideo {
  background-color: #eeeeee;
  cursor: pointer;
  height: 100%;
  position: relative;
}

.allVideo > IMG.cssImagePlay {
  background: url(/img/layout/websprite.png) no-repeat 0px -150px;
  display: inline-block;
  height: 92px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 92px;
}

.allVideo > IMG.cssImagePoster {
  height: 100%;
  width: 100%;
}

.allVideoOverlay {
  display: none;
  position: relative;
  background: #303030;
  min-width: 37.5rem;
  margin: 0 auto;
  padding: 2.5rem;
}

.allVideoOverlay .mfp-close,
.allVideoOverlay .mfp-close-btn-in {
  color: #fff;
}

/*# sourceMappingURL=styles.xcontent.css.map */
/* ==================================================================================== */
/**
 * Datei:               styles.xtpl.scss
 * Erstellt von:        gero.meissner@heinze.de
 * Erstellt am:         01. Februar 2018
 * Beschreibung:        SCSS-Stylesheet zur Gestaltung von Dokumentinhalten mit Layout-
 *                      Vorlage
 *
 * @link                http://www.heinze.de/stylesheets/
 * @package             XContent@xtpl
 * @copyright           Copyright 2015-2017 Heinze GmbH, 29219 Celle, DE
 * @version             1.00.00
 * @lastmodified        2017-05-31
 *
 * Aenderungsprotokoll:
 */
/* ==================================================================================== */
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
/* ================================================================================== */
/**
 * Layout: Schablonen
 *
 * @section layout:templates
 */
/* ================================================================================== */
.XContent .cssXTplContainer {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssXTplContainer {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssXTplContainer {
    margin-bottom: 1.5625rem;
  }
}

.XContent .cssXTplContainer:first-child {
  margin-top: 0.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssXTplContainer:first-child {
    margin-top: 0.125rem;
  }
}

.XContent .cssXTplContainer.cssItemLast {
  margin-bottom: 0;
}

.XContent .cssXTplFieldSet {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.XContent .cssXTplField,
.XContent .cssXTplFieldContainer {
  float: left;
  overflow: hidden;
}

.XContent .cssXTplField,
.XContent .cssXTplFieldRight {
  position: relative;
}

.XContent .cssXTplFieldBottom {
  bottom: 0;
  position: absolute;
}

.XContent .cssXTplFieldRight {
  float: right;
  overflow: hidden;
}

.XContent .cssXTplFieldBottom.cssXTplField {
  left: 0;
  position: absolute;
}

.XContent .cssXTplFieldBottom.cssXTplFieldRight {
  position: absolute;
  right: 0;
}

.XContent .cssXTplFieldCenter {
  float: left;
  overflow: hidden;
  margin-left: 0.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssXTplFieldCenter {
    margin-left: 0.125rem;
  }
}

.XContent .cssXTplField IMG.cssImage,
.XContent .cssXTplFieldRight IMG.cssImage {
  max-width: 100%;
}

.XContent .cssXTplField .cssIFrameBox,
.XContent .cssXTplFieldRight .cssIFrameBox {
  height: 100%;
  width: 100%;
}

.XContent .cssXTplFieldA1,
.XContent .cssXTplFieldB1,
.XContent .cssXTplFieldC1,
.XContent .cssXTplFieldD1,
.XContent .cssXTplFieldE1 {
  height: 129px;
}

.XContent .cssXTplFieldA2,
.XContent .cssXTplFieldB2,
.XContent .cssXTplFieldC2,
.XContent .cssXTplFieldD2,
.XContent .cssXTplFieldE2 {
  height: 261px;
}

.XContent .cssXTplFieldA3,
.XContent .cssXTplFieldB3,
.XContent .cssXTplFieldC3,
.XContent .cssXTplFieldD3,
.XContent .cssXTplFieldE3 {
  height: 292px;
}

.XContent .cssXTplFieldA4,
.XContent .cssXTplFieldB4,
.XContent .cssXTplFieldC4,
.XContent .cssXTplFieldD4,
.XContent .cssXTplFieldE4 {
  height: 338px;
}

.XContent .cssXTplColumnA,
.XContent .cssXTplFieldA1,
.XContent .cssXTplFieldA2,
.XContent .cssXTplFieldA3,
.XContent .cssXTplFieldA4 {
  width: 141px;
}

.XContent .cssXTplColumnB,
.XContent .cssXTplFieldB1,
.XContent .cssXTplFieldB2,
.XContent .cssXTplFieldB3,
.XContent .cssXTplFieldB4 {
  width: 231px;
}

.XContent .cssXTplColumnC,
.XContent .cssXTplFieldC1,
.XContent .cssXTplFieldC2,
.XContent .cssXTplFieldC3,
.XContent .cssXTplFieldC4 {
  width: 375px;
}

.XContent .cssXTplColumnD,
.XContent .cssXTplFieldD1,
.XContent .cssXTplFieldD2,
.XContent .cssXTplFieldD3,
.XContent .cssXTplFieldD4 {
  width: 465px;
}

.XContent .cssXTplColumnE,
.XContent .cssXTplFieldE1,
.XContent .cssXTplFieldE2,
.XContent .cssXTplFieldE3,
.XContent .cssXTplFieldE4 {
  width: 100%;
}

.XContent .cssXTplMarginBottom {
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssXTplMarginBottom {
    margin-bottom: 0.125rem;
  }
}

.XContent .cssXTplUnrelated {
  overflow: hidden;
  width: 100%;
  margin: 3.125rem 0 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .XContent .cssXTplUnrelated {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .XContent .cssXTplUnrelated {
    margin-top: 0.9375rem;
  }
}

/* ================================================================================== */
/**
 * Copyrights
 *
 * @section copyrights
 */
/* ================================================================================== */
.XContent .cssXTplField > .cssCopyright,
.XContent .cssXTplFieldRight > .cssCopyright {
  background: rgba(245, 246, 247, 0.8);
  bottom: 0;
  color: #303030;
  font-size: 0.75rem;
  left: 0;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  z-index: 3;
}

.XContent .cssXTplField > .cssCopyright > .cssCopyrightText,
.XContent .cssXTplFieldRight > .cssCopyright > .cssCopyrightText {
  color: #303030;
  display: none;
}

.XContent .cssXTplField:hover > .cssCopyright > .cssCopyrightIcon,
.XContent .cssXTplFieldRight:hover > .cssCopyright > .cssCopyrightIcon {
  display: none;
}

.XContent .cssXTplField:hover > .cssCopyright > .cssCopyrightText,
.XContent .cssXTplFieldRight:hover > .cssCopyright > .cssCopyrightText {
  display: inline;
}

@media screen and (max-width: 89.9375em) {
  .XContent .cssXTplFieldA1,
.XContent .cssXTplFieldB1,
.XContent .cssXTplFieldC1,
.XContent .cssXTplFieldD1,
.XContent .cssXTplFieldE1 {
    height: auto;
  }

  .XContent .cssXTplFieldA2,
.XContent .cssXTplFieldB2,
.XContent .cssXTplFieldC2,
.XContent .cssXTplFieldD2,
.XContent .cssXTplFieldE2 {
    height: auto;
  }

  .XContent .cssXTplFieldA3,
.XContent .cssXTplFieldB3,
.XContent .cssXTplFieldC3,
.XContent .cssXTplFieldD3,
.XContent .cssXTplFieldE3 {
    height: auto;
  }

  .XContent .cssXTplFieldA4,
.XContent .cssXTplFieldB4,
.XContent .cssXTplFieldC4,
.XContent .cssXTplFieldD4,
.XContent .cssXTplFieldE4 {
    height: auto;
  }

  .XContent .cssXTplColumnA,
.XContent .cssXTplFieldA1,
.XContent .cssXTplFieldA2,
.XContent .cssXTplFieldA3,
.XContent .cssXTplFieldA4 {
    width: 23.23%;
  }

  .XContent .cssXTplColumnB,
.XContent .cssXTplFieldB1,
.XContent .cssXTplFieldB2,
.XContent .cssXTplFieldB3,
.XContent .cssXTplFieldB4 {
    width: 37.8766%;
  }

  .XContent .cssXTplColumnC,
.XContent .cssXTplFieldC1,
.XContent .cssXTplFieldC2,
.XContent .cssXTplFieldC3,
.XContent .cssXTplFieldC4 {
    width: 61.6138%;
  }

  .XContent .cssXTplColumnD,
.XContent .cssXTplFieldD1,
.XContent .cssXTplFieldD2,
.XContent .cssXTplFieldD3,
.XContent .cssXTplFieldD4 {
    width: 76.2603%;
  }

  .XContent .cssXTplFieldC1 .cssXTplFieldA1 {
    width: 37.7026%;
  }

  .XContent .cssXTplFieldC1 .cssXTplFieldB1 {
    width: 61.4742%;
  }

  .XContent .cssXTplFieldD1 .cssXTplFieldB1 {
    width: 49.6675%;
  }
}

/*# sourceMappingURL=styles.xtpl.css.map */
/*! jQuery UI - v1.12.1 - 2018-01-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityHeader=100&bgImgOpacityContent=100&bgImgOpacityDefault=100&bgImgOpacityHover=100&bgImgOpacityActive=100&bgImgOpacityHighlight=100&bgImgOpacityError=100&cornerRadiusShadow=3px&offsetLeftShadow=5px&offsetTopShadow=10px&thicknessShadow=15px&opacityShadow=2&bgImgOpacityShadow=2&bgTextureShadow=flat&bgColorShadow=%23000000&opacityOverlay=50&bgImgOpacityOverlay=20&bgTextureOverlay=flat&bgColorOverlay=%23000000&iconColorError=%23ffffff&fcError=%23ffffff&borderColorError=%23c42e2e&bgTextureError=flat&bgColorError=%23c42e2e&iconColorHighlight=%23ffffff&fcHighlight=%23ffffff&borderColorHighlight=%23d3d3d3&bgTextureHighlight=flat&bgColorHighlight=%23783268&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23d3d3d3&bgTextureActive=flat&bgColorActive=%23783268&iconColorHover=%23ffffff&fcHover=%23ffffff&borderColorHover=%23d3d3d3&bgTextureHover=flat&bgColorHover=%23783268&iconColorDefault=%23ffffff&fcDefault=%23ffffff&borderColorDefault=%23d3d3d3&bgTextureDefault=flat&bgColorDefault=%23783268&iconColorContent=%23333333&fcContent=%23333333&borderColorContent=%23d3d3d3&bgTextureContent=highlight_soft&bgColorContent=%23ffffff&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%23d3d3d3&bgTextureHeader=flat&bgColorHeader=%23f0f0f0&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=%22Frutiger%20Neue%20Book%22%2CArial%2C%E2%80%8BVerdana%2C%E2%80%8BHelvetica%2C%E2%80%8BTahoma%2C%E2%80%8Bsans-serif%3B
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #d3d3d3;
  background: #ffffff url("/img/jquery/ui-bg_highlight-soft_100_ffffff_1x100.png") 50% top repeat-x;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #d3d3d3;
  background: #f0f0f0;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #783268;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #d3d3d3;
  background: #783268;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #d3d3d3;
  background: #783268;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #d3d3d3;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #d3d3d3;
  background: #783268;
  color: #ffffff;
}

.ui-state-checked {
  border: 1px solid #d3d3d3;
  background: #783268;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #c42e2e;
  background: #c42e2e;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/img/jquery/ui-icons_333333_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/img/jquery/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/img/jquery/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/img/jquery/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/img/jquery/ui-icons_ffffff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/img/jquery/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/img/jquery/ui-icons_ffffff_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #000000;
  opacity: 0.97;
  filter: Alpha(Opacity=97);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 5px 10px 15px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 10px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 15px -5px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=jquery-ui.css.map */
@charset "UTF-8";
/**
 * Stylesheet fuer magnific-popup
 */
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
.mfp-headline {
  cursor: auto;
  left: 0;
  top: rem-calc(8);
  position: absolute;
  width: 100%;
  text-align: left;
  color: #6e6e6e;
  line-height: 1.2em;
  white-space: nowrap;
  font-size: rem-calc(16px);
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: rem-calc(30px);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(237, 239, 240, 0.95);
}

.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: rem-calc(0 45);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.mfp-container BUTTON {
  min-width: 0;
}

.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: auto;
  cursor: auto;
}

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none;
}

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

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

.mfp-preloader {
  color: #6e6e6e;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: rem-calc(8);
  right: rem-calc(8);
  z-index: 1044;
}

.mfp-preloader a {
  color: #6e6e6e;
}

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

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

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

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

button:hover,
button:focus {
  background-color: transparent;
  outline: 0;
}

.mfp-close {
  position: absolute;
  right: rem-calc(16);
  top: rem-calc(8);
  color: #a2a2a2;
  background: transparent;
}

.mfp-close:before {
  font-size: rem-calc(24px);
  font-weight: 600;
  font-family: "bauemotion-icons", sans-serif;
  content: "";
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

.mfp-close:hover,
.mfp-close:focus {
  color: #303030 !important;
  outline: 0;
}

/*
.mfp-close:active {
    top: 1px;
}
*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: rem-calc(5);
  right: rem-calc(-2);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #6e6e6e;
  font-size: rem-calc(14px);
  line-height: 1.2em;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin: rem-calc(-37) 0 0;
  padding: rem-calc(20px 5px) !important;
  display: block;
  color: #f5f6f7;
  font-size: rem-calc(38);
  font-weight: 600;
  font-family: "bauemotion-icons", sans-serif;
  background: rgba(112, 121, 131, 0.7);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mfp-arrow-left,
.mfp-arrow-left:before {
  left: rem-calc(0);
  content: "";
}

.mfp-arrow-right,
.mfp-arrow-right:before {
  right: rem-calc(0);
  content: "";
}

/*
.mfp-arrow:active {
  margin-top: -54px;
}
*/
.mfp-arrow:hover {
  color: #f5f6f7;
  background: rgba(112, 121, 131, 0.9);
  outline: 0;
}

.mfp-arrow:focus {
  color: #f5f6f7;
  background: rgba(112, 121, 131, 0.7);
  outline: 0;
}

/*
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
*/
.mfp-iframe-holder {
  padding-top: rem-calc(40);
  padding-bottom: rem-calc(40);
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: rem-calc(900);
}

.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%;
  background: #303030;
}

.mfp-iframe-holder .mfp-close {
  top: rem-calc(-40);
}

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

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: rem-calc(40);
  bottom: rem-calc(40);
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #6e6e6e;
}

.mfp-figure {
  line-height: 0;
}

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

.mfp-title {
  text-align: left;
  font-size: rem-calc(16px);
  line-height: 1.2em;
  color: #6e6e6e;
  word-wrap: break-word;
  padding-right: rem-calc(36);
}

.mfp-figure small {
  color: #6e6e6e;
  display: block;
  font-size: rem-calc(14px);
}

.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;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(112, 121, 131, 0.7);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: rem-calc(3 5);
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: rem-calc(5);
    top: rem-calc(3);
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(112, 121, 131, 0.7);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: rem-calc(5);
  }
}
@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: rem-calc(6);
    padding-right: rem-calc(6);
  }
}

/*# sourceMappingURL=magnificPopup.css.map */
