@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700);
/* ----------------------------------------
   BEGIN: base
*/
/* ----------------------------------------
  BEGIN: colors
*/
/*
  END: colors
  ---------------------------------------- */
/* ----------------------------------------
  BEGIN: fonts
*/
/* ----------------------------------------
   BEGIN: images
*/
/*
   END: images
   ---------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700);
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,
hgroup,
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:63.9375em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64em) and (max-width:90em)/";
  width: 64em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  font-size: 16px;
}

body {
  background: #fff;
  color: #000;
  cursor: auto;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.5rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

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

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

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

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

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

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

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

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

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

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

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

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

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

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

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

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

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

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

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

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

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

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

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

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

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

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

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

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

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

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

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

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

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

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

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

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

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

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

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

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

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

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

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

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

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

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

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

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

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

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

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

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

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

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

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

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

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

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Open Sans", "sans-serif";
  font-size: 13px;
  line-height: 18px;
}
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.datepicker table {
  border: 0;
  margin: 0;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker td.active.day {
  background: #2ba6cb;
}
.datepicker td.active.year {
  background: #2ba6cb;
}
.datepicker td.old {
  color: #999;
}
.datepicker td.new {
  color: #999;
}
.datepicker td span.active {
  background: #2ba6cb;
}
.datepicker td.day.disabled {
  color: #eee;
}
.datepicker th.active.day {
  background: #2ba6cb;
}
.datepicker th.active.year {
  background: #2ba6cb;
}
.datepicker th.date-switch {
  width: 145px;
}
.datepicker th span.active {
  background: #2ba6cb;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker-dropdown::before {
  display: none;
}

.datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td {
  background-color: transparent;
}
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 60rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  border-radius: 3px;
}
.reveal-modal.round {
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 60rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 60rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 60rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 60rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 60rem;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 60rem;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }

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

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

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64em) {
  .large-text-left {
    text-align: left !important;
  }

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

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

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }

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

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

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

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

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

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

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

thead.hide-for-touch {
  display: table-header-group !important;
}

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

tbody.hide-for-touch {
  display: table-row-group !important;
}

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

tr.hide-for-touch {
  display: table-row !important;
}

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

td.hide-for-touch {
  display: table-cell !important;
}

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

th.hide-for-touch {
  display: table-cell !important;
}

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

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

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

  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) ")";
  }

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

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

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

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

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

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

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

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

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

  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;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.no-scroll {
  overflow: hidden;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fl-clear {
  clear: both;
}

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

/* ----------------------------------------
   BEGIN: font helpers
*/
.font-white {
  color: #fff;
}

.font-small {
  font-size: 0.875rem;
}

.font-two {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.text-black {
  font-weight: 900;
}

.show-block {
  display: block;
}

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

/*
   END: font helpers
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: margin helpers
*/
.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.t-m10 {
  margin-top: 0.625rem;
}

.b-m10 {
  margin-bottom: 0.625rem;
}

.tb-m10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.l-m10 {
  margin-left: 0.625rem;
}

.r-m10 {
  margin-right: 0.625rem;
}

.t-m20 {
  margin-top: 1.25rem;
}

.b-m20 {
  margin-bottom: 1.25rem;
}

.l-m20 {
  margin-left: 1.25rem;
}

.r-m20 {
  margin-right: 1.25rem;
}

.tb-m20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.t-m40 {
  margin-top: 2.5rem;
}

.b-m40 {
  margin-bottom: 2.5rem;
}

.l-m40 {
  margin-left: 2.5rem;
}

.r-m40 {
  margin-right: 2.5rem;
}

.tb-m40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 40em) {
  .small-t-m10 {
    margin-top: 0.625rem;
  }

  .small-b-m10 {
    margin-bottom: 0.625rem;
  }

  .small-t-m20 {
    margin-top: 1.25rem;
  }

  .small-b-m20 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  .medium-t-m10 {
    margin-top: 0.625rem;
  }

  .medium-b-m10 {
    margin-bottom: 0.625rem;
  }

  .medium-t-m20 {
    margin-top: 1.25rem;
  }

  .medium-b-m20 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 90em) {
  .large-t-m10 {
    margin-top: 0.625rem;
  }

  .large-b-m10 {
    margin-bottom: 0.625rem;
  }

  .large-t-m20 {
    margin-top: 1.25rem;
  }

  .large-b-m20 {
    margin-bottom: 1.25rem;
  }
}
@media only screen {
  .small-up-t-m10 {
    margin-top: 0.625rem;
  }

  .small-up-b-m10 {
    margin-bottom: 0.625rem;
  }

  .small-up-t-m20 {
    margin-top: 1.25rem;
  }

  .small-up-b-m20 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-up-t-m10 {
    margin-top: 0.625rem;
  }

  .medium-up-b-m10 {
    margin-bottom: 0.625rem;
  }

  .medium-up-t-m20 {
    margin-top: 1.25rem;
  }

  .medium-up-b-m20 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .large-up-t-m10 {
    margin-top: 0.625rem;
  }

  .large-up-b-m10 {
    margin-bottom: 0.625rem;
  }

  .large-up-t-m20 {
    margin-top: 1.25rem;
  }

  .large-up-b-m20 {
    margin-bottom: 1.25rem;
  }

  .large-up-l-m30 {
    margin-left: 1.875rem;
  }

  .large-up-l-p30 {
    padding-left: 1.875rem;
  }

  .large-up-lr-m30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .large-up-lr-p30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/*
   END: margin helpers
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: alignment helpers
*/
.ta-left {
  text-align: left;
}

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

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

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

@media only screen and (max-width: 40em) {
  .small-center {
    text-align: center;
  }

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

  .small-right {
    text-align: right;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  .medium-center {
    text-align: center;
  }

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

  .medium-right {
    text-align: right;
  }
}
@media only screen and (min-width: 64em) and (max-width: 90em) {
  .large-center {
    text-align: center;
  }

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

  .large-right {
    text-align: right;
  }
}
@media only screen {
  .small-up-center {
    text-align: center;
  }

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

  .small-up-right {
    text-align: right;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-up-center {
    text-align: center;
  }

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

  .medium-up-right {
    text-align: right;
  }
}
@media only screen and (min-width: 64em) {
  .large-up-center {
    text-align: center;
  }

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

  .large-up-right {
    text-align: right;
  }
}
/*
   END: alignment helpers
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: transform helpers
*/
.tt-upper {
  text-transform: uppercase;
}

/*
   END: transform helpers
   ---------------------------------------- */
   /* ----------------------------------------
   BEGIN: transform helpers
*/
.fw-bold {
  font-weight: bold;
}

/*
   END: transform helpers
   ---------------------------------------- */
/* ----------------------------------------
  BEGIN: font sizes
*/
/*
  END: fonts
  ---------------------------------------- */
.icon, input[type="checkbox"]:checked:before, .std-link--themed:before, .sectionhead_header:before, .content-download_link:before, .speech, .teaser--video:after, .mediateaser_type, ul.social_list a.social_link:before, .quotes_text:before, .pagination .first, .pagination .previous, .pagination .next, .pagination .last, .glossar_letter:before, .ui-datepicker-next span, .ui-datepicker-prev span, .btn--calendar:before, .selected-day .date-more:before, .headercontact .headercontact_element:before, .fotorama__video-play, .contact_icon:before, .footer_iconlink, .mobile-nav__sublink:before, .mobile-nav__iconlink, .mobile-nav__userstate:before, .menutoggle .menutoggle__arrow, .mobile-nav__closer:before, .contactform_intro.success:before, .contactteam_icon:before, .accordion_header:before, .buildings_downloadtext:before, .voted:before, .search_header_form:after, .search_results_more:before, .table_direction:before, .splash-page-content .close-splash-page {
  background-image: url('../img/../img/sprite.png?1466411198');
}

.icon, input[type="checkbox"]:checked:before, .std-link--themed:before, .sectionhead_header:before, .content-download_link:before, .speech, .teaser--video:after, .mediateaser_type, ul.social_list a.social_link:before, .quotes_text:before, .pagination .first, .pagination .previous, .pagination .next, .pagination .last, .glossar_letter:before, .ui-datepicker-next span, .ui-datepicker-prev span, .btn--calendar:before, .selected-day .date-more:before, .headercontact .headercontact_element:before, .fotorama__video-play, .contact_icon:before, .footer_iconlink, .mobile-nav__sublink:before, .mobile-nav__iconlink, .mobile-nav__userstate:before, .menutoggle .menutoggle__arrow, .mobile-nav__closer:before, .contactform_intro.success:before, .contactteam_icon:before, .accordion_header:before, .buildings_downloadtext:before, .voted:before, .search_header_form:after, .search_results_more:before, .table_direction:before, .splash-page-content .close-splash-page {
  background-image: url('../img/../img/sprite.png?1466411198');
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .icon, input[type="checkbox"]:checked:before, .std-link--themed:before, .sectionhead_header:before, .content-download_link:before, .speech, .teaser--video:after, .mediateaser_type, ul.social_list a.social_link:before, .quotes_text:before, .pagination .first, .pagination .previous, .pagination .next, .pagination .last, .glossar_letter:before, .ui-datepicker-next span, .ui-datepicker-prev span, .btn--calendar:before, .selected-day .date-more:before, .headercontact .headercontact_element:before, .fotorama__video-play, .contact_icon:before, .footer_iconlink, .mobile-nav__sublink:before, .mobile-nav__iconlink, .mobile-nav__userstate:before, .menutoggle .menutoggle__arrow, .mobile-nav__closer:before, .contactform_intro.success:before, .contactteam_icon:before, .accordion_header:before, .buildings_downloadtext:before, .voted:before, .search_header_form:after, .search_results_more:before, .table_direction:before, .splash-page-content .close-splash-page {
    background-image: url('../img/../img/sprite@2x.png?1466411198');
    background-size: 548px 546px;
  }
}
/* ----------------------------------------
	 BEGIN: base styles
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}

.page.home {
  padding-top: 50px;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}

p {
  margin: 1.5em 0;
}
@media only screen and (max-width: 40em) {
  p {
    margin: 0.5em 0;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  color: inherit;
}

span.anchorlink {
  position: relative;
  bottom: 50px;
  left: 0;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

strong, b {
  font-weight: 900;
}

a.internal-link {
  text-decoration: underline;
}
a.internal-link:hover {
  text-decoration: none;
}

a.link--light:hover {
  color: #D8D8D8;
}
a.link--light:hover p {
  color: #D8D8D8;
}
a.link--light:hover .bodytext {
  color: #D8D8D8;
}
a.link--light:hover .std-header {
  color: #D8D8D8;
}
a.link--light:hover .moretoread--light:after {
  color: #D8D8D8;
}
a.link--light:hover .teaser--excerpt {
  color: #D8D8D8;
}
a.link--light:hover .teaser--excerpt:after {
  color: inherit;
}

a.link--dark:hover {
  color: #666;
}
a.link--dark:hover p {
  color: #666;
}
a.link--dark:hover .bodytext {
  color: #666;
}
a.link--dark:hover .std-header {
  color: #666;
}
a.link--dark:hover .moretoread:after {
  color: #666;
}
a.link--dark:hover .moretoread--dark:after {
  color: #666;
}
a.link--dark:hover .teaser--excerpt {
  color: #666;
}
a.link--dark:hover .teaser--excerpt:after {
  color: inherit;
}

iframe {
  border: 0;
}

table {
  table-layout: fixed;
}

td {
  min-width: 50px;
  padding-right: 0.625em;
}

h2 {
  margin: 0;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  border: 1px solid #e8e8e8;
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
  outline: none;
  cursor: pointer;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  display: block;
  left: 3px;
  top: 3px;
  content: '';
  background-position: -5px -480px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 22px;
}

.bgwrapper {
  background-color: #000;
  max-width: 1600px;
  margin: 0 auto;
}

.contentwrapper {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}

.contentwrapper > section > div.seperator_highlight:last-child, .contentwrapper > section > section.readmore:last-child {
  margin-bottom: -40px;
}

.row--bgc {
  background-color: #fff;
  width: 100%;
  max-width: 61em;
  margin: 0 auto;
}

.columns--extra {
  padding: 0 20px;
}
@media only screen and (min-width: 40.0625em) {
  .columns--extra {
    padding: 0 60px;
  }
}

.columns--medium {
  padding: 0 15px;
}
@media only screen and (min-width: 40.0625em) {
  .columns--medium {
    padding: 0 30px;
  }
}

.quote {
  font-size: 1.25rem;
}

.quote-source {
  font-weight: 700;
  font-style: italic;
}

.mB20 {
  margin-bottom: 20px;
}

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

.text-normail {
  font-weight: normal;
}

.no-scroll {
  overflow: hidden;
}

.caption, .content-image .caption, .img--hover .caption {
  font-size: 0.75rem;
  text-shadow: 0 0 4px #000;
  color: #fff;
  position: absolute;
  bottom: 1%;
  left: 1%;
  width: 100%;
}

.content-image {
  margin: 1.5em 0;
}
@media only screen and (max-width: 40em) {
  .content-image {
    margin: 0.5em 0;
  }
}
.content-image .image {
  position: relative;
}
.content-image .teaser--video {
  padding: 0;
}

.ce-text-with-image--2cols {
  margin: 40px 0;
}
.ce-text-with-image--2cols .content-image {
  margin: 0;
}
.ce-text-with-image--2cols:first-child {
  margin: 40px 0 80px 0;
}
.ce-text-with-image--2cols:last-child {
  margin-bottom: 40px;
}

.moretoread:after {
  color: #8e8e8e;
  content: '… mehr';
  font-weight: 900;
  display: inline-block;
}

.moretoread--dark:after {
  color: #8e8e8e;
  content: '… mehr';
  font-weight: 900;
  display: inline-block;
}

.moretoread--light:after {
  color: #fff;
  content: '… mehr';
  font-weight: 900;
  display: inline-block;
}

html[lang="en"] .moretoread:after {
  content: '… more';
}
html[lang="en"] .moretoread--dark:after {
  content: '… more';
}
html[lang="en"] .moretoread--light:after {
  content: '… more';
}

/*
	 END: base styles
	 ---------------------------------------- */
/* ----------------------------------------
	 BEGIN: grid overrides
*/
.grid-col > *:not(.anchorlink) {
  margin-bottom: 1rem;
}
.grid-col > .row {
  margin-bottom: 0;
}
.grid-col > .row > .columns {
  margin-bottom: 1rem;
}

/*
	 END: grid overrides
	 ---------------------------------------- */
.vertical-align, .teaser--link .teaser--content a:before, .textlinkwrap .std-link--themed:before {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img--hover {
  overflow: hidden;
  position: relative;
}
.img--hover img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.img--hover img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background-image: url(../img/fotorama.png) no-repeat;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background-image: url(../fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/*
   END: base
   ---------------------------------------- */
/* ----------------------------------------
   BEGIN: atoms
*/
.theme--himmelblau {
  background: #2193CA;
}
.theme--himmelblau.gradient {
  background: #2193CA;
  background: -webkit-linear-gradient(#1571AA, #2899CE);
  background: linear-gradient(#1571aa, #2899ce);
}
.theme--himmelblau.gradient.transparent {
  background: rgba(33, 147, 202, 0.8);
  background: -webkit-linear-gradient(rgba(21, 113, 170, 0.8), rgba(40, 153, 206, 0.8));
  background: linear-gradient(rgba(21, 113, 170, 0.8), rgba(40, 153, 206, 0.8));
}

.theme--pflaume {
  background: #57247F;
}
.theme--pflaume.gradient {
  background: #57247F;
  background: -webkit-linear-gradient(#3E2A7E, #741D7D);
  background: linear-gradient(#3e2a7e, #741d7d);
}
.theme--pflaume.gradient.transparent {
  background: rgba(87, 36, 127, 0.8);
  background: -webkit-linear-gradient(rgba(62, 42, 126, 0.8), rgba(116, 29, 125, 0.8));
  background: linear-gradient(rgba(62, 42, 126, 0.8), rgba(116, 29, 125, 0.8));
}

.theme--himbeer {
  background: #C90972;
}
.theme--himbeer.gradient {
  background: #C90972;
  background: -webkit-linear-gradient(#B5006E, #D5006D);
  background: linear-gradient(#b5006e, #d5006d);
}
.theme--himbeer.gradient.transparent {
  background: rgba(201, 9, 114, 0.8);
  background: -webkit-linear-gradient(rgba(181, 0, 110, 0.8), rgba(213, 0, 109, 0.8));
  background: linear-gradient(rgba(181, 0, 110, 0.8), rgba(213, 0, 109, 0.8));
}

.theme--orange {
  background: #E36A20;
}
.theme--orange.gradient {
  background: #E36A20;
  background: -webkit-linear-gradient(#E05A25, #E77F1E);
  background: linear-gradient(#e05a25, #e77f1e);
}
.theme--orange.gradient.transparent {
  background: rgba(227, 106, 32, 0.8);
  background: -webkit-linear-gradient(rgba(224, 90, 37, 0.8), rgba(231, 127, 30, 0.8));
  background: linear-gradient(rgba(224, 90, 37, 0.8), rgba(231, 127, 30, 0.8));
}

.theme--limette {
  background: #D0CE1D;
}
.theme--limette.gradient {
  background: #D0CE1D;
  background: -webkit-linear-gradient(#A8C222, #e3c50f);
  background: linear-gradient(#a8c222, #e3c50f);
}
.theme--limette.gradient.transparent {
  background: rgba(208, 206, 29, 0.8);
  background: -webkit-linear-gradient(rgba(168, 194, 34, 0.8), rgba(227, 197, 15, 0.8));
  background: linear-gradient(rgba(168, 194, 34, 0.8), rgba(227, 197, 15, 0.8));
}

.theme--apfel {
  background: #67AA34;
}
.theme--apfel.gradient {
  background: #67AA34;
  background: -webkit-linear-gradient(#008741, #97BC30);
  background: linear-gradient(#008741, #97bc30);
}
.theme--apfel.gradient.transparent {
  background: rgba(103, 170, 52, 0.8);
  background: -webkit-linear-gradient(rgba(0, 135, 65, 0.8), rgba(151, 188, 48, 0.8));
  background: linear-gradient(rgba(0, 135, 65, 0.8), rgba(151, 188, 48, 0.8));
}

.theme--darkest {
  background: #000;
}

.theme-himmelblau--font {
  color: #2193CA;
}
.theme-himmelblau--font:hover, .theme-himmelblau--font:focus {
  color: #2193CA;
}

.theme-pflaume--font {
  color: #57247F;
}
.theme-pflaume--font:hover, .theme-pflaume--font:focus {
  color: #57247F;
}

.theme-himbeer--font {
  color: #C90972;
}
.theme-himbeer--font:hover, .theme-himbeer--font:focus {
  color: #C90972;
}

.theme-orange--font {
  color: #E36A20;
}
.theme-orange--font:hover, .theme-orange--font:focus {
  color: #E36A20;
}

.theme-limette--font {
  color: #D0CE1D;
}
.theme-limette--font:hover, .theme-limette--font:focus {
  color: #D0CE1D;
}

.theme-apfel--font {
  color: #67AA34;
}
.theme-apfel--font:hover, .theme-apfel--font:focus {
  color: #67AA34;
}

.theme-gray--font {
  color: #A9AAAC;
}
.theme-gray--font:hover, .theme-gray--font:focus {
  color: #A9AAAC;
}

/* ----------------------------------------
	 BEGIN: std link
*/
.std-link {
  display: inline-block;
  margin-bottom: 0.625rem;
}

/*
	 END: std link
	 ---------------------------------------- */
/* ----------------------------------------
	 BEGIN: Standard link level 1
*/
.std-link--lvlone {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0.5em 0;
  display: block;
}

.std-link--themed {
  position: relative;
  padding-left: 12px;
}
.std-link--themed:hover, .std-link--themed:focus {
  text-decoration: underline;
}
.std-link--themed:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
}
.std-link--themed.apfel:before {
  background-position: -398px -203px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 7px;
  height: 19px;
}
.std-link--themed.limette:before {
  background-position: -398px -232px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 7px;
  height: 19px;
}
.std-link--themed.orange:before {
  background-position: -295px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 7px;
  height: 19px;
}
.std-link--themed.himbeer:before {
  background-position: -278px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 7px;
  height: 19px;
}
.std-link--themed.pflaume:before {
  background-position: -275px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}
.std-link--themed.himmelblau:before {
  background-position: -312px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 7px;
  height: 19px;
}
.std-link--themed.gray:before {
  background-position: -496px -444px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 8px;
  height: 21px;
}
.std-link--themed.white:before {
  background-position: -315px -82px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 8px;
  height: 21px;
}

.std-link--text {
  text-decoration: underline;
}

.std-link--text--light {
  text-decoration: underline;
}
.std-link--text--light:hover {
  color: #eee;
  text-decoration: none;
}

.std-link--text--dark {
  text-decoration: underline;
}
.std-link--text--dark:hover {
  color: #000;
  text-decoration: none;
}

/*
	END: Standard link level 1
	---------------------------------------- */
.font_10 {
  font-size: 10px;
}

.font_20 {
  font-size: 0.75rem;
}
@media only screen and (min-width: 64em) {
  .font_20 {
    font-size: 20px;
  }
}

.font_30 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64em) {
  .font_30 {
    font-size: 30px;
  }
}

.font_40 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .font_40 {
    font-size: 40px;
  }
}

.font_50 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .font_50 {
    font-size: 50px;
  }
}

/* ----------------------------------------
	 BEGIN: std header
*/
.std-header {
  font-family: 'Lato', sans-serif;
}

/* ----------------------------------------
	 BEGIN: section headlines
*/
.sectionhead.first {
  z-index: 996;
  position: relative;
}

.sectionhead--header {
  background-color: #000;
  z-index: 900;
  position: relative;
  transition: background-color .1s ease-in-out;
}
.sectionhead--header .hovered {
  background-color: #2a2a2a;
  transition: background-color .1s ease-in-out;
}

.sectionhead--nomargin {
  margin: 0;
}

.sectionhead_headerwrap {
  background-color: #000;
  display: block;
  transition: background-color .1s ease-in-out;
}
.sectionhead_headerwrap.sectionhead_headerwrap--link:hover {
  background-color: #2a2a2a;
  transition: background-color .1s ease-in-out;
}

.sectionhead_header {
  font-size: 1.5625rem;
  line-height: 2;
  color: #fff;
  position: relative;
  margin: 0;
  padding: 0 20px;
  z-index: 801;
}
.sectionhead_header.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.sectionhead_header:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 12px;
}
.sectionhead_header.apfel:before {
  background-position: -310px -188px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.limette:before {
  background-position: -388px -268px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.orange:before {
  background-position: -26px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.himbeer:before {
  background-position: -48px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.pflaume:before {
  background-position: -5px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.himmelblau:before {
  background-position: -308px -138px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.gray:before {
  background-position: -173px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}
.sectionhead_header.apfel-active:before {
  background-position: -152px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}
.sectionhead_header.limette-active:before {
  background-position: -132px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 29px;
}
.sectionhead_header.orange-active:before {
  background-position: -111px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 29px;
}
.sectionhead_header.himbeer-active:before {
  background-position: -90px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.pflaume-active:before {
  background-position: -255px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}
.sectionhead_header.himmelblau-active:before {
  background-position: -69px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.sectionhead_header.gray-active:before {
  background-position: -234px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}

.sectionheader_back {
  background-color: transparent;
  position: absolute;
  width: 15px;
  left: 0;
  top: 0;
  height: 100%;
}

.sectionhead--home__menuhold {
  position: fixed;
  top: 0;
  z-index: 1000;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  pointer-events: none;
}

.sectionhead--first {
  background: #000;
  color: #fff;
  width: 100%;
  height: 50px;
  top: 0;
  z-index: 800;
  position: fixed;
  pointer-events: none;
}

/*
	 END: section headlines
	 ---------------------------------------- */
/* ----------------------------------------
	 BEGIN: Standard header level 1
*/
.std-header--lvlone {
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25rem;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .std-header--lvlone {
    font-size: 3.125rem;
  }
}

/*
	 END: Standard header level 1
	 ---------------------------------------- */
	 /* ----------------------------------------
	 BEGIN: Standard header level 2
*/
.std-header--lvltwo {
  line-height: 1.1;
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .std-header--lvltwo {
    font-size: 3.125rem;
  }
}

/*
	 END: Standard header level 2
	 ---------------------------------------- */
	 /* ----------------------------------------
	 BEGIN: Standard header level 3
	 with extra-padding
*/
.std-header--lvlthree {
  line-height: 1.1;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .std-header--lvlthree {
    font-size: 1.875rem;
    padding: 10px 0;
  }
}

/*
	 END: Standard header level 3
	 ---------------------------------------- */
	 /* ----------------------------------------
	 BEGIN: Standard header level 3
	 with extra-padding
*/
.std-header--lvlthree--tep {
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 900;
  padding: 0 60px;
  text-transform: uppercase;
}

/*
	 END: Standard header level 3
	 ---------------------------------------- */
	 /* ----------------------------------------
	 BEGIN: Standard header level 1
*/
.std-header--prelvlone {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
}
@media only screen and (min-width: 64em) {
  .std-header--prelvlone {
    font-size: 1.5rem;
  }
}

/*
	 END: Standard header level 1
	 ---------------------------------------- */
	/* ----------------------------------------
	 BEGIN: Standard header level 1
*/
/*
	 END: Standard header level 1
	 ---------------------------------------- */
.is_stuck {
  z-index: 990;
}

/* ----------------------------------------
	 BEGIN: content header
*/
a:hover .content-header {
  text-decoration: underline;
}

/* ----------------------------------------
	 End: content header
*/
/* ----------------------------------------
	 BEGIN: std header
*/
.std-input {
  height: 60px;
  width: 100%;
  font-size: 1.125rem;
  border: 1px solid #999;
  padding: 0 10px;
  color: #000;
}

.std-input--textarea {
  resize: none;
  padding-top: 15px;
  min-height: 300px;
}

.std-input::-webkit-input-placeholder,
.std-input:-moz-placeholder,
.std-input::-moz-placeholder,
.std-input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #999;
}

/*
	 END: section headlines
	 ---------------------------------------- */
.breadcrumb {
  padding: 0 0 20px;
  background: #fff;
  position: relative;
  color: #333;
  font-size: 0.75rem;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb a.active {
  font-weight: 900;
}

.content-download {
  margin: 1.5em 0;
  padding-left: 65px;
  position: relative;
}

.content-download_link:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 5px;
  background-position: -333px -268px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 45px;
  height: 39px;
}

.content-download_headline {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 3px;
}

.schedule_image {
  position: relative;
}

@media only screen {
  .scheduledate {
    width: 70px;
    padding: 0 7px 7px 7px;
    text-align: center;
    font-weight: 900;
    position: absolute;
    bottom: -15px;
    right: 10px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .scheduledate {
    width: 100px;
    padding: 0 10px 10px 10px;
    bottom: -45px;
    right: 40px;
  }
}

.scheduledate_month {
  color: #fff;
  font-size: 1.0625rem;
  text-transform: uppercase;
}

@media only screen {
  .scheduledate_day {
    background-color: #fff;
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 40.0625em) {
  .scheduledate_day {
    font-size: 3.125rem;
  }
}

.cookie-text {
  z-index: 1100;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  font-size: 0.8125rem;
  /*margin-bottom: 50px;*/
}
@media only screen {
  .cookie-text {
    height: 150px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .cookie-text {
    height: 50px;
  }
}
.cookie-text .datenschutz {
  font-size: 0.875rem;
  font-weight: 900;
}
@media only screen {
  .cookie-text .info-box {
    height: 75px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .cookie-text .info-box {
    height: 50px;
  }
}
.cookie-text .btn {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  width: 100%;
  display: block;
  text-align: center;
}

.logo {
  position: relative;
  z-index: 999;
}

@media only screen {
  .logo_position {
    position: absolute;
    right: 10px;
    top: 60px;
    width: 65px;
    z-index: 1000;
    opacity: 1;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .logo_position.headmargin {
    right: 10px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .logo_position.fadeout {
    pointer-events: none;
    opacity: 0;
  }
  .logo_position img {
    position: fixed;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 65px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .logo_position {
    width: 65px;
  }
  .logo_position img {
    width: 65px;
  }
  .logo_position.headmargin {
    top: 90px;
  }
  .logo_position.headmargin img {
    width: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .logo_position {
    width: 130px;
  }
  .logo_position img {
    width: 130px;
  }
}

@media only screen {
  .page.home .logo_position {
    top: 10px;
  }
}

.speech {
  font-size: 2.25rem;
  line-height: 0.5;
  color: #fff;
  text-align: center;
  padding-top: 21px;
  margin-right: 10px;
}
.speech.apfel {
  background-position: -5px -147px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 99px;
  height: 97px;
}
.speech.limette {
  background-position: -147px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 99px;
  height: 97px;
}

.speech_subline {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.seperator a:hover {
  color: #8e8e8e;
}

.seperator_quote {
  color: #fff;
}
.seperator_quote span {
  display: block;
}

.seperator_btn {
  color: #fff;
  padding-bottom: 30px;
  border-bottom: 20px solid #fff;
}
.seperator_btn span {
  display: block;
}

.seperator_highlight {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5em 0;
}
.seperator_highlight .seperator_extrabig {
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 20px;
  display: block;
  margin: 0;
}
.seperator_highlight p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.seperator_border {
  height: 4px;
  background-color: #e6e6e6;
  margin: 0;
  padding: 0;
}
.seperator_border.mTB20 {
  margin: 20px 0;
}

@media (max-width: 960px) {
  .seperator_highlight .seperator_extrabig {
    font-size: 2rem;
  }
}
.teaser--wrap {
  margin-top: 0px;
  display: block;
  position: relative;
  height: 100%;
}

.teaser--big {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
@media only screen and (max-width: 40em) {
  .teaser--big {
    margin-bottom: 3px;
  }
}
.teaser--big .teaser--header .std-header--lvlone {
  font-size: 1.875rem;
  line-height: 30px;
}
.teaser--big .teaser--header .std-header--lvlthree {
  font-size: 0.9375rem;
  font-weight: normal;
}
.teaser--big .teaser--content {
  height: auto;
  padding: 3% 0 6%;
}

.teaser--small {
  width: 100%;
  position: relative;
  margin-bottom: 3px;
  display: block;
}
.teaser--small:last-child {
  margin-bottom: 0;
}
.teaser--small .teaser--header .std-header--lvlone {
  font-size: 1.5rem;
  line-height: 24px;
}
.teaser--small .teaser--header .std-header--lvlthree {
  font-size: 0.9375rem;
  font-weight: normal;
}
.teaser--small .teaser--content {
  height: 100%;
  padding: 3% 0 3%;
}

.teaser--link {
  width: 100%;
  position: relative;
  margin-bottom: 3px;
  display: block;
}
.teaser--link .teaser--content {
  padding-top: 3%;
  padding-bottom: 3%;
}
.teaser--link .teaser--content a {
  padding-left: 25px;
}
.teaser--link .teaser--content a:before {
  position: absolute;
}
.teaser--link .teaser--content.white {
  color: #fff;
}
.teaser--link .teaser--content.white .std-header {
  color: #fff;
}

.teaser--small a, .teaser--big a {
  display: block;
  height: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .two__tsr {
    border-left: 3px solid #000;
  }
}
.two__tsr .teaser--small {
  height: 50%;
}
.two__tsr .teaser--big {
  height: 50%;
}

@media only screen and (min-width: 40.0625em) {
  .three__tsr {
    border-left: 3px solid #000;
  }
}
.three__tsr .teaser--small {
  height: 33.33333%;
  display: block;
  position: relative;
}
.three__tsr .teaser--big {
  height: 33.33333%;
  display: block;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  [data-equalizer-watch="tsr-height-three"] {
    min-height: 690px;
  }
}
.teaser--header .std-header {
  color: #fff;
  text-transform: uppercase;
}
.teaser--header .std-header--lvlone {
  font-weight: 900;
  margin-bottom: 10px;
}
.teaser--header .std-header--lvlthree {
  line-height: normal;
  margin-bottom: 10px;
}

.teaser--content {
  z-index: 10;
  width: 100%;
}
.teaser--content .date {
  border-right: 1px solid white;
  padding-right: 3px;
}

.teaser--img {
  padding: 10px;
}

.teaser--video {
  padding: 10px;
  position: relative;
}
.teaser--video:after {
  content: '';
  background-position: -5px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 132px;
  height: 132px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.teaser--excerpt {
  color: #fff;
  font-size: 1rem;
}
.teaser--excerpt:after {
  content: '… mehr';
  color: #fff;
  font-weight: 900;
  display: inline-block;
}

html[lang="en"] .teaser--excerpt:after {
  content: '… more';
}

.mediateaser a:hover .content-text {
  text-decoration: underline;
}
.mediateaser .content-image {
  margin: 1.5em 0 0 0;
}
.mediateaser p {
  margin: 0 0 0.5em 0;
}

.mediateaser_imagebg {
  width: 100%;
  position: relative;
  background-color: #eaeaea;
  overflow: hidden;
}
.mediateaser_imagebg .image {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
.mediateaser_imagebg:after {
  padding-top: 100%;
  display: block;
  content: '';
}

.mediateaser_info {
  color: #8e8e8e;
}

.mediateaser_type {
  display: inline-block !important;
  margin-right: 5px;
  position: relative;
}
.mediateaser_type.mediateaser_type--image {
  background-position: -455px -124px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  top: 9px;
}
.mediateaser_type.mediateaser_type--pdf {
  background-position: -93px -362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 32px;
  top: 8px;
}
.mediateaser_type.mediateaser_type--gallery {
  background-position: -5px -362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
  top: 9px;
}
.mediateaser_type.mediateaser_type--video {
  background-position: -207px -196px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
  top: 9px;
}

.js-teaserwrap .teaser--header .std-header--lvlone {
  margin-top: 10px;
}

.js-teaserwrap .teaser--header .std-header + .std-header {
  margin-top: 0;
}

.social_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social_item {
  display: inline-block;
}

ul.social_list a.social_link {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 3px;
  position: relative;
}
ul.social_list a.social_link:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
ul.social_list a.social_link.social_link--mail:before {
  left: 5px;
  top: 11px;
  background-position: -200px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 20px;
}
ul.social_list a.social_link.social_link--twitter:before {
  left: 6px;
  top: 8px;
  background-position: -455px -330px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 27px;
}
ul.social_list a.social_link.social_link--facebook:before {
  left: 11px;
  top: 4px;
  background-position: -523px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 20px;
  height: 38px;
}
ul.social_list a.social_link.social_link--gplus:before {
  left: 4px;
  top: 7px;
  background-position: -455px -293px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 27px;
}
ul.social_list a.social_link.social_link--linkedin:before {
  left: 5px;
  top: 6px;
  background-position: -455px -254px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 29px;
}
ul.social_list a.social_link.social_link--xing:before {
  left: 6px;
  top: 4px;
  background-position: -415px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 36px;
}

a.social_link:first-child {
  margin-left: 0;
}

.buttonlist {
  margin-bottom: 20px;
}

.buttonlist_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  .buttonlist_list {
    text-align: center;
  }
}

@media only screen {
  .buttonlist_element {
    height: 60px;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
}
@media only screen and (min-width: 40.0625em) {
  .buttonlist_element {
    width: 260px;
    height: 100%;
    display: inline-block;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 64em) {
  .buttonlist_element {
    margin-right: 25px;
  }
  .buttonlist_element:nth-child(3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 40em) {
  .buttonlist_link img {
    display: none;
  }
}
@media only screen {
  .buttonlist_link {
    border-radius: 0;
    font-weight: 900;
    line-height: 60px;
    font-size: 1.125rem;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 40.0625em) {
  .buttonlist_link {
    line-height: 45px;
  }
}
.buttonlist_link:last-child {
  margin-bottom: 0;
}
.buttonlist_link:hover {
  color: #fff;
}

.buttonlist_label {
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 40.0625em) {
  .buttonlist_label {
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 100%;
  }
}

.contact .buttonlist_link {
  display: block;
  text-align: center;
  color: #fff;
}
.contact .buttonlist_link:hover {
  color: #8e8e8e;
}

.buttonlist_link--default {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 45px;
  background-color: #000;
}
.buttonlist_link--default a {
  display: block;
}
.buttonlist_link--default p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.buttonlist_link--default:hover {
  background-color: #1D1D1D;
  color: #8e8e8e;
  text-decoration: none;
}

.buttonlist_link--maxed {
  max-width: 300px;
  margin: 0 auto;
}

.quotes a:hover {
  color: #8e8e8e;
}

.quotes_text {
  font-size: 1.875rem;
  font-weight: 900;
  position: relative;
  padding: 0 110px;
}
.quotes_text:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.quotes_text.himmelblau {
  color: #2193CA;
}
.quotes_text.himmelblau:before {
  background-position: -87px -254px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 56px;
}
.quotes_text.pflaume {
  color: #57247F;
}
.quotes_text.pflaume:before {
  background-position: -5px -254px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 56px;
}
.quotes_text.himbeer {
  color: #C90972;
}
.quotes_text.himbeer:before {
  background-position: -169px -254px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 56px;
}
.quotes_text.orange {
  color: #E36A20;
}
.quotes_text.orange:before {
  background-position: -333px -137px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 56px;
}
.quotes_text.limette {
  color: #D0CE1D;
}
.quotes_text.limette:before {
  background-position: -333px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 56px;
}
.quotes_text.apfel {
  color: #67AA34;
}
.quotes_text.apfel:before {
  background-position: -251px -254px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 56px;
}
.quotes_text.black {
  color: #000;
}
.quotes_text.black:before {
  background-position: -333px -71px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 72px;
  height: 56px;
}
@media only screen and (max-width: 40em) {
  .quotes_text {
    padding: 0 45px 0 45px;
    font-size: 1.25rem;
    text-align: center;
  }
  .quotes_text:before {
    top: 6px;
    bottom: inherit;
  }
  .quotes_text.himmelblau {
    color: #2193CA;
  }
  .quotes_text.himmelblau:before {
    background-position: -227px -362px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  .quotes_text.pflaume {
    color: #57247F;
  }
  .quotes_text.pflaume:before {
    background-position: -285px -320px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  .quotes_text.himbeer {
    color: #C90972;
  }
  .quotes_text.himbeer:before {
    background-position: -135px -362px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  .quotes_text.orange {
    color: #E36A20;
  }
  .quotes_text.orange:before {
    background-position: -193px -320px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  .quotes_text.limette {
    color: #D0CE1D;
  }
  .quotes_text.limette:before {
    background-position: -181px -362px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  .quotes_text.apfel {
    color: #67AA34;
  }
  .quotes_text.apfel:before {
    background-position: -331px -320px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  .quotes_text.black {
    color: #000;
  }
  .quotes_text.black:before {
    background-position: -239px -320px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
}

.pagination {
  text-align: center;
  position: relative;
  max-width: 310px;
  padding: 0;
  margin: 0 auto;
}
.pagination li {
  list-style: none;
}
.pagination li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pagination .first {
  background-position: -167px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .first.himmelblau {
  background-position: -415px -51px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .first.pflaume {
  background-position: -415px -186px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .first.himbeer {
  background-position: -455px -367px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .first.orange {
  background-position: -415px -141px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .first.limette {
  background-position: -415px -96px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .first.apfel {
  background-position: -70px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .first.first--empty {
  opacity: .5;
}
.pagination .previous {
  background-position: -523px -323px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
  margin-left: 20px;
}
.pagination .previous.himmelblau {
  background-position: -523px -233px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .previous.pflaume {
  background-position: -523px -53px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .previous.himbeer {
  background-position: -496px -399px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .previous.orange {
  background-position: -496px -354px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .previous.limette {
  background-position: -523px -413px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .previous.apfel {
  background-position: -496px -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .previous.previous--empty {
  opacity: .5;
}
.pagination .current {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 900;
  display: inline-block;
  position: relative;
  bottom: 8px;
  padding: 0 30px;
}
.pagination .next {
  background-position: -523px -278px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
  margin-right: 20px;
}
.pagination .next.himmelblau {
  background-position: -496px -219px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .next.pflaume {
  background-position: -523px -98px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .next.himbeer {
  background-position: -523px -368px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .next.orange {
  background-position: -523px -143px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .next.limette {
  background-position: -496px -309px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .next.apfel {
  background-position: -523px -188px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 35px;
  display: inline-block;
}
.pagination .next.next--empty {
  opacity: .5;
}
.pagination .last {
  background-position: -415px -276px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .last.himmelblau {
  background-position: -5px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .last.pflaume {
  background-position: -135px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .last.himbeer {
  background-position: -415px -321px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .last.orange {
  background-position: -102px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .last.limette {
  background-position: -37px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .last.apfel {
  background-position: -415px -231px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 35px;
  display: inline-block;
}
.pagination .last.last--empty {
  opacity: .5;
}

.more {
  margin: 1.5em 0;
}

.more_link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 10px;
  padding: 0 10px;
  display: inline-block;
}
.more_link:hover {
  color: #8e8e8e;
}

.divider {
  height: 20px;
  background-color: #000;
}
@media only screen and (min-width: 40.0625em) {
  .divider {
    height: 10px;
  }
}
.divider.divider--content {
  margin-bottom: 40px;
}

.article_overview {
  margin-bottom: 80px;
}
.article_overview p {
  margin: 0.5em 0;
}
.article_overview .content-image {
  margin: 0;
}
.article_overview .content-text .bodytext:after {
  content: '... mehr';
  font-size: 1.0625rem;
  color: #8f8f8e;
  font-weight: 900;
}
@media only screen and (max-width: 40em) {
  .article_overview {
    margin-bottom: 40px;
  }
}

.article_overview_preheadline {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.article_overview_image {
  padding-top: 0.5em;
}
.article_overview_image img {
  width: 100%;
}

.article_boxwrapper {
  display: inline-block;
}

.termin_overview {
  margin-bottom: 80px;
}
.termin_overview p {
  margin: 0.5em 0;
}
.termin_overview .content-image {
  margin: 0;
}
@media only screen and (max-width: 40em) {
  .termin_overview {
    margin-bottom: 40px;
  }
}

.termin_overview_preheadline {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.termin_overview_image {
  padding-top: 0.5em;
}
.termin_overview_image img {
  width: 100%;
}

.glossar_pagination {
  padding: 0;
  max-width: 650px;
}
.glossar_pagination a:hover {
  color: #000;
}

.glossar_paginationelement {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.glossar_paginationelement:last-child {
  margin: 0 0 10px 0;
}

.glossar_paginationlink {
  font-size: 2.125rem;
  line-height: 1;
}

.glossar_letterlist {
  padding-bottom: 20px;
}
.glossar_letterlist p {
  margin: 0;
}

.glossar_letterwrapper {
  border-top: 1px solid #8e8e8e;
}

.glossar_letter {
  font-size: 3.125rem;
  line-height: 1.7;
  font-weight: 900;
  padding-left: 23px;
  color: #E36A20;
  position: relative;
}
.glossar_letter:before {
  content: '';
  position: absolute;
  display: block;
  left: 2px;
  top: 27px;
  background-position: -26px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}

.glossar_letterheader {
  color: #000;
}
@media only screen and (max-width: 40em) {
  .glossar_letterheader {
    word-break: break-word;
  }
}

.glossar_letterlistelement {
  margin-bottom: 25px;
}

.termin--container {
  background: #fff;
  padding-bottom: 20px;
  position: relative;
}

.termin--feature-wrap {
  background: #fff;
  overflow: hidden;
}

.termin--feature .header {
  margin: 1em 0 0;
}
.termin--feature .image img {
  width: 100%;
  margin: 0 auto;
}
.termin--feature .date {
  border-right: 1px solid #000;
  padding-right: 3px;
}
.termin--feature .content-text p {
  margin: 0.5em 0;
}

.js-datepicker-std {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  .js-datepicker-std {
    display: block;
  }
}
.js-datepicker-std.active {
  display: block;
}

@media only screen {
  .termin-calendar-pd {
    padding: 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  .termin-calendar-pd {
    padding-right: 0.2rem;
  }
}

@media only screen {
  .termin--calendar {
    margin-left: 0;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .termin--calendar {
    margin-left: 0;
    padding-right: 30px;
    padding-top: 80px;
  }
}

.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar td {
  min-width: 40px;
  padding: 0;
  margin: 0;
}
.ui-datepicker-calendar .ui-datepicker-day {
  width: 40px;
  height: 33px;
  text-align: center;
  color: #999999;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 40em) {
  .ui-datepicker-calendar .ui-datepicker-day {
    height: 50px;
  }
}
.ui-datepicker-calendar .ui-datepicker-day a {
  color: #999999;
  display: block;
  height: 100%;
  line-height: 30px;
}
.ui-datepicker-calendar .ui-datepicker-day:hover {
  background: #4f4f4f;
}
.ui-datepicker-calendar .ui-datepicker-day:hover a {
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-past {
  background: #cac8c8;
}
.ui-datepicker-calendar .ui-datepicker-future {
  background: #efeeee;
}
.ui-datepicker-calendar .ui-datepicker-termin {
  background: #67AA34;
}
.ui-datepicker-calendar .ui-datepicker-termin a {
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-today {
  background: #4f4f4f;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
  background: #000;
}
.ui-datepicker-calendar .ui-datepicker-current-day:hover {
  background: #000;
}
.ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker-header {
  margin-bottom: 10px;
  position: relative;
}

.ui-datepicker-next, .ui-datepicker-prev {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #67aa34;
  position: absolute;
}

.ui-datepicker-next {
  left: 120px;
}
.ui-datepicker-next span {
  margin: 0 auto;
  background-position: -37px -480px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 8px;
  height: 21px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-datepicker-prev span {
  margin: 0 auto;
  background-position: -55px -480px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 8px;
  height: 21px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-datepicker-title {
  display: inline-block;
  line-height: normal;
  font-size: 0.9375rem;
  padding: 0 10px;
  position: relative;
  left: 30px;
  margin-top: 5px;
}

.btn--calendar {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9375rem;
  cursor: pointer;
}
.btn--calendar:before {
  content: '';
  display: block;
  background-position: -207px -147px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 39px;
}

.selected-day .date-date {
  font-size: 0.9375rem;
}
.selected-day .date-title {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 900;
}
.selected-day .date-more {
  color: #67AA34;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: normal;
  position: relative;
  padding-left: 10px;
}
.selected-day .date-more:before {
  content: '';
  display: inline-block;
  background-position: -329px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 7px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 3px;
}

.headercontact {
  display: none;
  position: fixed;
  padding: 10px;
  left: 0;
  top: 250px;
  z-index: 1000;
  background: #fff;
  width: 50px;
  overflow: hidden;
  transition: width .1s ease-in-out;
}
@media (min-width: 1065px) {
  .headercontact {
    display: block;
  }
}
.headercontact .bg--grey {
  position: absolute;
  background-color: #E6E6E6;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.headercontact .headercontact_element {
  color: #000;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.headercontact .headercontact_element:hover {
  text-decoration: underline;
}
.headercontact .headercontact_element:before {
  content: '';
  display: block;
}
.headercontact .headercontact_element--phone {
  margin: 0 0 25px 30px;
  margin-top: -10px;
}
.headercontact .headercontact_element--phone:before {
  position: relative;
  left: -29px;
  top: 10px;
  background-position: -455px -209px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 35px;
  display: inline-block;
}
.headercontact .headercontact_element--mail {
  margin: -10px 0 10px 25px;
}
.headercontact .headercontact_element--mail:before {
  position: relative;
  left: -27px;
  top: 10px;
  background-position: -59px -320px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 34px;
  height: 31px;
  display: inline-block;
}
.headercontact .headercontact_element--twitter {
  margin: 5px 0 3px 25px;
}
.headercontact .headercontact_element--twitter:before {
  position: relative;
  left: -27px;
  top: 8px;
  background-position: -148px -320px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 30px;
  display: inline-block;
}
.headercontact:hover {
  width: 230px;
  transition: width .1s ease-in-out;
}
.headercontact:hover .bg--grey {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.fotorama__caption {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px 0px;
}
@media only screen and (max-width: 40em) {
  .fotorama__caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
  }
}
.fotorama__caption .fotorama__caption__wrap {
  background: transparent;
}

.fotorama__nav {
  background: #000;
  border-top: 3px solid #fff;
}

.fotorama__arr {
  height: 100%;
  margin-top: -32px;
}

.fotorama__arr--next {
  border-left: 3px solid #fff;
  background: url(../img/../img/arrow-imagegal--next.png) no-repeat 8px 6px #000;
  background-size: 70%;
}

.fotorama__arr--prev {
  border-right: 3px solid #fff;
  background: url(../img/../img/arrow-imagegal--prev.png) no-repeat 0px 6px #000;
  background-size: 70%;
  left: 0;
}

.fotorama__fullscreen-icon {
  background: transparent;
  background: url(../img/../img/imagegal--open-fullscreen.png) no-repeat;
  background-size: 100%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background: transparent;
  background: url(../img/../img/imagegal--close-fullscreen.png) no-repeat;
  background-size: 100%;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
  margin: auto;
  width: 100% !important;
  display: block;
  position: relative;
}

.fotorama__stage__shaft {
  width: 100% !important;
}

.fotorama__download-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 5px;
  right: 44px;
  z-index: 20;
  background: url(../img/../img/imagegal--download.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.fotorama__full-close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 300;
  cursor: pointer;
  background: transparent;
  background: url(../img/../img/imagegal--close.png) no-repeat;
  background-size: 100%;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0;
}

.fotorama__video-play {
  background-position: -5px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 132px;
  height: 132px;
  margin-left: -66px;
  margin-top: -66px;
  cursor: pointer;
}

.fotorama__video-close {
  background: url(../img/../img/imagegal--close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.imagegallery--mediathek__full {
  display: block;
}
.imagegallery--mediathek__full.hidden {
  display: none;
}

.mediateaser_wrap, .mediateaser:not(.mediateaser--inactive) * {
  pointer-events: none;
}

.mediateaser {
  pointer-events: all;
  cursor: pointer;
}

.textlinkwrap {
  margin-bottom: 20px;
}
.textlinkwrap .std-link--themed:before {
  position: absolute;
}
.textlinkwrap .std-link {
  margin: 0;
  padding-left: 25px;
}
.textlinkwrap p {
  margin: 0;
  padding-left: 12px;
}

.slider {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
}

.slider_item {
  position: relative;
}

.slider_caption--main {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: absolute;
  text-align: right;
  line-height: 1.1;
  right: 0;
  width: 100%;
  text-shadow: 0px 0px 110px #212121;
}
.slider_caption--main span {
  display: block;
  font-weight: 900;
  margin-top: 20px;
}
@media only screen {
  .slider_caption--main {
    bottom: 20px;
  }
  .slider_caption--main span {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .slider_caption--main span {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .slider_caption--main {
    bottom: 180px;
  }
  .slider_caption--main span {
    font-size: 3.125rem;
  }
}

@media only screen {
  .slider--single .slider_caption--main {
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .slider--single .slider_caption--main {
    bottom: 160px;
  }
}

.slider_captionwrap {
  margin: 0 auto;
  max-width: 60rem;
  position: relative;
  text-shadow: 0 0 10px #000;
  padding-right: 10px;
}
.slider_captionwrap .caption {
  font-size: 0.75rem;
  margin-top: 10px;
  text-transform: none;
  left: 0;
  position: relative;
  font-weight: normal;
  min-height: 13px;
}

.slider--main .slick-dots {
  display: block;
  bottom: 10px;
  position: absolute;
  right: 10px;
  bottom: 155px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider--main .slick-dots li {
  display: inline-block;
  padding-left: 5px;
  outline: none;
}
.slider--main .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  height: 12px;
  width: 12px;
  padding: 0;
  outline: none;
}
.slider--main .slick-dots .slick-active button {
  background-color: #fff;
}

.slider--readmore .readmore_teaser {
  margin-bottom: 0;
}
.slider--readmore .slider_captionwrap {
  padding: 25px 0;
}
.slider--readmore .slick-dots {
  display: block;
  bottom: 10px;
  position: absolute;
  right: 30px;
  bottom: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider--readmore .slick-dots li {
  display: inline-block;
  padding-left: 5px;
  outline: none;
}
.slider--readmore .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  height: 12px;
  width: 12px;
  padding: 0;
  outline: none;
  color: transparent;
}
.slider--readmore .slick-dots .slick-active button {
  background-color: #fff;
}
@media (max-width: 500px) {
  .slider--readmore .slick-list {
    padding: 0 30px 0 0;
  }
  .slider--readmore .slider_captionwrap {
    padding: 25px 0;
  }
}

.header_mob_img {
  display: none !important;
}

.header_desk_img {
  display: block !important;
}

@media (max-width: 750px) {
  .header_desk_img {
    display: none !important;
  }

  .header_mob_img {
    display: block !important;
  }
}
@media (max-width: 1140px) {
  .slider_caption--main {
    bottom: 230px;
  }
  .slider_caption--main span {
    margin-top: 15px;
  }

  .slider--main .slick-dots {
    bottom: 205px;
  }
}
@media (max-width: 1400px) {
  .slider_caption--main {
    bottom: 45px;
    padding: 0 15px;
    font-size: 1.125rem;
  }
  .slider_caption--main span {
    display: block;
  }

  .slider--main .slick-dots {
    bottom: 15px;
    right: 15px;
  }
}
.slider_item--readmore {
  margin: 0 25px;
}

.contact {
  background: -webkit-linear-gradient(#8f8f8f, #d2d2d2);
  background: linear-gradient(#8f8f8f, #d2d2d2);
}
.contact .buttonlist_element {
  width: 100%;
  max-width: 410px;
  display: block;
  margin: 0 auto 10px auto;
}
.contact .buttonlist_element:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .contact .buttonlist_element {
    margin: 0 0 10px 0;
  }
  .contact .buttonlist_element:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .contact .contact_address_wrapper {
    max-width: 430px;
    margin: 0 auto;
  }
}

.contact--trans {
  background: #fff;
}
.contact--trans .contact_address {
  color: #000;
}

.contact_address_element {
  display: inline-block;
}

.contact_address {
  line-height: 1.1;
  font-size: 1rem;
  color: #fff;
}
.contact_address span {
  display: block;
}
@media only screen and (min-width: 40.0625em) and (max-width: 63.9375em) {
  .contact_address {
    max-width: 430px;
  }
}

@media only screen and (max-width: 40em) {
  .contact_address_logo {
    margin-bottom: 20px;
  }
}

.contact_address_text {
  margin-bottom: 20px;
}
.contact_address_text a:hover {
  text-decoration: underline;
}

.contact_address_headline {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 900;
}

.contact_partner_link {
  display: block;
  margin-bottom: 20px;
}

.contact_partner_map {
  position: relative;
}

.contact_partner_mapoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact_partner_map iframe {
  width: 100%;
  min-height: 300px;
}

.contact_buttonwrap--nomap {
  padding-top: 35px;
}
@media only screen and (max-width: 40em) {
  .contact_buttonwrap--nomap {
    padding-top: 0;
  }
}

.contact_icon {
  padding-left: 35px;
  position: relative;
}
.contact_icon:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: -1px;
}
.contact_icon.contact_phone:before {
  background-position: -415px -366px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 27px;
  height: 27px;
  top: -5px;
}
.contact_icon.contact_mail:before {
  background-position: -377px -320px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px;
}

.newsletter {
  background-color: #fff;
}

.newsletter_address_text {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-weight: 900;
}
@media only screen and (max-width: 40em) {
  .newsletter_address_text {
    font-size: 1.25rem;
  }
}

.newsletter_btn {
  background-color: #000;
  text-align: center;
  border-radius: 0;
  font-weight: 900;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 430px;
  margin: 0 auto;
}

.cta_btn {
  text-align: center;
  border-radius: 0;
  font-weight: 900;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 430px;
  margin: 0 auto;
}

.article {
  padding: 50px 0 0 0;
}

.article_author {
  font-style: italic;
  line-height: 1.3;
  margin: 40px 0;
  padding: 0 60px;
}
.article_author span {
  display: block;
}

.articletags_boxlist {
  list-style-type: none;
  padding: 0;
}

.articletags_input {
  margin-right: 5px;
  display: inline-block;
}

.articletags_label {
  padding-top: 3px;
  font-size: 24px;
}

.footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}

.footer_first {
  padding-bottom: 20px;
}

.footer_first, .footer_second {
  border-bottom: 1px solid #fff;
}

.footer_second, .footer_third {
  padding: 20px 0;
}

.footer_first, .footer_third {
  text-transform: uppercase;
}

.footer_first, .footer_second, .footer_third {
  max-width: 750px;
  margin: 0 auto;
}

.footer_third a:hover {
  color: #a4a4a4;
}

.footer_icons {
  margin-bottom: 35px;
  padding: 0 22px;
}

.footer_iconlink.footer_bTT {
  background-position: -147px -112px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 58px;
  height: 22px;
}
.footer_iconlink.footer_bTT:hover {
  opacity: .7;
}
.footer_iconlink.footer_home {
  background-position: -256px -138px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 42px;
  height: 40px;
}
.footer_iconlink.footer_home:hover {
  opacity: .7;
}

.footer_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.footer_item {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #fff;
}
.footer_item:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer_item:last-child {
  padding-right: 0;
}
.footer_item:hover {
  color: #a4a4a4;
}

.header--overlay {
  position: relative;
  margin-bottom: -145px;
}

@media (max-width: 1400px) {
  .header--overlay {
    margin-bottom: 0;
  }
}
/* ----------------------------------------
	 BEGIN: vars
*/
/*
	 END: vars
	 ---------------------------------------- */
/* ----------------------------------------
	 BEGIN: mobile nav
*/
.mobile-nav-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.mobile-nav-overlay.active {
  width: 100%;
  height: 100%;
  pointer-events: all;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media only screen and (max-width: 40em) {
  .mobile-nav-overlay.active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 40.0625em) {
  .mobile-nav-overlay.active {
    opacity: .3;
  }
}

.mobile-nav_searchoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}

.mobile-nav {
  width: 250px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  margin-left: -250px;
  background-color: #000000;
  overflow: hidden;
  padding: 80px 0 0;
  pointer-events: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.mobile-nav.active {
  margin-left: 0px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.csstransforms3d .mobile-nav {
  margin-left: 0px;
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.csstransforms3d .mobile-nav.active {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-nav__inner {
  color: #fff;
  position: relative;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  width: 280px;
}

.mobile-nav__list {
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 18px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0;
}
.mobile-nav__list.active {
  left: -250px;
}
.mobile-nav__list .mobile-nav__list {
  left: 100%;
  top: 0;
  display: none;
}
.mobile-nav__list .mobile-nav__list.active {
  left: 0;
}
.mobile-nav.active .mobile-nav__list {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.csstransforms3d .mobile-nav__list.active {
  left: 0;
  margin-right: -250px;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.csstransforms3d .mobile-nav__list .mobile-nav__list {
  left: 100%;
}

.mobile-nav__list-item:active {
  background-color: #ccc;
}
.mobile-nav__list-item:focus {
  background-color: #000;
}

.mobile-nav__list-item--current {
  font-weight: 600;
}

.mobile-nav__list-item--active > .mobile-nav__list {
  display: block;
}

.mobile-nav__sublink {
  padding: 10px 10px 10px 40px;
  display: block;
  position: relative;
}
.mobile-nav__sublink:hover {
  cursor: pointer;
  background-color: #2a2a2a;
}
.mobile-nav__list--sub .mobile-nav__sublink {
  padding-left: 40px;
}
.mobile-nav__sublink.active, .mobile-nav__sublink:focus {
  background-color: #444;
  font-weight: 600;
}
.mobile-nav__sublink:focus {
  outline: none;
}
.mobile-nav__sublink:before {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  top: 10px;
}
.mobile-nav__sublink.apfel:before {
  background-position: -310px -188px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.limette:before {
  background-position: -388px -268px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.orange:before {
  background-position: -26px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.himbeer:before {
  background-position: -48px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.pflaume:before {
  background-position: -5px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.himmelblau:before {
  background-position: -308px -138px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.gray:before {
  background-position: -173px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}
.mobile-nav__sublink.apfel-active:before {
  background-position: -152px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}
.mobile-nav__sublink.limette-active:before {
  background-position: -132px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 29px;
}
.mobile-nav__sublink.orange-active:before {
  background-position: -111px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 29px;
}
.mobile-nav__sublink.himbeer-active:before {
  background-position: -90px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.pflaume-active:before {
  background-position: -255px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}
.mobile-nav__sublink.himmelblau-active:before {
  background-position: -69px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 11px;
  height: 29px;
}
.mobile-nav__sublink.gray-active:before {
  background-position: -234px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}

.mobile-nav__list-item--hassub > .mobile-nav__sublink:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -6px;
}

.mobile-nav__list--sub .mobile-nav__sublink--header {
  padding-left: 40px;
  font-weight: 900;
}

.mobile-nav__sublink--back,
.mobile-nav__list--sub .mobile-nav__sublink--back {
  border-bottom: 2px solid #fff;
  padding-left: 40px;
}
.mobile-nav__sublink--back:after,
.mobile-nav__list--sub .mobile-nav__sublink--back:after {
  display: none;
}
.mobile-nav__sublink--back:before,
.mobile-nav__list--sub .mobile-nav__sublink--back:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -6px;
}

.mobile-nav__top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 20px 0 20px;
}

.mobile-nav__top--left {
  width: 25px;
}

.mobile-nav__iconelement {
  display: inline-block;
}
.mobile-nav__iconelement.mobile-nav_iconelement--search {
  position: absolute;
  right: 0;
  top: -37px;
}
.mobile-nav__iconelement.mobile-nav_iconelement--lang {
  margin-left: 57px;
}
.mobile-nav__iconelement:first-child {
  margin-left: 0;
}

.mobile-nav__search-input {
  height: 35px;
  font-size: 1rem;
  padding: 0 10px;
  color: #000;
}

.mobile-nav__iconlink.mobile-nav__home {
  background-position: -455px -85px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 31px;
  height: 29px;
}
.mobile-nav__iconlink.mobile-nav__search {
  background-position: -50px -362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.mobile-nav__iconlink.mobile-nav__lang {
  background-position: -455px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 31px;
  height: 30px;
}
.mobile-nav__iconlink.mobile-nav__lang--de {
  background-position: -455px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 31px;
  height: 30px;
}

.mobile-nav__userstate {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin: 20px 0 20px 20px;
}
.mobile-nav__userstate a {
  top: -5px;
  left: 5px;
  position: relative;
  font-weight: 900;
}
.mobile-nav__userstate:before {
  content: '';
  background-position: -315px -82px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 8px;
  height: 21px;
  display: inline-block;
}

.mobile-nav__searchform_wrap {
  z-index: 2;
  position: relative;
}

.mobile-nav__searchform {
  display: none;
  position: relative;
  margin: 0 0 10px 0;
  padding-top: 10px;
}
.mobile-nav__searchform:after {
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 11px;
  top: 28px;
  margin-top: -11px;
  background: url('../img/svg-sprite.svg') no-repeat -75px -75px;
}

.mobile-nav__search-input {
  width: 100%;
  padding-right: 40px;
}

.mobile-nav__search-submit {
  width: 45px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.mobile-nav__bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
}
.mobile-nav.active .mobile-nav__bottom {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

/*
	 END: mobile nav
	 ---------------------------------------- */
.menutoggle {
  left: 0;
  display: inline-block;
  z-index: 1000;
  pointer-events: all;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.19s;
  -o-transition-duration: 0.19s;
  -webkit-transition-duration: 0.19s;
  transition-duration: 0.19s;
}
.menutoggle .menutoggle__arrow {
  background-position: -240px -435px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 28px;
  height: 20px;
  margin-top: 15px;
  margin-left: 50px;
  margin-bottom: 15px;
  position: relative;
}
@media only screen {
  .menutoggle .menutoggle__arrow {
    right: 10px;
  }
}
.menutoggle:hover {
  cursor: pointer;
}

.menutoggle_text {
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.mobile-nav__closer {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  color: #fff;
  pointer-events: all;
}
.mobile-nav__closer:hover {
  cursor: pointer;
}
.mobile-nav__closer:before {
  background-position: -215px -112px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 28px;
  height: 22px;
  display: inline-block;
  content: '';
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 40em) {
  .menutoggle {
    top: 50%;
  }
  .menutoggle.fade {
    left: -53px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  .menutoggle.fadenot {
    left: inherit;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  .menutoggle_text {
    color: #fff;
  }
}
.csstransforms3d .menutoggle.active .menutoggle__line {
  background-color: #fff;
}
.csstransforms3d .menutoggle.active .menutoggle__line--first {
  -moz-transform: translate3d(0px, 11px, 0) rotate(45deg);
  -ms-transform: translate3d(0px, 11px, 0) rotate(45deg);
  -webkit-transform: translate3d(0px, 11px, 0) rotate(45deg);
  transform: translate3d(0px, 11px, 0) rotate(45deg);
}
.csstransforms3d .menutoggle.active .menutoggle__line--middle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.csstransforms3d .menutoggle.active .menutoggle__line--last {
  -moz-transform: rotate(-45deg) translate3d(8px, -7px, 0);
  -ms-transform: rotate(-45deg) translate3d(8px, -7px, 0);
  -webkit-transform: rotate(-45deg) translate3d(8px, -7px, 0);
  transform: rotate(-45deg) translate3d(8px, -7px, 0);
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
}

.section--nopB {
  padding-bottom: 0;
}

.section--footer {
  background-color: #000;
}

.contactform_intro {
  margin-bottom: 60px;
}
.contactform_intro.success .cfi_info {
  display: inline-block;
  font-size: 1.0625rem;
  position: relative;
  top: -10px;
}
.contactform_intro.success:before {
  content: '';
  background-position: -256px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 67px;
  height: 67px;
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 40em) {
  .contactform_intro.success:before {
    margin-right: auto;
  }
}
.contactform_intro.error {
  color: #C90972;
}
.contactform_intro .cfi_head {
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .contactform_intro {
    text-align: left;
    margin-bottom: 20px;
  }
}

.contactform_label {
  display: block;
}

.contactform_input {
  width: 100%;
}

.contactform_textarea {
  resize: none;
  padding-top: 15px;
  min-height: 300px;
}

.contactform_btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  border: 0;
}

.contactform_captcha img {
  width: 100%;
}

.femanager_flashmessages > div {
  padding-left: 0;
}

.Tx-Formhandler span.errorField {
  color: red;
  display: block;
  margin-bottom: 10px;
}

.contactteam_header {
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .contactteam_header {
    text-align: left;
  }
}

.contactteam_intro {
  margin-bottom: 40px;
}
@media only screen and (max-width: 40em) {
  .contactteam_intro {
    text-align: left;
    margin-bottom: 20px;
  }
}

.contactteam_name {
  font-weight: 900;
  font-size: 1.25rem;
}

.contactteam_position {
  font-weight: 900;
}

.contactteam_member {
  margin-bottom: 30px;
}

.contactteam_icon {
  padding: 4px 0;
  padding-left: 35px;
  position: relative;
  height: 35px;
}
.contactteam_icon:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 40em) {
  .contactteam_icon.contactteam_phone {
    margin-bottom: 5px;
    display: block;
  }
}
.contactteam_icon.contactteam_phone:before {
  background-position: -455px -164px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 35px;
}
.contactteam_icon.contactteam_phone:hover {
  text-decoration: underline;
}
.contactteam_icon.contactteam_mail {
  padding-left: 45px;
}
.contactteam_icon.contactteam_mail:before {
  background-position: -103px -320px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 34px;
  height: 31px;
}
.contactteam_icon.contactteam_mail:hover {
  text-decoration: underline;
}

.readmore,
.readmore_teaser_header,
.readmore_sectionheader {
  color: #fff;
}

.readmore_teaser_header,
.readmore_sectionheader {
  font-size: 1.1875rem;
}

.readmore_teaser p {
  margin: 0;
}
.readmore_teaser img {
  width: 100%;
}
.readmore_teaser .content-image {
  margin: 0.5em 0;
}

.readmore_teaser_preheader {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}
@media only screen and (max-width: 40em) {
  .readmore_teaser_preheader {
    font-size: 1rem;
    padding: 10px 0 0 0;
  }
}

@media only screen and (max-width: 40em) {
  .readmore_teaser {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .readmore--slider.columns--medium {
    padding: 20px 0;
  }
  .readmore--slider .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.accordioncontent {
  margin-bottom: 3px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion_header {
  color: #fff;
  font-size: 1.875rem;
  position: relative;
}
.accordion_header:before {
  content: '';
  position: absolute;
  display: block;
  right: -50px;
  top: 24%;
  background-position: -273px -362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 18px;
}
.accordion_header.default:before {
  background-position: -5px -407px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 18px;
}
.accordion_header.active:before {
  background-position: -5px -407px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 18px;
}
.accordion_header.himmelblau:before {
  background-position: -64px -407px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 18px;
}
.accordion_header.himmelblau.default:before {
  background-position: -332px -362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 18px;
}
.accordion_header.himmelblau.active:before {
  background-position: -332px -362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 18px;
}

.accordion_headerinner {
  background-color: #000;
  padding: 12px 60px 12px 15px;
}
.accordion_headerinner.hovered {
  background-color: #2a2a2a;
}

.accordion-content.default {
  display: block;
}

@media only screen and (max-width: 40em) {
  .accordion_header {
    font-size: 1.25rem;
  }
}
.buildings_downloadtext {
  padding-left: 80px;
  position: relative;
}
.buildings_downloadtext span {
  display: block;
  color: #2193CA;
  text-transform: uppercase;
  font-weight: 900;
}
.buildings_downloadtext:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background-position: -114px -147px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 83px;
  height: 83px;
}

.buildings_downloadbutton {
  padding-top: 10px;
}

.buildings_char span {
  display: block;
}

.comment_error {
  color: red;
}

.commentary_headerwrap {
  margin-bottom: 30px;
}

.commentary_header {
  padding-top: 10px;
}

.comment-inner img {
  display: none;
}

.comment_header {
  margin-bottom: 10px;
}

.reply-inner img {
  display: none;
}

.tx-pwcomment-pi1 ol li {
  background: #fff;
  padding: 10px 15px 15px 15px;
  margin-bottom: 15px;
  border: 2px solid #e6e6e6;
}

.tx-pwcomment-pi1 ol li ol li {
  background-color: #fff;
}

.tx-pwcomment-pi1 ol li ol {
  padding-left: 20px;
  padding-top: 10px;
}

.tx-pwcomment-pi1 .comment_body {
  font-size: 13px;
  line-height: 1.5;
}

.tx-pwcomment-pi1 .comment_author {
  font-size: 18px;
  font-weight: 900;
}

.tx-pwcomment-pi1 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tx-pwcomment-pi1 div.actions {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tx-pwcomment-pi1 ol li.comment {
  position: relative;
}

.tx-pwcomment-pi1 div.actions .comment_voting, div.actions .comment_reply {
  float: left;
}

.tx-pwcomment-pi1 .comment-reply {
  position: relative;
  margin-bottom: 8px;
  width: auto;
}

.voted {
  position: relative;
  display: inline-block;
}
.voted:before {
  display: block;
  content: '';
}
.voted.upvote:before {
  background-position: -5px -320px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 44px;
  height: 32px;
}
.voted.downvote:before {
  background-position: -256px -188px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 44px;
  height: 32px;
}

.replied {
  padding: 0 5px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
}
.replied:hover {
  background-color: #1D1D1D;
  color: #fff;
  text-decoration: none;
}

.voted_rating {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 3px;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: 700;
}

.commentary_submit {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

@media (max-width: 500px) {
  .tx-pwcomment-pi1 div.actions {
    position: absolute;
    top: 43px;
  }

  .comment_header {
    margin-bottom: 40px;
  }
}
.search_header {
  padding-bottom: 40px;
}
.search_header .breadcrumb {
  padding-top: 0;
}

.search_header_form {
  position: relative;
}
.search_header_form:after {
  background-position: -50px -362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 45px;
  top: 12px;
  z-index: 1;
  pointer-events: none;
}

.search_header_formsubmit {
  width: 130px;
  height: 60px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  opacity: 1;
  border: none;
}

.search_header_checklist .button {
  text-transform: uppercase;
  font-weight: 900;
  color: #A9AAAC;
}

.search_results {
  padding: 40px 0;
}
.search_results:last-child {
  padding-bottom: 0;
}
.search_results .std-link--themed:before {
  top: 2px;
}

.search_results_element {
  margin-bottom: 30px;
}

.search_header_label {
  font-size: 24px;
}

.search_results_header {
  margin-bottom: 50px;
}

.search_results_elementheader {
  margin-bottom: 5px;
}

.search_results_more {
  color: #8e8e8e;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-left: 17px;
}
.search_results_more:hover {
  color: #8e8e8e;
  text-decoration: underline;
}
.search_results_more:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: -2;
  width: 20px;
  background-position: -173px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 28px;
}

.service .ce a:hover {
  color: #D8D8D8;
}
.service .ce a:hover .moretoread:after {
  color: #D8D8D8;
}
.service .ce a:hover .content-header {
  color: #D8D8D8;
}

.table {
  overflow-x: scroll;
  padding: 10px 0;
}
.table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.table::-webkit-scrollbar-thumb {
  max-width: 10px;
  border-radius: 0;
  background-color: black;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.table::-webkit-scrollbar-track {
  background-color: #eaeaea;
  -webkit-box-shadow: inset 0 0 transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.tableholding {
  max-width: 100%;
}

.tablewrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.table_direction {
  cursor: pointer;
  position: relative;
}
.table_direction:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 18px;
  background-position: -496px -5px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 43px;
}

.table_backward,
.table_forward {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 45%;
  background-color: #000;
}

.table_backward {
  left: 0;
}

.table_forward {
  right: 0;
}

.table_backward_link,
.table_forward_link {
  display: block;
  height: 100%;
}

.table_backward_link:before {
  left: 5px;
}

.table_forward_link:before {
  left: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.table_tr {
  border-bottom: 3px solid #eaeaea;
}
.table_tr:last-child {
  border-bottom: 0;
}

.table_td {
  text-align: center;
  padding: 0 10px;
  min-width: 180px;
}
.table_td:first-child {
  padding-left: 0;
}

.table_thead {
  border-bottom: 15px solid #eaeaea;
}

.table_headlist {
  width: 130px;
  list-style-type: none;
  margin: 0;
  padding: 34px 0 0 0;
}

.table_headlistitem {
  line-height: 24px;
  font-weight: bold;
  border-bottom: 3px solid #eaeaea;
}
.table_headlistitem:first-child {
  border-top: 15px solid #eaeaea;
}
.table_headlistitem:last-child {
  border-bottom: 16px solid #eaeaea;
  padding-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  .table_backward,
  .table_forward {
    top: inherit;
    bottom: -4px;
  }

  .tablewrapper {
    padding-bottom: 90px;
    margin-bottom: 40px;
  }
}
.ce-table table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
.ce-table td, .ce-table th {
  padding: 6px 10px;
}
@media only screen and (max-width: 40em) {
  .ce-table td, .ce-table th {
    font-size: 12px;
  }
}
.ce-table tr {
  border-bottom: 2px solid #eee;
}
.ce-table tr:first-child {
  border-top: 0;
}
.ce-table th {
  background-color: #eee;
  color: #000;
  font-weight: 900;
  font-size: 1rem;
  text-align: left;
}
.ce-table th:empty {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ce-table tfoot {
  font-size: 0.8125rem;
}
.ce-table tfoot td {
  padding: 20px 0 0;
}
.ce-table tfoot tr {
  border: 0;
}

.ce-table--onbg tr {
  border-bottom-color: #fff;
}
.ce-table--onbg th {
  background-color: #fff;
}

.tablewrapper--doublerow .table_headlistitem {
  height: 50px;
}
.tablewrapper--doublerow .table_headlistitem:first-child {
  height: 59px;
}
.tablewrapper--doublerow .table_headlistitem:last-child {
  height: 74px;
}
.tablewrapper--doublerow .table_td {
  height: 50px;
}
.tablewrapper--doublerow .table_headlist {
  padding: 53px 0 0 0;
}

.splash-page-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}

.splash-page-content {
  position: relative;
  max-width: 80rem;
  background: #fff;
  margin: 40px 29px;
  border: 4px solid #212121;
  padding: 40px 0;
}
.splash-page-content p {
  margin-top: 0;
}
.splash-page-content .columns--extra {
  padding: 0 48px;
}
.splash-page-content .slider--main {
  margin-bottom: 30px;
}
.splash-page-content .slider--main .slider_caption--main {
  bottom: 10px;
  text-align: left;
}
.splash-page-content .slider--main .slider_captionwrap {
  padding: 0 0 0 10px;
  max-width: none;
}
.splash-page-content .logo-splash-page {
  margin-bottom: 40px;
}
.splash-page-content .logo-splash-page + .logo-splash-page {
  margin-left: 40px;
}
.splash-page-content .close-splash-page {
  width: 55px;
  height: 55px;
  cursor: pointer;
  margin-bottom: 40px;
  background-position: -333px -203px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 55px;
  height: 55px;
}

@media only screen and (min-width: 40.0625em) {
  .splash-page-content .logo-splash-page img {
    height: 71px;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .splash-page-content .logo-splash-page img {
    height: 120px;
    width: auto;
  }
}
