/* 9/16/2019 3:50 PM */
@charset "UTF-8";
/** bootstraps the project */
/*! 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.
 */
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: 0; }
/**
 * 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; }
*:focus {
  outline: none; }
.not-rendered {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden; }
body.is-reveal-open {
  overflow: hidden; }
.foundation-mq {
  font-family: "small=0em&medium=41.875em&large=64em&xlarge=75em&xxlarge=90em"; }
html,
body {
  font-size: 100%;
  box-sizing: border-box; }
*,
*:before,
*:after {
  box-sizing: inherit; }
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }
select {
  width: 100%;
  border-radius: 0; }
#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; }
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
.row {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 41.875em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }
.column.row.row, .row.row.columns {
  float: none; }
.small-1 {
  width: 8.3333333333%; }
.small-push-1 {
  position: relative;
  left: 8.3333333333%; }
.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }
.small-offset-0 {
  margin-left: 0%; }
.small-2 {
  width: 16.6666666667%; }
.small-push-2 {
  position: relative;
  left: 16.6666666667%; }
.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }
.small-offset-1 {
  margin-left: 8.3333333333%; }
.small-3 {
  width: 25%; }
.small-push-3 {
  position: relative;
  left: 25%; }
.small-pull-3 {
  position: relative;
  left: -25%; }
.small-offset-2 {
  margin-left: 16.6666666667%; }
.small-4 {
  width: 33.3333333333%; }
.small-push-4 {
  position: relative;
  left: 33.3333333333%; }
.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }
.small-offset-3 {
  margin-left: 25%; }
.small-5 {
  width: 41.6666666667%; }
.small-push-5 {
  position: relative;
  left: 41.6666666667%; }
.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }
.small-offset-4 {
  margin-left: 33.3333333333%; }
.small-6 {
  width: 50%; }
.small-push-6 {
  position: relative;
  left: 50%; }
.small-pull-6 {
  position: relative;
  left: -50%; }
.small-offset-5 {
  margin-left: 41.6666666667%; }
.small-7 {
  width: 58.3333333333%; }
.small-push-7 {
  position: relative;
  left: 58.3333333333%; }
.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }
.small-offset-6 {
  margin-left: 50%; }
.small-8 {
  width: 66.6666666667%; }
.small-push-8 {
  position: relative;
  left: 66.6666666667%; }
.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }
.small-offset-7 {
  margin-left: 58.3333333333%; }
.small-9 {
  width: 75%; }
.small-push-9 {
  position: relative;
  left: 75%; }
.small-pull-9 {
  position: relative;
  left: -75%; }
.small-offset-8 {
  margin-left: 66.6666666667%; }
.small-10 {
  width: 83.3333333333%; }
.small-push-10 {
  position: relative;
  left: 83.3333333333%; }
.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }
.small-offset-9 {
  margin-left: 75%; }
.small-11 {
  width: 91.6666666667%; }
.small-push-11 {
  position: relative;
  left: 91.6666666667%; }
.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }
.small-offset-10 {
  margin-left: 83.3333333333%; }
.small-12 {
  width: 100%; }
.small-offset-11 {
  margin-left: 91.6666666667%; }
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }
.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }
.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }
@media screen and (min-width: 41.875em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }
p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }
em,
i {
  font-style: italic;
  line-height: inherit; }
strong,
b {
  font-weight: bold;
  line-height: inherit; }
small {
  font-size: 80%;
  line-height: inherit; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif", Times New Roman;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }
h1 {
  font-size: 1.5rem; }
h2 {
  font-size: 1.25rem; }
h3 {
  font-size: 1.1875rem; }
h4 {
  font-size: 1.125rem; }
h5 {
  font-size: 1.0625rem; }
h6 {
  font-size: 1rem; }
@media screen and (min-width: 41.875em) {
  h1 {
    font-size: 1.5625rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }
a {
  color: #a52c17;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #8e2614; }
  a img {
    border: 0; }
hr {
  max-width: 60rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }
li {
  font-size: inherit; }
ul {
  list-style-type: disc;
  margin-left: 1.25rem; }
ol {
  margin-left: 1.25rem; }
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }
dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }
abbr {
  color: #000000;
  cursor: help;
  border-bottom: 1px dotted #000000; }
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #a52c17; }
.lead {
  font-size: 125%;
  line-height: 1.6; }
.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }
.no-bullet {
  margin-left: 0;
  list-style: none; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
@media screen and (min-width: 41.875em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #a52c17;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #8c2514;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #147cc0;
      color: #fff; }
  .button.secondary {
    background: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #5f5f5f;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 3px solid #efe6b0;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #a52c17;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }
input[type='search'] {
  box-sizing: border-box; }
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }
[type='file'] {
  width: 100%; }
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.6875rem 0; }
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }
.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000000;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }
.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }
legend {
  margin-bottom: 0.5rem; }
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 3px solid #efe6b0;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #a52c17;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }
.is-invalid-label {
  color: #ec5840; }
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }
.hide {
  display: none !important; }
.invisible {
  visibility: hidden; }
@media screen and (min-width: 0em) and (max-width: 41.8125em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 41.875em) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 41.875em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 41.8125em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 41.8125em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }
.clearfix::after {
  clear: both; }
.accordion {
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 0;
  margin-left: 0; }
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #333333; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #efe6b0; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }
.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #333333; }
.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #ffffff; }
  .badge.secondary {
    background: #777;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #000000;
    font-size: 0.6875rem;
    cursor: default;
    /*@if $breadcrumbs-item-uppercase {
      text-transform: uppercase;
    }*/ }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }
.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #ffffff; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.3333333333%; }
  .button-group.expanded .button:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.6666666667%; }
  .button-group.primary .button {
    background: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 41.875em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #ffffff; } }
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
    .callout.primary a {
      color: #116ca8; }
      .callout.primary a:hover {
        color: #0a4063; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
    .callout.success a {
      color: #1ea450; }
      .callout.success a:hover {
        color: #126330; }
  .callout.alert {
    background-color: #fce6e2; }
    .callout.alert a {
      color: #bf2b13; }
      .callout.alert a:hover {
        color: #791b0c; }
  .callout.warning {
    background-color: #fff3d9; }
    .callout.warning a {
      color: #b37a00; }
      .callout.warning a:hover {
        color: #664600; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
.is-drilldown {
  position: relative;
  overflow: hidden; }
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }
.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }
.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }
.dropdown-pane.tiny {
  width: 100px; }
.dropdown-pane.small {
  width: 200px; }
.dropdown-pane.large {
  width: 400px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: none;
  border: none; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }
.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }
.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }
.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }
.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 56.25%;
  margin: 1.875rem 0;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }
.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }
.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 41.875em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.3333333333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.6666666667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 41.875em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #000000;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #000000; }
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }
.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap; }
.sticky-container {
  position: relative; }
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }
.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: scroll; }
.reveal {
  display: none;
  z-index: 1006;
  padding: 0;
  border: none;
  margin: 100px auto 0 auto;
  background-color: none;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 41.875em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 41.875em) {
    .reveal {
      width: 600px;
      max-width: 60rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 41.875em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 41.875em) {
    .reveal.tiny {
      width: 30%;
      max-width: 60rem; } }
  @media screen and (min-width: 41.875em) {
    .reveal.small {
      width: 50%;
      max-width: 60rem; } }
  @media screen and (min-width: 41.875em) {
    .reveal.large {
      width: 90%;
      max-width: 60rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0; }
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }
.switch-input {
  opacity: 0;
  position: absolute; }
.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }
.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }
table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f9f9f9;
    color: #000000; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }
table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll; }
table.hover tr:hover {
  background-color: #fafafa; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }
.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #2199e8; }
    .tabs.primary > li > a {
      color: #ffffff; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }
.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }
.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }
.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }
.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
.title-bar {
  background: #000000;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }
.title-bar-left {
  float: left; }
.title-bar-right {
  float: right;
  text-align: right; }
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
.has-tip {
  border-bottom: 1px dashed #a52c17;
  position: relative;
  display: inline-block;
  cursor: help; }
.tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  color: #efe6b0;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 18.75rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #000000;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #000000;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #000000 transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }
.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #eee; }
    .top-bar li > a, .top-bar ul li > a {
      color: #fff; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
@media screen and (min-width: 41.875em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }
@-webkit-keyframes bounce-down-rotate {
  0%, 50%, 100% {
    -webkit-transform: translateY(0) rotate(90deg); }
  25% {
    -webkit-transform: translateY(3px) rotate(90deg); }
  75% {
    -webkit-transform: translateY(5px) rotate(90deg); } }
@-moz-keyframes bounce-down-rotate {
  0%, 50%, 100% {
    -moz-transform: translateY(0) rotate(90deg); }
  25% {
    -moz-transform: translateY(3px) rotate(90deg); }
  75% {
    -moz-transform: translateY(5px) rotate(90deg); } }
@keyframes bounce-down-rotate {
  0%, 50%, 100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); }
  25% {
    -webkit-transform: translateY(3px) rotate(90deg);
    -moz-transform: translateY(3px) rotate(90deg);
    -ms-transform: translateY(3px) rotate(90deg);
    -o-transform: translateY(3px) rotate(90deg);
    transform: translateY(3px) rotate(90deg); }
  75% {
    -webkit-transform: translateY(5px) rotate(90deg);
    -moz-transform: translateY(5px) rotate(90deg);
    -ms-transform: translateY(5px) rotate(90deg);
    -o-transform: translateY(5px) rotate(90deg);
    transform: translateY(5px) rotate(90deg); } }
@-webkit-keyframes bounce-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateY(3px); }
  75% {
    -webkit-transform: translateY(5px); } }
@-moz-keyframes bounce-down {
  0%, 50%, 100% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateY(3px); }
  75% {
    -moz-transform: translateY(5px); } }
@keyframes bounce-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px); }
  75% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-webkit-keyframes bounce-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateY(3px); }
  75% {
    -webkit-transform: translateY(5px); } }
@-moz-keyframes bounce-up {
  0%, 50%, 100% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateY(3px); }
  75% {
    -moz-transform: translateY(5px); } }
@keyframes bounce-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px); }
  75% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-webkit-keyframes bounce-arrow {
  0%, 50%, 100% {
    -webkit-transform: translateX(0); }
  25% {
    -webkit-transform: translateX(3px); }
  75% {
    -webkit-transform: translateX(1px); } }
@-moz-keyframes bounce-arrow {
  0%, 50%, 100% {
    -moz-transform: translateX(0); }
  25% {
    -moz-transform: translateX(3px); }
  75% {
    -moz-transform: translateX(1px); } }
@keyframes bounce-arrow {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  25% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px); }
  75% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px); } }
/* 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; }
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before, .slick-next:before {
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }
.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: sans-serif;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
a.fullpage-next, a.fullpage-prev {
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 50px;
  z-index: 999; }
  a.fullpage-next:before, a.fullpage-prev:before {
    font-size: 58px;
    color: #ffffff;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-family: "Noto Serif", Times New Roman;
    content: "\00BB";
    background: #a52c17;
    padding-left: 15px;
    transition: background 0.25s ease-out; }
  a.fullpage-next:hover:before, a.fullpage-prev:hover:before {
    -webkit-animation: bounce-down-rotate 1s infinite;
    -moz-animation: bounce-down-rotate 1s infinite;
    animation: bounce-down-rotate 1s infinite;
    background: #8c2514; }
a.fullpage-prev {
  top: 0; }
  a.fullpage-prev:before {
    top: -50px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
a.fullpage-next {
  bottom: -1px; }
  a.fullpage-next:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  margin-bottom: 1em;
  font-family: "Noto Serif", Times New Roman;
  font-weight: 600;
  font-size: 1rem; }
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 3.4375rem;
  user-select: none;
  -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }
.select2-container .select2-search--inline {
  float: left; }
.select2-dropdown {
  color: #a52c17;
  background-color: #ffffff;
  font-weight: 400;
  border: 3px solid #efe6b0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
.select2-results__option[aria-selected] {
  cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown.select2-search--hide {
  display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 3px solid #efe6b0; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #a52c17;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  height: 100%; }
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a52c17; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2.5rem;
  height: 3.4375rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #a52c17;
  overflow: hidden;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:hover {
    background: #8c2514; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:hover b {
      -webkit-animation: bounce-down 1s infinite;
      -moz-animation: bounce-down 1s infinite;
      animation: bounce-down 1s infinite; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    top: 0;
    left: 0.9375rem;
    content: "\00BB";
    color: #ffffff;
    font-family: "Noto Serif", Times New Roman;
    font-size: 1.875rem;
    font-weight: normal;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0.5625rem; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #cacaca; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #efe6b0; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8c2514;
  color: #ffffff; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.ct-label {
  fill: rgba(51, 51, 51, 0.4);
  color: rgba(51, 51, 51, 0.4);
  font-size: 0.75rem;
  line-height: 1; }
.chart--line .ct-label,
.chart--bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.chart--bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }
.chart--bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }
.chart--bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.chart--bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }
.chart--bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }
.chart--bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }
.ct-grid {
  stroke: rgba(51, 51, 51, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }
.ct-line {
  fill: none;
  stroke-width: 4px; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .ct-line {
      stroke-width: 2px; } }
.ct-area {
  stroke: none;
  fill-opacity: 0.1; }
.ct-bar {
  fill: none;
  stroke-width: 15px; }
.ct-slice-donut {
  fill: none;
  stroke-width: 35px; }
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #00375a; }
.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #00375a; }
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #7f1f05; }
.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #7f1f05; }
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #d7b75b; }
.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #d7b75b; }
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #335f7b; }
.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #335f7b; }
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #ece288; }
.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #ece288; }
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #6e6e6e; }
.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #6e6e6e; }
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #66879c; }
.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #66879c; }
.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }


@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url("/static/media/noto-serif-v4-latin-regular.eot");
  src: local("Noto Serif"), local("NotoSerif"), url("/static/media/noto-serif-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/media/noto-serif-v4-latin-regular.woff2") format("woff2"), url("/static/media/noto-serif-v4-latin-regular.woff") format("woff"), url("/static/media/noto-serif-v4-latin-regular.ttf") format("truetype"), url("/static/media/noto-serif-v4-latin-regular.svg#NotoSerif") format("svg");
   }
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url("/static/media/noto-serif-v4-latin-italic.eot");
  src: local("Noto Serif Italic"), local("NotoSerif-Italic"), url("/static/media/noto-serif-v4-latin-italic.eot?#iefix") format("embedded-opentype"), url("/static/media/noto-serif-v4-latin-italic.woff2") format("woff2"), url("/static/media/noto-serif-v4-latin-italic.woff") format("woff"), url("/static/media/noto-serif-v4-latin-italic.ttf") format("truetype"), url("/static/media/noto-serif-v4-latin-italic.svg#NotoSerif") format("svg");
   }
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url("/static/media/noto-serif-v4-latin-700.eot");
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/static/media/noto-serif-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/media/noto-serif-v4-latin-700.woff2") format("woff2"), url("/static/media/noto-serif-v4-latin-700.woff") format("woff"), url("/static/media/noto-serif-v4-latin-700.ttf") format("truetype"), url("/static/media/noto-serif-v4-latin-700.svg#NotoSerif") format("svg");
   }
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url("/static/media/noto-serif-v4-latin-700italic.eot");
  src: local("Noto Serif Bold Italic"), local("NotoSerif-BoldItalic"), url("/static/media/noto-serif-v4-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/static/media/noto-serif-v4-latin-700italic.woff2") format("woff2"), url("/static/media/noto-serif-v4-latin-700italic.woff") format("woff"), url("/static/media/noto-serif-v4-latin-700italic.ttf") format("truetype"), url("/static/media/noto-serif-v4-latin-700italic.svg#NotoSerif") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/static/media/open-sans-v13-latin-300.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/static/media/open-sans-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-300.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-300.woff") format("woff"), url("/static/media/open-sans-v13-latin-300.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-300.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("/static/media/open-sans-v13-latin-300italic.eot");
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url("/static/media/open-sans-v13-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-300italic.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-300italic.woff") format("woff"), url("/static/media/open-sans-v13-latin-300italic.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-300italic.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/media/open-sans-v13-latin-regular.eot");
  src: local("Open Sans"), local("OpenSans"), url("/static/media/open-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-regular.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-regular.woff") format("woff"), url("/static/media/open-sans-v13-latin-regular.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-regular.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("/static/media/open-sans-v13-latin-italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/static/media/open-sans-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-italic.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-italic.woff") format("woff"), url("/static/media/open-sans-v13-latin-italic.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-italic.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("/static/media/open-sans-v13-latin-600.eot");
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("/static/media/open-sans-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-600.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-600.woff") format("woff"), url("/static/media/open-sans-v13-latin-600.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-600.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("/static/media/open-sans-v13-latin-600italic.eot");
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("/static/media/open-sans-v13-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-600italic.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-600italic.woff") format("woff"), url("/static/media/open-sans-v13-latin-600italic.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-600italic.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/static/media/open-sans-v13-latin-700.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/static/media/open-sans-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-700.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-700.woff") format("woff"), url("/static/media/open-sans-v13-latin-700.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-700.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("/static/media/open-sans-v13-latin-700italic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/static/media/open-sans-v13-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-700italic.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-700italic.woff") format("woff"), url("/static/media/open-sans-v13-latin-700italic.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-700italic.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("/static/media/open-sans-v13-latin-800.eot");
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("/static/media/open-sans-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-800.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-800.woff") format("woff"), url("/static/media/open-sans-v13-latin-800.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-800.svg#OpenSans") format("svg");
   }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("/static/media/open-sans-v13-latin-800italic.eot");
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url("/static/media/open-sans-v13-latin-800italic.eot?#iefix") format("embedded-opentype"), url("/static/media/open-sans-v13-latin-800italic.woff2") format("woff2"), url("/static/media/open-sans-v13-latin-800italic.woff") format("woff"), url("/static/media/open-sans-v13-latin-800italic.ttf") format("truetype"), url("/static/media/open-sans-v13-latin-800italic.svg#OpenSans") format("svg");
   }


hr.divider {
  width: 100%;
  min-width: 100%;
  max-width: initial;
  border-bottom-color: #efe6b0;
  margin: 1.5625rem 0; }
[itemprop="faxNumber"] {
  color: #a52c17; }
a {
  font-size: 0.9375rem; }
  a[href]:not([class]):link, a[href]:not([class]):visited {
    color: #a52c17;
    text-decoration: underline; }
  a[href]:not([class]):hover, a[href]:not([class]):active {
    color: #a52c17;
    text-decoration: none; }
  a[href^="tel:"]:not([class]):link, a[href^="tel:"]:not([class]):visited {
    text-decoration: none; }
  a[href^="mailto:"] {
    font-weight: bold; }
p > a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  p > a:hover, p > a:active {
    background: rgba(239, 230, 176, 0.5); }
a:focus, a:hover, a:active {
  color: #a52c17; }
.link--tooltip {
  cursor: help;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .link--tooltip:hover, .link--tooltip:active {
    background: rgba(239, 230, 176, 0.5); }
.link--more {
  position: relative;
  padding-left: 0.625rem;
  display: inline-block;
  font-size: 0.9375rem; }
  .link--more:before {
    position: absolute;
    height: 1.0625rem;
    overflow: hidden;
    left: 0;
    top: -1px;
    display: inline-block;
    content: "\00BB";
    font-family: "Noto Serif", Times New Roman;
    margin-right: 0.1875rem; }
  .link--more:hover {
    text-decoration: underline; }
.link--external {
  display: inline-block;
  text-decoration: underline; }
  .link--external:hover {
    text-decoration: none; }
.link--contact {
  font-weight: bold;
  text-decoration: underline; }
  .link--contact:hover {
    text-decoration: none; }
  @media screen and (max-width: 63.9375em) {
    .link--contact {
      margin-top: 1rem; } }
  @media screen and (min-width: 64em) {
    .link--contact {
      position: absolute;
      bottom: 0.9375rem; } }
ul {
  position: relative;
  list-style: none; }
  ul li {
    font-size: 0.9375rem;
    position: relative; }
    ul li:last-child *:last-child {
      /* margin-bottom: 0; EDITED */ }
.dots li:before {
  background: #a52c17;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: -1.25rem; }
.link-list {
  margin-left: 0; }
  .link-list li {
    padding: 0.125rem 0; }
.document-list {
  margin-left: 0;
  margin-top: 0.3125rem; }
  .document-list li {
    padding: 0.625rem 0;
    border-bottom: 1px solid #000000; }
    .document-list li:first-of-type {
      border-top: 1px solid #000000; }
  .document-list .list__document-item {
    color: #000000;
    display: inline-block;
    padding-left: 1.5625rem; }
    .document-list .list__document-item:hover {
      color: #a52c17; }
  .document-list .dateiformat {
    color: #8a8a8a; }
  .document-list .icon--video {
    fill: #a52c17;
    width: 1.125rem;
    height: 1.125rem;
    top: 0.1875rem; }
    .document-list .icon--video + .list__document-item {
      padding-left: 0.625rem; }
.hooks {
  margin: 1.25rem 0 1.25rem 2.1875rem; }
  .hooks li:hover svg {
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .hooks li h5 {
    font-weight: bold; }
.button {
  position: relative;
  font-family: 'Noto Serif';
  margin: 10px;
  left: -8px; }
  .button:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 3px;
    left: -4px;
    top: -4px;
    border: 1px solid #a52c17;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4); }
  .button.icon {
    padding-left: 25px; }
  .button.svg {
    padding-left: 37px; }
    .button.svg svg {
      position: absolute;
      fill: white;
      width: 20px;
      height: 20px;
      top: 10px;
      left: 10px; }
  .button .icon {
    font-style: normal;
    position: absolute;
    left: 10px;
    top: 8px; }
    .button .icon.arrow:before {
      font-size: 18px;
      content: "\00BB"; }
.input-group {
  position: relative; }
  .input-group:not(.has-btn):not(.border--none) input[type='text'] {
    border-right: 3px solid #efe6b0; }
    .input-group:not(.has-btn):not(.border--none) input[type='text']:focus {
      border: 3px solid #cacaca;
      background: #ffffff;
      outline: none;
      box-shadow: 0 0 5px #cacaca;
      -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  .input-group.border--none input[type='text'] {
    border: none; }
  .input-group input[type=text] {
    border-right: none;
    height: 55px;
    box-shadow: none;
    border-radius: 0;
    font-family: "Noto Serif", Times New Roman;
    font-weight: 600; }
    .input-group input[type=text]::-webkit-input-placeholder {
      color: #a52c17;
      opacity: 1; }
    .input-group input[type=text]::-moz-placeholder {
      color: #a52c17;
      opacity: 1; }
    .input-group input[type=text]:-moz-placeholder {
      color: #a52c17;
      opacity: 1; }
    .input-group input[type=text]:-ms-input-placeholder {
      color: #a52c17;
      opacity: 1; }
  .input-group .input-group-button {
    position: relative;
    overflow: hidden;
    background: #a52c17;
    transition: all 0.25s ease-out; }
    .input-group .input-group-button:hover {
      background: #8c2514; }
    .input-group .input-group-button input.button {
      background: none;
      font-family: "Noto Serif", Times New Roman;
      font-size: 30px;
      padding: 0;
      width: 40px;
      padding-bottom: 7px;
      height: 55px;
      top: 0;
      left: 0;
      position: relative;
      border: 0; }
      .input-group .input-group-button input.button:hover {
        -webkit-animation: bounce-arrow 1s infinite;
        -moz-animation: bounce-arrow 1s infinite;
        animation: bounce-arrow 1s infinite; }
textarea:focus {
  border: 3px solid #cacaca;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
textarea {
  font-weight: 600;
  font-family: "Noto Serif", Times New Roman; }
.button--send {
  color: #a52c17;
  background: #ffffff;
  font-size: 0.9375rem;
  font-weight: bold; }
  .button--send:hover {
    color: #a52c17;
    background: #ffffff;
    box-sizing: content-box;
    -webkit-box-shadow: 0 4px 8px 6px rgba(239, 230, 176, 0.4);
    -moz-box-shadow: 0 4px 8px 6px rgba(239, 230, 176, 0.4);
    box-shadow: 0 4px 8px 6px rgba(239, 230, 176, 0.4); }
  .button--send:before {
    border: 3px solid #efe6b0;
    -webkit-box-shadow: 0 0 10px 1px rgba(239, 230, 176, 0.4);
    -moz-box-shadow: 0 0 10px 1px rgba(239, 230, 176, 0.4);
    box-shadow: 0 0 10px 1px rgba(239, 230, 176, 0.4); }
fieldset {
  border: none !important;
  padding: 0;
  margin: 1.25rem 0; }
label.main {
  display: inline;
  float: left;
  margin-right: 1.25rem; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    label.main {
      display: block;
      margin-bottom: 0.625rem;
      float: none; } }
.checkbox-container,
.radio-container {
  display: inline;
  float: left;
  margin-right: 1.5625rem; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .checkbox-container,
    .radio-container {
      display: block;
      float: none;
      margin-bottom: 0.625rem; } }
  .checkbox-container .checkbox-wrapper,
  .checkbox-container .radio-wrapper,
  .radio-container .checkbox-wrapper,
  .radio-container .radio-wrapper {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    margin-right: 0.3125rem;
    vertical-align: middle; }
    .checkbox-container .checkbox-wrapper input[type=checkbox],
    .checkbox-container .checkbox-wrapper input[type=radio],
    .checkbox-container .radio-wrapper input[type=checkbox],
    .checkbox-container .radio-wrapper input[type=radio],
    .radio-container .checkbox-wrapper input[type=checkbox],
    .radio-container .checkbox-wrapper input[type=radio],
    .radio-container .radio-wrapper input[type=checkbox],
    .radio-container .radio-wrapper input[type=radio] {
      width: 100%;
      height: 100%;
      z-index: 20;
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .checkbox-container .checkbox-wrapper input[type=checkbox] + span:before,
      .checkbox-container .checkbox-wrapper input[type=radio] + span:before,
      .checkbox-container .radio-wrapper input[type=checkbox] + span:before,
      .checkbox-container .radio-wrapper input[type=radio] + span:before,
      .radio-container .checkbox-wrapper input[type=checkbox] + span:before,
      .radio-container .checkbox-wrapper input[type=radio] + span:before,
      .radio-container .radio-wrapper input[type=checkbox] + span:before,
      .radio-container .radio-wrapper input[type=radio] + span:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 3px solid #333333;
        background: 0 0;
        top: 0; }
      .checkbox-container .checkbox-wrapper input[type=checkbox]:checked + span:after,
      .checkbox-container .checkbox-wrapper input[type=radio]:checked + span:after,
      .checkbox-container .radio-wrapper input[type=checkbox]:checked + span:after,
      .checkbox-container .radio-wrapper input[type=radio]:checked + span:after,
      .radio-container .checkbox-wrapper input[type=checkbox]:checked + span:after,
      .radio-container .checkbox-wrapper input[type=radio]:checked + span:after,
      .radio-container .radio-wrapper input[type=checkbox]:checked + span:after,
      .radio-container .radio-wrapper input[type=radio]:checked + span:after {
        content: '';
        position: absolute;
        width: 0.9375rem;
        height: 0.9375rem;
        background: #a52c17;
        top: 5px;
        left: 5px; }
    .checkbox-container .checkbox-wrapper input[type=radio] + span:before,
    .checkbox-container .radio-wrapper input[type=radio] + span:before,
    .radio-container .checkbox-wrapper input[type=radio] + span:before,
    .radio-container .radio-wrapper input[type=radio] + span:before {
      border-radius: 1.5625rem; }
    .checkbox-container .checkbox-wrapper input[type=radio]:checked + span:after,
    .checkbox-container .radio-wrapper input[type=radio]:checked + span:after,
    .radio-container .checkbox-wrapper input[type=radio]:checked + span:after,
    .radio-container .radio-wrapper input[type=radio]:checked + span:after {
      border-radius: 0.9375rem; }
  .checkbox-container label,
  .radio-container label {
    display: inline;
    cursor: pointer; }
  .checkbox-container.alternate .checkbox-wrapper input[type=checkbox] + span:before, .checkbox-container.alternate .checkbox-wrapper input[type=radio] + span:before, .checkbox-container.alternate .radio-wrapper input[type=checkbox] + span:before, .checkbox-container.alternate .radio-wrapper input[type=radio] + span:before,
  .radio-container.alternate .checkbox-wrapper input[type=checkbox] + span:before,
  .radio-container.alternate .checkbox-wrapper input[type=radio] + span:before,
  .radio-container.alternate .radio-wrapper input[type=checkbox] + span:before,
  .radio-container.alternate .radio-wrapper input[type=radio] + span:before {
    border: 3px solid #efe6b0; }
  .checkbox-container.alternate .checkbox-wrapper input[type=checkbox]:checked + span:after, .checkbox-container.alternate .checkbox-wrapper input[type=radio]:checked + span:after, .checkbox-container.alternate .radio-wrapper input[type=checkbox]:checked + span:after, .checkbox-container.alternate .radio-wrapper input[type=radio]:checked + span:after,
  .radio-container.alternate .checkbox-wrapper input[type=checkbox]:checked + span:after,
  .radio-container.alternate .checkbox-wrapper input[type=radio]:checked + span:after,
  .radio-container.alternate .radio-wrapper input[type=checkbox]:checked + span:after,
  .radio-container.alternate .radio-wrapper input[type=radio]:checked + span:after {
    background: #efe6b0; }
table {
  width: 100%;
  border: 1px solid #777; }
  table thead {
    background: #2199e8; }
    table thead tr th {
      color: #ffffff; }
  table tbody {
    color: #000000; }
blockquote {
  padding: 0;
  border: 0;
  font-family: "Noto Serif", Times New Roman;
  font-weight: 400;
  font-style: italic; }
  blockquote.quote--blue {
    color: #30679a; }
  blockquote.quote--gray {
    color: #333333; }
  blockquote p,
  blockquote cite {
    color: inherit; }
  blockquote p {
    font-size: 1.0625rem; }
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background: #ffffff;
  opacity: 0.3;
  z-index: 1; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .slick-prev, .slick-next {
      display: none !important; } }
  .slick-prev:hover, .slick-next:hover {
    background: #ffffff;
    opacity: 1; }
  .slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #a52c17;
    opacity: 1;
    -webkit-font-smoothing: antialiased; }
.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '<'; }
.slick-next {
  right: 0; }
  .slick-next:before {
    content: '>'; }
.slick-slide {
  outline: none; }
.slider-nav {
  margin-right: -40px; }
  .slider-nav img {
    cursor: pointer; }
.gallery-slider {
  margin: 1.875rem 0; }
  .gallery-slider .slider {
    padding: 0; }
  .gallery-slider .slider-for {
    margin-bottom: 0.625rem; }
    .gallery-slider .slider-for:not(.slick-initialized) {
      display: none; }
    .gallery-slider .slider-for .slick-slide {
      text-align: center; }
      .gallery-slider .slider-for .slick-slide img {
        display: inline-block;
        max-height: 60vh; }
      .gallery-slider .slider-for .slick-slide figcaption {
        font-size: 0.875rem;
        text-align: left;
        margin-top: 0.625rem; }
  .gallery-slider .slider-nav {
    margin: 0 0;
    border-top: 3px solid #a52c17;
    padding-top: 0.625rem; }
    .gallery-slider .slider-nav:not(.slick-initialized) {
      display: none; }
    .gallery-slider .slider-nav .slick-list {
      padding: 0 !important; }
    .gallery-slider .slider-nav .slick-slide {
      margin: 0 0.3125rem; }
    .gallery-slider .slider-nav .slick-center {
      border-bottom: 3px solid #a52c17; }
.reveal .content__teaser-inner img {
  margin-bottom: 0; }
.reveal section.gallery-slider .slider-for .slick-slide {
  width: 548px !important;
  height: 375px; }
  .reveal section.gallery-slider .slider-for .slick-slide img {
    height: 100%;
    width: auto; }
@media screen and (min-width: 0em) and (max-width: 41.8125em) {
  .reveal {
    top: 0 !important;
    margin: 0 !important;
    height: 100%; }
    .reveal .content__teaser-inner {
      height: 100%; }
      .reveal .content__teaser-inner img {
        margin-bottom: 0; }
      .reveal .content__teaser-inner .text-teaser {
        height: 100%; }
    .reveal section.gallery-slider {
      margin: 0; }
      .reveal section.gallery-slider .slider-for .slick-list {
        min-height: 340px; }
        .reveal section.gallery-slider .slider-for .slick-list .slick-track {
          height: 100%;
          width: 100% !important; }
          .reveal section.gallery-slider .slider-for .slick-list .slick-track .slick-slide {
            position: absolute !important;
            top: inherit !important;
            height: inherit;
            width: inherit !important;
            left: 0 !important; }
          .reveal section.gallery-slider .slider-for .slick-list .slick-track img {
            height: auto !important;
            margin-bottom: 0; }
      .reveal section.gallery-slider .slider-nav img {
        margin-bottom: 0; } }
ul.accordion {
  border: none; }
  ul.accordion li.accordion-item a.accordion-title {
    padding-left: 0.625rem;
    padding-right: 0;
    font-family: 'Noto Serif';
    font-weight: 300;
    font-size: 1rem;
    color: #333333; }
    ul.accordion li.accordion-item a.accordion-title:before {
      right: 0.875rem;
      content: "\00BB";
      font-family: 'Noto Serif';
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
  ul.accordion li.accordion-item .accordion-content {
    padding: 0.625rem; }
  ul.accordion li.accordion-item.is-active a.accordion-title {
    background: none;
    border-bottom-color: #a52c17;
    color: #a52c17; }
    ul.accordion li.accordion-item.is-active a.accordion-title:before {
      right: 0.625rem;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  ul.accordion li.accordion-item.is-active .accordion-content {
    padding: 0.625rem; }
  ul.accordion li.accordion-item:last-child > .accordion-title {
    border-bottom-width: 1px; }
.tabs {
  margin: 1.875rem 0 0;
  background: none;
  border: none;
  border-bottom: 1px solid #333333; }
  @media screen and (max-width: 63.9375em) {
    .tabs {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 63.9375em) {
    .tabs .tabs-title {
      float: none;
      display: block; } }
  .tabs .tabs-title .tabs-head__link {
    color: #a52c17;
    font-family: "Noto Serif", Times New Roman;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem; }
    .tabs .tabs-title .tabs-head__link:before {
      content: none; }
    .tabs .tabs-title .tabs-head__link:hover {
      background: none; }
  .tabs .tabs-title.is-active .tabs-head__link {
    background: #efefef; }
.tabs-content {
  border: none; }
  .tabs-content .tabs-content__link {
    color: #000000; }
    .tabs-content .tabs-content__link:before {
      display: inline-block;
      content: "\00BB";
      font-family: "Noto Serif", Times New Roman;
      margin-right: 0.1875rem; }
    .tabs-content .tabs-content__link:hover, .tabs-content .tabs-content__link:active {
      color: #a52c17; }
  .tabs-content ul + .link--more {
    float: right; }
  .tabs-content .tabs-panel {
    padding: 0; }
    .tabs-content .tabs-panel ul {
      list-style: none;
      margin-left: 0; }
      .tabs-content .tabs-panel ul li {
        padding: 0.625rem 0;
        border-bottom: 1px solid #333333; }
  .tabs-content .document-list {
    margin-top: 0; }
    .tabs-content .document-list li:first-child {
      border-top: none; }
  .tabs-content .panel--contains-books ul,
  .tabs-content .panel--contains-books li,
  .tabs-content .panel--contains-books figure,
  .tabs-content .panel--contains-books figcaption,
  .tabs-content .panel--contains-books img {
    float: left;
    display: block; }
  .tabs-content .panel--contains-books ul,
  .tabs-content .panel--contains-books li,
  .tabs-content .panel--contains-books figure {
    width: 100%; }
  .tabs-content .panel--contains-books img {
    margin-right: 0.9375rem; }
.content__image {
  float: left;
  position: relative;
  margin: 0.3125rem 0.9375rem 0 0; }
  .content__image--right {
    float: right;
    position: relative;
    margin: 0.3125rem 0 0 0.9375rem; }
.icon--img {
  fill: #8a8a8a;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0.25rem;
  left: 0.3125rem;
  position: relative; }
.icon--pdf {
  fill: #8a8a8a;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.0625rem;
  left: 0.3125rem;
  position: relative; }
.icon--video {
  fill: #8a8a8a;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0.3125rem;
  left: 0.3125rem;
  position: relative; }
.icon--rss {
  fill: #a52c17;
  width: 1.375rem;
  height: 0.9375rem;
  top: 0.0625rem;
  left: 0.1875rem;
  position: relative; }
.icon--doc {
  fill: #a52c17;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.75rem;
  left: 0;
  position: absolute; }
.icon--hook {
  fill: #a52c17;
  width: 1.5625rem;
  height: 1.875rem;
  position: absolute;
  top: 0;
  left: -2.1875rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.icon--external {
  fill: #a52c17;
  width: 0.875rem;
  height: 0.8125rem;
  position: relative;
  top: 0.0625rem; }
.content__teaser-inner {
  font-family: "Noto Serif", Times New Roman;
  font-size: 0.75rem;
  padding: 0.3125rem; }
  .content__teaser-inner + .content__teaser-inner {
    margin-top: 0.9375rem; }
  .content__teaser-inner:not(.inner--invert) {
    background: #ffffff;
    border: 1px solid #efe6b0; }
    .content__teaser-inner:not(.inner--invert) .image-teaser,
    .content__teaser-inner:not(.inner--invert) .text-teaser {
      background: #efe6b0; }
  .content__teaser-inner.inner--invert {
    background: #efe6b0;
    border: 1px solid #ffffff; }
    .content__teaser-inner.inner--invert .image-teaser,
    .content__teaser-inner.inner--invert .text-teaser {
      background: #ffffff; }
  .content__teaser-inner .image-teaser,
  .content__teaser-inner .text-teaser {
    padding: 0.625rem; }
  .content__teaser-inner h3 {
    font-size: inherit;
    font-weight: bold; }
  .content__teaser-inner p,
  .content__teaser-inner a,
  .content__teaser-inner span {
    display: block;
    font-size: inherit; }
  .content__teaser-inner img {
    width: 100%;
    margin-bottom: 0.625rem; }
  .content__teaser-inner .teaser--call-back p {
    margin: 0; }
  .content__teaser-inner .teaser--call-back a {
    font-weight: bold; }
  .content__teaser-inner .teaser__heading {
    width: 100%;
    height: 7.8125rem;
    max-height: 7.8125rem;
    overflow: hidden;
    margin-bottom: 0.625rem; }
    .content__teaser-inner .teaser__heading h3 {
      display: table;
      height: 100%;
      padding: 0;
      margin: 0; }
    .content__teaser-inner .teaser__heading span {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.5625rem;
      font-weight: normal;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
.content__teaser.teaser--fixed {
  position: relative; }
  .content__teaser.teaser--fixed:last-child {
    float: left !important; }
  @media screen and (min-width: 64em) {
    .content__teaser.teaser--fixed {
      height: 21.875rem;
      min-height: 21.875rem;
      overflow: hidden; }
      .content__teaser.teaser--fixed .content__teaser-inner,
      .content__teaser.teaser--fixed .text-teaser,
      .content__teaser.teaser--fixed .image-teaser {
        height: 100%; }
      .content__teaser.teaser--fixed .image-teaser img {
        height: 7.8125rem; } }
.chart__wrap {
  position: relative; }
  @media screen and (min-width: 64em) {
    .chart__wrap {
      padding: 3.75rem 0; } }
.chart--donut {
  max-width: 20.3125rem;
  margin: 0 auto; }
.chart__texts {
  width: 100%;
  float: left; }
  @media screen and (max-width: 63.9375em) {
    .chart__texts {
      margin: 0.9375rem 0; } }
  .chart__texts.text--positionable .chart__text {
    width: 100%; }
    @media screen and (max-width: 63.9375em) {
      .chart__texts.text--positionable .chart__text {
        float: left;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding-left: 0.625rem;
        border-left: 3px solid; }
        .chart__texts.text--positionable .chart__text h6,
        .chart__texts.text--positionable .chart__text p {
          margin: 0; }
        .chart__texts.text--positionable .chart__text:nth-child(1) {
          border-color: #00375a; }
        .chart__texts.text--positionable .chart__text:nth-child(2) {
          border-color: #7f1f05; }
        .chart__texts.text--positionable .chart__text:nth-child(3) {
          border-color: #d7b75b; }
        .chart__texts.text--positionable .chart__text:nth-child(4) {
          border-color: #335f7b; }
        .chart__texts.text--positionable .chart__text:nth-child(5) {
          border-color: #ece288; }
        .chart__texts.text--positionable .chart__text:nth-child(6) {
          border-color: #6e6e6e; }
        .chart__texts.text--positionable .chart__text:nth-child(7) {
          border-color: #66879c; }
        .chart__texts.text--positionable .chart__text:nth-child(8) {
          border-color: #a35d4b; } }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      .chart__texts.text--positionable .chart__text {
        width: 50%; } }
    @media screen and (min-width: 64em) {
      .chart__texts.text--positionable .chart__text {
        position: absolute;
        max-width: 18.75rem; } }
  .chart__texts.text--map-key .chart__text {
    float: left;
    width: 50%;
    padding-left: 0.625rem;
    border-left: 3px solid; }
    .chart__texts.text--map-key .chart__text h6 {
      margin: 0; }
    .chart__texts.text--map-key .chart__text:nth-child(1) {
      border-color: #00375a; }
    .chart__texts.text--map-key .chart__text:nth-child(2) {
      border-color: #7f1f05; }
    .chart__texts.text--map-key .chart__text:nth-child(3) {
      border-color: #d7b75b; }
    .chart__texts.text--map-key .chart__text:nth-child(4) {
      border-color: #335f7b; }
    .chart__texts.text--map-key .chart__text:nth-child(5) {
      border-color: #ece288; }
    .chart__texts.text--map-key .chart__text:nth-child(6) {
      border-color: #6e6e6e; }
    .chart__texts.text--map-key .chart__text:nth-child(7) {
      border-color: #66879c; }
    .chart__texts.text--map-key .chart__text:nth-child(8) {
      border-color: #a35d4b; }
    @media screen and (min-width: 41.875em) {
      .chart__texts.text--map-key .chart__text {
        width: 33.3%; } }
.chart__text {
  display: block;
  margin: 0.625rem 0; }
  .chart__text p {
    font-size: 0.9375rem; }
header.header {
  zoom: 1;
  background: url(/static/img/bg_gradient.jpg) top center repeat-y; }
  header.header:before, header.header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header.header:after {
    clear: both; }
  header.header .search {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    max-height: 0;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; }
    header.header .search__link {
      text-decoration: none; }
    header.header .search .container {
      position: relative; }
    header.header .search .content__all {
      margin-top: 3.125rem; }
      @media screen and (max-width: 63.9375em) {
        header.header .search .content__all {
          margin-top: 1.25rem; } }
    header.header .search.active {
      max-height: 350px;
      -webkit-transition: max-height 1s ease-in-out;
      -moz-transition: max-height 1s ease-in-out;
      transition: max-height 1s ease-in-out; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .search.active {
          max-height: 550px; } }
    header.header .search .left, header.header .search .right {
      margin: 50px 0 0 0; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .search .left, header.header .search .right {
          position: relative;
          overflow: hidden; } }
    header.header .search .left {
      border-right: 1px solid #333333;
      padding-right: 30px; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .search .left {
          border-right: none;
          margin-top: 10px;
          padding-right: 0.9375rem; } }
    header.header .search .close_button {
      position: relative;
      height: 50px;
      text-align: right;
      float: none; }
      header.header .search .close_button a.close {
        display: block;
        float: right;
        margin-top: 10px; }
    header.header .search .right {
      padding-left: 30px; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .search .right {
          padding-left: 0.9375rem;
          margin-top: 0;
          margin-bottom: 0; } }
    header.header .search a {
      overflow: hidden;
      position: relative;
      margin: 10px 0;
      display: block; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .search a {
          margin: 0; } }
      header.header .search a:first-of-type {
        margin-top: -10px; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          header.header .search a:first-of-type {
            margin-top: 0; } }
      header.header .search a:last-of-type {
        margin-bottom: 0px; }
      header.header .search a h4 {
        position: relative;
        margin-bottom: 0;
        padding-left: 18px; }
        header.header .search a h4:before {
          position: absolute;
          left: 0;
          content: "\00BB";
          display: inline-block;
          font-family: 'Noto Serif'; }
      header.header .search a span {
        position: relative;
        color: #000000; }
      header.header .search a:hover span {
        text-decoration: underline; }
      header.header .search a.close {
        position: relative;
        width: 40px;
        height: 40px;
        background: #a52c17;
        padding: 10px;
        overflow: visible; }
        header.header .search a.close:before {
          position: absolute;
          top: -10px;
          left: 10px;
          content: "";
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #a52c17; }
        header.header .search a.close svg {
          width: 20px;
          height: 20px;
          fill: #ffffff; }
          header.header .search a.close svg.closeicon {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        header.header .search a.close:hover svg.closeicon {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
    header.header .search .input-group {
      margin: 0.9375rem 0 3.125rem; }
      @media screen and (max-width: 63.9375em) {
        header.header .search .input-group {
          margin-bottom: 1.25rem; } }
      header.header .search .input-group input[type=text] {
        border-top: 3px solid #efe6b0;
        border-left: 3px solid #efe6b0;
        border-bottom: 3px solid #efe6b0; }
    header.header .search:after {
      position: absolute;
      content: "";
      height: 5px;
      width: 100%;
      background-color: #a52c17;
      bottom: 0; }
.pdf-embed {
  max-height: 18.75rem; }
  @media screen and (min-width: 41.875em) {
    .pdf-embed {
      max-height: 34.375rem; } }
  @media screen and (min-width: 64em) {
    .pdf-embed {
      max-height: 37.5rem; } }
.scroll-top {
  position: fixed;
  right: 0;
  bottom: 0;
  float: right;
  overflow: hidden;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 -3.125rem -3.125rem 0;
  border-radius: 50%;
  background: #a52c17;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out; }
  .scroll-top:hover {
    background: #8c2514;
    -webkit-animation: bounce-up 1s infinite;
    -moz-animation: bounce-up 1s infinite;
    animation: bounce-up 1s infinite; }
  .scroll-top:before {
    font-size: 3.625rem;
    color: #ffffff;
    position: absolute;
    top: 0.9375rem;
    left: -1.125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    font-family: "Noto Serif", Times New Roman;
    content: "\00BB";
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
.reveal {
  outline: none;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4); }
  .reveal .text-teaser {
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    padding-top: 0.9375rem; }
    .reveal .text-teaser h2 {
      line-height: 1; }
    .reveal .text-teaser .subheadline {
      font-size: 0.9375rem;
      font-weight: 600;
      margin-bottom: 0.625rem; }
    .reveal .text-teaser p {
      font-family: "Open Sans", Arial;
      font-size: 0.9375rem;
      line-height: 1.6;
      margin-bottom: 0.3125rem; }
    .reveal .text-teaser a {
      display: inline-block;
      font-size: 0.875rem;
      margin-top: 0.125rem; }
      .reveal .text-teaser a.button.icon {
        display: inline-block;
        font-size: 0.875rem;
        margin-bottom: 3px; }
        .reveal .text-teaser a.button.icon:before {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
  .reveal .close-button {
    z-index: 1;
    outline: none;
    background: #a52c17;
    color: #ffffff;
    width: 30px;
    height: 30px;
    top: 0.375rem;
    right: 0.375rem; }
    .reveal .close-button .closeicon {
      width: 1.25rem;
      height: 1.25rem;
      fill: #ffffff;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .reveal .close-button:hover .closeicon {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
.lightbox-video .text-teaser {
  padding-bottom: 0.3125rem; }
.lightbox-video .subheadline {
  margin-bottom: 1.5625rem; }
.lightbox-language .subheadline {
  padding: 0.625rem 0; }
header.header {
  zoom: 1;
  background: url(/static/img/bg_gradient.jpg) top center repeat; }
  header.header:before, header.header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header.header:after {
    clear: both; }
  header.header .customerlogin {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    max-height: 0;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; }
    header.header .customerlogin__link {
      text-decoration: none; }
    header.header .customerlogin .container {
      position: relative; }
    header.header .customerlogin.active {
      max-height: 350px;
      -webkit-transition: max-height 1s ease-in-out;
      -moz-transition: max-height 1s ease-in-out;
      transition: max-height 1s ease-in-out; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .customerlogin.active {
          max-height: 550px; } }
    header.header .customerlogin .left, header.header .customerlogin .right {
      overflow: visible;
      margin: 50px 0 0 0; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .customerlogin .left, header.header .customerlogin .right {
          position: relative;
          overflow: hidden; } }
      @media screen and (max-width: 63.9375em) {
        header.header .customerlogin .left h4, header.header .customerlogin .right h4 {
          font-size: 1.125rem; } }
    header.header .customerlogin .left {
      border-right: 1px solid #333333;
      padding-right: 30px; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .customerlogin .left {
          border-right: none;
          margin-top: 0px;
          padding-right: 0.9375rem; } }
    header.header .customerlogin .right {
      margin: 40px 0 0 0; }
      header.header .customerlogin .right h4 {
        margin-bottom: 0; }
      header.header .customerlogin .right span {
        font-size: 0.9375rem; }
    header.header .customerlogin .close_button {
      position: relative;
      height: 50px;
      text-align: right;
      float: none; }
      header.header .customerlogin .close_button a.close {
        display: block;
        float: right;
        margin-top: 10px; }
    header.header .customerlogin .right {
      padding-left: 30px; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .customerlogin .right {
          padding-left: 0.9375rem;
          margin-top: 0;
          margin-bottom: 0; } }
    header.header .customerlogin a {
      overflow: hidden;
      position: relative;
      margin: 10px 0;
      display: block; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        header.header .customerlogin a {
          margin: 0;
          margin-top: 10px; } }
      header.header .customerlogin a:first-of-type {
        margin-top: -10px; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          header.header .customerlogin a:first-of-type {
            margin-top: 20px; } }
      header.header .customerlogin a:last-of-type {
        margin-bottom: 0px; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          header.header .customerlogin a:last-of-type {
            margin-bottom: 10px;
            border-bottom: 1px solid #333333;
            padding-bottom: 15px; } }
      header.header .customerlogin a h4 {
        position: relative;
        margin-bottom: 0;
        padding-left: 18px; }
        header.header .customerlogin a h4:before {
          position: absolute;
          left: 0;
          content: "\00BB";
          display: inline-block;
          font-family: 'Noto Serif'; }
      header.header .customerlogin a span {
        position: relative;
        color: #000000; }
      header.header .customerlogin a:hover span {
        text-decoration: underline; }
      header.header .customerlogin a.close {
        position: relative;
        width: 40px;
        height: 40px;
        background: #a52c17;
        padding: 10px;
        overflow: visible; }
        header.header .customerlogin a.close:before {
          position: absolute;
          top: -10px;
          left: 10px;
          content: "";
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #a52c17; }
        header.header .customerlogin a.close svg {
          width: 20px;
          height: 20px;
          fill: #ffffff; }
          header.header .customerlogin a.close svg.closeicon {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        header.header .customerlogin a.close:hover svg.closeicon {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
    header.header .customerlogin .input-group {
      margin-top: 20px; }
      header.header .customerlogin .input-group input[type=text] {
        border-top: 3px solid #efe6b0;
        border-left: 3px solid #efe6b0;
        border-bottom: 3px solid #efe6b0; }
    header.header .customerlogin:after {
      position: absolute;
      content: "";
      height: 5px;
      width: 100%;
      background-color: #a52c17;
      bottom: 0; }
section.stage-home-content {
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  border-bottom: 5px solid #a52c17;
  top: 0;
  position: relative;
  padding-top: 43px;
  height: 40.625rem; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    section.stage-home-content {
      height: 35rem; } }
  @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
    section.stage-home-content {
      height: 32.5rem; } }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    section.stage-home-content {
      height: 26.25rem; } }
  section.stage-home-content [class^="content__"] + [class^="content__"] {
    margin-top: 1.25rem;
    float: left !important; }
  section.stage-home-content .content {
    z-index: 3;
    position: relative;
    padding-top: 100px; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-home-content .content {
        padding-top: 30px; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-home-content .content .content__all {
        width: 83.3333333333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        section.stage-home-content .content .content__all:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-home-content .content .content__img-txt {
        width: 83.3333333333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        section.stage-home-content .content .content__img-txt:last-child:not(:first-child) {
          float: right; } }
    section.stage-home-content .content h4 {
      margin-bottom: 0; }
      section.stage-home-content .content h4 + span {
        display: block;
        max-width: 65%;
        margin-top: 1.25rem; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          section.stage-home-content .content h4 + span {
            max-width: 75%; } }
    section.stage-home-content .content .input-group {
      margin-top: 1.25rem;
      width: 65%; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        section.stage-home-content .content .input-group {
          display: none; } }
    section.stage-home-content .content .link-list {
      display: block;
      margin-top: 1.25rem; }
      @media screen and (min-width: 41.875em) {
        section.stage-home-content .content .link-list {
          display: none; } }
  section.stage-home-content .fullpage-next {
    z-index: 1; }
  section.stage-home-content .bg {
    z-index: 2;
    pointer-events: none;
    position: absolute;
    width: 545px;
    height: 725px;
    left: 55%;
    bottom: -120px; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      section.stage-home-content .bg {
        width: 475px;
        height: 631px;
        bottom: -102px; } }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.stage-home-content .bg {
        width: 435px;
        height: 578px;
        bottom: -96px; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-home-content .bg {
        width: 275px;
        height: 325px;
        bottom: -20px; } }
    section.stage-home-content .bg ul {
      list-style-type: none;
      margin-left: 0; }
      section.stage-home-content .bg ul#scene li.layer {
        width: 100%; }
section.stage-product-content {
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  border-bottom: 5px solid #a52c17;
  top: 0;
  position: relative;
  height: 43.75rem; }
  @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
    section.stage-product-content {
      height: 530px; } }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    section.stage-product-content {
      height: auto;
      padding-bottom: 6.25rem; } }
  section.stage-product-content .content {
    position: relative; }
    section.stage-product-content .content article {
      position: relative;
      z-index: 1; }
      section.stage-product-content .content article h4 {
        margin-bottom: 0; }
      section.stage-product-content .content article p {
        margin-top: 20px; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-product-content .content .content__all {
        width: 91.6666666667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding-top: 40px;
        padding-bottom: 30px; }
        section.stage-product-content .content .content__all:last-child:not(:first-child) {
          float: right; } }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    section.stage-product-content .aside {
      cursor: pointer;
      position: absolute;
      width: 250px !important;
      right: -235px;
      z-index: 1;
      top: 45px;
      -webkit-transition: right 0.5s ease-in-out;
      -moz-transition: right 0.5s ease-in-out;
      transition: right 0.5s ease-in-out; }
      section.stage-product-content .aside.open {
        right: -40px;
        -webkit-transition: right 0.5s ease-in-out;
        -moz-transition: right 0.5s ease-in-out;
        transition: right 0.5s ease-in-out; }
      section.stage-product-content .aside .content__teaser {
        margin: 0;
        top: 1.25rem;
        position: relative;
        overflow: visible; }
        section.stage-product-content .aside .content__teaser:before {
          content: "";
          font-family: 'Noto Serif';
          font-size: 14px;
          color: #a52c17;
          position: absolute;
          left: -40px;
          height: 100%;
          width: 40px;
          background: #ffffff;
          z-index: -1;
          border-top: 1px solid #efe6b0;
          border-left: 1px solid #efe6b0;
          border-bottom: 1px solid #efe6b0; }
        section.stage-product-content .aside .content__teaser:after {
          position: absolute;
          top: 50%;
          left: -32px;
          text-align: center;
          margin-top: 130px;
          content: attr(data-txt);
          font-family: 'Noto Serif';
          color: #a52c17;
          height: 30px;
          width: 250px;
          white-space: nowrap;
          overflow: hidden;
          -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg);
          -ms-transform-origin: 0 0;
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0; } }
  section.stage-product-content .bg {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
    position: absolute;
    width: 100%;
    height: 37.5rem;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      section.stage-product-content .bg {
        background-position: bottom center;
        top: 0;
        height: 100%;
        background-size: 100% auto; } }
    section.stage-product-content .bg ul {
      list-style-type: none;
      margin-left: 0; }
section.stage-verteiler-content {
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  border-bottom: 5px solid #a52c17;
  top: 0;
  position: relative;
  padding-top: 43px;
  height: 500px; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    section.stage-verteiler-content {
      height: 560px; } }
  @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
    section.stage-verteiler-content {
      height: 530px; } }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    section.stage-verteiler-content {
      padding-top: 0;
      height: auto; } }
  section.stage-verteiler-content .content {
    z-index: 2;
    position: relative;
    padding-top: 0;
    height: 100%; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-verteiler-content .content {
        padding-top: 40px;
        padding-bottom: 30px; } }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.stage-verteiler-content .content {
        padding-top: 0; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-verteiler-content .content .content__all {
        width: 83.3333333333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        section.stage-verteiler-content .content .content__all:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-verteiler-content .content .content__img-txt {
        width: 100%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        section.stage-verteiler-content .content .content__img-txt:last-child:not(:first-child) {
          float: right; } }
    section.stage-verteiler-content .content h3, section.stage-verteiler-content .content h4 {
      margin-bottom: 0; }
    section.stage-verteiler-content .content .sub {
      font-family: 'Open Sans';
      font-weight: 300; }
    section.stage-verteiler-content .content p {
      margin-top: 20px; }
    section.stage-verteiler-content .content ul {
      margin-top: 20px;
      margin-left: 0; }
      section.stage-verteiler-content .content ul li {
        padding: 2px 0; }
  section.stage-verteiler-content .bg {
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    width: 50%;
    height: 100%;
    left: 0;
    bottom: 0; }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.stage-verteiler-content .bg {
        background-position: top left; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.stage-verteiler-content .bg {
        width: 100%;
        background-position: bottom center;
        opacity: 0.2;
        background-size: auto 100%; } }
    section.stage-verteiler-content .bg ul {
      list-style-type: none;
      margin-left: 0; }
.content-slider {
  position: relative;
  margin: 1.875rem 0;
  border-top: 1px solid #efe6b0;
  border-bottom: 1px solid #efe6b0;
  background: #ffffff; }
  @media screen and (max-width: 63.9375em) {
    .content-slider {
      padding: 1.875rem 0; } }
  .content-slider .slider {
    position: relative;
    overflow: visible; }
    .content-slider .slider .buttons {
      position: absolute;
      width: 100%;
      overflow: visible;
      height: 150px;
      top: 50%;
      margin-top: -75px; }
      @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
        .content-slider .slider .buttons {
          height: 75px;
          margin-top: -38px; } }
      .content-slider .slider .buttons .slick-prev, .content-slider .slider .buttons .slick-next {
        display: none;
        width: 76px;
        height: 150px;
        margin-top: 0;
        background: none; }
        .content-slider .slider .buttons .slick-prev:before, .content-slider .slider .buttons .slick-next:before {
          content: none; }
        .content-slider .slider .buttons .slick-prev:hover, .content-slider .slider .buttons .slick-next:hover {
          background: none; }
        @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
          .content-slider .slider .buttons .slick-prev, .content-slider .slider .buttons .slick-next {
            width: 38px;
            height: 75px; } }
        .content-slider .slider .buttons .slick-prev svg, .content-slider .slider .buttons .slick-next svg {
          width: 76px;
          height: 150px;
          fill: #333333; }
          @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
            .content-slider .slider .buttons .slick-prev svg, .content-slider .slider .buttons .slick-next svg {
              width: 38px;
              height: 75px;
              stroke: #333333;
              stroke-width: 2px; } }
      .content-slider .slider .buttons .slick-prev {
        left: -5.625rem; }
        @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
          .content-slider .slider .buttons .slick-prev {
            left: 0; } }
      .content-slider .slider .buttons .slick-next {
        right: -3.75rem; }
        @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
          .content-slider .slider .buttons .slick-next {
            right: 1.875rem; } }
    .content-slider .slider .slide-items {
      position: relative;
      overflow: visible; }
      .content-slider .slider .slide-items:not(.slick-initialized) {
        display: none; }
      .content-slider .slider .slide-items.slick-slider {
        margin-bottom: 0; }
      .content-slider .slider .slide-items .slider-item {
        overflow: hidden;
        margin: 0; }
        .content-slider .slider .slide-items .slider-item section {
          position: relative;
          margin-top: 80px; }
  .content-slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/img/bg_gradient.jpg) top center repeat;
    opacity: 0.5; }
html,
body {
  overflow-x: hidden; }
  html ::-moz-selection,
  body ::-moz-selection {
    background-color: rgba(239, 230, 176, 0.8); }
  html ::selection,
  body ::selection {
    background-color: rgba(239, 230, 176, 0.8); }
main.main {
  overflow: hidden;
  zoom: 1;
  position: relative; }
  main.main:before, main.main:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  main.main:after {
    clear: both; }
  main.main .footer-logo {
    text-align: center; }
    main.main .footer-logo .wappen {
      width: 3.125rem;
      height: 4.375rem;
      fill: #a52c17; }
.container {
  max-width: 60rem;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .container:before, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after {
    clear: both; }
.content__all {
  overflow: hidden;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .content__all:last-child:not(:first-child) {
    float: right; }
.content__img-txt {
  overflow: hidden;
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .content__img-txt:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .content__img-txt {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .content__img-txt:last-child:not(:first-child) {
        float: right; } }
.content__nav {
  overflow: hidden;
  width: 33.3333333333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .content__nav:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .content__nav {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .content__nav:last-child:not(:first-child) {
        float: right; } }
.content__teaser {
  overflow: hidden;
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .content__teaser:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .content__teaser {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .content__teaser:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
    .content__teaser.teaser--fixed {
      width: 33.3333333333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .content__teaser.teaser--fixed:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 480px) and (max-width: 669px) {
    .content__teaser.teaser--fixed.teaser--contact-break {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .content__teaser.teaser--fixed.teaser--contact-break:last-child:not(:first-child) {
        float: right; } }
main.main .wrapper, header.header .wrapper {
  zoom: 1;
  position: relative; }
  main.main .wrapper:before, main.main .wrapper:after, header.header .wrapper:before, header.header .wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  main.main .wrapper:after, header.header .wrapper:after {
    clear: both; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    main.main .wrapper .container > aside.aside, header.header .wrapper .container > aside.aside {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      main.main .wrapper .container > aside.aside:last-child:not(:first-child), header.header .wrapper .container > aside.aside:last-child:not(:first-child) {
        float: right; }
      main.main .wrapper .container > aside.aside article, header.header .wrapper .container > aside.aside article {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
        main.main .wrapper .container > aside.aside article:last-child:not(:first-child), header.header .wrapper .container > aside.aside article:last-child:not(:first-child) {
          float: right; } }
  @media screen and (min-width: 41.875em) {
    main.main .wrapper .container.container--aside .content, header.header .wrapper .container.container--aside .content {
      width: 74%;
      float: left;
      padding-left: 0;
      padding-right: 0; }
      main.main .wrapper .container.container--aside .content:last-child:not(:first-child), header.header .wrapper .container.container--aside .content:last-child:not(:first-child) {
        float: right; }
    main.main .wrapper .container.container--aside aside.aside, header.header .wrapper .container.container--aside aside.aside {
      width: 26%;
      float: left;
      padding-left: 0;
      padding-right: 0; }
      main.main .wrapper .container.container--aside aside.aside:last-child:not(:first-child), header.header .wrapper .container.container--aside aside.aside:last-child:not(:first-child) {
        float: right; }
      main.main .wrapper .container.container--aside aside.aside article, header.header .wrapper .container.container--aside aside.aside article {
        width: 100%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        main.main .wrapper .container.container--aside aside.aside article:last-child:not(:first-child), header.header .wrapper .container.container--aside aside.aside article:last-child:not(:first-child) {
          float: right; } }
section[class^="stage-"] + .container,
.sticky-wrapper + .container {
  margin-top: 1.875rem; }
  @media screen and (min-width: 41.875em) {
    section[class^="stage-"] + .container,
    .sticky-wrapper + .container {
      margin-top: 3.125rem; } }
aside figure + .sub {
  margin-top: 1.25rem; }
@media screen and (min-width: 41.875em) {
  [class^="content__"] hr + .link--more {
    float: right; } }
article {
  margin: 1.25rem 0; }
  article h1, article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 0.5rem; }
    article h1.sub, article h2.sub, article h3.sub, article h4.sub, article h5.sub, article h6.sub {
      font-family: "Open Sans", Arial;
      font-weight: 300; }
  article h6 {
    font-weight: bold; }
section.sitemap {
  zoom: 1;
  position: relative;
  background: #e6e6e6;
  margin-bottom: 1px; }
  section.sitemap:before, section.sitemap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  section.sitemap:after {
    clear: both; }
  section.sitemap > h1 {
    max-width: 60rem;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    padding: 0 1rem;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer; }
    section.sitemap > h1:before, section.sitemap > h1:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.sitemap > h1:after {
      clear: both; }
    section.sitemap > h1 i {
      font-style: normal;
      font-size: 20px;
      width: 20px;
      display: inline-block;
      padding-right: 48px; }
    section.sitemap > h1 svg {
      width: 40px;
      height: 40px;
      fill: #000000;
      position: relative;
      top: 15px;
      margin-right: 10px;
      transform-origin: 20px 20px;
      transform: rotate(0deg); }
    section.sitemap > h1.seen svg {
      transform: rotate(-90deg);
      /* firefox only */ }
@-moz-document url-prefix() {
  section.sitemap > h1.seen svg {
    transform: rotate(-45deg); } }
  section.sitemap hr {
    border-top: solid 1px #a52c17;
    margin: 0;
    max-width: inherit; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.sitemap hr {
        margin-left: -10px;
        margin-right: -10px; } }
  section.sitemap .content {
    display: none; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.sitemap .content {
        padding: 0 10px; } }
    section.sitemap .content > div {
      max-width: 60rem;
      zoom: 1;
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
      padding-bottom: 30px; }
      section.sitemap .content > div:before, section.sitemap .content > div:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      section.sitemap .content > div:after {
        clear: both; }
      @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
        section.sitemap .content > div > div {
          width: 50%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; }
          section.sitemap .content > div > div:last-child:not(:first-child) {
            float: right; } }
      @media screen and (min-width: 64em) {
        section.sitemap .content > div > div {
          width: 33.3333333333%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; }
          section.sitemap .content > div > div:last-child:not(:first-child) {
            float: right; } }
    section.sitemap .content h2 {
      letter-spacing: 3px;
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 13px; }
    section.sitemap .content h3 {
      letter-spacing: 1px;
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 4px; }
    section.sitemap .content ul {
      list-style: none;
      margin: 0 0 24px 0; }
      section.sitemap .content ul li a {
        font-size: 15px; }
footer.footer {
  zoom: 1;
  position: relative;
  background-color: #464541;
  color: #efe6b0; }
  footer.footer:before, footer.footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  footer.footer:after {
    clear: both; }
  footer.footer section {
    border-top: 1px solid #efe6b0; }
    footer.footer section .nav {
      max-width: 60rem;
      zoom: 1;
      margin-left: auto;
      margin-right: auto;
      padding-top: 15px;
      padding-bottom: 15px; }
      footer.footer section .nav:before, footer.footer section .nav:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      footer.footer section .nav:after {
        clear: both; }
      footer.footer section .nav div {
        width: 100%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        text-align: center;
        font-size: 14px; }
        footer.footer section .nav div:last-child:not(:first-child) {
          float: right; }
    footer.footer section .copyright {
      max-width: 60rem;
      zoom: 1;
      margin-left: auto;
      margin-right: auto;
      padding-top: 15px;
      padding-bottom: 15px; }
      footer.footer section .copyright:before, footer.footer section .copyright:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      footer.footer section .copyright:after {
        clear: both; }
      footer.footer section .copyright div {
        width: 100%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        text-align: center;
        font-size: 14px; }
        footer.footer section .copyright div:last-child:not(:first-child) {
          float: right; }
  footer.footer .meta {
    padding: 0 0.3125rem;
    color: #efe6b0; }
    footer.footer .meta:hover {
      text-decoration: underline; }
nav.nav {
  position: relative;
  padding-top: 30px;
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  z-index: 999; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    nav.nav {
      padding-top: 0;
      background: #464541;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 1s ease-in-out;
      -moz-transition: max-height 1s ease-in-out;
      transition: max-height 1s ease-in-out; }
      nav.nav .container {
        border-top: 1px solid #efe6b0;
        border-bottom: 1px solid #efe6b0;
        padding-bottom: 20px; }
      nav.nav.mob-open {
        max-height: 1000px;
        -webkit-transition: max-height 1s ease-in-out;
        -moz-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out; } }
  nav.nav .nav-block {
    position: relative;
    overflow: visible; }
    @media screen and (min-width: 41.875em) {
      nav.nav .nav-block {
        z-index: 1; }
        nav.nav .nav-block.left {
          position: relative;
          overflow: visible; }
          nav.nav .nav-block.left:before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: -80px;
            height: 1px;
            width: 100px;
            background-image: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(#000000));
            background-image: -webkit-linear-gradient(right, #000000, transparent);
            background-image: -moz-linear-gradient(right, #000000, transparent);
            background-image: -o-linear-gradient(right, #000000, transparent);
            background-image: -ms-linear-gradient(right, #000000, transparent); }
          nav.nav .nav-block.left:after {
            content: "";
            position: absolute;
            bottom: -1px;
            right: 0;
            height: 1px;
            width: 1rem;
            background: #000000; }
        nav.nav .nav-block.center:before {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          height: 1px;
          width: 1rem;
          background: #000000; }
        nav.nav .nav-block.center:after {
          content: "";
          position: absolute;
          bottom: -1px;
          right: 0;
          height: 1px;
          width: 1rem;
          background: #000000; }
        nav.nav .nav-block.right:before {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          height: 1px;
          width: 1rem;
          background: #000000; }
        nav.nav .nav-block.right:after {
          content: "";
          position: absolute;
          bottom: -1px;
          right: -80px;
          height: 1px;
          width: 100px;
          background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000000), to(transparent));
          background-image: -webkit-linear-gradient(left, #000000, transparent);
          background-image: -moz-linear-gradient(left, #000000, transparent);
          background-image: -o-linear-gradient(left, #000000, transparent);
          background-image: -ms-linear-gradient(left, #000000, transparent); } }
    nav.nav .nav-block ul.dropdown.menu a {
      outline: 0; }
    nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a {
      padding: 0;
      position: relative;
      height: 110px; }
      @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
        nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a {
          height: 90px; } }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a {
          height: 90px; } }
      nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a h4 {
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        bottom: 50%;
        left: 0;
        line-height: 1.2; }
        @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
          nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a h4 {
            font-size: 1.125rem; } }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a h4.subheader {
            color: #efe6b0; } }
      nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a span {
        color: #000000;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        line-height: 1.5; }
        @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
          nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a span {
            font-size: 0.875rem; } }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a span {
            color: #efe6b0; } }
      nav.nav .nav-block ul.dropdown.menu > li:not(.menu-text) > a:hover span {
        text-decoration: none; }
    nav.nav .nav-block ul.dropdown.menu li {
      display: block; }
      nav.nav .nav-block ul.dropdown.menu li.has-submenu.is-active:after {
        content: none; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      nav.nav .nav-block ul.dropdown.menu .submenu {
        position: relative; } }
    nav.nav .nav-block ul.dropdown.menu .menu.submenu {
      width: 100%;
      overflow: hidden;
      /* animation */
      display: block;
      /* Important for animation */
      max-height: 1px;
      -webkit-transition: max-height 0.5s ease-in-out;
      -moz-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out; }
      nav.nav .nav-block ul.dropdown.menu .menu.submenu:before {
        content: "";
        position: absolute;
        height: 20px;
        top: 0;
        width: 50%;
        left: 0;
        border-right: 20px solid #464541;
        border-bottom: 20px solid #464541; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          nav.nav .nav-block ul.dropdown.menu .menu.submenu:before {
            border-right-color: #efe6b0;
            border-bottom-color: #efe6b0; } }
      nav.nav .nav-block ul.dropdown.menu .menu.submenu:after {
        content: "";
        position: absolute;
        height: 20px;
        top: 0;
        width: 50%;
        left: 50%;
        border-left: 20px solid #464541;
        border-bottom: 20px solid #464541; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          nav.nav .nav-block ul.dropdown.menu .menu.submenu:after {
            border-left-color: #efe6b0;
            border-bottom-color: #efe6b0; } }
      nav.nav .nav-block ul.dropdown.menu .menu.submenu.js-dropdown-active {
        max-height: 500px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out; }
        nav.nav .nav-block ul.dropdown.menu .menu.submenu.js-dropdown-active:before {
          border-right: 20px solid transparent;
          border-bottom: 20px solid #464541; }
          @media screen and (min-width: 0em) and (max-width: 41.8125em) {
            nav.nav .nav-block ul.dropdown.menu .menu.submenu.js-dropdown-active:before {
              border-bottom-color: #efe6b0; } }
        nav.nav .nav-block ul.dropdown.menu .menu.submenu.js-dropdown-active:after {
          border-left: 20px solid transparent;
          border-bottom: 20px solid #464541; }
          @media screen and (min-width: 0em) and (max-width: 41.8125em) {
            nav.nav .nav-block ul.dropdown.menu .menu.submenu.js-dropdown-active:after {
              border-bottom-color: #efe6b0; } }
      nav.nav .nav-block ul.dropdown.menu .menu.submenu li {
        background: #464541;
        position: relative;
        padding: 0 20px;
        top: 20px; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          nav.nav .nav-block ul.dropdown.menu .menu.submenu li {
            background: #efe6b0; } }
        nav.nav .nav-block ul.dropdown.menu .menu.submenu li a {
          line-height: 1.3;
          position: relative;
          font-size: 13px;
          padding: 15px 0;
          border-bottom: 1px solid #efe6b0;
          color: #efe6b0;
          text-decoration: none; }
          @media screen and (min-width: 0em) and (max-width: 41.8125em) {
            nav.nav .nav-block ul.dropdown.menu .menu.submenu li a {
              border-bottom: 1px solid #464541;
              color: #464541; } }
          nav.nav .nav-block ul.dropdown.menu .menu.submenu li a:hover {
            color: #ffffff;
            border-bottom: 1px solid #ffffff; }
            @media screen and (min-width: 0em) and (max-width: 41.8125em) {
              nav.nav .nav-block ul.dropdown.menu .menu.submenu li a:hover {
                color: #464541;
                border-bottom: 1px solid #464541; } }
            nav.nav .nav-block ul.dropdown.menu .menu.submenu li a:hover:after {
              position: absolute;
              content: "";
              left: -10px;
              bottom: 2px;
              height: 1px;
              width: 100%;
              background: #ffffff; }
              @media screen and (min-width: 0em) and (max-width: 41.8125em) {
                nav.nav .nav-block ul.dropdown.menu .menu.submenu li a:hover:after {
                  background: #464541; } }
        nav.nav .nav-block ul.dropdown.menu .menu.submenu li:first-of-type:before {
          content: "";
          position: relative;
          height: 30px;
          width: 50%;
          left: 0;
          background: #000000; }
        nav.nav .nav-block ul.dropdown.menu .menu.submenu li:last-of-type {
          padding-top: 10px;
          margin-bottom: 25px; }
          nav.nav .nav-block ul.dropdown.menu .menu.submenu li:last-of-type svg.wappen {
            fill: #efe6b0;
            height: 35px;
            width: 25px; }
            @media screen and (min-width: 0em) and (max-width: 41.8125em) {
              nav.nav .nav-block ul.dropdown.menu .menu.submenu li:last-of-type svg.wappen {
                fill: #464541; } }
          nav.nav .nav-block ul.dropdown.menu .menu.submenu li:last-of-type:after {
            position: absolute;
            content: "";
            height: 1px;
            width: 100%;
            background: #464541;
            opacity: 0.8;
            bottom: -3px;
            left: 0; }
    @media screen and (min-width: 41.875em) {
      nav.nav .nav-block.left.active:after, nav.nav .nav-block.center.active:after {
        content: '';
        width: 100%;
        height: 26px;
        background: url(/static/img/linie_active.png) top center no-repeat;
        bottom: -26px; }
      nav.nav .nav-block.left.active ul.dropdown.menu .menu.submenu:before, nav.nav .nav-block.center.active ul.dropdown.menu .menu.submenu:before {
        border-right: 20px solid transparent; }
      nav.nav .nav-block.left.active ul.dropdown.menu .menu.submenu:after, nav.nav .nav-block.center.active ul.dropdown.menu .menu.submenu:after {
        border-left: 20px solid transparent; }
      nav.nav .nav-block.left.active ul.dropdown.menu .menu.submenu.js-dropdown-active:before, nav.nav .nav-block.center.active ul.dropdown.menu .menu.submenu.js-dropdown-active:before {
        border-bottom: 20px solid #464541; }
      nav.nav .nav-block.left.active ul.dropdown.menu .menu.submenu.js-dropdown-active:after, nav.nav .nav-block.center.active ul.dropdown.menu .menu.submenu.js-dropdown-active:after {
        border-bottom: 20px solid #464541; }
      nav.nav .nav-block.right.active:before {
        content: '';
        width: 100%;
        height: 26px;
        background: url(/static/img/linie_active.png) top center no-repeat;
        bottom: -26px; }
      nav.nav .nav-block.right.active ul.dropdown.menu .menu.submenu:before {
        border-right: 20px solid transparent; }
      nav.nav .nav-block.right.active ul.dropdown.menu .menu.submenu:after {
        border-left: 20px solid transparent; }
      nav.nav .nav-block.right.active ul.dropdown.menu .menu.submenu.js-dropdown-active:before {
        border-bottom: 20px solid rgba(0, 0, 0, 0.8); }
      nav.nav .nav-block.right.active ul.dropdown.menu .menu.submenu.js-dropdown-active:after {
        border-bottom: 20px solid rgba(0, 0, 0, 0.8); } }
  nav.nav .mob-meta {
    margin-top: 20px;
    display: none; }
    nav.nav .mob-meta a {
      font-size: 0.875rem;
      color: #efe6b0;
      padding: 0 10px; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      nav.nav .mob-meta {
        display: block; } }
section.meta-nav {
  background: #464541;
  height: 43px; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    section.meta-nav {
      overflow: hidden; } }
  section.meta-nav:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #efe6b0;
    height: 1px;
    bottom: 35px;
    left: 0;
    z-index: 0; }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.meta-nav:after {
        bottom: 18px; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.meta-nav:after {
        content: none; } }
  section.meta-nav .container .content__nav.nav {
    padding-top: 4px; }
    section.meta-nav .container .content__nav.nav.left {
      text-align: left; }
      @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
        section.meta-nav .container .content__nav.nav.left {
          width: 41.6666666667%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; }
          section.meta-nav .container .content__nav.nav.left:last-child:not(:first-child) {
            float: right; } }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        section.meta-nav .container .content__nav.nav.left {
          width: 33.3333333333%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          padding-right: 0; }
          section.meta-nav .container .content__nav.nav.left:last-child:not(:first-child) {
            float: right; }
          section.meta-nav .container .content__nav.nav.left > *:not(svg) {
            display: none; } }
      section.meta-nav .container .content__nav.nav.left a.language.active {
        color: #ffffff; }
      section.meta-nav .container .content__nav.nav.left a.language.not-active {
        color: #efe6b0; }
      section.meta-nav .container .content__nav.nav.left .language-divider {
        color: #ffffff; }
    section.meta-nav .container .content__nav.nav.right {
      text-align: right; }
      section.meta-nav .container .content__nav.nav.right a.btn-customer svg.usericon {
        display: none; }
      @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
        section.meta-nav .container .content__nav.nav.right {
          width: 41.6666666667%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; }
          section.meta-nav .container .content__nav.nav.right:last-child:not(:first-child) {
            float: right; } }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        section.meta-nav .container .content__nav.nav.right {
          width: 33.3333333333%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; }
          section.meta-nav .container .content__nav.nav.right:last-child:not(:first-child) {
            float: right; }
          section.meta-nav .container .content__nav.nav.right a {
            display: none;
            position: relative; }
            section.meta-nav .container .content__nav.nav.right a.btn-customer {
              display: block;
              padding-right: 33px;
              padding-top: 9px; } }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) and (max-width: 500px) {
        section.meta-nav .container .content__nav.nav.right a.btn-customer {
          text-indent: 200%;
          overflow: hidden;
          white-space: nowrap; } }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
              section.meta-nav .container .content__nav.nav.right a.btn-customer svg.usericon {
                position: absolute;
                right: 0;
                top: 5px;
                width: 24px;
                height: 24px;
                display: block;
                fill: #efe6b0; } }
    section.meta-nav .container .content__nav.nav a.mob-nav-btn, section.meta-nav .container .content__nav.nav a.mob-search-btn {
      display: none;
      position: relative;
      padding-left: 33px;
      padding-top: 9px; }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        section.meta-nav .container .content__nav.nav a.mob-nav-btn, section.meta-nav .container .content__nav.nav a.mob-search-btn {
          display: inline-block !important; } }
      @media (max-width: 500px) {
        section.meta-nav .container .content__nav.nav a.mob-nav-btn, section.meta-nav .container .content__nav.nav a.mob-search-btn {
          text-indent: 200%;
          width: 30px;
          padding-left: 0;
          padding-right: 0;
          overflow: hidden;
          white-space: nowrap; } }
      section.meta-nav .container .content__nav.nav a.mob-nav-btn svg.menuicon, section.meta-nav .container .content__nav.nav a.mob-nav-btn svg.closeicon, section.meta-nav .container .content__nav.nav a.mob-nav-btn svg.searchicon, section.meta-nav .container .content__nav.nav a.mob-search-btn svg.menuicon, section.meta-nav .container .content__nav.nav a.mob-search-btn svg.closeicon, section.meta-nav .container .content__nav.nav a.mob-search-btn svg.searchicon {
        position: absolute;
        left: 0;
        top: 5px;
        width: 24px;
        height: 24px;
        display: block;
        fill: #efe6b0; }
      section.meta-nav .container .content__nav.nav a.mob-nav-btn svg.closeicon, section.meta-nav .container .content__nav.nav a.mob-search-btn svg.closeicon {
        display: none; }
      section.meta-nav .container .content__nav.nav a.mob-nav-btn.opened .menuicon, section.meta-nav .container .content__nav.nav a.mob-search-btn.opened .menuicon {
        display: none; }
      section.meta-nav .container .content__nav.nav a.mob-nav-btn.opened .closeicon, section.meta-nav .container .content__nav.nav a.mob-search-btn.opened .closeicon {
        display: block; }
  section.meta-nav .container .content__nav.header-logo {
    background: url(/static/img/bg_gradient.jpg) top center repeat-y;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.meta-nav .container .content__nav.header-logo {
        width: 16.6666666667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        section.meta-nav .container .content__nav.header-logo:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      section.meta-nav .container .content__nav.header-logo {
        width: 33.3333333333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        section.meta-nav .container .content__nav.header-logo:last-child:not(:first-child) {
          float: right; } }
    section.meta-nav .container .content__nav.header-logo .logo {
      text-align: center;
      margin-top: 24px;
      display: inline-block;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
        section.meta-nav .container .content__nav.header-logo .logo {
          margin-top: 7px; } }
      @media screen and (min-width: 0em) and (max-width: 41.8125em) {
        section.meta-nav .container .content__nav.header-logo .logo {
          margin-top: 7px; } }
      section.meta-nav .container .content__nav.header-logo .logo a {
        padding: 0; }
        section.meta-nav .container .content__nav.header-logo .logo a svg {
          width: 70%;
          max-height: 40px; }
          @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
            section.meta-nav .container .content__nav.header-logo .logo a svg {
              width: 100%; } }
          @media screen and (min-width: 0em) and (max-width: 41.8125em) {
            section.meta-nav .container .content__nav.header-logo .logo a svg {
              width: 100%; } }
  section.meta-nav .container .content__nav a {
    font-size: 0.6875rem;
    padding: 0.3125rem;
    color: #efe6b0;
    text-decoration: none; }
    section.meta-nav .container .content__nav a:hover {
      color: #efe6b0;
      text-decoration: underline; }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.meta-nav .container .content__nav a {
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px; } }
.breadcrumb-wrapper {
  background: url(/static/img/bg_gradient.jpg) top center repeat; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .breadcrumb-wrapper .breadcrumb {
      display: none; } }
  .breadcrumb-wrapper .breadcrumb ul {
    margin: 1.25rem 0; }
    .breadcrumb-wrapper .breadcrumb ul li {
      font-size: 0.6875rem;
      display: inline; }
      .breadcrumb-wrapper .breadcrumb ul li .breadcrumb__link-back {
        color: #000000;
        font-size: inherit; }
        .breadcrumb-wrapper .breadcrumb ul li .breadcrumb__link-back:hover {
          text-decoration: underline; }
      .breadcrumb-wrapper .breadcrumb ul li:not(:last-child) :after {
        margin-left: 0.3125rem;
        content: "/";
        display: inline-block;
        text-decoration: none;
        cursor: default; }
      .breadcrumb-wrapper .breadcrumb ul li:last-child {
        color: #a52c17; }
        .breadcrumb-wrapper .breadcrumb ul li:last-child:after {
          margin-left: 0.3125rem; }
  .breadcrumb-wrapper .content {
    padding-bottom: 1.25rem; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      .breadcrumb-wrapper .content {
        padding-top: 2.5rem;
        padding-bottom: 1.875rem; } }
.breadcrumb-wrapper--divider {
  border-bottom: 5px solid #a52c17;
  z-index: 9999;
  margin-bottom: 1.25rem; }
  .breadcrumb-wrapper--divider article {
    margin: 0; }
section.contacts .content__teaser {
  margin: 0.9375rem 0; }
  @media screen and (min-width: 64em) {
    section.contacts .content__teaser {
      max-height: 280px;
      overflow: visible; } }
  section.contacts .content__teaser .content__teaser-inner .image-teaser {
    position: relative; }
    @media screen and (min-width: 41.875em) {
      section.contacts .content__teaser .content__teaser-inner .image-teaser {
        padding-bottom: 1.5625rem; } }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.contacts .content__teaser .content__teaser-inner .image-teaser {
        height: 310px;
        overflow: hidden; } }
    section.contacts .content__teaser .content__teaser-inner .image-teaser figcaption {
      position: relative; }
      @media screen and (min-width: 64em) {
        section.contacts .content__teaser .content__teaser-inner .image-teaser figcaption {
          height: 100px;
          overflow: hidden; } }
      @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
        section.contacts .content__teaser .content__teaser-inner .image-teaser figcaption {
          height: 185px;
          overflow: hidden; } }
    section.contacts .content__teaser .content__teaser-inner .image-teaser a.contact {
      text-decoration: underline; }
      @media screen and (min-width: 41.875em) {
        section.contacts .content__teaser .content__teaser-inner .image-teaser a.contact {
          position: absolute;
          bottom: 5px; } }
      section.contacts .content__teaser .content__teaser-inner .image-teaser a.contact:hover {
        text-decoration: none; }
  section.contacts .content__teaser.location .content__teaser-inner.inner--invert .image-teaser {
    height: inherit;
    padding-bottom: 0.625rem; }
    section.contacts .content__teaser.location .content__teaser-inner.inner--invert .image-teaser h3 {
      margin-bottom: 0;
      font-size: 1.25rem; }
    section.contacts .content__teaser.location .content__teaser-inner.inner--invert .image-teaser figcaption {
      height: inherit; }
  section.contacts .content__teaser.location .content__teaser-inner .image-teaser {
    height: inherit;
    margin: 0; }
    @media screen and (min-width: 64em) {
      section.contacts .content__teaser.location .content__teaser-inner .image-teaser figcaption {
        height: 159px;
        overflow: hidden; } }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      section.contacts .content__teaser.location .content__teaser-inner .image-teaser figcaption {
        height: 200px;
        overflow: hidden; } }
  section.contacts .content__teaser:last-child:not(:first-child) {
    float: left; }
section.contact-details .image-teaser {
  position: relative;
  margin: 0;
  padding: 0.3125rem;
  border: 1px solid #efe6b0; }
  section.contact-details .image-teaser img {
    width: 100%;
    max-width: none; }
section.contact-filter {
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  border-bottom: 5px solid #a52c17;
  z-index: 9999;
  padding-top: 1.25rem; }
  @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
    section.contact-filter fieldset {
      margin-top: 0.5rem; }
    section.contact-filter .radio-container {
      margin-top: 0.625rem; } }
.sticky-wrapper.is-sticky .contact-filter fieldset {
  margin: 0; }
section.contact-form form {
  position: relative;
  z-index: 0; }
  section.contact-form form button {
    left: -0.5rem; }
section.contact-form .tabs-panel {
  padding-top: 1rem; }
  section.contact-form .tabs-panel a[href^="mailto:"] {
    font-weight: normal;
    text-decoration: none; }
.form-error {
  margin-top: 0.3125rem;
  color: #a52c17; }
.input-group-field.is-invalid-input, textarea.is-invalid-input {
  border-color: #a52c17 !important; }
textarea.is-invalid-input {
  margin-bottom: 0; }
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: 'Noto Serif';
  font-weight: 600;
  color: #a52c17; }
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Noto Serif';
  font-weight: 600;
  color: #a52c17;
  opacity: 1; }
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Noto Serif';
  font-weight: 600;
  color: #a52c17;
  opacity: 1; }
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Noto Serif';
  font-weight: 600;
  color: #a52c17; }
textarea:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  font-family: 'Noto Serif';
  font-weight: 600;
  color: #a52c17; }
.additional-info {
  font-size: 0.875rem;
  margin-top: 0.625rem; }
#timeline {
  zoom: 1;
  width: 100%;
  max-height: 58.125rem;
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  border-top: 0.3125rem solid #a52c17;
  overflow: hidden;
  position: relative;
  z-index: 999; }
  #timeline:before, #timeline:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #timeline:after {
    clear: both; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    #timeline {
      max-height: 53.125rem; } }
  #timeline__years {
    padding-top: 1.875rem;
    margin: 0;
    z-index: 998; }
    #timeline__years:not(.slick-initialized) {
      display: none; }
    #timeline__years .slick-list {
      overflow: visible; }
    #timeline__years .timeline__slide {
      float: left;
      width: 4.6875rem;
      margin: 0 0.9375rem;
      color: inherit;
      cursor: pointer;
      position: relative;
      text-align: center;
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
      #timeline__years .timeline__slide:first-of-type .date__content {
        display: block; }
      #timeline__years .timeline__slide .date__year {
        color: #a52c17;
        font-family: "Noto Serif", Times New Roman;
        position: relative; }
      #timeline__years .timeline__slide .date__content {
        display: none;
        position: absolute;
        top: 3.75rem;
        left: -21.875rem;
        width: 48.75rem;
        text-align: center; }
        #timeline__years .timeline__slide .date__content header {
          margin-bottom: 0.875rem; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          #timeline__years .timeline__slide .date__content {
            max-width: 18.125rem;
            left: -6.5625rem; } }
        @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
          #timeline__years .timeline__slide .date__content {
            max-width: 40.625rem;
            left: -17.8125rem; } }
      #timeline__years .timeline__slide p {
        font-weight: 300;
        overflow: hidden; }
        @media screen and (min-width: 0em) and (max-width: 41.8125em) {
          #timeline__years .timeline__slide p {
            max-height: 25.625rem; } }
        @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
          #timeline__years .timeline__slide p {
            max-height: 11.875rem; } }
        @media screen and (min-width: 64em) {
          #timeline__years .timeline__slide p {
            max-height: 9.375rem; } }
      #timeline__years .timeline__slide.slick-current {
        cursor: default;
        pointer-events: none; }
        #timeline__years .timeline__slide.slick-current .date__year {
          font-size: 2rem;
          top: -1.0625rem;
          -webkit-transition: font-size 0.4s ease-in-out, top 0.4s ease-in-out;
          -moz-transition: font-size 0.4s ease-in-out, top 0.4s ease-in-out;
          transition: font-size 0.4s ease-in-out, top 0.4s ease-in-out; }
        #timeline__years .timeline__slide.slick-current .date__content {
          cursor: text;
          pointer-events: auto; }
        #timeline__years .timeline__slide.slick-current .button {
          left: 0;
          cursor: pointer; }
  #timeline__image-slider {
    width: 100%;
    max-height: 47.5rem;
    padding: 0;
    margin: 0;
    cursor: -webkit-grab;
    cursor: grab; }
    #timeline__image-slider img {
      margin: 0 auto;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
      #timeline__image-slider img.animated--visible {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      #timeline__image-slider {
        margin-top: 34.375rem; } }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      #timeline__image-slider {
        margin-top: 12.5rem !important; } }
    @media screen and (min-width: 64em) {
      #timeline__image-slider {
        margin-top: 6.25rem !important; } }
.search-results__searchfield {
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  border-bottom: 5px solid #a52c17;
  padding: 1.875rem 0 1rem;
  z-index: 9999; }
  @media screen and (min-width: 41.875em) {
    .search-results__searchfield h1 {
      width: 33.3%;
      display: inline-block;
      margin-top: 0.625rem; }
    .search-results__searchfield .input-group {
      width: 66.6%;
      display: inline-table;
      float: right; } }
.search-results p {
  margin-top: 0.625rem; }
.search-results .active-searchtext {
  background-color: #efe6b0;
  font-weight: bold; }
.search-results .pagination {
  font-family: "Noto Serif", Times New Roman; }
  .search-results .pagination .current {
    background-color: #ffffff;
    color: #a52c17;
    font-weight: bold;
    font-size: 1.125rem;
    border-bottom: 1px solid #a52c17; }
  .search-results .pagination a {
    font-size: 1.125rem;
    font-weight: bold; }
    .search-results .pagination a:hover {
      background-color: #efe6b0; }
.search-results .subline {
  color: #8a8a8a; }
.search-results .breadcrumbs {
  margin: 0 0 2rem; }
  .search-results .breadcrumbs li {
    color: #a52c17;
    text-transform: none;
    font-size: 0.9375rem; }
    .search-results .breadcrumbs li:not(:last-child)::after {
      content: ">";
      color: #000000;
      top: 1px;
      font-size: 0.9375rem; }
.search-results a[href]:not([class]) {
  text-decoration: none;
  text-transform: none; }
.search-results .breadcrumbs {
  margin: 0; }
  .search-results .breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: #a52c17;
    margin: 0 0.25rem; }
  .search-results .breadcrumbs li:not(:first-child) a:before {
    content: ""; }
.glossar-nav {
  background: url(/static/img/bg_gradient.jpg) top center repeat;
  border-bottom: 5px solid #a52c17;
  z-index: 9999;
  padding: 1.25rem 0; }
  .glossar-nav .breadcrumbs {
    margin: 0 0 2rem; }
    .glossar-nav .breadcrumbs li {
      color: #a52c17;
      text-transform: none;
      font-size: 0.9375rem; }
      .glossar-nav .breadcrumbs li:not(:last-child)::after {
        content: ">";
        color: #000000;
        top: 1px;
        font-size: 0.9375rem; }
  .glossar-nav a[href]:not([class]) {
    text-decoration: none;
    text-transform: none; }
  @media screen and (min-width: 0em) and (max-width: 41.8125em) {
    .glossar-nav {
      padding: 2.5rem 0 0.9375rem;
      margin: 0; } }
  .glossar-nav .pagination {
    font-family: "Noto Serif", Times New Roman; }
    @media screen and (min-width: 0em) and (max-width: 41.8125em) {
      .glossar-nav .pagination {
        margin: 0; } }
    .glossar-nav .pagination .current {
      background-color: transparent;
      padding: 0;
      color: #a52c17;
      font-weight: bold;
      font-size: 1.125rem; }
      .glossar-nav .pagination .current a {
        border-bottom: 1px solid #a52c17; }
        .glossar-nav .pagination .current a[href]:not([class]):link, .glossar-nav .pagination .current a[href]:not([class]):visited {
          color: #a52c17; }
    .glossar-nav .pagination li {
      margin-right: 0;
      display: inline-block; }
      .glossar-nav .pagination li a[href]:not([class]):link,
      .glossar-nav .pagination li a[href]:not([class]):visited {
        color: #000000; }
      .glossar-nav .pagination li:not(.current) a {
        border-bottom: 1px solid transparent; }
      .glossar-nav .pagination li.exist-not {
        cursor: not-allowed; }
      .glossar-nav .pagination li:not(.exist-not) {
        cursor: pointer; }
    .glossar-nav .pagination a {
      font-size: 1.125rem;
      font-weight: bold;
      padding: 0 0.5625rem; }
      .glossar-nav .pagination a:before {
        content: ""; }
      .glossar-nav .pagination a:hover {
        color: #a52c17 !important;
        /* wegen atom / typography.scss &[href]:not([class]):hover */
        -webkit-transition: all 0.4s ease 0.2s;
        -moz-transition: all 0.4s ease 0.2s;
        transition: all 0.4s ease 0.2s;
        background-color: transparent; }
    .glossar-nav .pagination .exist-not a {
      /* wegen atom / typography.scss &[href]:not([class]):link */
      color: #cacaca !important;
      pointer-events: none; }
@media screen and (min-width: 41.875em) {
  .press__detail {
    margin-top: -1.25rem; } }
.press__detail [class^="content__"]:nth-child(even) a {
  display: inline-block;
  float: right;
  clear: right; }
  .press__detail [class^="content__"]:nth-child(even) a:first-child {
    margin-bottom: 1rem; }
.press__detail .vcard {
  margin: 0;
  font-style: italic; }
@media print {
  [class^="js-"],
  section.search,
  section.customerlogin,
  .meta-nav .nav.left a,
  .meta-nav .nav.left span,
  .meta-nav .nav.right a,
  nav.nav,
  section.breadcrumb,
  .sticky-wrapper,
  .stage-home-content .bg,
  .stage-product-content .content__teaser-inner,
  form,
  ul.accordion .accordion-item:not(.is-active),
  ul.tabs .tabs-title:not(.is-active),
  .content__teaser-inner.call-back,
  .teaser--call-back,
  .fullpage-next,
  .video,
  .flex-video,
  object,
  .slider.slider-for,
  .slider.slider-nav,
  .scroll-top,
  [class^="timeline"],
  footer.footer .nav {
    display: none !important; }
  *:not(.chart__text) {
    border-color: #000000 !important;
    border-width: 1px !important; }
  body {
    width: 960px !important; }
  .meta-nav .container {
    padding-bottom: 0.7cm;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    border-bottom: 1px solid #000000; }
  section.stage-home-content,
  section.stage-product-content,
  section.stage-verteiler-content {
    height: inherit;
    padding-bottom: 1cm; }
    section.stage-home-content .content,
    section.stage-product-content .content,
    section.stage-verteiler-content .content {
      padding-top: 1cm; }
  section.stage-verteiler-content .content__img-txt {
    width: 100%; }
  main.main {
    margin-top: 1.5cm; }
  .button:before {
    content: none; }
  .button.svg svg {
    fill: #000000; }
  svg.icon--img, svg.icon--pdf, svg.icon--video, svg.icon--external, svg.icon--doc, svg.icon--hook, svg.icon--rss, svg.icon--external {
    fill: #000000; }
  .ct-chart {
    opacity: 1 !important; }
  .dots {
    list-style-type: disc; }
    .dots li {
      padding-left: 0.2cm; }
      .dots li:before {
        left: 0;
        background: #000000; }
  main.main .footer-logo .wappen {
    fill: #000000; }
  section.contacts .content__teaser .content__teaser-inner .image-teaser {
    padding-bottom: 1.5625rem;
    height: 310px; }
    section.contacts .content__teaser .content__teaser-inner .image-teaser figcaption {
      height: 185px; }
    section.contacts .content__teaser .content__teaser-inner .image-teaser a.contact {
      position: absolute;
      bottom: 5px; }
  section.contacts .content__teaser.location .content__teaser-inner .image-teaser {
    height: inherit;
    margin: 0; }
    section.contacts .content__teaser.location .content__teaser-inner .image-teaser figcaption {
      height: 200px; } }
 .hide-on-desktop, .hidden {
    display: none;
}
.hide-on-mobile {
    display: block;
}
@media (max-width: 41.8125em) {
    .hide-on-desktop { display: block; }
    .hide-on-mobile { display: none; }
}

/* Cookie Banner */
.cookie-banner {
    border-top: 2px solid #a52c17;
    position: fixed;
    bottom: 0;
    background: #efe6b0;
    left: 0;
    right: 0;
    z-index: 1000;
}
@media (min-width: 25em) {
    .cookie-banner-inner {
        width: 80%;
        max-width: 930px;
        margin: 10px auto 30px;
    }
    .cookie-banner .close-button {
        top: 0;
    }
}
@media (max-width: 24.99em) {
    .cookie-banner .text-teaser {
        margin: 10px 30px 30px;
    }
    .cookie-banner .close-button {
        top: 0;
        right: 0;
        background-color: #a52c17;
        padding: 3px;
    }
    .cookie-banner-inner svg {
        fill: #ffffff;
        width: 1.2em;
        height: 1.2em;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }    
}
.cookie-banner-inner {
    position: relative;
    font-size: 13px;
    overflow: hidden;
}
.cookie-banner-inner .link--more {
    font-size: 13px;
}
.cookie-banner-inner h2 { 
    font-size: 24px;
}
.cookie-banner-inner svg {
    width: 1.25em;
    height: 1.25em;
}

/* Contact Teaser */
.content__teaser-inner .image-teaser a.contact { font-weight: bold; }
.content__teaser-inner .fax { color: #a52c17; }
@media screen and (min-width: 64em) {
    section.contacts .content__teaser.location .content__teaser-inner .image-teaser figcaption { height: auto; }
    section.contacts .content__teaser .content__teaser-inner .image-teaser figcaption { height: auto; }
    section.contacts .content__teaser { max-height: none; }
    section.contacts .content__teaser.teaser--fixed { height: auto; }
}
section.contacts .content__teaser.location .content__teaser-inner .image-teaser {
    height: 256px;
}
@media screen and (min-width: 41.875em) {
    section.contacts .content__teaser .content__teaser-inner .image-teaser {
        height: 365px;
    }
    section.contacts .content__teaser.teaser--fixed { height: 377px; }
}

.content__teaser-inner:not(.inner--invert) .image-teaser, .content__teaser-inner:not(.inner--invert) .text-teaser:not(.teaser--call-back) { min-height: 300px; }
section.contacts .content__teaser-inner:not(.inner--invert) .image-teaser, section.contacts .content__teaser-inner:not(.inner--invert) .text-teaser:not(.teaser--call-back) { min-height: 360px; position: relative; } 


@media screen and (max-width: 63.9375em) and (min-width: 41.875em) {
    section.contacts .content__teaser .content__teaser-inner .image-teaser figcaption {
        height: 132px;
    }
}

@media screen and (min-width: 30em) {
    section.contacts .content__teaser .link--contact { position: absolute; bottom: 10px; }
}

 

/* Header */
@media screen and (max-width: 41.8125em) and (min-width: 0em) {
    header.header .customerlogin.active {
        max-height: 615px;
    }
}
@media (min-width: 41.8126em) {
    header.header .customerlogin.active { max-height: 365px; }
}
header.header .customerlogin .input-group {
    margin-bottom: 30px;
}
header.header .customerlogin {
    -webkit-transition: max-height 0.75s ease-in-out;
    -moz-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
}
header.header .customerlogin.active {
    -webkit-transition: max-height 0.75s ease-in-out;
    -moz-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
}
header.header .customerlogin .right { margin-top: 40px; }
header.header .customerlogin .link--external { text-decoration: none; }
/* Navigation */
nav.nav .nav-block.right.active ul.dropdown.menu .menu.submenu.js-dropdown-active:before,
nav.nav .nav-block.right.active ul.dropdown.menu .menu.submenu.js-dropdown-active:after {
    border-bottom: 20px solid #464541;
}

/* Page Layout */
.content__nav:last-child:not(:first-child),
.content__teaser:last-child:not(:first-child) {
    float: left;
}

/* Content */
.content__image { margin-bottom: 1em; }
@media (max-width: 28.125em) {
    .content__image { float: none; }
}

@media (max-width: 37.5em) {
    tbody th, tbody td { display: block; }
    table td:first-child { font-weight: bold; }
}

.accordion-content article { 
    padding: 0 0 10px; 
}

.accordion-content .content__all { overflow: visible; }

.link--more { margin-right: 18px; }

.tabs-content ul ~ .link--more {
    float: right; }

/* WYSIWYG Dots */
article { transform: translateX(0%); }

.text-content-wrapper ul li:before {
    background: #a52c17;
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    position: absolute;
    top: 0.625rem;
    left: -1.25rem;
}

/* Disclaimer Modal */
#disclaimer-modal .close-button,
#presse-modal .close-button {
    display: none;
}
@media screen and (max-width: 41.8125em) and (min-width: 0em) {
    .reveal .content__teaser-inner {
        height: auto;
    }
}
.reveal h2 { font-size: 2.1rem; }
.tabs-content .panel--contains-books li.hidden { display: none; }



/* Forms */
#contactform, #press_contactform, #callbackform {
    max-width: 680px; 
}
#press_contactform{
    padding: 0 0.938em;
}
#callbackform{
    margin-top: 2em;
}
.input_1-1{
    float: left;
    width: 50%;
    box-sizing: border-box
}
.input_1-2{
    float: left;
    width: 33%;
}
.input_2-1{
    float: left;
    width: 67%;
}
.leftinput{
    padding-right: 1em;
}
.customerlogin .input-group form {
    display: table; 
}

@media (max-width: 37.5em) {
    .input_1-1, .input_1-2, .input_2-1 {
        width: 100%;
        float: none; 
    }
    .leftinput {
        padding: 0;
    }
}
 
.reveal .text-teaser div.p {
      font-family: "Open Sans", Arial;
      font-size: 0.9375rem;
      line-height: 1.6;
      margin-bottom: 0.3125rem; }
 
/* content width 3/4 */
.content__img-txt.content__3of4 {
  width: 75%;
}
@media screen and (min-width: 0em) and (max-width: 41.8125em) {
 .content__img-txt.content__3of4  { width: 100%;} 
}
 
.content__teaser .content__image { width: 100%; }


/* Fixes for stage contact teaser */
section.stage-product-content .call-back { display: none; }

@media screen and (max-width: 41.8125em) and (min-width: 0em) {
  section.stage-product-content .aside .content__teaser figure { min-height: 234px; }
}
@media screen and (max-width: 41.8125em) and (min-width: 0em) {
  main.main .wrapper .container > aside.aside.open { margin-right: 26px; }
}

.panel--contains-books figcaption p { margin-bottom: 0; }

.link--external-db:not(.button), .link--external-careers:not(.button) {
    display: inline-block;
    text-decoration: underline;
}
 /**/
#homepage .breadcrumb { visibility: hidden; }
.container.contacts .link--contact { display: none; }

header.header .customerlogin .left { border-right: 0 none; }
header.header .customerlogin .right { border-left: 1px solid black; }

body>#contactform, body>#callbackform { padding: 0 0.9375rem; }
form .additional-info { font-family: "Noto Serif", serif; }

@media screen and (min-width: 41.875em) and (max-width: 44em) {
  .content__teaser-inner .teaser__heading span {
    font-size: 1.45rem;
  }
}
.content__all .content__image--right { max-width: 100%; }
@media screen and (min-width: 41.875em) {
  .content__all .content__image--right { max-width: 30%; }
}

@media print{
 a.tel[href]:after { content: ""; }
}

.mob-lang-link { display: none; }

/* iPad only */
@media screen and (min-width: 63.9376em) and (max-width: 64em) {

  #timeline__years .timeline__slide .date__content {
    left: -24.875rem;
    width: 54.75rem;
  }
  #timeline__years .timeline__slide .date__content p {
    line-height: 1.5; 
  }
  #timeline__years .timeline__slide .date__content h3 {
    margin-top: -0.5rem;
  }
  #timeline__years .timeline__slide .date__content header {
    margin-bottom: 0.5rem;
  }

  .content-slider .slider .buttons .slick-prev { left: -3.25rem }
  .content-slider .slider .buttons .slick-next { right: -1.5rem; }
  .content-slider .slider .buttons .slick-prev svg, .content-slider .slider .buttons .slick-next svg {
    width: 50px;
    height: 99px;
  }
}

@media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
  .content-slider .slider { padding: 0 1.65rem; }
  .content-slider .slider .buttons .slick-prev { left: -1.4rem }
}

@media screen and (min-width: 41.875em) {
  .stage-product-content .content__teaser-inner .teaser__heading {
    display: none;
  }
}

/* mobile only */
@media screen and (max-width: 41.8125em) and (min-width: 0em) {
  .slick-prev, .slick-next {
    display: block !important; 
  }
  .content-slider .slider .buttons { margin-top: -100px; }
  .content-slider .slider .buttons .slick-prev { left: -2.25rem }
  .content-slider .slider .buttons .slick-next { right: -0.5rem; }
  .content-slider .slider .buttons .slick-prev svg, .content-slider .slider .buttons .slick-next svg {
    width: 25px;
    height: 50px;
  }
  .content-slider .slider .slide-items .slider-item section { margin-top: 0; }
}

.content__teaser-inner .fax a { display: inline-block; }

.input-group input[type=password] {
    height: 55px;
    box-shadow: none;
    border-radius: 0;
    font-family: "Noto Serif", Times New Roman;
    font-weight: 600;
}
.input-group input[type=password]::-webkit-input-placeholder {
    color: #a52c17;
    opacity: 1; }
.input-group input[type=password]::-moz-placeholder {
    color: #a52c17;
    opacity: 1; }
.input-group input[type=password]:-moz-placeholder {
    color: #a52c17;
    opacity: 1; }
.input-group input[type=password]:-ms-input-placeholder {
    color: #a52c17;
    opacity: 1; 
}

.honig { display:none; }

.pi_1575 #ce_2784 a.link--external { display: block; }

/**/
 