@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

/* ************** *
 *                *
 *  color schema  *
 *                *
 * ************** */
/* ******************* *
 *                     *
 *  width and heights  *
 *                     *
 * ******************* */
@font-face {
  font-family: "stadtwerke-freiberg";
  src: url("../font/stadtwerke-freiberg.eot");
  src: url("../font/stadtwerke-freiberg.eot?#iefix") format("embedded-opentype"), url("../font/stadtwerke-freiberg.woff") format("woff"), url("../font/stadtwerke-freiberg.ttf") format("truetype"), url("../font/stadtwerke-freiberg.svg#stadtwerke-freiberg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ************ *
 *           	*
 *  foundation  *
 *           	*
 * ************ */
/* ******************* *
 *                     *
 *  width and heights  *
 *                     *
 * ******************* */
html,
body {
  box-sizing: border-box; }

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

/*! 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: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* ********* *
 *           *
 *  test  *
 *           *
 * ********* */
/* ********* *
 *           *
 *  row  *
 *           *
 * ********* */
.row {
  max-width: 1180px;
  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.83333rem;
    margin-right: -0.83333rem; }
    .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: 20px;
    padding-right: 20px; }
  @media screen and (min-width: 40em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 62.75em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 71.25em) {
    .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem; }
  .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.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.33333%;
  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.66667%;
  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.28571%;
  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; }

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

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

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

.small-up-12 > .column, .small-up-12 > .columns {
  width: 8.33333%;
  float: left; }
  .small-up-12 > .column:nth-of-type(1n), .small-up-12 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-12 > .column:nth-of-type(12n+1), .small-up-12 > .columns:nth-of-type(12n+1) {
    clear: both; }
  .small-up-12 > .column:last-child, .small-up-12 > .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: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%;
    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.66667%;
    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.28571%;
    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; }
  .medium-up-9 > .column, .medium-up-9 > .columns {
    width: 11.11111%;
    float: left; }
    .medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child {
      float: left; }
  .medium-up-10 > .column, .medium-up-10 > .columns {
    width: 10%;
    float: left; }
    .medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child {
      float: left; }
  .medium-up-11 > .column, .medium-up-11 > .columns {
    width: 9.09091%;
    float: left; }
    .medium-up-11 > .column:nth-of-type(1n), .medium-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-11 > .column:nth-of-type(11n+1), .medium-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .medium-up-11 > .column:last-child, .medium-up-11 > .columns:last-child {
      float: left; }
  .medium-up-12 > .column, .medium-up-12 > .columns {
    width: 8.33333%;
    float: left; }
    .medium-up-12 > .column:nth-of-type(1n), .medium-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-12 > .column:nth-of-type(12n+1), .medium-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .medium-up-12 > .column:last-child, .medium-up-12 > .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: 62.75em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%;
    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.66667%;
    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.28571%;
    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; }
  .large-up-9 > .column, .large-up-9 > .columns {
    width: 11.11111%;
    float: left; }
    .large-up-9 > .column:nth-of-type(1n), .large-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-9 > .column:nth-of-type(9n+1), .large-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .large-up-9 > .column:last-child, .large-up-9 > .columns:last-child {
      float: left; }
  .large-up-10 > .column, .large-up-10 > .columns {
    width: 10%;
    float: left; }
    .large-up-10 > .column:nth-of-type(1n), .large-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-10 > .column:nth-of-type(10n+1), .large-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .large-up-10 > .column:last-child, .large-up-10 > .columns:last-child {
      float: left; }
  .large-up-11 > .column, .large-up-11 > .columns {
    width: 9.09091%;
    float: left; }
    .large-up-11 > .column:nth-of-type(1n), .large-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-11 > .column:nth-of-type(11n+1), .large-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .large-up-11 > .column:last-child, .large-up-11 > .columns:last-child {
      float: left; }
  .large-up-12 > .column, .large-up-12 > .columns {
    width: 8.33333%;
    float: left; }
    .large-up-12 > .column:nth-of-type(1n), .large-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-12 > .column:nth-of-type(12n+1), .large-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .large-up-12 > .column:last-child, .large-up-12 > .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; } }

@media screen and (min-width: 71.25em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-up-9 > .column, .xlarge-up-9 > .columns {
    width: 11.11111%;
    float: left; }
    .xlarge-up-9 > .column:nth-of-type(1n), .xlarge-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-9 > .column:nth-of-type(9n+1), .xlarge-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .xlarge-up-9 > .column:last-child, .xlarge-up-9 > .columns:last-child {
      float: left; }
  .xlarge-up-10 > .column, .xlarge-up-10 > .columns {
    width: 10%;
    float: left; }
    .xlarge-up-10 > .column:nth-of-type(1n), .xlarge-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-10 > .column:nth-of-type(10n+1), .xlarge-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .xlarge-up-10 > .column:last-child, .xlarge-up-10 > .columns:last-child {
      float: left; }
  .xlarge-up-11 > .column, .xlarge-up-11 > .columns {
    width: 9.09091%;
    float: left; }
    .xlarge-up-11 > .column:nth-of-type(1n), .xlarge-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-11 > .column:nth-of-type(11n+1), .xlarge-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .xlarge-up-11 > .column:last-child, .xlarge-up-11 > .columns:last-child {
      float: left; }
  .xlarge-up-12 > .column, .xlarge-up-12 > .columns {
    width: 8.33333%;
    float: left; }
    .xlarge-up-12 > .column:nth-of-type(1n), .xlarge-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-12 > .column:nth-of-type(12n+1), .xlarge-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .xlarge-up-12 > .column:last-child, .xlarge-up-12 > .columns:last-child {
      float: left; }
  .column.xlarge-centered, .xlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncenter,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 71.1875em), screen and (min-width: 90em) {
  .show-for-xlarge-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; } }

@media (min-width: 40em) {
  .row {
    position: relative; } }

/* **************** *
 *                  *
 *  default styles  *
 *                  *
 * **************** */
::selection {
  background: #008273;
  color: white; }

::-moz-selection {
  background: #008273;
  color: white; }

input.placeholder {
  color: #550a00; }

input:-moz-placeholder {
  color: #550a00; }

input::-moz-placeholder {
  color: #550a00; }

input:-ms-input-placeholder {
  color: #550a00; }

input::-webkit-input-placeholder {
  color: #550a00; }

input[type="submit"] {
  cursor: pointer; }

br {
  color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

i,
em {
  font-style: italic; }

small {
  font-size: 0.75em;
  line-height: 1em; }

sup {
  vertical-align: text-top; }

blockquote {
  margin: 1em 40px; }

p {
  margin: 0 0 .6667em 0;
  font-size: 1.45rem;
  line-height: 1.376em;
  padding: 0;
  font-weight: 300; }

hr {
  background: none repeat scroll 0 0 #f0e9de;
  border: none;
  color: #f0e9de;
  display: block;
  height: 2px;
  margin: 20px; }

a {
  color: inherit;
  text-decoration: none;
  font-weight: normal; }
  a:hover, a:focus, a.focus {
    text-decoration: none; }
  a:focus, a.focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  p a, ul.content li a {
    color: #008273;
    -webkit-transition: color 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease false;
    font-weight: 500; }
    p a:hover, p a:focus, p a.focus, ul.content li a:hover, ul.content li a:focus, ul.content li a.focus {
      color: #00695c; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-size: 1.45rem; }

ul.csc-bulletlist {
  font-size: 0.875rem; }
  ul.csc-bulletlist li:before {
    font-size: 0.75rem; }

ul.content, ul.csc-bulletlist {
  margin-bottom: 1.25em; }
  ul.content:last-child, ul.csc-bulletlist:last-child {
    margin-bottom: 0; }
  p + ul.content, p + ul.csc-bulletlist {
    margin-top: 20px; }
  ul.content + p, ul.content + h2, ul.content + h3, ul.content + h4, ul.csc-bulletlist + p, ul.csc-bulletlist + h2, ul.csc-bulletlist + h3, ul.csc-bulletlist + h4 {
    margin-top: 20px; }
  ul.content li, ul.csc-bulletlist li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: 1em; }
    ul.content li p, ul.csc-bulletlist li p {
      margin: 0; }
    ul.content li:before, ul.csc-bulletlist li:before {
      display: block;
      position: absolute;
      content: '';
      font-family: "Rubik", sans-serif;
      content: '›';
      left: 0.16667em;
      top: .6777em;
      color: #008273;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }

ol {
  margin-bottom: 1.25em; }
  ol:not(.continue) {
    counter-reset: default-counter; }
  ol li {
    position: relative;
    padding-left: 3em;
    margin-bottom: 1.5em;
    counter-increment: default-counter; }
    ol li p {
      margin: 0; }
    ol li:before {
      display: block;
      position: absolute;
      content: '';
      font-family: "Rubik", sans-serif;
      font-weight: bold !important;
      content: counter(default-counter);
      font-size: 2em;
      color: #008273;
      left: 0.333em;
      top: 0; }
  ol.highlight:after {
    display: block;
    position: absolute;
    content: '';
    content: '';
    position: static;
    clear: both; }
  ol.highlight li {
    padding-top: 1em;
    padding-left: 5em;
    margin-bottom: 2.5em; }
    @media (min-width: 40em) {
      ol.highlight li {
        display: block;
        float: left;
        width: 50%; }
        ol.highlight li:nth-child(odd) {
          padding-right: 1.5em; }
        ol.highlight li:nth-child(even) {
          padding-left: 6.5em; }
          ol.highlight li:nth-child(even):before {
            left: 0.7em; } }
    ol.highlight li:before {
      font-size: 4em; }

dd {
  margin: 0 0 0 40px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  color: #008273;
  font-weight: normal;
  text-transform: uppercase; }
  p + h1, ul.content + h1, p + h2, ul.content + h2, p + h3, ul.content + h3, p + h4, ul.content + h4, p + h5, ul.content + h5, p + h6, ul.content + h6 {
    margin-top: 2em; }

h1 {
  position: relative;
  font-family: "Rubik", sans-serif;
  line-height: 1.06667em;
  font-size: 1.8333rem;
  font-weight: 300;
  margin: .25em 0 0.5em;
  padding: 0 0 0.1667em;
  text-transform: uppercase; }

h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0 0 0.59090em; }

h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 1.333rem;
  margin: 1.75em 0 1em; }

h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1.3333rem;
  color: #5c5c5c;
  margin: 0 0 .5em; }

h5 {
  font-family: "Rubik", sans-serif;
  font-size: 1.333rem;
  font-weight: 500;
  color: #5c5c5c;
  margin: 0 0 0.333em; }

h6 {
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #5c5c5c;
  margin: 0 0 1em; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #008273; }

/* ***************** *
 *                   *
 *  tables           *
 *                   *
 * ***************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.75em 0.5rem;
  border-left: solid 4px transparent;
  font-weight: 300; }

table.contenttable {
  width: 100%; }

table.contenttable {
  font-size: 1.45rem;
  font-weight: 300; }
  @media (min-width: 40em) {
    table.contenttable {
      border-collapse: separate;
      border-spacing: 4px;
      margin-left: -4px;
      margin-right: -4px; } }
  table.contenttable thead {
    background-color: #c2c2c2; }
    table.contenttable thead th {
      font-weight: normal; }
  @media (min-width: 0em) and (max-width: 39.9375em) {
    table.contenttable tbody tr {
      border-bottom: 4px solid white; } }
  table.contenttable tbody tr:nth-of-type(2n-1) td {
    background-color: #f8f4ef; }
  table.contenttable tbody tr:nth-of-type(2n) td {
    background-color: #f0e9de; }
  table.contenttable tbody tr:last-of-type {
    border-bottom: 0; }
  table.contenttable tbody tr td:first-child {
    margin-left: -4px; }
  @media (min-width: 0em) and (max-width: 39.9375em) {
    table.contenttable tbody tr td {
      display: block; }
      table.contenttable tbody tr td:first-child {
        font-weight: normal;
        border-bottom: 1px solid white; } }

/* ***************** *
 *                   *
 *  generic classes  *
 *                   *
 * ***************** */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.bold {
  font-weight: 500; }

.larger {
  font-size: 1.16667em; }

.x-larger {
  font-size: 1.3333em;
  font-weight: bold; }

.smaller {
  font-size: smaller; }

.margin-left {
  margin-left: 20px; }

.margin-right {
  margin-right: 20px; }

.margin-top {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-bottom-doubble {
  margin-bottom: 40px; }

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

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

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

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

.comment {
  color: #666666;
  font-size: smaller; }

.border-bottom {
  border-bottom: 1px solid #f0e9de; }

.border-right {
  border-right: 1px solid #f0e9de; }
  @media (min-width: 0em) and (max-width: 39.9375em) {
    .border-right:not([class*="small"]) {
      border-right: none;
      margin-bottom: 2em;
      border-bottom: 1px solid #f0e9de; }
      .border-right:not([class*="small"]):last-child {
        border-bottom: none;
        margin-bottom: none; } }

.border-left {
  border-left: 1px solid #d6d6d6; }
  @media screen and (max-width: 62.6875em) {
    .border-left:not([class*="small"]), .border-left:not(.medium-12) {
      border-left: none;
      padding-top: 20px;
      border-top: 1px solid #d6d6d6; }
      .border-left:not([class*="small"]):last-child, .border-left:not(.medium-12):last-child {
        margin-bottom: none; }
      .border-left:not([class*="small"]):first-child, .border-left:not(.medium-12):first-child {
        padding-top: 0;
        border-top: none; } }
  @media screen and (min-width: 62.75em) {
    .border-left.large-offset-1 {
      border-left-width: 0;
      position: relative; }
      .border-left.large-offset-1:before {
        display: block;
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: inherit; }
      .border-left.large-offset-1.large-3:before {
        left: -16.66667%; }
      .border-left.large-offset-1.large-4:before {
        left: -12.5%; }
      .border-left.large-offset-1.large-7:before {
        left: -7.14285%; }
      .border-left.large-offset-1.large-8:before {
        left: -6.75%; } }

.uppercase {
  text-transform: uppercase; }

.no-text-transform {
  text-transform: none; }

.normal {
  font-weight: normal; }

.italic {
  font-style: italic; }

a.more, span.more {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: .333em .6667em;
  font-weight: 500;
  background-color: #008273;
  color: white;
  z-index: 1;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease; }
  a.more:hover, a:hover a.more, span.more:hover, a:hover span.more {
    background-color: #008273;
    color: white; }

p.more-top-link {
  position: absolute;
  top: 0;
  right: 10px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    p.more-top-link {
      display: none; } }

/* ********* *
 *           *
 *  divider  *
 *           *
 * ********* */
div.divider {
  content: ''; }
  div.divider.single-border hr, div.divider hr {
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #d6d6d6; }
  div.divider.no-border hr {
    border: 0 !important;
    background-color: transparent !important; }
  div.divider.single-spacing hr {
    margin: 10px 0; }
  div.divider.double-spacing hr {
    margin: 20px 0; }
  div.divider.triple-spacing hr {
    margin: 30px 0; }
  div.divider.no-spacing hr {
    margin: 0; }

/* ***************** *
 *                   *
 *  tt_content       *
 *                   *
 * ***************** */
/*
.csc-textpic-image {
  width: auto !important
}
*/
.csc-textpic-center-outer {
  width: 100%; }
  .csc-textpic-center-outer .csc-textpic-center-inner {
    width: 100%; }
    .csc-textpic-center-outer .csc-textpic-center-inner .csc-textpic-imagerow {
      width: 100%; }

.csc-textpic-above, .csc-textpic-below {
  margin: 1.333em 0; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .csc-textpic-above figure.csc-textpic-image, .csc-textpic-below figure.csc-textpic-image {
      width: 100% !important;
      margin-bottom: 1em; }
      .csc-textpic-above figure.csc-textpic-image img, .csc-textpic-below figure.csc-textpic-image img {
        width: 100%; } }

@media screen and (min-width: 40em) {
  .csc-textpic-intext-right .csc-textpic-imagewrap, .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    max-width: 30%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .csc-textpic-intext-right .csc-textpic-imagewrap, .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    max-width: 50%; }
    .csc-textpic-intext-right .csc-textpic-imagewrap figure.csc-textpic-image, .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure.csc-textpic-image, .csc-textpic-intext-left .csc-textpic-imagewrap figure.csc-textpic-image, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure.csc-textpic-image {
      width: 100% !important;
      margin-bottom: 1em; }
      .csc-textpic-intext-right .csc-textpic-imagewrap figure.csc-textpic-image img, .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure.csc-textpic-image img, .csc-textpic-intext-left .csc-textpic-imagewrap figure.csc-textpic-image img, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure.csc-textpic-image img {
        width: 100%; }
      .csc-textpic-intext-right .csc-textpic-imagewrap figure.csc-textpic-image figcaption, .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure.csc-textpic-image figcaption, .csc-textpic-intext-left .csc-textpic-imagewrap figure.csc-textpic-image figcaption, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure.csc-textpic-image figcaption {
        display: none; } }

.csc-textpic-intext-right-nowrap, .csc-textpic-intext-left-nowrap {
  display: flex; }
  .csc-textpic-intext-right-nowrap div.csc-textpic-text, .csc-textpic-intext-left-nowrap div.csc-textpic-text {
    margin-right: 0;
    margin-left: 0; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .csc-textpic-intext-right-nowrap div.csc-textpic-text, .csc-textpic-intext-left-nowrap div.csc-textpic-text {
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (min-width: 40em) {
    .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
      min-width: 30%;
      width: 30%; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
      min-width: 20%;
      width: 20%; }
      .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure.csc-textpic-image, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure.csc-textpic-image {
        width: 100% !important;
        margin-bottom: 1em; }
        .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure.csc-textpic-image img, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure.csc-textpic-image img {
          width: 100%; }
        .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap figure.csc-textpic-image figcaption, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap figure.csc-textpic-image figcaption {
          display: none; } }

.csc-textpic-intext-right-nowrap {
  flex-direction: row-reverse; }

.csc-textpic-imagewrap[data-csc-cols="1"] div.csc-textpic-imagecolumn, .csc-textpic-imagewrap[data-csc-cols="1"] div.csc-textpic-center-outer, .csc-textpic-imagewrap[data-csc-cols="1"] div.csc-textpic-center-inner {
  max-width: 100%;
  margin-right: 0; }
  .csc-textpic-imagewrap[data-csc-cols="1"] div.csc-textpic-imagecolumn.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="1"] div.csc-textpic-center-outer.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="1"] div.csc-textpic-center-inner.csc-textpic-lastcol {
    margin-right: 0; }

@media (min-width: 40em) {
  .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn {
    max-width: 32%;
    margin-right: 2%; }
    .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media (min-width: 0em) and (max-width: 39.9375em) {
  .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn {
    max-width: 31%;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn figure.csc-textpic-image {
      width: 100%; }
      .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn figure.csc-textpic-image img {
        width: 100%; }
    .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn:nth-child(3) {
      float: right;
      margin-right: 0; }
      .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn:nth-child(3):after, .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn:nth-child(3):before {
        content: ' ';
        display: table; }
      .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn:nth-child(3):after {
        clear: both; }
    .csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media screen and (min-width: 40em) {
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="2"] .csc-textpic-imagecolumn, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="3"] .csc-textpic-imagecolumn,
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="4"] .csc-textpic-imagecolumn, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="5"] .csc-textpic-imagecolumn,
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="6"] .csc-textpic-imagecolumn, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="7"] .csc-textpic-imagecolumn,
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="8"] .csc-textpic-imagecolumn {
    max-width: 47%;
    margin-right: 5%; }
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="2"] .csc-textpic-imagecolumn.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="3"] .csc-textpic-imagecolumn.csc-textpic-lastcol,
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="4"] .csc-textpic-imagecolumn.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="5"] .csc-textpic-imagecolumn.csc-textpic-lastcol,
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="6"] .csc-textpic-imagecolumn.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="7"] .csc-textpic-imagecolumn.csc-textpic-lastcol,
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="8"] .csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media screen and (min-width: 40em) and (max-width: 62.6875em) {
  *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="2"] .csc-textpic-imagecolumn, *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="3"] .csc-textpic-imagecolumn, *[class*="-intext"] >
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="4"] .csc-textpic-imagecolumn, *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="5"] .csc-textpic-imagecolumn, *[class*="-intext"] >
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="6"] .csc-textpic-imagecolumn, *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="7"] .csc-textpic-imagecolumn, *[class*="-intext"] >
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="8"] .csc-textpic-imagecolumn {
    width: 100%;
    max-width: 100%; }
    *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="2"] .csc-textpic-imagecolumn.csc-textpic-lastcol, *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="3"] .csc-textpic-imagecolumn.csc-textpic-lastcol, *[class*="-intext"] >
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="4"] .csc-textpic-imagecolumn.csc-textpic-lastcol, *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="5"] .csc-textpic-imagecolumn.csc-textpic-lastcol, *[class*="-intext"] >
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="6"] .csc-textpic-imagecolumn.csc-textpic-lastcol, *[class*="-intext"] > .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="7"] .csc-textpic-imagecolumn.csc-textpic-lastcol, *[class*="-intext"] >
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="8"] .csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="2"] div.csc-textpic-imagecolumn, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="3"] div.csc-textpic-imagecolumn,
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="4"] div.csc-textpic-imagecolumn, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="5"] div.csc-textpic-imagecolumn,
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="6"] div.csc-textpic-imagecolumn, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="7"] div.csc-textpic-imagecolumn,
  .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="8"] div.csc-textpic-imagecolumn {
    width: 100%; }
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="2"] div.csc-textpic-imagecolumn.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="3"] div.csc-textpic-imagecolumn.csc-textpic-lastcol,
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="4"] div.csc-textpic-imagecolumn.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="5"] div.csc-textpic-imagecolumn.csc-textpic-lastcol,
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="6"] div.csc-textpic-imagecolumn.csc-textpic-lastcol, .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="7"] div.csc-textpic-imagecolumn.csc-textpic-lastcol,
    .csc-textpic-imagewrap[data-csc-cols="2"][data-csc-images="8"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media (min-width: 40em) {
  .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn {
    max-width: 23%;
    margin-right: 2.5%; }
    .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media (min-width: 0em) and (max-width: 39.9375em) {
  .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn {
    max-width: 49%;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn figure.csc-textpic-image {
      width: 100%; }
      .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn figure.csc-textpic-image img {
        width: 100%; }
    .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn:nth-child(2) {
      float: right;
      margin-right: 0; }
      .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn:nth-child(2):after, .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn:nth-child(2):before {
        content: ' ';
        display: table; }
      .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn:nth-child(2):after {
        clear: both; }
    .csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media (min-width: 40em) {
  .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn {
    max-width: 15%;
    margin-right: 2%; }
    .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

@media (min-width: 0em) and (max-width: 39.9375em) {
  .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn {
    max-width: 30%;
    margin-right: 5%;
    width: 49%;
    margin-bottom: 2%; }
    .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn figure.csc-textpic-image {
      width: 100%; }
      .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn figure.csc-textpic-image img {
        width: 100%; }
    .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn:nth-child(3) {
      float: right;
      margin-right: 0; }
      .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn:nth-child(3):after, .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn:nth-child(3):before {
        content: ' ';
        display: table; }
      .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn:nth-child(3):after {
        clear: both; }
    .csc-textpic-imagewrap[data-csc-cols="6"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
      margin-right: 0; } }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 1em; }

figcaption, div.csc-textpic figcaption {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2em;
  padding: 0.25em 0;
  color: #66b4ab; }

figure.copyright figcaption {
  font-size: 1.111rem; }

/* ***************** *
 *                   *
 *  click-enlarge    *
 *                   *
 * ***************** */
figure {
  position: relative;
  display: inline-block !important;
  max-width: 100%;
  margin: 0; }

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

a.lightbox {
  position: relative;
  display: block; }
  a.lightbox:before {
    display: block;
    position: absolute;
    content: '';
    content: '\e009';
    font-size: 5rem;
    top: 50%;
    left: 50%;
    color: white;
    z-index: 20;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -moz-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    -o-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease; }
  a.lightbox:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #008273;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease false; }
  a.lightbox:hover:after, a.lightbox.focus:after, a.lightbox:focus:after {
    opacity: 0.8; }
  a.lightbox:hover:before, a.lightbox.focus:before, a.lightbox:focus:before {
    opacity: 0.9;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }

/* **************** *
 *                  *
 *  custom generic  *
 *                  *
 * **************** */
#cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 6.66667px 20px;
  background-color: #008273;
  z-index: 9999;
  text-align: center;
  font-size: 1.083333rem;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 -2px 3px 0 rgba(51, 51, 51, 0.3);
  box-shadow: 0 -2px 3px 0 rgba(51, 51, 51, 0.3); }
  #cookie-bar p, #cookie-bar p a {
    color: white;
    margin: 0;
    font-size: 1.083333rem; }
  #cookie-bar a {
    text-decoration: underline; }
  #cookie-bar p {
    display: inline-block; }
  #cookie-bar .cookie-accept {
    display: inline-block;
    margin: .333rem 1rem;
    padding: .333rem .5rem;
    background-color: #550a00;
    border: 1px solid rgba(85, 10, 0, 0.1);
    color: white;
    cursor: pointer; }

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

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

.font-light {
  font-weight: 300; }

/* ******* *
 *         *
 *  forms  *
 *         *
 * ******* */
button,
input,
select,
textarea {
  /* Addresses font-family inconsistency between 'textarea' and other form elements. */
  font-family: "Rubik", sans-serif;
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  color: #333333;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

fieldset.powermail_fieldset {
  border: 0;
  padding: 0; }

.form-label {
  display: block;
  font-size: 1.333rem;
  padding: 0 0 0.25rem 0.25rem;
  color: #858585; }
  .no-labels .form-label {
    display: none; }

.form-error:before {
  content: "\e03f";
  color: #aa0000;
  font-size: 1.5em; }

.form-error .error-message {
  display: none; }

.form-input, .powermail_fieldwrap {
  padding-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 40em) {
    .content-container .content-container[class*="background"] .form-input.columns:not(:last-of-type), .content-container .content-container[class*="background"] .powermail_fieldwrap.columns:not(:last-of-type) {
      padding-right: 0; } }
  .no-labels .form-input, .no-labels .powermail_fieldwrap {
    padding-top: 5px;
    margin-bottom: 5px; }
  .form-input input[type="submit"], .powermail_fieldwrap input[type="submit"] {
    font-weight: bold;
    color: white;
    background-color: #550a00;
    border: 1px solid #f8f4ef;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease; }
    .form-input input[type="submit"]:hover, .form-input input[type="submit"].focus, .form-input input[type="submit"]:focus, .powermail_fieldwrap input[type="submit"]:hover, .powermail_fieldwrap input[type="submit"].focus, .powermail_fieldwrap input[type="submit"]:focus {
      background-color: #008273;
      color: white; }
  .form-input input, .form-input select, .form-input textarea, .powermail_fieldwrap input, .powermail_fieldwrap select, .powermail_fieldwrap textarea {
    padding: 5px 4px;
    font-size: 1.5rem;
    max-width: 100%;
    width: 100%;
    color: #5c5c5c;
    border: 1px solid #ccb6b3;
    outline: 0;
    -webkit-transition: border-bottom-color 0.3s ease;
    -moz-transition: border-bottom-color 0.3s ease;
    -o-transition: border-bottom-color 0.3s ease;
    transition: border-bottom-color 0.3s ease; }
    .form-input input.focus, .form-input input:focus, .form-input input:active, .form-input select.focus, .form-input select:focus, .form-input select:active, .form-input textarea.focus, .form-input textarea:focus, .form-input textarea:active, .powermail_fieldwrap input.focus, .powermail_fieldwrap input:focus, .powermail_fieldwrap input:active, .powermail_fieldwrap select.focus, .powermail_fieldwrap select:focus, .powermail_fieldwrap select:active, .powermail_fieldwrap textarea.focus, .powermail_fieldwrap textarea:focus, .powermail_fieldwrap textarea:active {
      border-bottom-color: #008273; }
  .content-container[class*="background"] .form-input, .content-container[class*="background"] .powermail_fieldwrap {
    text-shadow: inherit; }
    .content-container[class*="background"] .form-input input, .content-container[class*="background"] .form-input select, .content-container[class*="background"] .form-input textarea, .content-container[class*="background"] .powermail_fieldwrap input, .content-container[class*="background"] .powermail_fieldwrap select, .content-container[class*="background"] .powermail_fieldwrap textarea {
      border-color: #f0e9de; }
    .content-container[class*="background"] .form-input input[type="submit"], .content-container[class*="background"] .powermail_fieldwrap input[type="submit"] {
      border-color: #f0e9de;
      background-color: transparent; }
      .content-container[class*="background"] .form-input input[type="submit"]:hover, .content-container[class*="background"] .form-input input[type="submit"].focus, .content-container[class*="background"] .form-input input[type="submit"]:focus, .content-container[class*="background"] .powermail_fieldwrap input[type="submit"]:hover, .content-container[class*="background"] .powermail_fieldwrap input[type="submit"].focus, .content-container[class*="background"] .powermail_fieldwrap input[type="submit"]:focus {
        background-color: rgba(51, 51, 51, 0.2); }
  .form-input textarea, .powermail_fieldwrap textarea {
    min-height: 60px; }
    @media (min-width: 40em) {
      .form-input textarea, .powermail_fieldwrap textarea {
        min-height: 18rem; } }

.tx-powermail .btn-group {
  counter-reset: buttons;
  text-align: left; }
  .tx-powermail .btn-group .btn-default {
    display: inline-block;
    margin: 0 .25em;
    counter-increment: buttons;
    font-size: 3rem;
    padding: 0 .333em;
    background: white;
    border: 0;
    color: #008273;
    outline: 0 !important;
    position: relative; }
    .tx-powermail .btn-group .btn-default:before {
      font-family: "Rubik", sans-serif;
      content: counter(buttons); }
    .tx-powermail .btn-group .btn-default:after {
      display: block;
      position: absolute;
      content: '';
      content: '\e002';
      font-size: .5em;
      top: 50%;
      left: -1em;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    .tx-powermail .btn-group .btn-default:first-of-type {
      margin-left: 0;
      padding-left: 0; }
      .tx-powermail .btn-group .btn-default:first-of-type:after {
        display: none; }
    .tx-powermail .btn-group .btn-default.btn-primary + .btn-default {
      color: #550a00; }

.tx-powermail .btn {
  background-color: white;
  display: inline-block;
  padding: 1rem;
  border: 1px solid #008273;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.tx-powermail form[class*='inline-block'] {
  display: inline-block; }
  .tx-powermail form[class*='inline-block'] + form[class*='inline-block'] {
    margin-left: .333rem; }

.tx-powermail .powermail_tab_navigation .btn {
  width: 0;
  height: 0;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  text-indent: 1000rem;
  padding: 1rem;
  border: 1px solid #008273;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .tx-powermail .powermail_tab_navigation .btn:before {
    display: block;
    position: absolute;
    content: '';
    content: '';
    text-indent: 0;
    font-size: 1.5rem;
    color: #008273;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .tx-powermail .powermail_tab_navigation .btn.pull-right + .btn-warning {
    margin-left: .5rem; }
  .tx-powermail .powermail_tab_navigation .btn.pull-right:before {
    content: '\e002'; }
  .tx-powermail .powermail_tab_navigation .btn.btn-warning:before {
    content: '\e001'; }
  .tx-powermail .powermail_tab_navigation .btn:hover, .tx-powermail .powermail_tab_navigation .btn:focus, .tx-powermail .powermail_tab_navigation .btn.focus {
    background-color: #008273; }
    .tx-powermail .powermail_tab_navigation .btn:hover:before, .tx-powermail .powermail_tab_navigation .btn:focus:before, .tx-powermail .powermail_tab_navigation .btn.focus:before {
      color: white; }

@media screen and (max-width: 62.6875em) {
  #page-menu-mobile .page-search {
    border-top: 1px solid white;
    display: block;
    position: relative;
    float: none; }
    #page-menu-mobile .page-search span.icon {
      position: absolute;
      color: white;
      right: 10px;
      top: 50%;
      line-height: 1em;
      font-size: 2rem;
      -webkit-transform: translate3d(0, -40%, 0);
      -moz-transform: translate3d(0, -40%, 0);
      -ms-transform: translate3d(0, -40%, 0);
      -o-transform: translate3d(0, -40%, 0);
      transform: translate3d(0, -40%, 0); }
  #page-menu-mobile .page-head-search-input {
    display: block;
    width: 100%;
    border: 0;
    padding: 1.25rem 3rem 1.25rem 2.25rem;
    font-size: 1.5rem;
    background-color: #707070; }
    #page-menu-mobile .page-head-search-input.placeholder {
      color: rgba(255, 255, 255, 0.75); }
    #page-menu-mobile .page-head-search-input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.75); }
    #page-menu-mobile .page-head-search-input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.75); }
    #page-menu-mobile .page-head-search-input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.75); }
    #page-menu-mobile .page-head-search-input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.75); } }

@media screen and (min-width: 62.75em) {
  .page-search {
    float: right;
    margin-top: -2rem;
    margin-bottom: 1rem;
    background: #008273;
    position: relative;
    height: 3.250rem; }
    .page-search .search-form {
      position: relative;
      padding: .6rem; }
    .page-search .icon-magnifying-glass {
      color: white;
      font-size: 1.7rem;
      margin-right: .5rem;
      float: left; }
    .page-search .page-head-search-input {
      font-size: 1.25rem;
      position: relative;
      display: inline-block;
      vertical-align: top;
      background: transparent;
      color: white;
      border: 0;
      margin: 0;
      outline: 0;
      padding: .25rem 0;
      min-width: 10rem;
      -webkit-transition: min-width 0.2s ease;
      -moz-transition: min-width 0.2s ease;
      -o-transition: min-width 0.2s ease;
      transition: min-width 0.2s ease; }
      .page-search .page-head-search-input:focus, .page-search .page-head-search-input.focus {
        min-width: 15rem; }
      .page-search .page-head-search-input.placeholder {
        color: rgba(255, 255, 255, 0.4); }
      .page-search .page-head-search-input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      .page-search .page-head-search-input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      .page-search .page-head-search-input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      .page-search .page-head-search-input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4); } }

.tx-kesearch-pi1 .result-list-item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .tx-kesearch-pi1 .result-list-item h5, .tx-kesearch-pi1 .result-list-item h5 span {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .tx-kesearch-pi1 .result-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .tx-kesearch-pi1 .result-list-item:hover, .tx-kesearch-pi1 .result-list-item.focus, .tx-kesearch-pi1 .result-list-item:focus {
    color: #008273; }
    .tx-kesearch-pi1 .result-list-item:hover h5, .tx-kesearch-pi1 .result-list-item:hover h5 span, .tx-kesearch-pi1 .result-list-item.focus h5, .tx-kesearch-pi1 .result-list-item.focus h5 span, .tx-kesearch-pi1 .result-list-item:focus h5, .tx-kesearch-pi1 .result-list-item:focus h5 span {
      color: #008273; }

.tx-kesearch-pi1 .result-title-additional {
  text-transform: none;
  color: #858585;
  font-size: .81333em; }

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
  margin-top: 20px; }

.tx-kesearch-pi1 .kesearch_pagebrowser ul {
  padding-top: 1rem; }

.tx-kesearch-pi1 .kesearch_pagebrowser li {
  display: inline-block;
  margin-right: .333rem; }
  .tx-kesearch-pi1 .kesearch_pagebrowser li:last-child {
    margin-right: 0; }
  .tx-kesearch-pi1 .kesearch_pagebrowser li a {
    display: block;
    padding: .5rem 1rem;
    border: 1px solid #d6d6d6;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .tx-kesearch-pi1 .kesearch_pagebrowser li a:hover, .tx-kesearch-pi1 .kesearch_pagebrowser li a:focus, .tx-kesearch-pi1 .kesearch_pagebrowser li a.focus, .tx-kesearch-pi1 .kesearch_pagebrowser li a.current {
      color: #008273;
      border-color: #008273; }

.tx-kesearch-pi1 fieldset.kesearch_searchbox {
  border: 0;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb; }
  .tx-kesearch-pi1 fieldset.kesearch_searchbox .kesearchbox {
    position: relative;
    padding-bottom: 1rem; }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox .kesearchbox:before {
      display: block;
      position: absolute;
      content: '';
      height: 200%;
      width: 120%;
      left: 50%;
      bottom: 0;
      background-color: #008273;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox .kesearchbox:after {
      display: block;
      position: absolute;
      content: '';
      content: '\e009';
      right: 0;
      color: white;
      font-size: 2rem;
      top: .333rem; }
  .tx-kesearch-pi1 fieldset.kesearch_searchbox #ke_search_sword {
    display: block;
    position: relative;
    color: white;
    z-index: 2;
    width: 100%;
    font-size: 1.5rem;
    padding: .5rem 2.5rem .333rem .5rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    outline: 0;
    background: transparent; }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #ke_search_sword.placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #ke_search_sword:-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #ke_search_sword::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #ke_search_sword:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #ke_search_sword::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_submit {
    display: none; }
  .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters {
    margin-top: 1rem; }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters span.head {
      font-size: 1.5rem;
      font-weight: 500; }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters li {
      font-size: 1.333rem;
      margin-bottom: .333rem; }
      .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters li a {
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters li a:hover, .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters li a:focus, .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters li a.focus {
          color: #008273; }
    .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters a.kesGreyButt {
      display: inline-block;
      margin-top: .5rem;
      background-color: #adadad;
      color: white;
      padding: .333rem .75rem;
      font-size: 1.25rem;
      border-radius: .25rem;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters a.kesGreyButt:after {
        position: relative;
        top: .25em;
        margin-left: .25rem;
        content: '\e00c'; }
      .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters a.kesGreyButt:hover, .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters a.kesGreyButt:focus, .tx-kesearch-pi1 fieldset.kesearch_searchbox #kesearch_filters a.kesGreyButt.focus {
        background-color: #550a00; }

/* ******************** *
 *              		*
 *  default page setup  *
 *              		*
 * ******************** */
html {
  font-size: 75%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media (min-width: 0em) and (max-width: 39.9375em) {
    html {
      overflow-x: hidden; } }

body {
  color: #333333;
  line-height: 1.5;
  font-family: "Rubik", sans-serif;
  vertical-align: baseline;
  background: #f0e9de;
  width: 100%;
  height: 100%;
  min-height: 100%; }

:before, :after {
  font-family: "stadtwerke-freiberg";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* **********************
 *						*
 *  custom page setup	*
 *						*
 * ******************** */
#page-container {
  text-align: left;
  background: white;
  padding: 0 1rem;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 62.75em) {
    #page-container {
      padding: 0 2rem;
      margin: 3.75rem auto 0;
      width: 100%;
      max-width: 120rem;
      min-height: 100%;
      -webkit-box-shadow: 0 0 6rem 0 rgba(51, 51, 51, 0.3);
      -moz-box-shadow: 0 0 6rem 0 rgba(51, 51, 51, 0.3);
      box-shadow: 0 0 6rem 0 rgba(51, 51, 51, 0.3); }
      #page-container:before {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 300%;
        left: 0;
        top: 0;
        background: url("../img/filk_pattern.svg") no-repeat;
        background-size: contain;
        opacity: .25; } }

header {
  text-transform: uppercase;
  line-height: 1.1em; }
  @media screen and (min-width: 62.75em) {
    header {
      padding: 8rem 0 7rem;
      font-size: 2.25rem;
      margin: 0 0 3rem;
      border-bottom: 2px solid #adadad; } }
  @media screen and (max-width: 62.6875em) {
    header {
      position: absolute;
      top: 1rem;
      font-size: 1.5rem;
      left: 6rem; }
      header + * {
        margin-top: 3rem; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    header {
      top: 1rem;
      font-size: 1rem;
      left: 5rem; } }

.content {
  margin-bottom: 2rem; }
  .content p {
    margin-bottom: 2rem; }
  .content > p:last-child {
    margin: 0; }

@media screen and (max-width: 62.6875em) {
  .page-left-column {
    margin: 0 -22px;
    padding-bottom: .5rem;
    border-bottom: 2px solid #008273; } }

@media screen and (min-width: 62.75em) {
  .page-left-column {
    padding: 20px 20px 0 20px;
    background-color: #008273; }
    .page-left-column:after {
      display: block;
      content: '';
      height: 40px;
      background-color: #00695c;
      margin: 0 -20px; } }

#page-container > .row > .large-3 {
  z-index: 0;
  opacity: .99999; }

@media screen and (min-width: 62.75em) {
  #page-logo {
    margin-bottom: 4rem;
    padding: 20px 40px; }
    #page-logo a {
      display: inline-block; } }

@media screen and (max-width: 62.6875em) {
  #page-logo img {
    max-height: 5rem;
    display: block; }
  #page-logo a {
    display: block; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #page-logo img {
    max-height: 4rem; } }

/* ************** *
 *                *
 *      footer    *
 *                *
 * ************** */
footer#page-foot {
  margin-top: 40px;
  position: relative;
  color: white;
  padding: 3rem 0 5.6rem 0;
  opacity: .9999; }
  footer#page-foot:before {
    display: block;
    position: absolute;
    content: '';
    height: 100%;
    width: 200%;
    background-color: #333333;
    left: 50%;
    top: 0;
    z-index: -1;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  footer#page-foot p, footer#page-foot p a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1667rem;
    line-height: 1.75em;
    font-weight: 300; }
  @media screen and (max-width: 62.6875em) {
    footer#page-foot .large-2 {
      display: none; } }

.page-foot-branding {
  padding: .75rem 0;
  display: inline-block;
  opacity: .5;
  font-weight: 400;
  font-size: 1.2rem; }

#fnnlb-dimlight {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 1000;
  display: none; }

#fnnlb-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  z-index: 1001;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0; }
  #fnnlb-container #fnnlb-content {
    max-width: 100%;
    max-height: 100%; }
    #fnnlb-container #fnnlb-content #fnnlb-canvas {
      max-height: 100%;
      max-width: 100%; }
      #fnnlb-container #fnnlb-content #fnnlb-canvas img {
        max-height: 100%;
        max-width: 100%; }
    #fnnlb-container #fnnlb-content #fnnlb-title {
      position: absolute;
      right: 0px;
      bottom: 0px;
      left: 0px;
      padding: 10px 20px;
      background: #008273;
      background: rgba(0, 130, 115, 0.9);
      color: #fff; }
      #fnnlb-container #fnnlb-content #fnnlb-title.empty {
        display: none; }
  #fnnlb-container #fnnlb-next,
  #fnnlb-container #fnnlb-prev,
  #fnnlb-container #fnnlb-close {
    position: absolute;
    cursor: pointer; }
    #fnnlb-container #fnnlb-next:before,
    #fnnlb-container #fnnlb-prev:before,
    #fnnlb-container #fnnlb-close:before {
      font-size: 4rem;
      color: white;
      text-shadow: rgba(51, 51, 51, 0.7) 0 5px 5px; }
  #fnnlb-container #fnnlb-prev {
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%; }
    #fnnlb-container #fnnlb-prev:before {
      visibility: hidden;
      content: '\e001';
      position: absolute;
      top: 45%;
      left: 0.5rem; }
    #fnnlb-container #fnnlb-prev:hover:before {
      visibility: visible; }
  #fnnlb-container #fnnlb-next {
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%; }
    #fnnlb-container #fnnlb-next:before {
      visibility: hidden;
      content: '\e002';
      position: absolute;
      top: 45%;
      right: 0.5rem; }
    #fnnlb-container #fnnlb-next:hover:before {
      visibility: visible; }
  #fnnlb-container #fnnlb-close {
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    background-color: #008273; }
    #fnnlb-container #fnnlb-close:before {
      display: block;
      position: absolute;
      content: '';
      font-size: 2.6667rem;
      line-height: 1;
      position: absolute;
      content: '\e00c';
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      -webkit-box-shadow: 0;
      -moz-box-shadow: 0;
      box-shadow: 0; }

/* ************** *
 *                *
 *  teaser list   *
 *                *
 * ************** */
.news-list-full .news-list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6; }
  .news-list-full .news-list-item p {
    margin-bottom: 0; }
  .news-list-full .news-list-item h4 {
    color: #008273;
    text-transform: none; }

.news-list-full .news-list-item-link:last-child .news-list-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

/* ************** *
 *                *
 *  single view   *
 *                *
 * ************** */
.news-single {
  padding: 0 0 40px 0; }
  .news-single .news-single-teaser {
    color: #008273; }
  .news-single .news-related {
    margin-top: .5rem; }
  .news-single .news-img-wrap {
    float: right;
    width: 30%;
    margin: 0 0 40px 40px; }
    .news-single .news-img-wrap figure {
      width: 100%;
      margin-bottoM: 10px; }
      .news-single .news-img-wrap figure img {
        min-width: 100%;
        height: auto;
        border: 1px solid #ebebeb; }
    .news-single .news-img-wrap .column:last-child figure, .news-single .news-img-wrap .columns:last-child figure {
      margin-bottom: 0; }

/* **********************
 *						*
 *        menu       	*
 *						*
 * ******************** */
input#toggle-menu, input.toggle-menu-lvl-2,
input.toggle-menu-lvl-3 {
  position: absolute;
  left: -9999px;
  opacity: 0;
  display: none; }

@media screen and (min-width: 62.75em) {
  .page-menu-container {
    padding-top: .66667rem; }
  label.toggle-handle, label.toggle-handle-sub {
    display: none; }
  #page-menu-main ul.menu-lvl-1 {
    display: block;
    margin: 0px -20px; }
    #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item {
      display: block;
      border-bottom: 1px solid #339b8f; }
      #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item.last-item .menu-lvl-1-item-link:after, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item:last-child .menu-lvl-1-item-link:after {
        display: none; }
      #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item .menu-lvl-1-item-link {
        display: block;
        position: relative;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1em;
        color: white;
        padding: 1.25rem 20px;
        background-color: #008273;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
      #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item:hover a.menu-lvl-1-item-link, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item:focus a.menu-lvl-1-item-link, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item.focus a.menu-lvl-1-item-link {
        background-color: #00695c; }
      #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item.active .menu-lvl-1-item-link {
        background-color: #339b8f; }
      #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item.active .menu-lvl-2 {
        display: block; }
      #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 {
        display: none;
        z-index: 900;
        background: #66b4ab; }
        #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item {
          position: relative;
          display: block; }
          #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item .menu-lvl-2-item-link {
            display: block;
            position: relative;
            font-size: 1.333rem !important;
            font-weight: 300;
            padding: 0.75rem 20px;
            color: white; }
            #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item .menu-lvl-2-item-link.active span {
              display: inline-block;
              position: relative; }
              #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item .menu-lvl-2-item-link.active span:before {
                display: block;
                position: absolute;
                content: '';
                height: 1px;
                width: 100%;
                background: white;
                bottom: 0;
                left: 0; }
          #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item:hover > a, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item:focus > a, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item.focus > a, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item.active > a {
            background-color: #99cdc7; }
          #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item ul.menu-lvl-3 li.menu-lvl-3-item a.menu-lvl-3-item-link {
            display: block;
            position: relative;
            font-size: 1.25rem !important;
            padding: .5rem .6rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.75);
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease; }
            #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item ul.menu-lvl-3 li.menu-lvl-3-item a.menu-lvl-3-item-link:hover, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item ul.menu-lvl-3 li.menu-lvl-3-item a.menu-lvl-3-item-link:focus, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item ul.menu-lvl-3 li.menu-lvl-3-item a.menu-lvl-3-item-link.focus, #page-menu-main ul.menu-lvl-1 .menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item ul.menu-lvl-3 li.menu-lvl-3-item a.menu-lvl-3-item-link.active {
              color: white; } }

/* **********************
 *						*
 *     mobile menu     	*
 *						*
 * ******************** */
@media screen and (max-width: 62.6875em) {
  label.toggle-handle {
    display: block;
    position: absolute;
    top: -5rem;
    right: 0;
    color: white;
    line-height: 4em;
    z-index: 98;
    height: 5rem;
    width: 5rem;
    padding: .75rem; } }
  @media screen and (max-width: 62.6875em) and (min-width: 0em) and (max-width: 39.9375em) {
    label.toggle-handle {
      top: -4rem;
      height: 4rem;
      width: 4rem;
      padding: .5rem; } }

@media screen and (max-width: 62.6875em) {
    label.toggle-handle:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      color: white;
      background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="18px" height="12px" viewBox="0 0 18 12" enable-background="new 0 0 18 12" xml:space="preserve"><defs><style>rect{fill:#008273}</style></defs><path fill="none" d="z"/><g><rect width="18" height="2"/><rect y="5" width="18" height="2"/><rect y="10" width="18" height="2"/></g><path fill="none" d="z"/></svg>') no-repeat;
      background-position: center center;
      background-size: contain; }
  #toggle-menu:checked + label, #toggle-menu.checked + label {
    background-color: #00695c; }
    #toggle-menu:checked + label:before, #toggle-menu.checked + label:before {
      background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="18px" height="12px" viewBox="0 0 18 12" enable-background="new 0 0 18 12" xml:space="preserve"><defs><style>rect{fill:#fff}</style></defs><path fill="none" d="z"/><g><rect width="18" height="2"/><rect y="5" width="18" height="2"/><rect y="10" width="18" height="2"/></g><path fill="none" d="z"/></svg>') no-repeat;
      background-position: center center;
      background-size: contain; }
  #toggle-menu:checked ~ ul.menu-lvl-1, #toggle-menu.checked ~ ul.menu-lvl-1 {
    max-height: 100rem; }
  #toggle-menu:checked ~ nav, #toggle-menu.checked ~ nav {
    max-height: 10rem; }
  nav#page-menu-main {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    background-color: #333333; }
    nav#page-menu-main ul {
      -webkit-transition: max-height 0.3s ease;
      -moz-transition: max-height 0.3s ease;
      -o-transition: max-height 0.3s ease;
      transition: max-height 0.3s ease; }
    nav#page-menu-main ul.menu-lvl-1 {
      display: block;
      position: relative;
      overflow-x: hidden;
      max-height: 0;
      background: #00695c;
      width: 100%; }
      nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item {
        font-family: "Rubik", sans-serif;
        position: relative; }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item:last-child {
          margin-bottom: 1rem; }
          nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item:last-child a.menu-lvl-1-item-link {
            border-bottom: 0; }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item a.menu-lvl-1-item-link {
          display: block;
          position: relative;
          font-family: "Rubik", sans-serif;
          padding: 1rem 4.5rem 1rem 2.25rem;
          font-weight: 300;
          border-bottom: 1px solid white;
          color: white;
          font-size: 1.6667rem; }
          nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item a.menu-lvl-1-item-link.active {
            font-weight: bold; }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-2 {
          display: block;
          max-height: 0;
          overflow: hidden;
          box-sizing: border-box;
          background-color: #339b8f;
          -webkit-transition: max-height 0.9s ease;
          -webkit-transition-delay: 0s;
          -moz-transition: max-height 0.9s ease;
          -o-transition: max-height 0.9s ease;
          transition: max-height 0.9s ease false; }
          nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item {
            position: relative; }
            nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item:first-child {
              padding-top: .5rem; }
              nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item:first-child > a.menu-lvl-2-item-link {
                border-top: 0; }
            nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item a.menu-lvl-2-item-link {
              display: block;
              padding: 1.25rem 4.5rem 1.25rem 2.25rem;
              border-top: 1px solid rgba(255, 255, 255, 0.25);
              font-size: 1.333rem;
              text-align: left;
              color: white;
              line-height: 1em; }
              nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item a.menu-lvl-2-item-link.active {
                font-weight: bold; }
            nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-2 li.menu-lvl-2-item label.toggle-handle-sub:after {
              top: 1.25rem;
              color: rgba(255, 255, 255, 0.75);
              font-size: 1.5rem; }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-3 {
          display: block;
          max-height: 0;
          overflow: hidden;
          box-sizing: border-box;
          background-color: #333333;
          -webkit-transition: max-height 0.9s ease;
          -webkit-transition-delay: 0s;
          -moz-transition: max-height 0.9s ease;
          -o-transition: max-height 0.9s ease;
          transition: max-height 0.9s ease false; }
          nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-3 li.menu-lvl-3-item {
            position: relative; }
            nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-3 li.menu-lvl-3-item a.menu-lvl-3-item-link {
              display: block;
              padding: 1.25rem 4.5rem 1.25rem 2.25rem;
              font-size: 1.333rem;
              text-align: left;
              color: rgba(255, 255, 255, 0.75);
              line-height: 1em; }
              nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item ul.menu-lvl-3 li.menu-lvl-3-item a.menu-lvl-3-item-link.active {
                color: white; }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item label.toggle-handle-sub {
          display: block;
          height: 4rem;
          width: 4rem;
          padding: 1rem;
          cursor: pointer;
          position: absolute;
          z-index: 1001;
          right: 0;
          top: 0; }
          nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item label.toggle-handle-sub:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            color: white;
            background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 51.3 58" style="enable-background:new 0 0 51.3 58;" xml:space="preserve"><style type="text/css">.st0{fill:#FFFFFF;}</style><polygon class="st0" points="49.3,29 1.1,1.2 1.1,56.8 "/></svg>') no-repeat;
            background-position: center center;
            background-size: contain;
            -webkit-transition: -webkit-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            transition: transform 0.3s ease; }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-2:checked ~ label.toggle-handle-sub:after, nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-2.checked ~ label.toggle-handle-sub:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-2:checked ~ ul.menu-lvl-2, nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-2.checked ~ ul.menu-lvl-2 {
          max-height: 1000px; }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-3:checked ~ label.toggle-handle-sub:after, nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-3.checked ~ label.toggle-handle-sub:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
        nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-3:checked ~ ul.menu-lvl-3, nav#page-menu-main ul.menu-lvl-1 li.menu-lvl-1-item input.toggle-menu-lvl-3.checked ~ ul.menu-lvl-3 {
          max-height: 1000px; } }

/* **********************
 *						*
 *   support menu   	*
 *						*
 * ******************** */
@media screen and (min-width: 62.75em) {
  nav.page-menu-support {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.250rem;
    z-Index: -2; }
    nav.page-menu-support:after {
      display: block;
      position: absolute;
      content: '';
      left: 50%;
      top: 0;
      z-index: -1;
      height: 100%;
      width: 1000rem;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      background-color: #333333; }
    nav.page-menu-support ul.page-menu-support {
      display: block;
      text-align: right; }
      nav.page-menu-support ul.page-menu-support .page-menu-support-item {
        display: inline-block;
        text-align: center;
        position: static; }
        nav.page-menu-support ul.page-menu-support .page-menu-support-item.last-item, nav.page-menu-support ul.page-menu-support .page-menu-support-item:last-child {
          margin-right: 0; }
          nav.page-menu-support ul.page-menu-support .page-menu-support-item.last-item .page-menu-support-item-link:after, nav.page-menu-support ul.page-menu-support .page-menu-support-item:last-child .page-menu-support-item-link:after {
            display: none; }
        nav.page-menu-support ul.page-menu-support .page-menu-support-item .page-menu-support-item-link {
          display: block;
          position: relative;
          width: 100%;
          font-size: 1.2rem;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.8);
          padding: .75rem;
          cursor: pointer; }
          nav.page-menu-support ul.page-menu-support .page-menu-support-item .page-menu-support-item-link:after {
            display: block;
            position: absolute;
            content: '';
            height: 40%;
            width: 1px;
            z-index: 2;
            background-color: white;
            right: -.5px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
        nav.page-menu-support ul.page-menu-support .page-menu-support-item:hover a.page-menu-support-item-link, nav.page-menu-support ul.page-menu-support .page-menu-support-item:focus a.page-menu-support-item-link, nav.page-menu-support ul.page-menu-support .page-menu-support-item.focus a.page-menu-support-item-link {
          background-color: #5c5c5c; }
          nav.page-menu-support ul.page-menu-support .page-menu-support-item:hover a.page-menu-support-item-link:before, nav.page-menu-support ul.page-menu-support .page-menu-support-item:focus a.page-menu-support-item-link:before, nav.page-menu-support ul.page-menu-support .page-menu-support-item.focus a.page-menu-support-item-link:before {
            opacity: 1;
            height: 100%;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0); }
        nav.page-menu-support ul.page-menu-support .page-menu-support-item.active a.page-menu-support-item-link {
          color: black; } }

@media screen and (max-width: 62.6875em) {
  nav.page-menu-support {
    max-height: 0;
    overflow: hidden; }
    nav.page-menu-support ul {
      padding: 1rem 1.5rem 1rem 2.25rem; }
    nav.page-menu-support li {
      display: inline-block;
      margin: .5rem 1rem .5rem 0; }
      nav.page-menu-support li > a {
        display: block;
        color: rgba(255, 255, 255, 0.75); } }

/* **********************
 *						*
 *   footer navigation  *
 *						*
 * ******************** */
#footer-navigation ul.menu-lvl-1 {
  display: block; }
  #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item .menu-lvl-1-item-link {
    color: white; }
  #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item:hover a.menu-lvl-1-item-link, #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item:focus a.menu-lvl-1-item-link, #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item.focus a.menu-lvl-1-item-link {
    color: black; }
    #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item:hover a.menu-lvl-1-item-link:before, #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item:focus a.menu-lvl-1-item-link:before, #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item.focus a.menu-lvl-1-item-link:before {
      opacity: 1;
      height: 100%;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  #footer-navigation ul.menu-lvl-1 .menu-lvl-1-item.active a.menu-lvl-1-item-link {
    color: black; }

/* **********************
 *						*
 *   footer short nav   *
 *						*
 * ******************** */
#page-foot ul.menu-lvl-1 {
  display: block; }
  #page-foot ul.menu-lvl-1 .menu-lvl-1-item {
    display: inline-block;
    text-align: center;
    position: static; }
    #page-foot ul.menu-lvl-1 .menu-lvl-1-item.last-item, #page-foot ul.menu-lvl-1 .menu-lvl-1-item:last-child {
      margin-right: 0; }
      #page-foot ul.menu-lvl-1 .menu-lvl-1-item.last-item .menu-lvl-1-item-link:after, #page-foot ul.menu-lvl-1 .menu-lvl-1-item:last-child .menu-lvl-1-item-link:after {
        width: 0; }
    #page-foot ul.menu-lvl-1 .menu-lvl-1-item .menu-lvl-1-item-link {
      display: block;
      position: relative;
      width: 100%;
      font-size: 1.2rem;
      color: white;
      padding: .75rem;
      cursor: pointer; }
      #page-foot ul.menu-lvl-1 .menu-lvl-1-item .menu-lvl-1-item-link:after {
        display: block;
        position: absolute;
        content: '';
        height: 40%;
        width: 1px;
        background-color: white;
        right: -.175rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    #page-foot ul.menu-lvl-1 .menu-lvl-1-item:hover a.menu-lvl-1-item-link:before, #page-foot ul.menu-lvl-1 .menu-lvl-1-item:focus a.menu-lvl-1-item-link:before, #page-foot ul.menu-lvl-1 .menu-lvl-1-item.focus a.menu-lvl-1-item-link:before {
      opacity: 1;
      height: 100%;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    #page-foot ul.menu-lvl-1 .menu-lvl-1-item.active a.menu-lvl-1-item-link {
      color: #008273; }
    #page-foot ul.menu-lvl-1 .menu-lvl-1-item:hover > ul.menu-lvl-2, #page-foot ul.menu-lvl-1 .menu-lvl-1-item:focus > ul.menu-lvl-2, #page-foot ul.menu-lvl-1 .menu-lvl-1-item.focus > ul.menu-lvl-2 {
      max-height: 300rem;
      overflow: visible;
      padding-top: 2rem;
      padding-bottom: 2rem;
      opacity: 1;
      height: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

/* **********************
 *						*
 *      top slider     	*
 *						*
 * ******************** */
#page-teaser {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #page-teaser {
      position: relative; }
      #page-teaser .page-teaser-text {
        padding: 1rem; }
        #page-teaser .page-teaser-text h1 {
          font-size: 1.8rem;
          margin: 0;
          padding: 0;
          color: white; }
          #page-teaser .page-teaser-text h1 + p {
            margin-top: 1rem; }
      #page-teaser .calculator-compact {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0; } }

.page-teaser-text {
  background: rgba(0, 130, 115, 0.85);
  color: white;
  display: block;
  margin-left: auto;
  position: relative; }
  .page-teaser-text h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin: 0;
    color: white; }
    .page-teaser-text h1 + p {
      margin-top: .5rem; }
  @media screen and (max-width: 62.6875em) {
    .page-teaser-text:after {
      display: block;
      position: absolute;
      content: '';
      height: 100%;
      width: 20px;
      left: 100%;
      top: 0;
      background: inherit; } }
  .subpage .page-teaser-text {
    display: inline-block; }
    .subpage .page-teaser-text h1 {
      font-size: 3rem; }

.page-teaser-outer {
  display: table;
  width: 100%; }

.page-teaser-inner {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  text-align: right; }

@media screen and (min-width: 40em) {
  .page-teaser-text {
    padding: 1.5rem 2rem; }
    .page-teaser-text h1 {
      font-size: 3.8333rem; } }
    @media screen and (min-width: 40em) and (min-width: 71.25em) {
      .page-teaser-text h1 {
        font-size: 4.16667rem; } }

.rootpage .page-teaser-inner {
  text-align: left;
  height: 20rem;
  padding: 4rem 0 8rem 0; }
  @media screen and (min-width: 40em) {
    .rootpage .page-teaser-inner {
      height: 30rem;
      padding: 8rem 0 6rem 0; } }
  @media screen and (min-width: 62.75em) {
    .rootpage .page-teaser-inner {
      height: 57rem; } }

@media screen and (min-width: 40em) {
  .subpage #page-teaser {
    padding: 24rem 0 4rem 0; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .subpage #page-teaser {
    padding: 4rem 0 8rem 0; } }

/* **********************
 *						*
 *  publications slider *
 *						*
 * ******************** */
.filelink-date > .row.filelink-date-next + .row.filelink-date-title {
  margin-top: 40px; }

.filelink-slider {
  overflow: hidden; }

.filelink-slider-item, .filelink-date-item {
  position: relative;
  display: inline-block;
  padding: 1rem .5rem;
  margin: 0 4.5rem;
  text-align: center; }
  .filelink-slider-item img, .filelink-date-item img {
    display: inline-block;
    max-width: 100%;
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 0.5rem 0 rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 0.5rem 0 rgba(51, 51, 51, 0.3); }

.filelink-date-item {
  padding: 0 .5rem;
  display: block;
  margin: 10px 1rem; }

.filelink-slider-item-title {
  width: 100%;
  position: absolute;
  padding: .333rem .6667rem .5rem;
  background-color: #008273;
  color: white;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  a:hover .filelink-slider-item-title, a:focus .filelink-slider-item-title, a.focus .filelink-slider-item-title {
    background-color: #550a00; }

.filelink-slider-arrow {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  font-size: 3rem;
  cursor: pointer;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 99;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .filelink-slider-arrow.next {
    right: 0; }
    .filelink-slider-arrow.next:before {
      content: '\e002'; }
  .filelink-slider-arrow.prev {
    left: 0; }
    .filelink-slider-arrow.prev:before {
      content: '\e001'; }
  .filelink-slider-arrow.slick-disabled {
    color: #d6d6d6;
    cursor: default; }
  .filelink-slider-arrow:not(.slick-disabled):hover, .filelink-slider-arrow:not(.slick-disabled):focus, .filelink-slider-arrow:not(.slick-disabled).focus {
    color: #008273; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }
