@charset "UTF-8";
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../../../../../../sass/lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../../../../../../sass/lib/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../../../../../sass/lib/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../../../../../../sass/lib/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../../../../../../sass/lib/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
/* line 80, ../../../../../../sass/lib/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../../../../../../sass/lib/_normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 101, ../../../../../../sass/lib/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, ../../../../../../sass/lib/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../../../../../../sass/lib/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 132, ../../../../../../sass/lib/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../../../../../../sass/lib/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../../../../../../sass/lib/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../../../../../../sass/lib/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 170, ../../../../../../sass/lib/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../../../../../../sass/lib/_normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 187, ../../../../../../sass/lib/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../../../../../../sass/lib/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 204, ../../../../../../sass/lib/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 211, ../../../../../../sass/lib/_normalize.scss */
sup {
  top: -0.5em; }

/* line 215, ../../../../../../sass/lib/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../../../../../../sass/lib/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../../../../../../sass/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../../../../../../sass/lib/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../../../../../../sass/lib/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, ../../../../../../sass/lib/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 284, ../../../../../../sass/lib/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 296, ../../../../../../sass/lib/_normalize.scss */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 308, ../../../../../../sass/lib/_normalize.scss */
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.
 */
/* line 323, ../../../../../../sass/lib/_normalize.scss */
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.
 */
/* line 333, ../../../../../../sass/lib/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 343, ../../../../../../sass/lib/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, ../../../../../../sass/lib/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 367, ../../../../../../sass/lib/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 376, ../../../../../../sass/lib/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, ../../../../../../sass/lib/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../../../../../../sass/lib/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* The Grid ---------------------- */
/* line 2, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }

/* line 3, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

/* line 5, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0; }

/* line 6, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

/* line 7, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .row.large-collapse {
  margin: 0; }

/* line 9, ../../../../../../sass/_ie8.scss */
.lt-ie9 .column, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative; }

/* line 10, ../../../../../../sass/_ie8.scss */
.lt-ie9 .column.large-centered, .columns.large-centered {
  float: none;
  margin: 0 auto; }

/* line 12, ../../../../../../sass/_ie8.scss */
.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right; }

/* line 13, ../../../../../../sass/_ie8.scss */
.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left; }

/* line 16, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333%; }

/* line 19, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667%; }

/* line 22, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25%; }

/* line 25, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333%; }

/* line 28, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667%; }

/* line 31, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50%; }

/* line 34, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333%; }

/* line 37, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667%; }

/* line 40, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75%; }

/* line 43, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333%; }

/* line 46, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667%; }

/* line 49, ../../../../../../sass/_ie8.scss */
.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100%; }

/* line 51, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333%; }

/* line 52, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667%; }

/* line 53, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-3 {
  margin-left: 25%; }

/* line 54, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333%; }

/* line 55, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667%; }

/* line 56, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-6 {
  margin-left: 50%; }

/* line 57, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333%; }

/* line 58, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667%; }

/* line 59, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-9 {
  margin-left: 75%; }

/* line 60, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333%; }

/* line 62, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-2 {
  right: 16.66667%; }

/* line 63, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-3 {
  right: 25%; }

/* line 64, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-4 {
  right: 33.33333%; }

/* line 65, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-5 {
  right: 41.66667%; }

/* line 66, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-6 {
  right: 50%; }

/* line 67, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-7 {
  right: 58.33333%; }

/* line 68, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-8 {
  right: 66.66667%; }

/* line 69, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-9 {
  right: 75%; }

/* line 70, ../../../../../../sass/_ie8.scss */
.lt-ie9 .pull-10 {
  right: 83.33333%; }

/* line 72, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-2 {
  left: 16.66667%; }

/* line 73, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-3 {
  left: 25%; }

/* line 74, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-4 {
  left: 33.33333%; }

/* line 75, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-5 {
  left: 41.66667%; }

/* line 76, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-6 {
  left: 50%; }

/* line 77, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-7 {
  left: 58.33333%; }

/* line 78, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-8 {
  left: 66.66667%; }

/* line 79, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-9 {
  left: 75%; }

/* line 80, ../../../../../../sass/_ie8.scss */
.lt-ie9 .push-10 {
  left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
/* line 83, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row {
  *zoom: 1; }

/* line 84, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row:before, .row:after {
  content: " ";
  display: table; }

/* line 85, ../../../../../../sass/_ie8.scss */
.lt-ie9 .row:after {
  clear: both; }

/* line 87, ../../../../../../sass/_ie8.scss */
.lt-ie9 .hide-for-small, .lt-ie9 .footercentermenu {
  display: block !important; }

/* line 88, ../../../../../../sass/_ie8.scss */
.lt-ie9 .hide-for-large {
  display: none !important; }

/* line 91, ../../../../../../sass/_ie8.scss */
.lt-ie9 .top-bar .top-bar-section ul li {
  float: left;
  display: inline; }

/* HMMH spezifische Anpassungen an Tyco */
/* line 98, ../../../../../../sass/_ie8.scss */
.lt-ie9 .navi-container {
  height: 42px; }

/* line 99, ../../../../../../sass/_ie8.scss */
.lt-ie9 img {
  width: auto; }

/* line 100, ../../../../../../sass/_ie8.scss */
.lt-ie9 .topImage img {
  max-width: 1280px; }

/* line 102, ../../../../../../sass/_ie8.scss */
.lt-ie9 .rightCol .brandimages img {
  width: auto;
  max-width: 100%; }

/* line 103, ../../../../../../sass/_ie8.scss */
.lt-ie9 div.csc-textpic .csc-textpic-imagewrap figure, .lt-ie9 div.csc-textpic figure.csc-textpic-imagewrap {
  display: block; }

/* line 104, ../../../../../../sass/_ie8.scss */
.lt-ie9 div.csc-textpic-center .csc-textpic-center-outer, .lt-ie9 div.csc-textpic-center .csc-textpic-center-inner {
  float: none; }

/* line 105, ../../../../../../sass/_ie8.scss */
.lt-ie9 div.csc-textpic .csc-textpic-imagewrap figure img {
  width: 100%; }

/* line 107, ../../../../../../sass/_ie8.scss */
.lt-ie9 header.pagetitle, .lt-ie9 .ce header, .lt-ie9 .box header, .lt-ie9 .news-detail header {
  background-color: #f5f5f5; }

/* line 108, ../../../../../../sass/_ie8.scss */
.lt-ie9 .textcontent header {
  background-color: #0057a6; }

/* line 109, ../../../../../../sass/_ie8.scss */
.lt-ie9 .footerbrands .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn {
  padding: 0 1.4em 0 0; }

/* line 110, ../../../../../../sass/_ie8.scss */
.lt-ie9 .solution-teaser header {
  background-color: #0057a6; }

/* line 113, ../../../../../../sass/_ie8.scss */
.lt-ie9 .header .right {
  width: 100%;
  text-align: right; }

/* line 114, ../../../../../../sass/_ie8.scss */
.lt-ie9 .header .search-form {
  width: 33%; }

/* line 117, ../../../../../../sass/_ie8.scss */
.lt-ie9 .tx-powermail .powermail_check_inner > input[type="checkbox"],
.lt-ie9 .tx-powermail .powermail_radio_inner > input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto; }

/* line 129, ../../../../../../sass/_ie8.scss */
.lt-ie9 .tx-powermail {
  width: 100%;
  background: #f4f4f4;
  filter: none;
  padding: 0; }
/* line 135, ../../../../../../sass/_ie8.scss */
.lt-ie9 .formular > section .content {
  padding: 0; }

/*==========  Colors  ==========*/
/*==========  Fonts  ==========*/
/*==========  Grid System Settings  ==========*/
/*$section-title-bg: #efefef;*/
/*$section-title-bg-active: darken($section-title-bg, $section-function-factor);*/
/* line 239, ../../../../../../sass/lib/foundation4/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 244, ../../../../../../sass/lib/foundation4/components/_global.scss */
html,
body {
  font-size: 100%; }

/* line 247, ../../../../../../sass/lib/foundation4/components/_global.scss */
body {
  background: transparent;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

/* line 260, ../../../../../../sass/lib/foundation4/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 263, ../../../../../../sass/lib/foundation4/components/_global.scss */
a:focus {
  outline: none; }

/* line 266, ../../../../../../sass/lib/foundation4/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
  width: auto; }

/* line 270, ../../../../../../sass/lib/foundation4/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 276, ../../../../../../sass/lib/foundation4/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

/* line 281, ../../../../../../sass/lib/foundation4/components/_global.scss */
.left {
  float: left !important; }

/* line 282, ../../../../../../sass/lib/foundation4/components/_global.scss */
.right {
  float: right !important; }

/* line 283, ../../../../../../sass/lib/foundation4/components/_global.scss */
.text-left {
  text-align: left !important; }

/* line 284, ../../../../../../sass/lib/foundation4/components/_global.scss */
.text-right {
  text-align: right !important; }

/* line 285, ../../../../../../sass/lib/foundation4/components/_global.scss */
.text-center {
  text-align: center !important; }

/* line 286, ../../../../../../sass/lib/foundation4/components/_global.scss */
.text-justify {
  text-align: justify !important; }

/* line 287, ../../../../../../sass/lib/foundation4/components/_global.scss */
.hide {
  display: none; }

/* line 293, ../../../../../../sass/lib/foundation4/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased; }

/* line 296, ../../../../../../sass/lib/foundation4/components/_global.scss */
img {
  /*display: inline-block;*/
  vertical-align: middle; }

/* line 306, ../../../../../../sass/lib/foundation4/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 309, ../../../../../../sass/lib/foundation4/components/_global.scss */
select {
  width: 100%; }

/* Grid HTML Classes */
/* line 116, ../../../../../../sass/lib/foundation4/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  *zoom: 1; }
  /* line 119, ../../../../../../sass/lib/foundation4/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 120, ../../../../../../sass/lib/foundation4/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 121, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  /* line 124, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .row {
    width: auto;
    margin-left: -0.625em;
    margin-right: -0.625em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    /* line 119, ../../../../../../sass/lib/foundation4/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 120, ../../../../../../sass/lib/foundation4/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 125, ../../../../../../sass/lib/foundation4/components/_grid.scss */
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      /* line 119, ../../../../../../sass/lib/foundation4/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 120, ../../../../../../sass/lib/foundation4/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 130, ../../../../../../sass/lib/foundation4/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left; }

@media only screen {
  /* line 135, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%; }

  /* line 138, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  /* line 142, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  /* line 145, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  /* line 146, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left; }

  /* line 149, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%; }

  /* line 156, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 164, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 165, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 169, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 172, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  /* line 179, ../../../../../../sass/lib/foundation4/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 47, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: -0.625em;
    *zoom: 1; }
    /* line 119, ../../../../../../sass/lib/foundation4/components/_global.scss */
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    /* line 120, ../../../../../../sass/lib/foundation4/components/_global.scss */
    [class*="block-grid-"]:after {
      clear: both; }
    /* line 24, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  /* line 60, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 33, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 37, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 38, ../../../../../../sass/lib/foundation4/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Visibility HTML Classes */
/* line 11, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

/* line 17, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

/* line 23, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

/* line 27, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.hide-for-small, .footercentermenu,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
/* line 38, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

/* line 48, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

/* line 58, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

/* line 68, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

/* line 79, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 85, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  /* line 87, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-small {
    display: none !important; }

  /* line 89, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-small, .footercentermenu {
    display: inherit !important; }

  /* line 92, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 98, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small, table.footercentermenu {
    display: table; }

  /* line 103, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small, thead.footercentermenu {
    display: table-header-group !important; }

  /* line 108, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small, tbody.footercentermenu {
    display: table-row-group !important; }

  /* line 113, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small, tr.footercentermenu {
    display: table-row !important; }

  /* line 119, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small, td.footercentermenu,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small,
  th.footercentermenu {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 126, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  /* line 129, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  /* line 132, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  /* line 135, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 142, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  /* line 148, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  /* line 154, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  /* line 160, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  /* line 167, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important; }

  /* line 176, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  /* line 179, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  /* line 181, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 187, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  /* line 192, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  /* line 197, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  /* line 202, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  /* line 208, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
/* line 215, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

/* line 217, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
/* line 222, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

/* line 226, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

/* line 230, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

/* line 234, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

/* line 239, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* line 244, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  /* line 246, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 251, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  /* line 255, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  /* line 259, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  /* line 263, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  /* line 268, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  /* line 274, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  /* line 276, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  /* line 281, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  /* line 285, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  /* line 289, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  /* line 293, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  /* line 298, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
/* line 303, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.show-for-touch {
  display: none !important; }

/* line 304, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important; }

/* line 305, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important; }

/* line 306, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
/* line 309, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
table.hide-for-touch {
  display: table; }

/* line 310, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch table.show-for-touch {
  display: table; }

/* line 311, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important; }

/* line 312, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important; }

/* line 313, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important; }

/* line 314, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important; }

/* line 315, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important; }

/* line 316, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important; }

/* line 317, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important; }

/* line 318, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important; }

/* line 319, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important; }

/* line 320, ../../../../../../sass/lib/foundation4/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important; }

/* line 109, ../../../../../../sass/lib/foundation4/components/_type.scss */
p.lead {
  font-size: 1.09375em;
  line-height: 1.6; }

/* line 114, ../../../../../../sass/lib/foundation4/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #119bff;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
/* line 143, ../../../../../../sass/lib/foundation4/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
/* line 150, ../../../../../../sass/lib/foundation4/components/_type.scss */
a {
  color: #333333;
  text-decoration: none;
  line-height: inherit; }
  /* line 156, ../../../../../../sass/lib/foundation4/components/_type.scss */
  a:hover, a:focus {
    color: #333333; }
  /* line 158, ../../../../../../sass/lib/foundation4/components/_type.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 162, ../../../../../../sass/lib/foundation4/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  /* line 172, ../../../../../../sass/lib/foundation4/components/_type.scss */
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
/* line 180, ../../../../../../sass/lib/foundation4/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #004577;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  /* line 190, ../../../../../../sass/lib/foundation4/components/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #119bff;
    line-height: 0; }

/* line 197, ../../../../../../sass/lib/foundation4/components/_type.scss */
h1 {
  font-size: 2.75em; }

/* line 198, ../../../../../../sass/lib/foundation4/components/_type.scss */
h2 {
  font-size: 0.625em; }

/* line 199, ../../../../../../sass/lib/foundation4/components/_type.scss */
h3 {
  font-size: 0.6875em; }

/* line 200, ../../../../../../sass/lib/foundation4/components/_type.scss */
h4 {
  font-size: 0.5625em; }

/* line 201, ../../../../../../sass/lib/foundation4/components/_type.scss */
h5 {
  font-size: 0.875em; }

/* line 202, ../../../../../../sass/lib/foundation4/components/_type.scss */
h6 {
  font-size: 0.875em; }

/* line 206, ../../../../../../sass/lib/foundation4/components/_type.scss */
hr {
  border: solid #f4f4f4;
  border-width: 1px 0 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
/* line 216, ../../../../../../sass/lib/foundation4/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 222, ../../../../../../sass/lib/foundation4/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 227, ../../../../../../sass/lib/foundation4/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 232, ../../../../../../sass/lib/foundation4/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
/* line 241, ../../../../../../sass/lib/foundation4/components/_type.scss */
ul,
ol,
dl {
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  list-style-position: inside;
  font-family: inherit; }

/* Unordered Lists */
/* line 253, ../../../../../../sass/lib/foundation4/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
/* line 262, ../../../../../../sass/lib/foundation4/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
/* line 265, ../../../../../../sass/lib/foundation4/components/_type.scss */
ul.square {
  list-style-type: square; }
/* line 266, ../../../../../../sass/lib/foundation4/components/_type.scss */
ul.circle {
  list-style-type: circle; }
/* line 267, ../../../../../../sass/lib/foundation4/components/_type.scss */
ul.disc {
  list-style-type: disc; }
/* line 268, ../../../../../../sass/lib/foundation4/components/_type.scss */
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
/* line 275, ../../../../../../sass/lib/foundation4/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.125em;
  margin-bottom: 0; }

/* Definition Lists */
/* line 284, ../../../../../../sass/lib/foundation4/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
/* line 288, ../../../../../../sass/lib/foundation4/components/_type.scss */
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
/* line 293, ../../../../../../sass/lib/foundation4/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

/* line 300, ../../../../../../sass/lib/foundation4/components/_type.scss */
abbr {
  text-transform: none; }

/* Blockquotes */
/* line 305, ../../../../../../sass/lib/foundation4/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  /* line 310, ../../../../../../sass/lib/foundation4/components/_type.scss */
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #ffaf00; }
    /* line 314, ../../../../../../sass/lib/foundation4/components/_type.scss */
    blockquote cite:before {
      content: "\2014 \0020"; }
    /* line 319, ../../../../../../sass/lib/foundation4/components/_type.scss */
    blockquote cite a,
    blockquote cite a:visited {
      color: #ffaf00; }

/* line 325, ../../../../../../sass/lib/foundation4/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.25em;
  color: #ffaf00; }

/* Microformats */
/* line 331, ../../../../../../sass/lib/foundation4/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0;
  border: 0px none transparent;
  padding: 0; }
  /* line 337, ../../../../../../sass/lib/foundation4/components/_type.scss */
  .vcard li {
    margin: 0;
    display: block; }
  /* line 341, ../../../../../../sass/lib/foundation4/components/_type.scss */
  .vcard .fn {
    font-weight: bold;
    font-size: 1em; }

/* line 348, ../../../../../../sass/lib/foundation4/components/_type.scss */
.vevent .summary {
  font-weight: bold; }
/* line 350, ../../../../../../sass/lib/foundation4/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  /* line 361, ../../../../../../sass/lib/foundation4/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  /* line 362, ../../../../../../sass/lib/foundation4/components/_type.scss */
  h1 {
    font-size: 3.375em; }

  /* line 363, ../../../../../../sass/lib/foundation4/components/_type.scss */
  h2 {
    font-size: 1.25em; }

  /* line 364, ../../../../../../sass/lib/foundation4/components/_type.scss */
  h3 {
    font-size: 1em; }

  /* line 365, ../../../../../../sass/lib/foundation4/components/_type.scss */
  h4 {
    font-size: 0.875em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 376, ../../../../../../sass/lib/foundation4/components/_type.scss */
.print-only {
  display: none !important; }

@media print {
  /* line 378, ../../../../../../sass/lib/foundation4/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 386, ../../../../../../sass/lib/foundation4/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 387, ../../../../../../sass/lib/foundation4/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 389, ../../../../../../sass/lib/foundation4/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 394, ../../../../../../sass/lib/foundation4/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 397, ../../../../../../sass/lib/foundation4/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 402, ../../../../../../sass/lib/foundation4/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 405, ../../../../../../sass/lib/foundation4/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 407, ../../../../../../sass/lib/foundation4/components/_type.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 413, ../../../../../../sass/lib/foundation4/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 419, ../../../../../../sass/lib/foundation4/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 421, ../../../../../../sass/lib/foundation4/components/_type.scss */
  .hide-on-print {
    display: none !important; }

  /* line 422, ../../../../../../sass/lib/foundation4/components/_type.scss */
  .print-only {
    display: block !important; }

  /* line 423, ../../../../../../sass/lib/foundation4/components/_type.scss */
  .hide-for-print {
    display: none !important; }

  /* line 424, ../../../../../../sass/lib/foundation4/components/_type.scss */
  .show-for-print {
    display: inherit !important; } }
/* Tables */
/* line 80, ../../../../../../sass/lib/foundation4/components/_tables.scss */
table {
  background: transparent;
  margin-bottom: 1.25em;
  border: solid 1px #d8d8d8; }
  /* line 42, ../../../../../../sass/lib/foundation4/components/_tables.scss */
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    /* line 48, ../../../../../../sass/lib/foundation4/components/_tables.scss */
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222222;
      text-align: left; }
  /* line 59, ../../../../../../sass/lib/foundation4/components/_tables.scss */
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222; }
  /* line 67, ../../../../../../sass/lib/foundation4/components/_tables.scss */
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: transparent; }
  /* line 74, ../../../../../../sass/lib/foundation4/components/_tables.scss */
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Breadcrumbs */
/* line 116, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0; }
  /* line 120, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.875em;
    text-transform: none;
    color: black; }
    /* line 61, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: none; }
    /* line 64, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: none;
      color: black; }
    /* line 70, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      /* line 73, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      /* line 79, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    /* line 83, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
    .breadcrumbs > *.unavailable {
      color: #999999; }
      /* line 85, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      /* line 90, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    /* line 97, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
    .breadcrumbs > *:before {
      content: "\0000BB";
      color: black;
      margin: 0 0.75em;
      position: relative;
      top: 1px; }
    /* line 105, ../../../../../../sass/lib/foundation4/components/_breadcrumbs.scss */
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Side Nav */
/* line 67, ../../../../../../sass/lib/foundation4/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0 0 0.875em 0;
  list-style-type: none;
  list-style-position: inside; }
  /* line 39, ../../../../../../sass/lib/foundation4/components/_side-nav.scss */
  .side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 0.8125em; }
    /* line 43, ../../../../../../sass/lib/foundation4/components/_side-nav.scss */
    .side-nav li a {
      display: block;
      color: black; }
    /* line 48, ../../../../../../sass/lib/foundation4/components/_side-nav.scss */
    .side-nav li.active > a:first-child {
      color: #333333;
      font-weight: normal; }
    /* line 53, ../../../../../../sass/lib/foundation4/components/_side-nav.scss */
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: #e6e6e6; }

/* Pagination */
/* line 98, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  /* line 46, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222222;
    font-size: 1em;
    margin-left: 0; }
    /* line 54, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #333333; }
    /* line 61, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    /* line 63, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
    .pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    /* line 68, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    /* line 70, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
    .pagination li.current a {
      background: transparent;
      color: #c6c6c6;
      font-weight: normal;
      cursor: default; }
      /* line 77, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: transparent; }

/* line 83, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
.pagination-centered {
  text-align: center; }
  /* line 84, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }

/* line 110, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

/* line 112, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -30%;
  width: 60%;
  background-color: transparent;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  /* line 63, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  /* line 66, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
  .reveal-modal > :first-child {
    margin-top: 0; }
  /* line 67, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  /* line 116, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  /* line 122, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 10.625em; }
    /* line 125, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    /* line 126, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    /* line 127, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    /* line 128, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    /* line 129, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  /* line 135, ../../../../../../sass/lib/foundation4/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important; } }
/* Wrapped around .top-bar to contain to grid width */
/* line 67, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: rgba(255, 175, 0, 0); }
  /* line 71, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

/* line 75, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

/* line 83, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: rgba(255, 175, 0, 0);
  margin-bottom: 1.875em; }
  /* line 92, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  /* line 97, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar .row {
    max-width: none; }
  /* line 100, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  /* line 102, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar input {
    height: 2.45em; }
  /* line 104, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  /* line 107, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar .title-area {
    position: relative; }
  /* line 109, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    /* line 114, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625em;
      margin: 0; }
      /* line 118, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  /* line 129, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    /* line 134, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    /* line 147, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      /* line 153, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        /* line 161, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  /* line 182, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    /* line 186, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar.expanded .title-area {
      background: rgba(255, 175, 0, 0); }
    /* line 189, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar.expanded .toggle-topbar a {
      color: white; }
      /* line 190, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
        box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }

/* line 208, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  /* line 214, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: rgba(255, 175, 0, 0);
    font-size: 16px;
    margin: 0; }
  /* line 224, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: solid 1px rgba(255, 191, 51, 0);
    border-top: solid 1px rgba(204, 140, 0, 0);
    clear: both;
    height: 1px;
    width: 100%; }
  /* line 233, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 1em;
    font-weight: bold;
    background: rgba(255, 175, 0, 0); }
    /* line 243, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section ul li > a:hover {
      background: rgba(255, 175, 0, 0);
      color: white; }
    /* line 249, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section ul li > a.button {
      background: #333333;
      font-size: 1em; }
      /* line 252, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section ul li > a.button:hover {
        background: #1a1a1a; }
    /* line 256, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section ul li > a.button.secondary {
      background: #004577; }
      /* line 258, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section ul li > a.button.secondary:hover {
        background: #002744; }
    /* line 262, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      /* line 264, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    /* line 268, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      /* line 270, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  /* line 278, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section ul li.active > a {
    background: rgba(255, 175, 0, 0);
    color: white; }
  /* line 285, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section .has-form {
    padding: 15px; }
  /* line 288, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section .has-dropdown {
    position: relative;
    /* --- HMMH ---*/
    /*& > a {
      &:after {
        @include css-triangle($topbar-dropdown-toggle-size, rgba($topbar-dropdown-toggle-color, $topbar-dropdown-toggle-alpha), $default-float);
        margin-right: $topbar-height / 3;
        margin-top: -($topbar-dropdown-toggle-size / 2) - 2;
        position: absolute;
        top: 50%;
        right: 0;
      }
    }*/ }
    /* line 304, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section .has-dropdown.moved {
      position: static; }
      /* line 305, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  /* line 312, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    /* line 319, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section .dropdown li {
      width: 100%; }
      /* line 320, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
      /* line 325, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        /* line 326, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
    /* line 334, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }

/* line 346, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 48em !important;
  visibility: hidden; }

/* line 350, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
.js-generated {
  display: block; }

@media only screen and (min-width: 48em) {
  /* line 355, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar {
    background: rgba(255, 175, 0, 0);
    *zoom: 1;
    overflow: visible; }
    /* line 119, ../../../../../../sass/lib/foundation4/components/_global.scss */
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    /* line 120, ../../../../../../sass/lib/foundation4/components/_global.scss */
    .top-bar:after {
      clear: both; }
    /* line 360, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar .toggle-topbar {
      display: none; }
    /* line 362, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar .title-area {
      float: left; }
    /* line 363, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar .name h1 a {
      width: auto; }
    /* line 366, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    /* line 375, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar.expanded {
      background: rgba(255, 175, 0, 0); }

  /* line 378, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 60em;
    margin: 0 auto; }

  /* line 383, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    /* line 387, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      /* line 392, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section ul li {
        float: left; }
        /* line 394, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
        .top-bar-section ul li .js-generated {
          display: none; }
    /* line 399, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: rgba(255, 175, 0, 0); }
      /* line 403, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section li a:not(.button):hover {
        background: rgba(255, 175, 0, 0); }
    /* line 407, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section .has-dropdown {
      /* ---- HMMH -----*/ }
      /* line 410, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .has-dropdown > a {
        /* padding-right: $topbar-height / 3 + 20 !important;*/
        /* &:after {
           @include css-triangle($topbar-dropdown-toggle-size, rgba($topbar-dropdown-toggle-color, $topbar-dropdown-toggle-alpha), top);
           margin-top: -($topbar-dropdown-toggle-size / 2);
           top: $topbar-height / 2;
         }*/ }
        /* line 414, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
        .top-bar-section .has-dropdown > a:after {
          content: '\00203A';
          padding: 10px;
          font-size: 1.2em;
          transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          /* IE 9 */
          -webkit-transform: rotate(90deg);
          /* Chrome und Safari */
          position: absolute;
          top: -7px; }
      /* line 432, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved {
        position: relative; }
        /* line 433, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
        .top-bar-section .has-dropdown.moved > .dropdown {
          visibility: hidden; }
      /* line 438, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
        visibility: visible; }
      /* line 445, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        margin-top: -16px;
        right: 5px; }
    /* line 456, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      /* line 463, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: rgba(255, 175, 0, 0); }
      /* line 471, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: rgba(255, 183, 26, 0); }
      /* line 477, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    /* line 485, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px rgba(255, 191, 51, 0);
      border-left: solid 1px rgba(204, 140, 0, 0);
      clear: none;
      height: 45px;
      width: 0px; }
    /* line 495, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section .has-form {
      background: rgba(255, 175, 0, 0);
      padding: 0 15px;
      height: 45px; }
    /* line 503, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      /* line 507, ../../../../../../sass/lib/foundation4/components/_top-bar.scss */
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; } }
@-webkit-keyframes rotate {
  /* line 36, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg); }

  /* line 37, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  /* line 40, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg); }

  /* line 41, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes rotate {
  /* line 44, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg); }

  /* line 45, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  /* line 49, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg); }

  /* line 50, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg); } }

/* Orbit Graceful Loading */
/* line 54, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
.slideshow-wrapper {
  position: relative; }
  /* line 57, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    /* line 64, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    /* line 67, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .slideshow-wrapper ul li:first-child {
      display: block; }
  /* line 70, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    /* line 73, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .slideshow-wrapper .orbit-container li {
      display: block; }
      /* line 75, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

/* line 81, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/* line 113, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke; }
  /* line 119, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    /* line 125, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-slides-container img {
      display: block; }
    /* line 127, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-slides-container > * {
      position: relative;
      float: left;
      height: auto; }
      /* line 132, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px; }
  /* line 145, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0); }
    /* line 150, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125em; }
  /* line 155, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    /* line 161, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    /* line 169, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    /* line 182, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  /* line 194, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  /* line 202, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #d8d8d8;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: black;
    background: white; }
    /* line 215, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      margin-left: 10px;
      display: block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      color: #d8d8d8; }
  /* line 225, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-container .orbit-prev {
    left: 0; }
    /* line 226, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-prev > span {
      /*border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff;*/ }
    /* line 231, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-prev:hover > span {
      /* border-right-color: #ccc;*/ }
  /* line 236, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-container .orbit-next {
    right: 0; }
    /* line 237, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-next > span {
      content: "\00203A";
      /* border-color: transparent;
       border-left-style: solid;
       border-left-color: #fff;
       left: 50%;
       margin-left: -8px;*/ }
    /* line 244, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-container .orbit-next:hover > span {
      /*  border-left-color: #ccc;*/ }

/* line 250, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  bottom: 10px; }
  /* line 256, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: white;
    float: left;
    margin-right: 6px;
    border: solid 2px #ffaf00;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    /* line 266, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-bullets li.active {
      background: #ffaf00; }
    /* line 270, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
    .orbit-bullets li:last-child {
      margin-right: 0; }

/* line 277, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
/* line 280, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 768px) {
  /* line 289, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  /* line 292, ../../../../../../sass/lib/foundation4/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block; } }
/* Sections */
/* line 275, ../../../../../../sass/lib/foundation4/components/_section.scss */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #d8d8d8;
  border-top: none; }
  /* line 279, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
    position: relative; }
    /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: white;
      cursor: pointer;
      margin-bottom: 0; }
      /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: white;
        font-size: 0.875em;
        white-space: nowrap; }
      /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: white; }
    /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: #f4f4f4; }
      /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
        margin-bottom: 0; }
      /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
        padding-top: 0; }
      /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
        padding-bottom: 0; }
    /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
      display: block; }
    /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: transparent; }
      /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: white; }
    /* line 124, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #d8d8d8; }
      /* line 130, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        width: 100%; }

/* line 282, ../../../../../../sass/lib/foundation4/components/_section.scss */
.section-container.tabs {
  border: 0;
  position: relative; }
  /* line 286, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .section-container.tabs > section, .section-container.tabs > .section {
    border: 0;
    position: static; }
    /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      background-color: white;
      cursor: pointer;
      margin-bottom: 0; }
      /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: white;
        font-size: 0.875em;
        white-space: nowrap; }
      /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
        background-color: white; }
    /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: #f4f4f4; }
      /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
        margin-bottom: 0; }
      /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child {
        padding-top: 0; }
      /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
        padding-bottom: 0; }
    /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      display: block; }
    /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
      background: white; }
      /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
        color: white; }
    /* line 139, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      width: auto;
      border: solid 1px #d8d8d8;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
      /* line 148, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        width: 100%; }
    /* line 150, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
      border-right: solid 1px #d8d8d8; }
    /* line 152, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      border: solid 1px #d8d8d8;
      position: absolute;
      z-index: 10;
      display: none;
      top: -1px; }
    /* line 161, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
      z-index: 11;
      border-bottom: 0;
      background-color: white; }
    /* line 166, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      position: relative; }

@media only screen and (min-width: 768px) {
  /* line 291, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .section-container.auto {
    border: 0;
    position: relative; }
    /* line 295, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.auto > section, .section-container.auto > .section {
      border: 0;
      position: static; }
      /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        background-color: white;
        cursor: pointer;
        margin-bottom: 0; }
        /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: white;
          font-size: 0.875em;
          white-space: nowrap; }
        /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
          background-color: white; }
      /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section .content, .section-container.auto > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: #f4f4f4; }
        /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
          margin-bottom: 0; }
        /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
          padding-top: 0; }
        /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
          padding-bottom: 0; }
      /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        display: block; }
      /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        background: white; }
        /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
          color: white; }
      /* line 139, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        width: auto;
        border: solid 1px #d8d8d8;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
        /* line 148, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          width: 100%; }
      /* line 150, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
        border-right: solid 1px #d8d8d8; }
      /* line 152, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section .content, .section-container.auto > .section .content {
        border: solid 1px #d8d8d8;
        position: absolute;
        z-index: 10;
        display: none;
        top: -1px; }
      /* line 161, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        z-index: 11;
        border-bottom: 0;
        background-color: white; }
      /* line 166, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        position: relative; }

  /* line 297, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .section-container.accordion .section {
    padding-top: 0 !important; }

  /* line 301, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .section-container.vertical-tabs {
    border: 1px solid #d8d8d8;
    position: relative; }
    /* line 305, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.vertical-tabs section,
    .section-container.vertical-tabs .section {
      padding-top: 0 !important;
      border: 0;
      position: static; }
      /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section > .title,
      .section-container.vertical-tabs .section > .title {
        background-color: white;
        cursor: pointer;
        margin-bottom: 0; }
        /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-tabs section > .title a,
        .section-container.vertical-tabs .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: white;
          font-size: 0.875em;
          white-space: nowrap; }
        /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-tabs section > .title:hover,
        .section-container.vertical-tabs .section > .title:hover {
          background-color: white; }
      /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        display: none;
        padding: 0.9375em;
        background-color: #f4f4f4; }
        /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-tabs section .content > *:last-child,
        .section-container.vertical-tabs .section .content > *:last-child {
          margin-bottom: 0; }
        /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-tabs section .content > *:first-child,
        .section-container.vertical-tabs .section .content > *:first-child {
          padding-top: 0; }
        /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-tabs section .content > *:last-child,
        .section-container.vertical-tabs .section .content > *:last-child {
          padding-bottom: 0; }
      /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section.active > .content,
      .section-container.vertical-tabs .section.active > .content {
        display: block; }
      /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section.active > .title,
      .section-container.vertical-tabs .section.active > .title {
        background: transparent; }
        /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-tabs section.active > .title a,
        .section-container.vertical-tabs .section.active > .title a {
          color: white; }
      /* line 176, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section > .title,
      .section-container.vertical-tabs .section > .title {
        position: absolute;
        border-top: solid 1px #d8d8d8;
        width: 15.625em; }
      /* line 181, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section:first-child .title,
      .section-container.vertical-tabs .section:first-child .title {
        border-top: 0; }
      /* line 183, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        /*
        HMMH
        display: block;
        position: relative;
        top: $section-vertical-tabs-title-width;
        border-left: $section-border-style $section-border-size $section-border-color;
        z-index: 10;*/ }
      /* line 196, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section.active > .title,
      .section-container.vertical-tabs .section.active > .title {
        background-color: transparent;
        width: 15.6875em;
        border-right: solid 0 transparent;
        z-index: 11; }
      /* line 202, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-tabs section.active:last-child .title,
      .section-container.vertical-tabs .section.active:last-child .title {
        border-bottom: 0; }

  /* line 308, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .section-container.vertical-nav {
    border: 0;
    position: relative; }
    /* line 312, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
      padding-top: 0 !important;
      position: relative; }
      /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        background-color: white;
        cursor: pointer;
        margin-bottom: 0; }
        /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: white;
          font-size: 0.875em;
          white-space: nowrap; }
        /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
          background-color: white; }
      /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: #f4f4f4; }
        /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child {
          padding-top: 0; }
        /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
          padding-bottom: 0; }
      /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block; }
      /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
        background: transparent; }
        /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
          color: white; }
      /* line 211, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        border-top: none;
        border: solid 1px #d8d8d8; }
        /* line 215, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
          display: block;
          width: 100%; }
      /* line 220, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none; }
      /* line 221, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section:first-child .title, .section-container.vertical-nav > .section:first-child .title {
        border-bottom: none; }
      /* line 224, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block;
        position: absolute;
        left: 100%;
        top: 0px;
        z-index: 999;
        min-width: 12.5em;
        border: solid 1px #d8d8d8; }

  /* line 315, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .section-container.horizontal-nav {
    position: relative;
    background: white;
    border: 1px solid #d8d8d8; }
    /* line 319, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
      padding-top: 0;
      border: 0;
      position: static; }
      /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        background-color: white;
        cursor: pointer;
        margin-bottom: 0; }
        /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: white;
          font-size: 0.875em;
          white-space: nowrap; }
        /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
          background-color: white; }
      /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: #f4f4f4; }
        /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child {
          padding-top: 0; }
        /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
          padding-bottom: 0; }
      /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block; }
      /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
        background: transparent; }
        /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
          color: white; }
      /* line 242, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        width: auto;
        border: solid 1px #d8d8d8;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1; }
        /* line 250, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
          width: 100%; }
      /* line 253, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none; }
      /* line 256, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -2px;
        min-width: 12.5em;
        border: solid 1px #d8d8d8; } }
/* line 330, ../../../../../../sass/lib/foundation4/components/_section.scss */
.no-js .section-container.auto, .no-js .section-container.accordion, .no-js .section-container.tabs, .no-js .section-container.vertical-tabs, .no-js .section-container.vertical-nav, .no-js .section-container.horizontal-nav {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #d8d8d8;
  border-top: none; }
  /* line 334, ../../../../../../sass/lib/foundation4/components/_section.scss */
  .no-js .section-container.auto > section, .no-js .section-container.auto > .section, .no-js .section-container.accordion > section, .no-js .section-container.accordion > .section, .no-js .section-container.tabs > section, .no-js .section-container.tabs > .section, .no-js .section-container.vertical-tabs > section, .no-js .section-container.vertical-tabs > .section, .no-js .section-container.vertical-nav > section, .no-js .section-container.vertical-nav > .section, .no-js .section-container.horizontal-nav > section, .no-js .section-container.horizontal-nav > .section {
    position: relative; }
    /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
      background-color: white;
      cursor: pointer;
      margin-bottom: 0; }
      /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: white;
        font-size: 0.875em;
        white-space: nowrap; }
      /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .no-js .section-container.auto > section > .title:hover, .no-js .section-container.auto > .section > .title:hover, .no-js .section-container.accordion > section > .title:hover, .no-js .section-container.accordion > .section > .title:hover, .no-js .section-container.tabs > section > .title:hover, .no-js .section-container.tabs > .section > .title:hover, .no-js .section-container.vertical-tabs > section > .title:hover, .no-js .section-container.vertical-tabs > .section > .title:hover, .no-js .section-container.vertical-nav > section > .title:hover, .no-js .section-container.vertical-nav > .section > .title:hover, .no-js .section-container.horizontal-nav > section > .title:hover, .no-js .section-container.horizontal-nav > .section > .title:hover {
        background-color: white; }
    /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: #f4f4f4; }
      /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
        margin-bottom: 0; }
      /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .no-js .section-container.auto > section .content > *:first-child, .no-js .section-container.auto > .section .content > *:first-child, .no-js .section-container.accordion > section .content > *:first-child, .no-js .section-container.accordion > .section .content > *:first-child, .no-js .section-container.tabs > section .content > *:first-child, .no-js .section-container.tabs > .section .content > *:first-child, .no-js .section-container.vertical-tabs > section .content > *:first-child, .no-js .section-container.vertical-tabs > .section .content > *:first-child, .no-js .section-container.vertical-nav > section .content > *:first-child, .no-js .section-container.vertical-nav > .section .content > *:first-child, .no-js .section-container.horizontal-nav > section .content > *:first-child, .no-js .section-container.horizontal-nav > .section .content > *:first-child {
        padding-top: 0; }
      /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
        padding-bottom: 0; }
    /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .no-js .section-container.auto > section.active > .content, .no-js .section-container.auto > .section.active > .content, .no-js .section-container.accordion > section.active > .content, .no-js .section-container.accordion > .section.active > .content, .no-js .section-container.tabs > section.active > .content, .no-js .section-container.tabs > .section.active > .content, .no-js .section-container.vertical-tabs > section.active > .content, .no-js .section-container.vertical-tabs > .section.active > .content, .no-js .section-container.vertical-nav > section.active > .content, .no-js .section-container.vertical-nav > .section.active > .content, .no-js .section-container.horizontal-nav > section.active > .content, .no-js .section-container.horizontal-nav > .section.active > .content {
      display: block; }
    /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .no-js .section-container.auto > section.active > .title, .no-js .section-container.auto > .section.active > .title, .no-js .section-container.accordion > section.active > .title, .no-js .section-container.accordion > .section.active > .title, .no-js .section-container.tabs > section.active > .title, .no-js .section-container.tabs > .section.active > .title, .no-js .section-container.vertical-tabs > section.active > .title, .no-js .section-container.vertical-tabs > .section.active > .title, .no-js .section-container.vertical-nav > section.active > .title, .no-js .section-container.vertical-nav > .section.active > .title, .no-js .section-container.horizontal-nav > section.active > .title, .no-js .section-container.horizontal-nav > .section.active > .title {
      background: transparent; }
      /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .no-js .section-container.auto > section.active > .title a, .no-js .section-container.auto > .section.active > .title a, .no-js .section-container.accordion > section.active > .title a, .no-js .section-container.accordion > .section.active > .title a, .no-js .section-container.tabs > section.active > .title a, .no-js .section-container.tabs > .section.active > .title a, .no-js .section-container.vertical-tabs > section.active > .title a, .no-js .section-container.vertical-tabs > .section.active > .title a, .no-js .section-container.vertical-nav > section.active > .title a, .no-js .section-container.vertical-nav > .section.active > .title a, .no-js .section-container.horizontal-nav > section.active > .title a, .no-js .section-container.horizontal-nav > .section.active > .title a {
        color: white; }
    /* line 124, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #d8d8d8; }
      /* line 130, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
        width: 100%; }
    /* line 335, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .no-js .section-container.auto > section .title, .no-js .section-container.auto > .section .title, .no-js .section-container.accordion > section .title, .no-js .section-container.accordion > .section .title, .no-js .section-container.tabs > section .title, .no-js .section-container.tabs > .section .title, .no-js .section-container.vertical-tabs > section .title, .no-js .section-container.vertical-tabs > .section .title, .no-js .section-container.vertical-nav > section .title, .no-js .section-container.vertical-nav > .section .title, .no-js .section-container.horizontal-nav > section .title, .no-js .section-container.horizontal-nav > .section .title {
      position: static;
      width: 100%;
      border-left: 0;
      border-right: 0; }
    /* line 342, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
      position: static;
      display: block;
      width: 100%;
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }

/*
	inhalte des headers:
	--------------------
	1. positionierung des logos
	2. Sprache, Flyout, Suche
	3. Technical Support
	*/
/* line 9, ../../../../../../sass/modules/_m-header.scss */
.header {
  position: relative;
  color: white; }
  /* line 12, ../../../../../../sass/modules/_m-header.scss */
  .header a {
    color: white; }
  /* line 15, ../../../../../../sass/modules/_m-header.scss */
  .header a:hover {
    color: #ffaf00; }
  /* line 17, ../../../../../../sass/modules/_m-header.scss */
  .header .meta-container {
    background-color: #0057a6;
    padding-top: 0.625em;
    position: relative;
    z-index: auto;
    margin-bottom: 0.9375em; }
    /* line 23, ../../../../../../sass/modules/_m-header.scss */
    .header .meta-container.yellow-border {
      border-top: 1px solid #014471;
      border-bottom: 3px solid #ffaf00;
      padding-bottom: 20px;
      margin-bottom: 25px; }

/* 1. positionierung des logos */
/* line 34, ../../../../../../sass/modules/_m-header.scss */
.header .logo {
  display: block;
  vertical-align: middle;
  margin-top: 1.2em; }

/* 2. Sprache, Flyout, Suche*/
/* line 44, ../../../../../../sass/modules/_m-header.scss */
.header .language ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: -5px; }
  /* line 50, ../../../../../../sass/modules/_m-header.scss */
  .header .language ul#langSwitch > li {
    display: inline-block;
    padding: 0 0.2em; }
    /* line 55, ../../../../../../sass/modules/_m-header.scss */
    .header .language ul#langSwitch > li.active > a,
    .header .language ul#langSwitch > li > a {
      color: #333333;
      text-transform: uppercase;
      padding: 0; }
      /* line 62, ../../../../../../sass/modules/_m-header.scss */
      .header .language ul#langSwitch > li.active > a.active, .header .language ul#langSwitch > li.active > a:hover, .header .language ul#langSwitch > li.active > a:focus,
      .header .language ul#langSwitch > li > a.active,
      .header .language ul#langSwitch > li > a:hover,
      .header .language ul#langSwitch > li > a:focus {
        color: #333333; }

/* line 73, ../../../../../../sass/modules/_m-header.scss */
.telephone {
  text-align: right; }
  /* line 75, ../../../../../../sass/modules/_m-header.scss */
  .telephone p {
    margin: 0;
    background: url("../Images/Icons/icon-tele.png") no-repeat scroll 0% top;
    padding: 0 0 0 20px;
    color: #ffaf00;
    font-weight: bold;
    display: inline-block;
    font-size: 1.25em;
    line-height: normal;
    letter-spacing: 0.05em; }
  /* line 87, ../../../../../../sass/modules/_m-header.scss */
  .telephone a {
    color: #ffaf00; }

/* line 94, ../../../../../../sass/modules/_m-header.scss */
.header .headerBoxTopRight {
  min-height: 2.6875em; }
/* line 97, ../../../../../../sass/modules/_m-header.scss */
.header .search-form {
  display: inline-block;
  position: relative;
  margin: 0 0 0 1.25em; }
  /* line 102, ../../../../../../sass/modules/_m-header.scss */
  .header .search-form input[type="search"] {
    padding: 0.78125em 0.3125em;
    border: 1px solid #ccc;
    font-size: 0.875em;
    color: #333333;
    vertical-align: top;
    max-width: 6.375em; }
    @media only screen and (min-width: 768px) {
      /* line 102, ../../../../../../sass/modules/_m-header.scss */
      .header .search-form input[type="search"] {
        max-width: 100%; } }
  /* line 113, ../../../../../../sass/modules/_m-header.scss */
  .header .search-form .search-submit {
    background-color: #014471;
    padding: 0.75em; }
/* line 118, ../../../../../../sass/modules/_m-header.scss */
.header .contact-button {
  width: 25%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0.625em;
  left: auto;
  z-index: 4;
  margin: 0.25em 0;
  margin: 0.125em 0 \9;
  white-space: nowrap; }

/* Technical Support */
/* line 135, ../../../../../../sass/modules/_m-header.scss */
.support {
  position: absolute;
  right: 0;
  background: #f2f2f2;
  width: 72px;
  border-radius: 5px 0px 0 5px;
  border: 1px solid white;
  border-right: none;
  font-size: 0.8125em;
  text-align: center;
  z-index: 21; }
  /* line 147, ../../../../../../sass/modules/_m-header.scss */
  .support li {
    border-top: 1px solid white;
    border-bottom: 1px solid #d8d8d8;
    padding: 25px 5px 3px 5px; }
    /* line 152, ../../../../../../sass/modules/_m-header.scss */
    .support li a {
      color: #0057a6; }
    /* line 155, ../../../../../../sass/modules/_m-header.scss */
    .support li:nth-child(1) {
      background: url("../Images/Icons/installation.png") no-repeat scroll 50% 10%; }
    /* line 156, ../../../../../../sass/modules/_m-header.scss */
    .support li:nth-child(2) {
      background: url("../Images/Icons/star.png") no-repeat scroll 50% 15%; }
    /* line 157, ../../../../../../sass/modules/_m-header.scss */
    .support li:nth-child(3) {
      background: url("../Images/Icons/retail.png") no-repeat scroll 50% 10%; }
    /* line 158, ../../../../../../sass/modules/_m-header.scss */
    .support li:nth-child(4) {
      background: url("../Images/Icons/info.png") no-repeat scroll 50% 15%; }
  /* line 160, ../../../../../../sass/modules/_m-header.scss */
  .support .technical {
    background: #ffaf00;
    padding: 10px;
    border-bottom: 1px solid #da961b;
    text-shadow: 0 1px 0 #feda7c; }
  /* line 166, ../../../../../../sass/modules/_m-header.scss */
  .support li:hover {
    /* bild tauschen*/
    /* bild tauschen*/
    /* bild tauschen*/
    /* bild tauschen*/ }
    /* line 167, ../../../../../../sass/modules/_m-header.scss */
    .support li:hover a {
      color: #ffaf00; }
    /* line 170, ../../../../../../sass/modules/_m-header.scss */
    .support li:hover:nth-child(1) {
      background: #0057a6 url("../Images/Icons/installation-yellow.png") no-repeat scroll 50% 10%; }
    /* line 171, ../../../../../../sass/modules/_m-header.scss */
    .support li:hover:nth-child(2) {
      background: #0057a6 url("../Images/Icons/star-yellow.png") no-repeat scroll 50% 15%; }
    /* line 172, ../../../../../../sass/modules/_m-header.scss */
    .support li:hover:nth-child(3) {
      background: #0057a6 url("../Images/Icons/retail-yellow.png") no-repeat scroll 50% 10%; }
    /* line 173, ../../../../../../sass/modules/_m-header.scss */
    .support li:hover:nth-child(4) {
      background: #0057a6 url("../Images/Icons/info-yellow.png") no-repeat scroll 50% 15%; }

/* Mobile Ansicht*/
@media only screen and (max-width: 767px) {
  /* line 183, ../../../../../../sass/modules/_m-header.scss */
  .header .menu {
    padding: 0; }
  /* line 184, ../../../../../../sass/modules/_m-header.scss */
  .header .navi-container .search-form {
    text-align: right;
    width: 80%;
    position: absolute;
    right: 0;
    top: 0; }
    /* line 190, ../../../../../../sass/modules/_m-header.scss */
    .header .navi-container .search-form input[type="search"] {
      width: 70%; }
  /* line 194, ../../../../../../sass/modules/_m-header.scss */
  .header .telephone {
    margin: 20px 0 10px 0; }
    /* line 196, ../../../../../../sass/modules/_m-header.scss */
    .header .telephone p {
      font-size: 1em; }
  /* line 200, ../../../../../../sass/modules/_m-header.scss */
  .header .logo {
    margin: 20px 0 0 0; }
  /* line 201, ../../../../../../sass/modules/_m-header.scss */
  .header .contact-form {
    margin-top: 0.525em;
    position: absolute;
    left: auto;
    right: 0; }
  /* line 207, ../../../../../../sass/modules/_m-header.scss */
  .header .contact-button {
    width: 56%;
    white-space: pre-line; } }
/*
	inhalte des footer:
	--------------------
 */
/* line 6, ../../../../../../sass/modules/_m-footer.scss */
.footerbrands {
  border-top: 4px solid #0057a6;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 1px;
  min-height: 80px;
  position: relative; }
  /* line 14, ../../../../../../sass/modules/_m-footer.scss */
  .footerbrands .csc-textpic-imagewrap {
    width: 100%; }
    /* line 16, ../../../../../../sass/modules/_m-footer.scss */
    .footerbrands .csc-textpic-imagewrap .csc-textpic-imagerow {
      display: table; }
      /* line 19, ../../../../../../sass/modules/_m-footer.scss */
      .footerbrands .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding: 0 1.4em; }
        /* line 25, ../../../../../../sass/modules/_m-footer.scss */
        .footerbrands .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn figure img {
          width: 100%; }
  /* line 33, ../../../../../../sass/modules/_m-footer.scss */
  .footerbrands .title {
    color: #0057a6;
    font-weight: bold;
    float: none;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      /* line 33, ../../../../../../sass/modules/_m-footer.scss */
      .footerbrands .title {
        position: absolute;
        top: 42%; } }
    /* line 46, ../../../../../../sass/modules/_m-footer.scss */
    .footerbrands .title > span {
      display: block; }

/* line 52, ../../../../../../sass/modules/_m-footer.scss */
footer {
  color: #8bb9d8;
  background-color: #0057a6;
  /* background-image: url("../Images/Backgrounds/europa.png");
  background-repeat:no-repeat;
  background-position:77% 55%; */
  border-top: 1px solid white;
  outline: 2px solid #0057a6; }
  /* line 62, ../../../../../../sass/modules/_m-footer.scss */
  footer .row {
    padding-top: 0.9375em; }
  /* line 66, ../../../../../../sass/modules/_m-footer.scss */
  footer .cleantoppadding {
    padding-top: 0; }
  /* line 70, ../../../../../../sass/modules/_m-footer.scss */
  footer p {
    font-size: 0.8125em;
    line-height: 1.3; }
  /* line 74, ../../../../../../sass/modules/_m-footer.scss */
  footer .headlineMap {
    color: #8bb9d8;
    padding-top: 0.9375em;
    margin: 0 0 100px 25px; }
  /* line 80, ../../../../../../sass/modules/_m-footer.scss */
  footer .contactus {
    color: #ffaf00;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    display: block; }
  /* line 89, ../../../../../../sass/modules/_m-footer.scss */
  footer .telephone {
    text-align: left; }
  /* line 94, ../../../../../../sass/modules/_m-footer.scss */
  footer hr {
    background-color: #014471;
    height: 2px;
    border-bottom: 1px solid #007ACC;
    margin: 0; }
  /* line 101, ../../../../../../sass/modules/_m-footer.scss */
  footer ul {
    list-style-type: none;
    line-height: 1.1em;
    color: #8bb9d8;
    float: left; }
    /* line 107, ../../../../../../sass/modules/_m-footer.scss */
    footer ul li {
      font-size: 0.8125em; }
      /* line 109, ../../../../../../sass/modules/_m-footer.scss */
      footer ul li > a, footer ul li .internal-link, footer ul li .external-link-new-window {
        color: #8bb9d8; }
        /* line 115, ../../../../../../sass/modules/_m-footer.scss */
        footer ul li > a.active, footer ul li > a:hover, footer ul li > a:focus, footer ul li .internal-link.active, footer ul li .internal-link:hover, footer ul li .internal-link:focus, footer ul li .external-link-new-window.active, footer ul li .external-link-new-window:hover, footer ul li .external-link-new-window:focus {
          color: #ffaf00; }
        /* line 118, ../../../../../../sass/modules/_m-footer.scss */
        footer ul li > a:after, footer ul li .internal-link:after, footer ul li .external-link-new-window:after {
          content: "";
          padding: 0; }
  /* line 126, ../../../../../../sass/modules/_m-footer.scss */
  footer .footercentermenu {
    margin-top: 0.9375em; }
    /* line 129, ../../../../../../sass/modules/_m-footer.scss */
    footer .footercentermenu .footer-container {
      border-top: 1px solid #014471;
      position: relative; }
      /* line 133, ../../../../../../sass/modules/_m-footer.scss */
      footer .footercentermenu .footer-container:before {
        border-top: 1px solid #007acc;
        content: "";
        display: block;
        width: 100%;
        top: 0;
        position: absolute;
        left: 0; }
  /* line 145, ../../../../../../sass/modules/_m-footer.scss */
  footer .footerbottommenu {
    padding: 70px 0 20px 0; }
    /* line 148, ../../../../../../sass/modules/_m-footer.scss */
    footer .footerbottommenu img {
      float: left;
      margin-right: 15px; }
  /* line 156, ../../../../../../sass/modules/_m-footer.scss */
  footer .menuFooter ul {
    list-style-type: none; }
    /* line 159, ../../../../../../sass/modules/_m-footer.scss */
    footer .menuFooter ul li {
      margin-right: 5px;
      display: inline-block; }
    /* line 164, ../../../../../../sass/modules/_m-footer.scss */
    footer .menuFooter ul li:after {
      margin-left: 5px;
      content: "/"; }
  /* line 172, ../../../../../../sass/modules/_m-footer.scss */
  footer .copyright {
    font-size: 0.8125em;
    margin: 0; }
  /* line 177, ../../../../../../sass/modules/_m-footer.scss */
  footer h4 {
    font-size: 14px;
    color: white;
    margin: 0;
    text-transform: uppercase; }

/*  Cookie Layer */
/* line 191, ../../../../../../sass/modules/_m-footer.scss */
.cookie_layer {
  display: none;
  background-color: #007acc;
  opacity: 0.8;
  color: #fff;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  z-index: 101; }
  /* line 202, ../../../../../../sass/modules/_m-footer.scss */
  .cookie_layer .cookie-text {
    display: inline-block;
    width: 70%;
    padding-left: 20px; }
  /* line 208, ../../../../../../sass/modules/_m-footer.scss */
  .cookie_layer .cookie-links {
    display: inline-block;
    width: 28%;
    padding: 10px 0 0 0; }
    /* line 212, ../../../../../../sass/modules/_m-footer.scss */
    .cookie_layer .cookie-links .button-blue:hover {
      color: #ffaf00; }
    /* line 213, ../../../../../../sass/modules/_m-footer.scss */
    .cookie_layer .cookie-links a {
      margin-top: 10px; }

/*Mobile Ansicht*/
@media only screen and (max-width: 768px) {
  /* line 221, ../../../../../../sass/modules/_m-footer.scss */
  footer div.csc-textpic-right .csc-textpic-imagewrap {
    float: left; }

  /* line 224, ../../../../../../sass/modules/_m-footer.scss */
  .footerbrands .csc-textpic-imagewrap .csc-textpic-imagerow {
    display: block;
    text-align: center; }
    /* line 228, ../../../../../../sass/modules/_m-footer.scss */
    .footerbrands .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn {
      margin: 0;
      display: inline-block;
      padding: 0;
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 50%;
      float: left; } }
/*
	inhalte der content-area:
	--------------------
	1. header-bild mit ├╝berschrift
	2. breadcrumb (ueberschreiben der foundation breadcrumb)
	3. content-navigation (ueberschreiben der foundation side-navigation)
	4. importieren der rte-stylings f´┐¢r typo3-content-elemente & adressen
 */
/* line 11, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area {
  background: transparent; }

/* line 17, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area > header,
section.content-area header .topImage {
  min-height: 12em; }

/* line 21, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area header.content {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 6em; }
  /* line 29, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area header.content h1 {
    margin-top: 2.3em;
    margin-bottom: 0;
    color: #fff;
    font-size: 3.375em;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase; }

/* line 42, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area .breadcrumbs {
  margin: 1.25em 0; }
  /* line 45, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area .breadcrumbs > *:before {
    top: -1px; }

/* line 51, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area nav.side-nav ul {
  list-style-type: none;
  list-style-position: inside;
  margin-top: 0.2em; }

/* line 57, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area nav.side-nav > ul > li {
  margin-bottom: 1.25em; }
  /* line 60, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area nav.side-nav > ul > li ul li {
    font-size: 1em;
    margin-bottom: 0.625em; }

/* line 67, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area .gridElem {
  /*margin-bottom:20px;*/ }
  /* line 69, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area .gridElem .gridheader {
    padding: 10px; }
/* line 73, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area .gridElem:after {
  clear: both;
  content: " ";
  display: table; }

/* line 82, ../../../../../../sass/modules/_m-content-area.scss */
section.content-area div.content, section.content-area div.topImage {
  /*
  	inhalte der rte-content:
  	--------------------
  	1. styles aus der foundation4/_global.scss (damit klassen nicht im rte angezeigt werden, sondern nur die elemente)
  	2. styles aus der foundation4/_type.scss (damit klassen nicht im rte angezeigt werden, sondern nur die elemente)
  	3. allgemein
  	4. ├╝berschriften (keine h1 zugelassen)
  	5. text-ausrichtung
  	6. listen
  	7. tabellen
   */
  /*
  	inhalte der search:
  	--------------------
  	1. anpassungen der suchergebnisseite
   */
  /*
  	inhalte der pagination:
  	--------------------
  	1. pagination auf der news-├╝bersichtseite, suchergebnisseite
   */
  /*	.gridoffset{
  		margin-bottom:20px;
  		section{
  			padding:0 25px 0 25px;
  		}
  	}*/ }
  /* line 8, ../../../../../../sass/modules/_m-search.scss */
  section.content-area div.content .tx-indexedsearch-searchbox, section.content-area div.topImage .tx-indexedsearch-searchbox {
    display: none; }
  /* line 16, ../../../../../../sass/modules/_m-search.scss */
  section.content-area div.content .tx-indexedsearch-res.res-tmpl-css, section.content-area div.topImage .tx-indexedsearch-res.res-tmpl-css {
    border-top: 1px solid #c6c6c6;
    margin-top: 1.25em;
    padding-top: 1.25em; }
    /* line 21, ../../../../../../sass/modules/_m-search.scss */
    section.content-area div.content .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-title, section.content-area div.topImage .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-title {
      color: #333333; }
    /* line 25, ../../../../../../sass/modules/_m-search.scss */
    section.content-area div.content .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-redMarkup, section.content-area div.topImage .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-redMarkup {
      color: #004577;
      text-transform: uppercase; }
  /* line 32, ../../../../../../sass/modules/_m-search.scss */
  section.content-area div.content .tx-indexedsearch-browsebox ul > li:before, section.content-area div.topImage .tx-indexedsearch-browsebox ul > li:before {
    content: ''; }
  /* line 9, ../../../../../../sass/_m-pagination.scss */
  section.content-area div.content .page-navigation,
  section.content-area div.content .browsebox, section.content-area div.topImage .page-navigation,
  section.content-area div.topImage .browsebox {
    display: block;
    height: 1.5em;
    margin-left: -0.3125em; }
    /* line 46, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
    section.content-area div.content .page-navigation li,
    section.content-area div.content .browsebox li, section.content-area div.topImage .page-navigation li,
    section.content-area div.topImage .browsebox li {
      display: block;
      float: left;
      height: 1.5em;
      color: #222222;
      font-size: 1em;
      margin-left: 0; }
      /* line 54, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
      section.content-area div.content .page-navigation li a,
      section.content-area div.content .browsebox li a, section.content-area div.topImage .page-navigation li a,
      section.content-area div.topImage .browsebox li a {
        display: block;
        padding: 0.0625em 0.4375em 0.0625em;
        color: #333333; }
      /* line 61, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
      section.content-area div.content .page-navigation li:hover a,
      section.content-area div.content .page-navigation li a:focus,
      section.content-area div.content .browsebox li:hover a,
      section.content-area div.content .browsebox li a:focus, section.content-area div.topImage .page-navigation li:hover a,
      section.content-area div.topImage .page-navigation li a:focus,
      section.content-area div.topImage .browsebox li:hover a,
      section.content-area div.topImage .browsebox li a:focus {
        background: #e6e6e6; }
      /* line 63, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
      section.content-area div.content .page-navigation li.unavailable a,
      section.content-area div.content .browsebox li.unavailable a, section.content-area div.topImage .page-navigation li.unavailable a,
      section.content-area div.topImage .browsebox li.unavailable a {
        cursor: default;
        color: #999999; }
      /* line 68, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
      section.content-area div.content .page-navigation li.unavailable:hover a, section.content-area div.content .page-navigation li.unavailable a:focus,
      section.content-area div.content .browsebox li.unavailable:hover a,
      section.content-area div.content .browsebox li.unavailable a:focus, section.content-area div.topImage .page-navigation li.unavailable:hover a, section.content-area div.topImage .page-navigation li.unavailable a:focus,
      section.content-area div.topImage .browsebox li.unavailable:hover a,
      section.content-area div.topImage .browsebox li.unavailable a:focus {
        background: transparent; }
      /* line 70, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
      section.content-area div.content .page-navigation li.current a,
      section.content-area div.content .browsebox li.current a, section.content-area div.topImage .page-navigation li.current a,
      section.content-area div.topImage .browsebox li.current a {
        background: transparent;
        color: #c6c6c6;
        font-weight: normal;
        cursor: default; }
        /* line 77, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
        section.content-area div.content .page-navigation li.current a:hover, section.content-area div.content .page-navigation li.current a:focus,
        section.content-area div.content .browsebox li.current a:hover,
        section.content-area div.content .browsebox li.current a:focus, section.content-area div.topImage .page-navigation li.current a:hover, section.content-area div.topImage .page-navigation li.current a:focus,
        section.content-area div.topImage .browsebox li.current a:hover,
        section.content-area div.topImage .browsebox li.current a:focus {
          background: transparent; }
    /* line 83, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
    section.content-area div.content .page-navigation,
    section.content-area div.content .browsebox, section.content-area div.topImage .page-navigation,
    section.content-area div.topImage .browsebox {
      text-align: center; }
      /* line 84, ../../../../../../sass/lib/foundation4/components/_pagination.scss */
      section.content-area div.content .page-navigation ul > li,
      section.content-area div.content .browsebox ul > li, section.content-area div.topImage .page-navigation ul > li,
      section.content-area div.topImage .browsebox ul > li {
        float: none;
        display: inline-block; }
    /* line 12, ../../../../../../sass/_m-pagination.scss */
    section.content-area div.content .page-navigation a:after,
    section.content-area div.content .browsebox a:after, section.content-area div.topImage .page-navigation a:after,
    section.content-area div.topImage .browsebox a:after {
      content: "" !important;
      margin: 0 !important; }
  /* line 18, ../../../../../../sass/_m-pagination.scss */
  section.content-area div.content .browsebox > li, section.content-area div.topImage .browsebox > li {
    float: none;
    display: inline-block; }
    /* line 22, ../../../../../../sass/_m-pagination.scss */
    section.content-area div.content .browsebox > li.tx-indexedsearch-browselist-currentPage a, section.content-area div.topImage .browsebox > li.tx-indexedsearch-browselist-currentPage a {
      background: transparent;
      color: #c6c6c6;
      font-weight: normal;
      cursor: default; }
      /* line 29, ../../../../../../sass/_m-pagination.scss */
      section.content-area div.content .browsebox > li.tx-indexedsearch-browselist-currentPage a:hover, section.content-area div.content .browsebox > li.tx-indexedsearch-browselist-currentPage a:focus, section.content-area div.topImage .browsebox > li.tx-indexedsearch-browselist-currentPage a:hover, section.content-area div.topImage .browsebox > li.tx-indexedsearch-browselist-currentPage a:focus {
        background: transparent; }
  /* line 87, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content div.imagemapAddresses, section.content-area div.topImage div.imagemapAddresses {
    margin: 1.25em 0; }
  /* line 91, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .imagemap, section.content-area div.topImage .imagemap {
    text-align: center; }
  /* line 95, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .addresses, section.content-area div.topImage .addresses {
    display: none; }
  /* line 100, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .image-link.media-layout2, section.content-area div.topImage .image-link.media-layout2 {
    border-top: none;
    text-align: center;
    padding: 20px 0; }
  /* line 110, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content ul, section.content-area div.topImage ul {
    font-size: 0.875em;
    margin-bottom: 1.25em;
    margin-left: 10px; }
    /* line 115, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ul.without-bullets, section.content-area div.topImage ul.without-bullets {
      list-style-type: none; }
      /* line 117, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul.without-bullets > li:before, section.content-area div.topImage ul.without-bullets > li:before {
        content: "";
        padding: 0 0 0.625em 0; }
    /* line 123, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ul.vcard, section.content-area div.topImage ul.vcard {
      display: block;
      list-style-type: none;
      position: relative; }
      /* line 128, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul.vcard span.accordionHeader, section.content-area div.topImage ul.vcard span.accordionHeader {
        display: block;
        background: #0057A6;
        text-align: left;
        overflow: hidden;
        width: 80%;
        padding: 5px 10px;
        color: #ffffff;
        position: relative; }
        /* line 138, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul.vcard span.accordionHeader:after, section.content-area div.topImage ul.vcard span.accordionHeader:after {
          content: "+";
          position: absolute;
          border-left: 1px solid #014471;
          left: auto;
          right: 0;
          top: 0.4125em;
          width: 2.45em;
          text-align: center;
          font-size: 1em;
          line-height: 1.1em; }
        /* line 150, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul.vcard span.accordionHeader.active:after, section.content-area div.topImage ul.vcard span.accordionHeader.active:after {
          content: "-"; }
      /* line 157, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul.vcard li.head, section.content-area div.topImage ul.vcard li.head {
        font-weight: bold; }
      /* line 161, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul.vcard li:before, section.content-area div.topImage ul.vcard li:before {
        content: ""; }
      /* line 165, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul.vcard li.info, section.content-area div.topImage ul.vcard li.info {
        display: none;
        width: 80%;
        position: relative;
        top: 10%;
        background-color: #ffffff;
        border: 1px solid #0057A6;
        padding: 10px; }
        /* line 174, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul.vcard li.info .image, section.content-area div.topImage ul.vcard li.info .image {
          margin: 10px auto;
          text-align: center; }
    /* line 187, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ul.bulletwithcheck, section.content-area div.topImage ul.bulletwithcheck {
      list-style: none; }
      /* line 189, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul.bulletwithcheck > li, section.content-area div.topImage ul.bulletwithcheck > li {
        position: relative;
        line-height: 1.5em;
        padding: 0 0 20px 20px; }
        /* line 194, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul.bulletwithcheck > li:before, section.content-area div.topImage ul.bulletwithcheck > li:before {
          content: "";
          position: absolute;
          background-image: url("../Images/Icons/checkbox.png");
          width: 26px;
          height: 26px;
          top: 0;
          left: 0;
          margin-top: -5px; }
    /* line 207, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ul.bulletwithblackcheck, section.content-area div.topImage ul.bulletwithblackcheck {
      list-style: none; }
      /* line 209, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul.bulletwithblackcheck > li, section.content-area div.topImage ul.bulletwithblackcheck > li {
        position: relative;
        line-height: 1.5em;
        padding: 0 0 20px 20px; }
        /* line 214, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul.bulletwithblackcheck > li:before, section.content-area div.topImage ul.bulletwithblackcheck > li:before {
          content: "\2714";
          content: "\2714";
          line-height: 1;
          margin: 0;
          left: 0;
          top: 0; }
    /* line 226, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ul > li, section.content-area div.topImage ul > li {
      line-height: 1.25em;
      padding: 0 0 5px 0; }
      /* line 230, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul > li.layout2, section.content-area div.content ul > li.layout3, section.content-area div.content ul > li.layout5, section.content-area div.content ul > li.layout6, section.content-area div.topImage ul > li.layout2, section.content-area div.topImage ul > li.layout3, section.content-area div.topImage ul > li.layout5, section.content-area div.topImage ul > li.layout6 {
        width: 100%;
        margin-bottom: 0.9375em;
        overflow: hidden;
        display: inline-block;
        border-top: 1px solid #d8d8d8; }
        /* line 236, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout2.li-first, section.content-area div.content ul > li.layout3.li-first, section.content-area div.content ul > li.layout5.li-first, section.content-area div.content ul > li.layout6.li-first, section.content-area div.topImage ul > li.layout2.li-first, section.content-area div.topImage ul > li.layout3.li-first, section.content-area div.topImage ul > li.layout5.li-first, section.content-area div.topImage ul > li.layout6.li-first {
          border-top: none; }
        /* line 238, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout2 .upload-image, section.content-area div.content ul > li.layout3 .upload-image, section.content-area div.content ul > li.layout5 .upload-image, section.content-area div.content ul > li.layout6 .upload-image, section.content-area div.topImage ul > li.layout2 .upload-image, section.content-area div.topImage ul > li.layout3 .upload-image, section.content-area div.topImage ul > li.layout5 .upload-image, section.content-area div.topImage ul > li.layout6 .upload-image {
          float: left;
          width: 20%;
          overflow: hidden;
          padding-top: 0.625em; }
        /* line 244, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout2 .upload-info, section.content-area div.content ul > li.layout3 .upload-info, section.content-area div.content ul > li.layout5 .upload-info, section.content-area div.content ul > li.layout6 .upload-info, section.content-area div.topImage ul > li.layout2 .upload-info, section.content-area div.topImage ul > li.layout3 .upload-info, section.content-area div.topImage ul > li.layout5 .upload-info, section.content-area div.topImage ul > li.layout6 .upload-info {
          width: 78%;
          float: right; }
      /* line 250, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul > li.layout4, section.content-area div.topImage ul > li.layout4 {
        margin-bottom: 0.9375em;
        overflow: hidden;
        display: inline-block;
        border-top: none; }
        /* line 263, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout4 .upload-image, section.content-area div.topImage ul > li.layout4 .upload-image {
          float: left;
          width: 20%;
          overflow: hidden;
          padding-top: 0.625em; }
        /* line 269, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout4 .upload-info, section.content-area div.topImage ul > li.layout4 .upload-info {
          width: 75%;
          float: left;
          margin-left: 10px; }
      /* line 277, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul > li.toall, section.content-area div.topImage ul > li.toall {
        display: none; }
      /* line 281, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul > li.layout1, section.content-area div.topImage ul > li.layout1 {
        width: 100%;
        margin-bottom: 0.9375em;
        overflow: hidden;
        display: block;
        border-top: 1px solid #d8d8d8; }
        /* line 287, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout1.li-first, section.content-area div.topImage ul > li.layout1.li-first {
          border-top: none; }
        /* line 289, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout1 .upload-image, section.content-area div.topImage ul > li.layout1 .upload-image {
          float: left;
          width: 10%;
          overflow: hidden;
          padding-top: 0.625em; }
        /* line 295, ../../../../../../sass/modules/_m-content-area.scss */
        section.content-area div.content ul > li.layout1 .upload-info, section.content-area div.topImage ul > li.layout1 .upload-info {
          width: 90%;
          float: right; }
      /* line 302, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content ul > li:before, section.content-area div.topImage ul > li:before {
        content: "\00203A";
        color: #696b75;
        font-size: 1.3em;
        font-weight: bold;
        padding: 0 5px 0 0px;
        /*margin-left: -11px;*/
        position: absolute;
        margin: -1px 0 0 -10px; }
    /* line 316, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ul *, section.content-area div.content ul ul, section.content-area div.topImage ul *, section.content-area div.topImage ul ul {
      /*font-size: 1em;*/ }
  /* line 323, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content div.section-tabs ul > li.toall, section.content-area div.topImage div.section-tabs ul > li.toall {
    display: block; }
  /* line 329, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content ol, section.content-area div.topImage ol {
    font-size: 0.875em;
    margin-bottom: 1.25em;
    list-style: decimal inside; }
    /* line 334, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ol.without-bullets, section.content-area div.topImage ol.without-bullets {
      list-style-type: none; }
    /* line 337, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ol > li, section.content-area div.topImage ol > li {
      line-height: 1.25em;
      padding: 0 0 5px 0; }
    /* line 343, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content ol *, section.content-area div.content ol ol, section.content-area div.topImage ol *, section.content-area div.topImage ol ol {
      font-size: 1em; }
  /* line 348, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content ul, section.content-area div.topImage ul {
    list-style: none; }
  /* line 352, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content figure.version1, section.content-area div.topImage figure.version1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 60em; }
    /* line 360, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content figure.version1 > a, section.content-area div.topImage figure.version1 > a {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 33.33333%;
      float: left;
      padding: 0; }
    /* line 369, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content figure.version1 a:after, section.content-area div.topImage figure.version1 a:after {
      content: "" !important;
      margin: 0 !important; }
    /* line 374, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content figure.version1 figcaption, section.content-area div.topImage figure.version1 figcaption {
      margin-top: 0;
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 66.66667%;
      float: left; }
      /* line 382, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content figure.version1 figcaption .fileName, section.content-area div.topImage figure.version1 figcaption .fileName {
        margin: 0; }
      /* line 386, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content figure.version1 figcaption span, section.content-area div.topImage figure.version1 figcaption span {
        font-size: 0.875em; }
  /* line 392, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content p, section.content-area div.topImage p {
    font-size: 0.875em; }
    /* line 394, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content p.button-yellow, section.content-area div.topImage p.button-yellow {
      font-size: 14px; }
    /* line 398, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content p.smallertext, section.content-area div.topImage p.smallertext {
      font-size: 0.875em; }
    /* line 401, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content p.biggertext, section.content-area div.topImage p.biggertext {
      font-size: 1.325em; }
    /* line 404, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content p.bigtext, section.content-area div.topImage p.bigtext {
      font-size: 1.5em;
      vertical-align: text-bottom; }
  /* line 411, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content span.smallertext, section.content-area div.topImage span.smallertext {
    font-size: 0.875em; }
  /* line 414, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content span.biggertext, section.content-area div.topImage span.biggertext {
    font-size: 1.325em; }
  /* line 417, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content span.bigtext, section.content-area div.topImage span.bigtext {
    font-size: 1.5em;
    vertical-align: text-bottom; }
  /* line 424, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content table, section.content-area div.topImage table {
    border: none;
    width: 100%;
    table-layout: fixed; }
    /* line 431, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content table td, section.content-area div.content table th, section.content-area div.topImage table td, section.content-area div.topImage table th {
      vertical-align: middle;
      font-size: 0.875em; }
      /* line 434, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content table td *, section.content-area div.content table th *, section.content-area div.topImage table td *, section.content-area div.topImage table th * {
        font-size: 1em; }
      /* line 437, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content table td.smallertext, section.content-area div.content table th.smallertext, section.content-area div.topImage table td.smallertext, section.content-area div.topImage table th.smallertext {
        font-size: 0.875em; }
      /* line 440, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content table td.biggertext, section.content-area div.content table th.biggertext, section.content-area div.topImage table td.biggertext, section.content-area div.topImage table th.biggertext {
        font-size: 1.325em; }
      /* line 443, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content table td.bigtext, section.content-area div.content table th.bigtext, section.content-area div.topImage table td.bigtext, section.content-area div.topImage table th.bigtext {
        font-size: 1.5em;
        vertical-align: text-bottom; }
  /* line 450, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content table.producttable, section.content-area div.topImage table.producttable {
    font-size: 1.2em; }
    /* line 452, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content table.producttable th, section.content-area div.topImage table.producttable th {
      color: white;
      background: #0057a6;
      border: 1px solid white; }
    /* line 460, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content table.producttable tr:last-child th, section.content-area div.topImage table.producttable tr:last-child th {
      border-bottom: 1px solid #0057a6; }
    /* line 466, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content table.producttable td, section.content-area div.topImage table.producttable td {
      border: 1px solid #696b75; }
      /* line 469, ../../../../../../sass/modules/_m-content-area.scss */
      section.content-area div.content table.producttable td:last-child, section.content-area div.topImage table.producttable td:last-child {
        border-right: none; }
  /* line 478, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content figcaption, section.content-area div.topImage figcaption {
    margin-top: 10px; }
  /* line 482, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .box, section.content-area div.topImage .box {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-top: 1px solid #d8d8d8; }
    /* line 488, ../../../../../../sass/modules/_m-content-area.scss */
    section.content-area div.content .box h2, section.content-area div.topImage .box h2 {
      /* margin-bottom:15px;*/
      font-weight: bold; }
  /* line 502, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .box.shadoweffect, section.content-area div.topImage .box.shadoweffect {
    z-index: auto; }
  /* line 507, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .box > h2, section.content-area div.content .box > h3, section.content-area div.content .box > h4, section.content-area div.content .box > h5, section.content-area div.content .box > h6, section.content-area div.topImage .box > h2, section.content-area div.topImage .box > h3, section.content-area div.topImage .box > h4, section.content-area div.topImage .box > h5, section.content-area div.topImage .box > h6 {
    padding: 0.3125em 0.625em; }
  /* line 510, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .box > div, section.content-area div.topImage .box > div {
    padding: 10px 20px 0 20px; }
  /* line 521, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content span.telephone,
  section.content-area div.content .telephone-small,
  section.content-area div.content .other,
  section.content-area div.content .retail,
  section.content-area div.content .product,
  section.content-area div.content .installation,
  section.content-area div.content .security-Install,
  section.content-area div.content .solution, section.content-area div.topImage span.telephone,
  section.content-area div.topImage .telephone-small,
  section.content-area div.topImage .other,
  section.content-area div.topImage .retail,
  section.content-area div.topImage .product,
  section.content-area div.topImage .installation,
  section.content-area div.topImage .security-Install,
  section.content-area div.topImage .solution {
    background: url("../Images/Icons/icon-tele-blue.png") no-repeat scroll 0% top;
    padding: 0 0 0 20px;
    color: #0057a6;
    font-weight: bold;
    display: inline-block;
    font-size: 1.25em;
    line-height: normal; }
  /* line 532, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content span.telephone-small, section.content-area div.topImage span.telephone-small {
    font-size: 1em;
    padding: 0 0 4px 20px; }
  /* line 537, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .installation, section.content-area div.topImage .installation {
    background: url("../Images/Icons/installation.png") no-repeat scroll 0% top;
    padding: 0 0 0 30px; }
  /* line 538, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .product, section.content-area div.topImage .product {
    background: url("../Images/Icons/star.png") no-repeat scroll 0% top;
    padding: 0 0 0 30px; }
  /* line 539, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .retail, section.content-area div.topImage .retail {
    background: url("../Images/Icons/retail.png") no-repeat scroll 0% top;
    padding: 0 0 0 30px;
    line-height: 1.5em; }
  /* line 540, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .other, section.content-area div.topImage .other {
    background: url("../Images/Icons/info.png") no-repeat scroll 8% top;
    padding: 0 0 0 30px; }
  /* line 541, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .security-Install, section.content-area div.topImage .security-Install {
    background: url("../Images/Icons/Icon-Security-Installations.png") no-repeat scroll 0% top;
    padding: 0 0 0 30px; }
  /* line 542, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content .solution, section.content-area div.topImage .solution {
    background: url("../Images/Icons/Icon-Integrated-Security-Solutions.png") no-repeat scroll 0% top;
    padding: 0 0 0 30px; }

/* line 545, ../../../../../../sass/modules/_m-content-area.scss */
.reveal-modal {
  max-width: 95%; }
  /* line 547, ../../../../../../sass/modules/_m-content-area.scss */
  .reveal-modal .close-reveal-modal:hover {
    cursor: pointer; }

@media only screen and (max-width: 600px) {
  /* line 555, ../../../../../../sass/modules/_m-content-area.scss */
  section.content-area div.content table {
    table-layout: auto; }

  /* line 556, ../../../../../../sass/modules/_m-content-area.scss */
  table.producttable {
    table-layout: auto;
    margin-bottom: 0; }

  /* line 558, ../../../../../../sass/modules/_m-content-area.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  /* line 559, ../../../../../../sass/modules/_m-content-area.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  /* line 560, ../../../../../../sass/modules/_m-content-area.scss */
  .pinned table th {
    white-space: nowrap;
    color: white;
    background: #0057a6;
    border: 1px solid white; }

  /* line 569, ../../../../../../sass/modules/_m-content-area.scss */
  .pinned table tr:last-child th {
    border-bottom: 1px solid #0057a6; }

  /* line 575, ../../../../../../sass/modules/_m-content-area.scss */
  .pinned table td {
    white-space: nowrap;
    border: 1px solid black; }
    /* line 579, ../../../../../../sass/modules/_m-content-area.scss */
    .pinned table td:last-child {
      border-right: none; }

  /* line 585, ../../../../../../sass/modules/_m-content-area.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  /* line 586, ../../../../../../sass/modules/_m-content-area.scss */
  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  /* line 587, ../../../../../../sass/modules/_m-content-area.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  /* line 589, ../../../../../../sass/modules/_m-content-area.scss */
  table.producttable td, table.producttable th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  /* line 590, ../../../../../../sass/modules/_m-content-area.scss */
  table.producttable th:first-child, table.producttable td:first-child, table.producttable td:first-child, table.producttable.pinned td {
    display: none; }

  /* line 592, ../../../../../../sass/modules/_m-content-area.scss */
  .reveal-modal.videomodal {
    width: 100%;
    left: 44%; }

  /* line 594, ../../../../../../sass/modules/_m-content-area.scss */
  .not-in-mobile {
    display: none; } }
/*
  inhalte der Contentelemente / Teaser:
  --------------------

 */
/* line 7, ../../../../../../sass/modules/_m-ce-teaser.scss */
.shadoweffect {
  position: relative;
  z-index: 1; }
  /* line 12, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .shadoweffect:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    top: auto;
    bottom: 0px;
    left: 5px;
    right: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  /* line 16, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .shadoweffect img {
    border: 1px solid white; }

/*==========  Teaser Bild / Text (ce_imageText)  ==========*/
/* line 23, ../../../../../../sass/modules/_m-ce-teaser.scss */
.ce, .box {
  background: -moz-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeef0), color-stop(100%, #207cca), color-stop(100%, #eeeef0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeef0',GradientType=0 );
  /* IE6-8 */
  padding-bottom: 20px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 0 5px 5px;
  width: 100%;
  margin-bottom: 20px;
  z-index: auto; }
  /* line 41, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .ce > header, .box > header {
    margin: 0;
    border-top: 5px solid #0057a6;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0px -4px 28px #e6e6e6 inset;
    padding: 10px 0.625em; }
    /* line 48, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .ce > header h2, .box > header h2 {
      margin: 0;
      font-size: 20px;
      text-transform: none; }
  /* line 54, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .ce h2, .box h2 {
    font-size: 15px;
    text-transform: uppercase; }

/* line 60, ../../../../../../sass/modules/_m-ce-teaser.scss */
header.pagetitle {
  margin-bottom: 1em !important;
  border-top: 5px solid #0057a6;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  box-shadow: 0px -4px 28px #e6e6e6 inset;
  padding: 10px 0.625em; }
  /* line 68, ../../../../../../sass/modules/_m-ce-teaser.scss */
  header.pagetitle h1 {
    margin: 0;
    font-size: 1.25em;
    color: #0057a6; }
  /* line 73, ../../../../../../sass/modules/_m-ce-teaser.scss */
  header.pagetitle h2 {
    margin: 0;
    font-weight: bold; }

/* line 79, ../../../../../../sass/modules/_m-ce-teaser.scss */
.innersize {
  padding: 0 25px 0 25px; }
  /* line 81, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .innersize .link {
    font-size: 0.875em; }

/* line 87, ../../../../../../sass/modules/_m-ce-teaser.scss */
.imageText img {
  border: none; }
/* line 91, ../../../../../../sass/modules/_m-ce-teaser.scss */
.imageText li {
  text-indent: 13px; }

/* line 98, ../../../../../../sass/modules/_m-ce-teaser.scss */
.imageleftText p {
  margin: 0; }
/* line 99, ../../../../../../sass/modules/_m-ce-teaser.scss */
.imageleftText img {
  margin: 0 0 0 25px; }

/* line 104, ../../../../../../sass/modules/_m-ce-teaser.scss */
.solution-teaser {
  height: auto; }
  /* line 107, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .solution-teaser header {
    width: 100%;
    text-transform: uppercase;
    border: none;
    background-color: #0057a6;
    box-shadow: none;
    color: white;
    position: relative;
    height: 40px; }
    /* line 117, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .solution-teaser header h2 {
      color: white;
      width: 83%;
      font-size: 0.9375em; }
      /* line 122, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .solution-teaser header h2:hover {
        color: #ffaf00; }
      /* line 126, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .solution-teaser header h2:before {
        border-left: 1px solid #007acc;
        content: "";
        height: 80%;
        margin: 5px 0 0;
        padding: 0 0 0 16px;
        position: absolute;
        right: 33px;
        top: 0;
        width: 1px; }
      /* line 138, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .solution-teaser header h2:after {
        border-left: 1px solid #014471;
        content: "\00203A";
        font-size: 25px;
        height: 80%;
        line-height: 1;
        margin: 5px 0 0;
        padding: 0 21px 0 19px;
        position: absolute;
        right: 0;
        top: 0; }
  /* line 152, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .solution-teaser li {
    text-indent: 1px; }

/* line 158, ../../../../../../sass/modules/_m-ce-teaser.scss */
.toggleRahmen {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0; }

/* line 164, ../../../../../../sass/modules/_m-ce-teaser.scss */
.image-link {
  overflow: hidden;
  border-top: 5px solid #0057a6;
  transition: width 2s;
  -webkit-transition: width 2s;
  -moz-transition: width 2s;
  position: relative; }
  /* line 173, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .image-link span.fadeText {
    position: absolute;
    font-size: 1em;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 1em;
    z-index: 1;
    overflow: hidden;
    bottom: -300px;
    height: auto;
    transition: bottom 2s;
    -webkit-transition: bottom 2s;
    -moz-transition: bottom 2s; }
  /* line 192, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .image-link a:hover span.fadeText {
    bottom: 40px; }

/*==========  Teaser Text (ce_content)  ==========*/
/* line 202, ../../../../../../sass/modules/_m-ce-teaser.scss */
.textcontent {
  background-color: #f4f4f4;
  padding-bottom: 20px; }

/* line 208, ../../../../../../sass/modules/_m-ce-teaser.scss */
.blueteaser {
  background: #0057a6;
  filter: none;
  /* IE6-8 */
  padding-bottom: 20px;
  color: white;
  border: none;
  border-radius: 0; }
  /* line 215, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .blueteaser p {
    font-weight: bold; }

/* line 218, ../../../../../../sass/modules/_m-ce-teaser.scss */
.mainCol .textcontent header {
  background-color: #0057a6;
  color: white;
  box-shadow: none; }
  /* line 223, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .mainCol .textcontent header h2 {
    color: white; }

/* line 228, ../../../../../../sass/modules/_m-ce-teaser.scss */
.content-area .textcontent header {
  background-color: #0057a6;
  color: white;
  box-shadow: none;
  border-top: 0px; }
  /* line 234, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .content-area .textcontent header h2 {
    color: white; }

/*==========  Teaser Text (ce_togglebox)  ==========*/
/* line 242, ../../../../../../sass/modules/_m-ce-teaser.scss */
.togglebox {
  height: 7.5em;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer; }
  /* line 249, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .togglebox .content_slider img {
    padding-top: 5px;
    margin: 0 0 5px 0; }
  /* line 255, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .togglebox .content_slider .large-7 img {
    padding-top: 0px; }
  /* line 261, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .togglebox .togglesubheader {
    margin-top: 5px; }
  /* line 263, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .togglebox .yellowslide {
    background-color: #ffaf00; }
    /* line 266, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .togglebox .yellowslide .togglebutton {
      position: absolute;
      right: 0;
      background: url("../Images/Icons/blauPlus.png") no-repeat scroll 100% 100%;
      width: 34px;
      height: 34px;
      cursor: pointer; }
    /* line 275, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .togglebox .yellowslide .togglebutton.minus {
      background: url("../Images/Icons/blauMinus.png") no-repeat scroll 100% 100%; }
    /* line 279, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .togglebox .yellowslide .jshow {
      display: none; }
  /* line 282, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .togglebox .blueslide {
    background-color: #0057a6;
    color: white; }
    /* line 286, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .togglebox .blueslide .togglebutton {
      background: url("../Images/Icons/gelbPlus.png") no-repeat scroll 100% 100%;
      width: 34px;
      height: 34px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0; }
    /* line 296, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .togglebox .blueslide .togglebutton.minus {
      background: url("../Images/Icons/gelbMinus.png") no-repeat scroll 100% 100%; }
    /* line 300, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .togglebox .blueslide h2 {
      color: white; }
    /* line 302, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .togglebox .blueslide .jshow {
      display: none; }

/* line 306, ../../../../../../sass/modules/_m-ce-teaser.scss */
.large-12 .togglebox {
  /*left:emCalc(-5px);*/
  height: 5.625em;
  margin: 0 0 20px 0; }

/*=========Content Slider=========*/
/* line 314, ../../../../../../sass/modules/_m-ce-teaser.scss */
.content_slider {
  padding: 0 10px 1px 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1; }
  /* line 323, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .content_slider img {
    margin: 0 auto 10px;
    display: block; }
  /* line 328, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .content_slider .jshow {
    padding: 0 20px 15px 15px; }
  /* line 329, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .content_slider .jheader {
    padding: 0px 0px 0 15px; }
  /* line 333, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .content_slider .jheader.withouth2 {
    margin-top: 12px; }

/*==========  Teaser Story - Slider (ce_storieslider)  ==========*/
/* line 343, ../../../../../../sass/modules/_m-ce-teaser.scss */
.storieslider {
  padding-bottom: 0;
  position: relative;
  background-color: #f3f3f3; }
  /* line 348, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .storieslider img {
    padding: 0 30px; }
  /* line 352, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .storieslider header {
    padding: 10px 10px; }
  /* line 356, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .storieslider .cleanrightpadding {
    padding-right: 0; }
  /* line 360, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .storieslider .cleanleftpadding {
    padding-left: 0; }

/*==========  Infografic  ==========*/
/* line 369, ../../../../../../sass/modules/_m-ce-teaser.scss */
.infografic {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  /* line 374, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .infografic img {
    border: 1px solid #d8d8d8; }
  /* line 378, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .infografic a.button-blue {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 1; }

/*==========  CE_Images  ==========*/
/* line 392, ../../../../../../sass/modules/_m-ce-teaser.scss */
.brandimages .brands {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid white; }
  /* line 396, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .brandimages .brands img {
    border: none; }
  /* line 398, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .brandimages .brands:first-child {
    border-top: none; }
  /* line 399, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .brandimages .brands:last-child {
    border-bottom: none; }

/*==========  Hero Banner  ==========*/
/* line 404, ../../../../../../sass/modules/_m-ce-teaser.scss */
.herobanner, .herobannerStart, .herobannerStartTextRight {
  position: relative;
  display: inline-block;
  height: 255px;
  width: 100%; }
  /* line 410, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner .blue, .herobanner .white, .herobannerStart .blue, .herobannerStart .white, .herobannerStartTextRight .blue, .herobannerStartTextRight .white {
    color: #0057a6;
    width: 760px;
    padding: 33px 0 0 0; }
    /* line 414, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanner .blue .bracks, .herobanner .white .bracks, .herobannerStart .blue .bracks, .herobannerStart .white .bracks, .herobannerStartTextRight .blue .bracks, .herobannerStartTextRight .white .bracks {
      background: url("../Images/Backgrounds/blue_slash_breit.png") no-repeat scroll 0 0;
      height: 181px;
      position: absolute;
      top: 47px;
      width: 450px; }
  /* line 422, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner .white, .herobanner .white h2, .herobannerStart .white, .herobannerStart .white h2, .herobannerStartTextRight .white, .herobannerStartTextRight .white h2 {
    color: white; }
    /* line 424, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanner .white .bracks, .herobanner .white h2 .bracks, .herobannerStart .white .bracks, .herobannerStart .white h2 .bracks, .herobannerStartTextRight .white .bracks, .herobannerStartTextRight .white h2 .bracks {
      background: url("../Images/Backgrounds/white_slash_breit.png") no-repeat scroll 0 0; }
  /* line 429, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner h2.bannerheader, .herobannerStart h2.bannerheader, .herobannerStartTextRight h2.bannerheader {
    font-weight: bold;
    font-size: 1.875em;
    width: 400px;
    padding: 0 0 0 78px;
    text-align: left; }
  /* line 437, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner .bannertext, .herobanner .bannerlink, .herobannerStart .bannertext, .herobannerStart .bannerlink, .herobannerStartTextRight .bannertext, .herobannerStartTextRight .bannerlink {
    width: 385px;
    text-align: left;
    padding: 0 0 0 55px; }
  /* line 442, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner .bannerlink, .herobannerStart .bannerlink, .herobannerStartTextRight .bannerlink {
    width: auto; }

/* line 445, ../../../../../../sass/modules/_m-ce-teaser.scss */
.herobannerStart, .herobannerStartTextRight {
  height: 538px; }
  /* line 447, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStart .blue, .herobannerStartTextRight .blue {
    width: 822px; }
    /* line 449, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobannerStart .blue .bracks, .herobannerStartTextRight .blue .bracks {
      top: 19px; }
  /* line 453, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStart .bannertext, .herobannerStartTextRight .bannertext {
    float: left;
    font-weight: bold;
    font-size: 2.125em;
    width: 380px;
    text-align: left;
    padding: 0 0 0 71px; }

/*  Heroslider f├╝r Landingpages  */
/* line 464, ../../../../../../sass/modules/_m-ce-teaser.scss */
.heroSliderLanding {
  height: 538px; }
  /* line 466, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSliderLanding .content {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }
  /* line 471, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSliderLanding .bannertextright {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 300px;
    z-index: 2;
    text-align: left; }
  /* line 480, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSliderLanding .heroSliderLandingSlide .herobannerSlide {
    display: inline-block;
    height: 538px;
    text-align: left; }
  /* line 481, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSliderLanding .heroSliderLandingSlide .content {
    padding-top: 35px; }
  /* line 482, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSliderLanding .heroSliderLandingSlide .blue, .heroSliderLanding .heroSliderLandingSlide .white {
    color: #0057a6;
    min-width: 300px;
    display: inline-block;
    position: relative; }
    /* line 488, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .heroSliderLanding .heroSliderLandingSlide .blue .bracket1, .heroSliderLanding .heroSliderLandingSlide .blue .bracket2, .heroSliderLanding .heroSliderLandingSlide .white .bracket1, .heroSliderLanding .heroSliderLandingSlide .white .bracket2 {
      height: 150px;
      width: 65px;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../Images/Backgrounds/blue_slash_single.png") no-repeat scroll 0 0; }
    /* line 496, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .heroSliderLanding .heroSliderLandingSlide .blue .bracket2, .heroSliderLanding .heroSliderLandingSlide .white .bracket2 {
      left: 100%; }
    /* line 499, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .heroSliderLanding .heroSliderLandingSlide .blue .bannertext, .heroSliderLanding .heroSliderLandingSlide .white .bannertext {
      padding-left: 60px; }
      /* line 501, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .heroSliderLanding .heroSliderLandingSlide .blue .bannertext h2, .heroSliderLanding .heroSliderLandingSlide .white .bannertext h2 {
        font-size: 1.875em; }
    /* line 505, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .heroSliderLanding .heroSliderLandingSlide .blue .bannerheader, .heroSliderLanding .heroSliderLandingSlide .white .bannerheader {
      padding-left: 90px; }
  /* line 508, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSliderLanding .heroSliderLandingSlide .white {
    color: white; }
    /* line 510, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .heroSliderLanding .heroSliderLandingSlide .white h2, .heroSliderLanding .heroSliderLandingSlide .white h3 {
      color: white; }
    /* line 511, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .heroSliderLanding .heroSliderLandingSlide .white .bracket1, .heroSliderLanding .heroSliderLandingSlide .white .bracket2 {
      background: url("../Images/Backgrounds/white_slash_single.png") no-repeat scroll 0 0; }

/* line 517, ../../../../../../sass/modules/_m-ce-teaser.scss */
.herobanner.mobile {
  height: auto; }
  /* line 519, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner.mobile .blue, .herobanner.mobile .white {
    height: 300px; }

/* line 524, ../../../../../../sass/modules/_m-ce-teaser.scss */
.herobannerStartTextRight {
  /* #### ├╝berschreiben der css einstellungen nur f├╝r dieses Element (landingpages) ### */ }
  /* line 525, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .blue, .herobannerStartTextRight .white {
    width: 900px; }
    /* line 527, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobannerStartTextRight .blue .bracks, .herobannerStartTextRight .white .bracks {
      left: 29.375em; }
  /* line 531, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .bannertext {
    width: 39%;
    font-size: 1.875em;
    font-weight: normal; }
  /* line 537, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .bannertextright {
    float: right;
    text-align: left;
    color: black;
    width: 35%; }
  /* line 544, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .camerabackground {
    background: url("../Images/Icons/camera.png") no-repeat 95% 0%; }
  /* line 548, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .bannerheader {
    float: left;
    width: 40%;
    text-align: left;
    padding: 0 0 0 71px; }
    /* line 554, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobannerStartTextRight .bannerheader h2 {
      font-size: 2.25em;
      line-height: 1.0;
      margin: 0; }
  /* line 562, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .blue, .herobannerStartTextRight .white {
    width: 100%;
    padding-left: 0.625em;
    padding-right: 0.625em;
    position: relative; }
    /* line 568, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobannerStartTextRight .blue .herobanner-textoverlay, .herobannerStartTextRight .white .herobanner-textoverlay {
      position: absolute;
      top: 1.25em;
      height: 181px;
      width: 39%;
      left: 22%; }
      /* line 575, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .herobannerStartTextRight .blue .herobanner-textoverlay .bracket1, .herobannerStartTextRight .blue .herobanner-textoverlay .bracket2, .herobannerStartTextRight .white .herobanner-textoverlay .bracket1, .herobannerStartTextRight .white .herobanner-textoverlay .bracket2 {
        background: url("../Images/Backgrounds/blue_slash_single.png") no-repeat scroll 0 0;
        height: 181px;
        width: 4.0625em;
        top: 0;
        position: absolute; }
      /* line 582, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .herobannerStartTextRight .blue .herobanner-textoverlay .bracket2, .herobannerStartTextRight .white .herobanner-textoverlay .bracket2 {
        top: 0;
        right: 0px; }
      /* line 587, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .herobannerStartTextRight .blue .herobanner-textoverlay .bannertext, .herobannerStartTextRight .white .herobanner-textoverlay .bannertext {
        float: left;
        font-size: 1.5em;
        font-weight: normal;
        padding: 0 28px 0 40px;
        width: 100%; }
        /* line 593, ../../../../../../sass/modules/_m-ce-teaser.scss */
        .herobannerStartTextRight .blue .herobanner-textoverlay .bannertext h2, .herobannerStartTextRight .white .herobanner-textoverlay .bannertext h2 {
          font-size: 1.2em;
          line-height: 1.0;
          margin: 0; }
      /* line 600, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .herobannerStartTextRight .blue .herobanner-textoverlay .bannerheader, .herobannerStartTextRight .white .herobanner-textoverlay .bannerheader {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 45px; }
        /* line 605, ../../../../../../sass/modules/_m-ce-teaser.scss */
        .herobannerStartTextRight .blue .herobanner-textoverlay .bannerheader h2, .herobannerStartTextRight .white .herobanner-textoverlay .bannerheader h2 {
          font-size: 1.2em;
          line-height: 1.0;
          margin: 0; }

/* line 618, ../../../../../../sass/modules/_m-ce-teaser.scss */
.herobanneranimation .firstanimation {
  display: none; }
  /* line 622, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1.5625em;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 10px;
    padding: 2px 15px 2px 15px;
    margin-left: -5px;
    /*z-index:10;*/ }
  /* line 633, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons .bicon1 {
    position: absolute;
    top: 16%;
    right: 44%;
    z-index: 2; }
    /* line 639, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanneranimation .firstanimation .bannericons .bicon1 img {
      width: auto;
      border: none; }
  /* line 645, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons .pictext1 {
    position: absolute;
    top: 16%;
    left: 56%;
    z-index: 1; }
  /* line 652, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons .bicon2 {
    position: absolute;
    bottom: 37%;
    right: 49%;
    z-index: 2; }
    /* line 658, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanneranimation .firstanimation .bannericons .bicon2 img {
      width: auto;
      border: none; }
  /* line 664, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons .pictext2 {
    position: absolute;
    bottom: 37%;
    left: 51%;
    z-index: 1; }
  /* line 671, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons .bicon3 {
    position: absolute;
    bottom: 11%;
    right: 25.6%;
    z-index: 2; }
    /* line 677, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanneranimation .firstanimation .bannericons .bicon3 img {
      width: auto;
      border: none; }
  /* line 683, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons .pictext3 {
    position: absolute;
    bottom: 10%;
    right: 29%;
    z-index: 1; }
/* line 695, ../../../../../../sass/modules/_m-ce-teaser.scss */
.herobanneranimation .secondanimation {
  display: none; }
  /* line 697, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannerbody {
    position: absolute;
    top: 21%;
    left: 45%;
    /*z-index:99;*/
    text-align: left; }
    /* line 704, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanneranimation .secondanimation .bannerbody h2 {
      font-weight: bold;
      font-size: 1.875em;
      margin-top: 0;
      line-height: 1.1; }
    /* line 711, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanneranimation .secondanimation .bannerbody .bannersubheader {
      font-size: 12px;
      font-weight: bold; }
      /* line 714, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .herobanneranimation .secondanimation .bannerbody .bannersubheader h3 {
        margin: 0; }
    /* line 719, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanneranimation .secondanimation .bannerbody .bannertext {
      width: 45%;
      color: #0057a6;
      font-weight: bold; }
  /* line 727, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannericons .bicon1 {
    position: absolute;
    top: 8%;
    right: 32%;
    /*z-index:99;*/ }
  /* line 734, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannericons .bicon2 {
    position: absolute;
    bottom: 33%;
    right: 28%;
    /*z-index:99;*/ }
  /* line 741, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannericons .bicon3 {
    position: absolute;
    bottom: 15%;
    right: 35%;
    /*z-index:99;*/ }
  /* line 748, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannericons img {
    border: none; }
  /* line 753, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannerslashes {
    left: 24%;
    position: absolute;
    top: 15%;
    /*z-index: 99;*/
    width: 21%; }
    /* line 760, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobanneranimation .secondanimation .bannerslashes img {
      border: none; }

/*==========  Imagemap Landingpage  ==========*/
/* line 768, ../../../../../../sass/modules/_m-ce-teaser.scss */
section.content-area div.content .imagemapwithpopup .imagemap, section.content-area div.content .imagemapwithpopupmobile .imagemap {
  text-align: left; }

/* line 771, ../../../../../../sass/modules/_m-ce-teaser.scss */
.imagemapwithpopup .headline {
  text-transform: uppercase;
  color: #0057a6; }
/* line 776, ../../../../../../sass/modules/_m-ce-teaser.scss */
.imagemapwithpopup .popuptext {
  display: none; }
/* line 780, ../../../../../../sass/modules/_m-ce-teaser.scss */
.imagemapwithpopup .imagemap {
  position: relative;
  text-align: left; }
  /* line 784, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .jopenpopup {
    cursor: pointer; }
    /* line 786, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .jopenpopup :hover {
      color: #ffaf00; }
  /* line 788, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .popupicon {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px; }
    /* line 794, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .popupicon .popupimage {
      display: none;
      position: absolute;
      top: 0px;
      z-index: 3;
      width: 170px;
      height: 170px; }
    /* line 802, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .popupicon .popuppos {
      position: absolute;
      top: 170px;
      width: 300px;
      text-align: center;
      right: -66px; }
    /* line 810, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .popupicon .popupheadline {
      background-color: #0057a6;
      padding: 10px;
      margin-top: 10px;
      display: inline-block; }
      /* line 815, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .imagemapwithpopup .imagemap .popupicon .popupheadline h2 {
        color: white;
        margin: 0;
        font-size: 1em; }
    /* line 822, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .popupicon .biconleft .popupimage {
      right: 0px; }
    /* line 823, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .popupicon .biconright .popupimage {
      left: 0px; }
  /* line 826, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .icontextright, .imagemapwithpopup .imagemap .icontextleft {
    background: none repeat scroll 0 0 #e1e0e1;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.1;
    opacity: .8; }
    /* line 832, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .icontextright h2, .imagemapwithpopup .imagemap .icontextleft h2 {
      margin: 0; }
      /* line 834, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .imagemapwithpopup .imagemap .icontextright h2 :hover, .imagemapwithpopup .imagemap .icontextleft h2 :hover {
        color: #ffaf00; }
  /* line 840, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .icontextright {
    padding: 2px 51px 2px 5px; }
  /* line 842, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .icontextleft {
    padding: 2px 10px 2px 50px;
    margin-left: 12px; }
  /* line 846, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .biconright, .imagemapwithpopup .imagemap .biconleft {
    position: absolute;
    top: -7px;
    margin-right: -10px; }
    /* line 850, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .biconright img, .imagemapwithpopup .imagemap .biconleft img {
      width: auto;
      border: none; }
  /* line 856, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .biconright {
    right: 0; }
  /* line 857, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .biconleft {
    left: 0; }
  /* line 860, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopup .imagemap .popupcontent {
    width: 255px;
    display: none;
    position: absolute;
    top: 10px;
    left: 200px;
    z-index: 99; }
    /* line 867, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopup .imagemap .popupcontent header {
      width: auto;
      border: none;
      background-color: #0057a6;
      box-shadow: none;
      position: relative; }
      /* line 873, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .imagemapwithpopup .imagemap .popupcontent header .togglebutton {
        background: url("../Images/Icons/gelbx.png") no-repeat scroll 100% 100%;
        width: 34px;
        height: 34px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0; }
      /* line 882, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .imagemapwithpopup .imagemap .popupcontent header h2 {
        color: #fff; }

/* line 888, ../../../../../../sass/modules/_m-ce-teaser.scss */
.stepbanner {
  background-color: #0057a6;
  float: left;
  position: relative;
  color: white;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px; }
  /* line 895, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .stepbanner .kreis {
    background-color: #0057a6;
    width: 50px;
    height: 50px;
    border: 5px solid #ffaf00;
    text-align: center;
    border-radius: 100px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6em;
    float: left;
    margin-right: 15px; }
  /* line 908, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .stepbanner .steptext {
    float: left;
    font-weight: bold;
    width: 60%;
    margin-top: 17px; }
  /* line 914, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .stepbanner .pfeil {
    float: left;
    width: 7%; }
    /* line 917, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .stepbanner .pfeil:after {
      content: "\00203A";
      font-size: 50px;
      height: 80%;
      line-height: 0.8;
      margin: 5px 0 0;
      padding: 0; }
  /* line 926, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .stepbanner .lasticon {
    float: left;
    margin-right: 15px;
    margin-bottom: 1px; }

@-moz-document url-prefix() {
  /* line 933, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStart .herobanneranimation .secondanimation .bannerslashes img {
    width: auto; } }

/* CE - Twitter */
/* line 936, ../../../../../../sass/modules/_m-ce-teaser.scss */
.twitter-timeline {
  width: 100% !important; }

/* line 942, ../../../../../../sass/modules/_m-ce-teaser.scss */
.heroSliderMobile .herobannermobile .slide .mobilebody {
  position: absolute;
  top: 26%;
  right: 10%;
  /*z-index:10;*/ }
  /* line 947, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSliderMobile .herobannermobile .slide .mobilebody h2 {
    text-align: left; }

/* Mobile Ansicht*/
@media only screen and (max-width: 767px) {
  /* line 960, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStart {
    padding: 0;
    height: auto; }
    /* line 963, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobannerStart .bannertext {
      position: absolute;
      right: 10%;
      top: 2%;
      text-align: left;
      width: 70%;
      font-size: 1.5em;
      padding: 0; }
    /* line 972, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .herobannerStart .togglesubheader p {
      display: none; }

  /* line 976, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight h2 {
    font-size: 1.00em; }
  /* line 977, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .bannertext {
    position: absolute;
    right: 10%;
    top: 2%;
    text-align: left;
    width: 70%;
    font-size: 1.5em;
    padding: 0; }
  /* line 986, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobannerStartTextRight .textcontent {
    text-align: left; }

  /* line 991, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .mobileImg {
    width: 60%; }

  /* line 993, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .togglebox {
    margin-bottom: 18px; }

  /* line 995, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner .blue, .herobanner .white {
    width: 100%; }
  /* line 998, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanner h2.bannerheader {
    width: 50%;
    padding: 0 0 0 10px; }

  /*==========  Imagemap Landingpage MOBIL  ==========*/
  /* line 1005, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .imagemapwithpopupmobile {
    display: block;
    position: relative; }
    /* line 1008, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopupmobile .jopenpopup {
      width: 100%;
      float: left;
      margin: 5px 0 5px 0; }
      /* line 1013, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .imagemapwithpopupmobile .jopenpopup .icontext {
        padding: 10px 51px 2px 5px;
        float: left; }
      /* line 1017, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .imagemapwithpopupmobile .jopenpopup .bicon {
        float: left; }
        /* line 1019, ../../../../../../sass/modules/_m-ce-teaser.scss */
        .imagemapwithpopupmobile .jopenpopup .bicon img {
          width: auto;
          border: none; }
    /* line 1025, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopupmobile .popupimage, .imagemapwithpopupmobile .mainbanner {
      margin-bottom: 20px; }
    /* line 1027, ../../../../../../sass/modules/_m-ce-teaser.scss */
    .imagemapwithpopupmobile .popupcontent {
      width: 300px;
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
      /* line 1035, ../../../../../../sass/modules/_m-ce-teaser.scss */
      .imagemapwithpopupmobile .popupcontent header {
        width: auto;
        border: none;
        background-color: #0057a6;
        box-shadow: none;
        position: relative; }
        /* line 1041, ../../../../../../sass/modules/_m-ce-teaser.scss */
        .imagemapwithpopupmobile .popupcontent header .togglebutton {
          background: url("../Images/Icons/gelbPlus.png") no-repeat scroll 100% 100%;
          width: 34px;
          height: 34px;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 0; }
        /* line 1050, ../../../../../../sass/modules/_m-ce-teaser.scss */
        .imagemapwithpopupmobile .popupcontent header h2 {
          color: #fff; } }
@media screen and (max-width: 1024px) {
  /* line 1063, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannericons .bicon1 {
    right: 21%; }
  /* line 1066, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannericons .bicon2 {
    right: 17%; }
  /* line 1069, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .secondanimation .bannericons .bicon3 {
    right: 22%; }
  /* line 1074, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .herobanneranimation .firstanimation .bannericons .bicon3 {
    right: 22%; }

  /* line 1079, ../../../../../../sass/modules/_m-ce-teaser.scss */
  .heroSlider .bx-wrapper .bx-prev {
    left: 85% !important; } }
/* line 1084, ../../../../../../sass/modules/_m-ce-teaser.scss */
#downloadformmodal {
  width: 30%; }

/* .contact-wrapper {
	position: relative;
	margin-bottom:10px;

	.pin {
		display: none;
	}

	.tooltip-up, .tooltip-down {
		position: absolute;
		width: 1%;
		height: 2%;
		background-color: rgba(0, 0, 0, 0);
		margin-left: -1%;
		margin-top: -1%;
	}

	.tooltip {
		display: none;
		width: 200px;
		cursor: pointer;
		text-shadow: 0 1px 0 #fff;
		position: absolute;
		top: 10px;
		left: 50%;
		z-index: 999;
		margin-left: -100px;
		padding:10px;
		color: #222;
		-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.7);
		-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.7);
		box-shadow: 1px 1px 6px rgba(0,0,0,.7);
		background: #fff;
	}

	.tooltip::after {
		content: '';
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -10px;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right :10px solid transparent;
	}

	.tooltip-down .tooltip {
		bottom: 12px;
		top: auto;
	}

	.tooltip-down .tooltip::after {
		bottom: -10px;
		top: auto;
		border-bottom: 0;
		border-top: 10px solid #fff;
	}

	.tooltip h2 {
		font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
		margin: 0 0 10px;
	}

	.tooltip ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
}
 */
/*
	inhalte des videoplayer:
	--------------------
	1. styling des videoplayers
 */
/* line 7, ../../../../../../sass/modules/_m-videoplayer.scss */
.reveal-modal video {
  background-color: #c6c6c6;
  width: 100% !important;
  height: auto !important; }

/* line 15, ../../../../../../sass/modules/_m-videoplayer.scss */
.video-js-box {
  display: none; }
  /* line 18, ../../../../../../sass/modules/_m-videoplayer.scss */
  .video-js-box .video-js {
    background-color: #c6c6c6;
    width: 100% !important;
    height: auto !important; }
  /* line 24, ../../../../../../sass/modules/_m-videoplayer.scss */
  .video-js-box .vjs-big-play-button {
    background: #c6c6c6;
    box-shadow: 1px 1px 2px #FFF;
    -webkit-box-shadow: 1px 1px 2px #FFF;
    -moz-box-shadow: 1px 1px 2px #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0 none; }
  /* line 34, ../../../../../../sass/modules/_m-videoplayer.scss */
  .video-js-box .vjs-controls {
    height: 31px;
    background: #c6c6c6; }
    /* line 37, ../../../../../../sass/modules/_m-videoplayer.scss */
    .video-js-box .vjs-controls > div {
      border-radius: 0;
      -webkit-border-radius: 0;
      background: #c6c6c6;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
      /* line 45, ../../../../../../sass/modules/_m-videoplayer.scss */
      .video-js-box .vjs-controls > div.vjs-play-control span {
        margin-top: 6px; }
      /* line 49, ../../../../../../sass/modules/_m-videoplayer.scss */
      .video-js-box .vjs-controls > div.vjs-progress-holder {
        margin-top: 8px; }
      /* line 53, ../../../../../../sass/modules/_m-videoplayer.scss */
      .video-js-box .vjs-controls > div.vjs-volume-control {
        right: 70px; }
        /* line 56, ../../../../../../sass/modules/_m-videoplayer.scss */
        .video-js-box .vjs-controls > div.vjs-volume-control div {
          padding: 0; }
        /* line 59, ../../../../../../sass/modules/_m-videoplayer.scss */
        .video-js-box .vjs-controls > div.vjs-volume-control span {
          height: 16px; }
          /* line 62, ../../../../../../sass/modules/_m-videoplayer.scss */
          .video-js-box .vjs-controls > div.vjs-volume-control span:nth-child(6) {
            border-bottom-width: 16px; }
      /* line 68, ../../../../../../sass/modules/_m-videoplayer.scss */
      .video-js-box .vjs-controls > div.vjs-time-control {
        right: 135px; }
      /* line 72, ../../../../../../sass/modules/_m-videoplayer.scss */
      .video-js-box .vjs-controls > div.vjs-fullscreen-control div {
        margin-top: 1px; }
  /* line 78, ../../../../../../sass/modules/_m-videoplayer.scss */
  .video-js-box.vjs-fullscreen {
    height: 100% !important; }
  /* line 82, ../../../../../../sass/modules/_m-videoplayer.scss */
  .video-js-box.vjs-playing .vjs-play-control span {
    width: 10px; }
  /* line 87, ../../../../../../sass/modules/_m-videoplayer.scss */
  .video-js-box object {
    display: block; }

/*
	inhalte der newslist:
	--------------------
	1. news standard list and latest
	2. news-detailseite
 */
/* line 9, ../../../../../../sass/modules/_m-news.scss */
.news article {
  margin-bottom: 1.875em;
  overflow: hidden;
  /*
	h3 {
		font-size: emCalc(15px) !important;
		margin:0;
		padding:0;
		&:hover {
			color: $blue;
		}
		a {
			color: inherit;
		}
	}
*/
  /*.content {
   width: 66.66667%;
  padding-left: 0.625em;
  padding-right: 0.625em;
  float: right;
  font-size: emCalc($basic-font-size-content);*/
  /*}*/ }
  /* line 26, ../../../../../../sass/modules/_m-news.scss */
  .news article p {
    /*margin-bottom: 5px; */
    /*font-size: 1em; */ }
    /* line 30, ../../../../../../sass/modules/_m-news.scss */
    .news article p time {
      color: #696b75;
      font-size: 0.825em;
      line-height: 0; }
  /* line 38, ../../../../../../sass/modules/_m-news.scss */
  .news article a.link-image.shadoweffect {
    display: block;
    height: 100%; }
  /* line 42, ../../../../../../sass/modules/_m-news.scss */
  .news article a.link-image img {
    width: 100%; }
  /* line 47, ../../../../../../sass/modules/_m-news.scss */
  .news article .location {
    margin: 0 0 15px 0; }
    /* line 50, ../../../../../../sass/modules/_m-news.scss */
    .news article .location p {
      margin: 5px 0;
      line-height: 1em; }
  /* line 56, ../../../../../../sass/modules/_m-news.scss */
  .news article .more {
    color: #0057a6;
    font-size: 0.875em;
    font-weight: bold; }
    /* line 61, ../../../../../../sass/modules/_m-news.scss */
    .news article .more:after {
      content: "\00203A";
      margin-left: 5px; }
    /* line 65, ../../../../../../sass/modules/_m-news.scss */
    .news article .more:hover {
      color: #ffaf00; }
  /* line 69, ../../../../../../sass/modules/_m-news.scss */
  .news article .signupContainer {
    margin: 20px 0; }
    /* line 71, ../../../../../../sass/modules/_m-news.scss */
    .news article .signupContainer .booking {
      color: white;
      width: auto;
      background-color: #0057a6;
      padding: 3px 5px;
      border-radius: 3px;
      font-size: 0.875em;
      font-weight: bold; }
      /* line 79, ../../../../../../sass/modules/_m-news.scss */
      .news article .signupContainer .booking:after {
        content: "\00203A";
        margin-left: 5px; }
      /* line 83, ../../../../../../sass/modules/_m-news.scss */
      .news article .signupContainer .booking:hover {
        color: #ffaf00; }
  /* line 88, ../../../../../../sass/modules/_m-news.scss */
  .news article .mediaelement-image {
    margin: 10px 0; }
    /* line 92, ../../../../../../sass/modules/_m-news.scss */
    .news article .mediaelement-image a {
      line-height: 1.6;
      display: inline-block; }
  /* line 108, ../../../../../../sass/modules/_m-news.scss */
  .news article .news-content {
    padding: 0.625em; }

/* line 111, ../../../../../../sass/modules/_m-news.scss */
hr.newshr {
  height: 1px;
  background-color: white;
  border-top: 1px solid #e6e6e6;
  margin: 1.25em 0.625em 1.1875em; }

/* line 122, ../../../../../../sass/modules/_m-news.scss */
section.content-area div.content .page-navigation ul li:before {
  content: "";
  padding: 0; }
/* line 126, ../../../../../../sass/modules/_m-news.scss */
section.content-area div.content .page-navigation ul li a {
  color: #0057a6;
  padding: 0 0.2em; }

/* line 135, ../../../../../../sass/modules/_m-news.scss */
.rightCol .news article {
  margin-bottom: 1.25em; }
  /* line 137, ../../../../../../sass/modules/_m-news.scss */
  .rightCol .news article .teaser-content {
    display: none; }
  /* line 138, ../../../../../../sass/modules/_m-news.scss */
  .rightCol .news article time {
    font-size: 0.75em; }
  /* line 141, ../../../../../../sass/modules/_m-news.scss */
  .rightCol .news article h3 {
    font-size: 0.96em; }

/* line 152, ../../../../../../sass/modules/_m-news.scss */
.news-detail > div,
.news-detail div.news-related-wrap > div {
  margin-bottom: 0.875em; }
/* line 156, ../../../../../../sass/modules/_m-news.scss */
.news-detail .news-related-news-date {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block; }
/* line 161, ../../../../../../sass/modules/_m-news.scss */
.news-detail .news-related-files header {
  border-left: none;
  border-right: none; }
/* line 165, ../../../../../../sass/modules/_m-news.scss */
.news-detail .news-related-files-size {
  margin-left: 10px; }
/* line 168, ../../../../../../sass/modules/_m-news.scss */
.news-detail div.news-related-wrap {
  margin-top: 3em; }
/* line 172, ../../../../../../sass/modules/_m-news.scss */
.news-detail header {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 5px solid #0057a6;
  box-shadow: 0px -4px 28px #e6e6e6 inset;
  padding: 0.8em 0.625em;
  position: relative;
  height: 3.5em; }
/* line 184, ../../../../../../sass/modules/_m-news.scss */
.news-detail div.news-backlink-wrap {
  float: left;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1em;
  margin-top: -4px; }
  /* line 192, ../../../../../../sass/modules/_m-news.scss */
  .news-detail div.news-backlink-wrap a {
    color: #0057a6; }
    /* line 195, ../../../../../../sass/modules/_m-news.scss */
    .news-detail div.news-backlink-wrap a:before {
      content: '\2039';
      font-size: 1.4em; }
/* line 201, ../../../../../../sass/modules/_m-news.scss */
.news-detail div.social-share-buttons {
  /*width:75%;*/
  float: right; }
  /* line 205, ../../../../../../sass/modules/_m-news.scss */
  .news-detail div.social-share-buttons > div {
    float: right;
    margin-right: 5px; }
  /* line 209, ../../../../../../sass/modules/_m-news.scss */
  .news-detail div.social-share-buttons a img {
    margin-left: 0.625em;
    /*width:100%;*/ }
/* line 214, ../../../../../../sass/modules/_m-news.scss */
.news-detail .news-related-files ul {
  padding: 0 0.225em; }
  /* line 217, ../../../../../../sass/modules/_m-news.scss */
  .news-detail .news-related-files ul > li {
    padding: 1em 0; }

/*
	inhalte der search:
	--------------------
	1. anpassungen der suchergebnisseite
 */
/* line 8, ../../../../../../sass/modules/_m-search.scss */
.tx-indexedsearch-searchbox {
  display: none; }

/* line 16, ../../../../../../sass/modules/_m-search.scss */
.tx-indexedsearch-res.res-tmpl-css {
  border-top: 1px solid #c6c6c6;
  margin-top: 1.25em;
  padding-top: 1.25em; }
  /* line 21, ../../../../../../sass/modules/_m-search.scss */
  .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-title {
    color: #333333; }
  /* line 25, ../../../../../../sass/modules/_m-search.scss */
  .tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-redMarkup {
    color: #004577;
    text-transform: uppercase; }

/* line 32, ../../../../../../sass/modules/_m-search.scss */
.tx-indexedsearch-browsebox ul > li:before {
  content: ''; }

/*
	inhalte der startpage:
	--------------------
	1. defintion/├╝berschreiben des bild-faders auf der startseite
	2. neupositionierung des teaser-containers, wenn der bildschirm kleiner wird
 */
@media only screen and (min-width: 960px) {
  /* line 12, ../../../../../../sass/partials/_p-startpage.scss */
  #tyco161 .section-tabs > section .content {
    height: 800px;
    overflow: hidden; }
  /* line 16, ../../../../../../sass/partials/_p-startpage.scss */
  #tyco161 .storieslider {
    height: 280px;
    overflow: hidden; }
  /* line 20, ../../../../../../sass/partials/_p-startpage.scss */
  #tyco161 .imageText {
    height: 381px;
    overflow: hidden; } }
/*===================================
=            _forms.scss            =
===================================*/
/**
*
* Styles for all of the form elems
*
**/
/* Form Elements */
/* line 26, ../../../../../../sass/partials/_forms.scss */
.tx-powermail {
  background: -moz-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeef0), color-stop(100%, #207cca), color-stop(100%, #eeeef0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeef0',GradientType=0 );
  /* IE6-8 */
  display: inline-block;
  padding-bottom: 0px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 0 5px 5px;
  width: 100%;
  margin-bottom: 20px;
  z-index: auto;
  font-size: 0.875em;
  /* checked */ }
  /* line 45, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .smalltext.powermail_fieldwrap_text {
    font-size: 0.85em; }
  /* line 48, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail h3 {
    margin: 0;
    padding: 10px 0.625em;
    text-transform: uppercase;
    background-color: #0057a6;
    color: white;
    font-size: 1.25em; }
  /* line 56, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail fieldset {
    border: none;
    padding: 20px 10px;
    margin: 0; }
    /* line 60, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail fieldset fieldset {
      padding: 0; }
  /* line 62, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_label {
    padding: 0 0 15px 0; }
  /* line 64, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_legend {
    display: none; }
  /* line 66, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_fieldwrap {
    padding: 0 0 25px 0; }
  /* line 68, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_input, .tx-powermail .powermail_textarea {
    border-radius: 3px;
    padding: 5px;
    border: 1px solid #d8d8d8;
    width: 100%; }
  /* line 76, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_radio_inner {
    display: inline-block;
    padding: 0 20px 0 0; }
  /* line 77, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_check_inner .formErrorContent {
    left: 12.3125em;
    top: -1.5625em; }
  /* line 79, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .formErrorContent {
    color: #ff0000;
    padding: 5px;
    border: 1px solid #ff0000;
    width: 11.25em;
    left: -7.875em;
    top: -1.25em;
    background-color: #f4f4f4;
    position: absolute;
    z-index: 99;
    font-size: 0.8em; }
  /* line 91, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_message_error {
    color: #ff0000;
    padding: 5px;
    border: 1px solid #ff0000;
    background-color: #f4f4f4;
    margin: 20px 10px 10px 10px; }
  /* line 98, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-done {
    display: none; }
  /* line 100, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1; }
    /* line 106, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .chzn-container .chzn-drop {
      width: 100%;
      position: absolute;
      top: 25px;
      left: 0;
      background: #fff;
      padding: 10px;
      margin-top: 10px;
      border: 1px solid #d8d8d8;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1010; }
  /* line 121, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container-single .chzn-single,
  .tx-powermail .powermail_submit {
    text-transform: uppercase;
    background-color: #ffaf00;
    display: inline-block;
    padding: 0 0 0 10px;
    height: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 26px;
    position: relative;
    margin: 0 10px 0 0;
    box-shadow: 0 1px 5px #333333;
    font-size: 0.875em;
    border-radius: 2px;
    border-top: 1px solid #feda7c;
    color: #333333;
    font-weight: bold;
    text-shadow: 0 1px 0 #feda7c;
    width: 100%; }
  /* line 142, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  /* line 151, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 26px;
    width: 37px;
    padding-left: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 161, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container-single .chzn-single div b {
    background: transparent url("../Images/Icons/select-arrow.png") left center no-repeat;
    display: block;
    width: 22px;
    height: 100%; }
  /* line 167, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px; }
  /* line 171, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto; }
  /* line 179, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 5px 0px;
    margin: 0;
    margin-right: 10px;
    list-style: none; }
    /* line 187, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .chzn-container .chzn-results li:before {
      content: ''; }
  /* line 191, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item; }
  /* line 195, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container .chzn-results .highlighted {
    background-color: #f4f4f4; }
  /* line 198, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .chzn-container .chzn-drop .result-selected {
    background-color: #f4f4f4; }
  /* line 202, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_submit {
    width: auto;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 0 10px; }
    /* line 208, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .powermail_submit:hover {
      color: white;
      text-shadow: none; }
    /* line 212, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .powermail_submit:after {
      content: "\00203A";
      color: inherit;
      font-size: 1.3em;
      font-weight: bold;
      border-left: 1px solid #da961b;
      margin-left: 10px;
      padding: 0 0 0 10px; }
  /* line 223, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .threeRows {
    width: 33.3%;
    float: left;
    border-right: 1px solid white;
    border-left: 1px solid #d8d8d8;
    margin: 20px 0;
    padding: 10px 20px; }
    /* line 230, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .threeRows:first-of-type {
      border-left: none; }
    /* line 233, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .threeRows:last-of-type {
      border-right: none; }
    @media only screen and (max-width: 768px) {
      /* line 223, ../../../../../../sass/partials/_forms.scss */
      .tx-powermail .threeRows {
        width: 100%; } }
  /* line 240, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .noPadding {
    padding-bottom: 0; }
  /* line 241, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail form {
    display: inline-block;
    width: 100%; }
  /* line 244, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_check_inner > input[type=checkbox],
  .tx-powermail .powermail_radio_inner > input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  /* line 249, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_check_inner > input[type=checkbox] + label,
  .tx-powermail .powermail_radio_inner > input[type=radio] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 30px;
    text-indent: -30px; }
  /* line 257, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_check_inner > input[type=checkbox] + label::before,
  .tx-powermail .powermail_radio_inner > input[type=radio] + label::before {
    background-color: #d8d8d8;
    z-index: 1;
    content: "";
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 6px 0px 0; }
  /* line 271, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .powermail_check_inner > input[type=checkbox]:checked ~ label::before,
  .tx-powermail .powermail_radio_inner > input[type=radio]:checked ~ label::before {
    background: url("../Images/Icons/checkbox.png") 0 0 no-repeat;
    width: 26px;
    height: 26px;
    margin: -5px 0 0 0; }
  /* line 278, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .bannerform {
    width: 275px;
    position: absolute;
    top: 10%;
    left: 63%;
    background-color: #f1f1f1;
    border: 1px solid #d8d8d8;
    line-height: 18px;
    text-align: left; }
    /* line 289, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .bannerform .boldtext.powermail_fieldwrap_text {
      font-weight: bold; }
    /* line 293, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .bannerform .powermail_fieldwrap {
      padding: 0 0 15px 0; }
    /* line 297, ../../../../../../sass/partials/_forms.scss */
    .tx-powermail .bannerform h3 {
      text-transform: none;
      border: 1px solid #0057a6; }

/* line 306, ../../../../../../sass/partials/_forms.scss */
.topImage .tx-powermail {
  background: transparent;
  filter: none;
  padding-bottom: 0;
  border: none; }

/* line 315, ../../../../../../sass/partials/_forms.scss */
.section-formtabs .tx-powermail {
  background: transparent;
  filter: none;
  padding-bottom: 0;
  border: none; }
  /* line 320, ../../../../../../sass/partials/_forms.scss */
  .section-formtabs .tx-powermail h3 {
    display: none; }

/* line 324, ../../../../../../sass/partials/_forms.scss */
.flyout {
  padding: 0;
  text-align: left;
  color: #333333; }
  /* line 328, ../../../../../../sass/partials/_forms.scss */
  .flyout a {
    color: #0057a6; }
  /* line 330, ../../../../../../sass/partials/_forms.scss */
  .flyout h2 {
    display: none; }
  /* line 332, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail h3 {
    background: none;
    text-transform: none;
    color: #333333; }
  /* line 338, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail .powermail_submit {
    margin-top: 0.9375em; }
  /* line 342, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail .powermail_message {
    margin-left: 0.625em; }
  /* line 347, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail fieldset .powermail_label {
    float: left;
    padding: 3px 10px 0px 0; }
  /* line 352, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail fieldset .powermail_fieldwrap {
    padding: 0 0 15px 0; }
  /* line 353, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail fieldset .chzn-container-single .chzn-single {
    background-color: #0057a6;
    border-top: 1px solid #007acc;
    color: white;
    text-shadow: none; }
  /* line 359, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail fieldset .chzn-container-single .chzn-single div b {
    background: transparent url("../Images/Icons/select-arrow-blue.png") left center no-repeat; }
  /* line 360, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail fieldset .powermail_textarea {
    height: 66px; }
  /* line 361, ../../../../../../sass/partials/_forms.scss */
  .flyout .tx-powermail fieldset .chzn-container {
    min-width: 100% !important; }

/* line 371, ../../../../../../sass/partials/_forms.scss */
.tx-powermail .powermail_check_outer a {
  color: #0057a6; }

@media only screen and (max-width: 768px) {
  /* line 374, ../../../../../../sass/partials/_forms.scss */
  .header .contact-form {
    margin-top: 0;
    width: 100%; }
    /* line 377, ../../../../../../sass/partials/_forms.scss */
    .header .contact-form .flyout {
      padding: 0px 0 0 0; }
      /* line 379, ../../../../../../sass/partials/_forms.scss */
      .header .contact-form .flyout .tx-powermail fieldset {
        width: 100%;
        float: none; }

  /* line 386, ../../../../../../sass/partials/_forms.scss */
  .tx-powermail .bannerform {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; } }
/*====================================
=            _layout.scss            =
====================================*/
/**
*
* Basic styling of layout elements like containers, wrappers, html, body...
*
**/
/*==========  Basic Layout Elements Styles  ==========*/
/* line 14, ../../../../../../sass/partials/_layout.scss */
hr {
  /*border: 0;
  border-top: 1px solid $blue;
  margin: $gutter 0;*/
  height: 1px;
  background-color: white;
  border-top: 1px solid #e6e6e6;
  margin: 0.3125em 0; }

/* line 24, ../../../../../../sass/partials/_layout.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 30, ../../../../../../sass/partials/_layout.scss */
.align-center {
  text-align: center; }

/* line 33, ../../../../../../sass/partials/_layout.scss */
.align-right {
  text-align: right; }

/* line 36, ../../../../../../sass/partials/_layout.scss */
.align-left {
  text-align: left; }

/* line 39, ../../../../../../sass/partials/_layout.scss */
.teaser-text {
  text-transform: uppercase; }

/* line 43, ../../../../../../sass/partials/_layout.scss */
.gutter-top {
  padding: 20px 0 0 0; }

/* line 45, ../../../../../../sass/partials/_layout.scss */
.gutter-left {
  padding: 0 0 0 20px; }

/* line 47, ../../../../../../sass/partials/_layout.scss */
.gutter {
  padding: 10px; }

/* line 49, ../../../../../../sass/partials/_layout.scss */
.gutter-bottom {
  padding: 0 0 20px 0; }

/* line 51, ../../../../../../sass/partials/_layout.scss */
.cleanrightpadding {
  padding-right: 0; }

/* line 53, ../../../../../../sass/partials/_layout.scss */
.cleanleftpadding {
  padding-left: 0; }

/* line 55, ../../../../../../sass/partials/_layout.scss */
.small-font {
  font-size: 0.75em; }

/* line 57, ../../../../../../sass/partials/_layout.scss */
.color-blue {
  color: #0057a6; }

/* line 59, ../../../../../../sass/partials/_layout.scss */
.space-after {
  padding-bottom: 30px; }

/* line 63, ../../../../../../sass/partials/_layout.scss */
.rightCol {
  word-wrap: break-word; }

/*==========  Button Blue / Yellow  ==========*/
/* line 68, ../../../../../../sass/partials/_layout.scss */
.button-blue,
.button-yellow {
  text-transform: uppercase;
  background-color: #0057a6;
  display: inline-block;
  padding: 8px 30px 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
  box-shadow: 0 1px 5px #333333;
  font-size: 14px;
  border-radius: 2px;
  border-top: 1px solid #007acc; }
  /* line 83, ../../../../../../sass/partials/_layout.scss */
  .button-blue a,
  .button-blue a.button-blue,
  .button-yellow a,
  .button-yellow a.button-blue {
    color: white;
    text-shadow: 0 1px 0 #014471; }
    /* line 87, ../../../../../../sass/partials/_layout.scss */
    .button-blue a:hover,
    .button-blue a.button-blue:hover,
    .button-yellow a:hover,
    .button-yellow a.button-blue:hover {
      color: #ffaf00; }
    /* line 90, ../../../../../../sass/partials/_layout.scss */
    .button-blue a:after,
    .button-blue a.button-blue:after,
    .button-yellow a:after,
    .button-yellow a.button-blue:after {
      content: "\00203A";
      color: inherit;
      font-size: 1.2em;
      padding: 0 0 0 10px; }
  /* line 98, ../../../../../../sass/partials/_layout.scss */
  .button-blue:last-child,
  .button-yellow:last-child {
    margin: 0; }
  /* line 99, ../../../../../../sass/partials/_layout.scss */
  .button-blue:hover a,
  .button-yellow:hover a {
    color: #ffaf00; }

/* line 102, ../../../../../../sass/partials/_layout.scss */
a.button-blue {
  color: white;
  text-shadow: 0 1px 0 #014471;
  padding: 5px 10px; }
  /* line 107, ../../../../../../sass/partials/_layout.scss */
  a.button-blue:hover {
    color: #ffaf00; }

/* line 113, ../../../../../../sass/partials/_layout.scss */
a.button-yellow,
span.button-yellow {
  color: #333333;
  text-shadow: 0 1px 0 #feda7c; }
  /* line 117, ../../../../../../sass/partials/_layout.scss */
  a.button-yellow:hover,
  span.button-yellow:hover {
    color: white;
    text-shadow: none; }
  /* line 121, ../../../../../../sass/partials/_layout.scss */
  a.button-yellow:after,
  span.button-yellow:after {
    content: "\00203A";
    color: inherit;
    font-size: 1.3em;
    line-height: 20px;
    font-weight: bold;
    border-left: 1px solid #da961b;
    padding: 0 0 0 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin: -10px 0 0 10px; }
  /* line 134, ../../../../../../sass/partials/_layout.scss */
  a.button-yellow:hover:after,
  span.button-yellow:hover:after {
    color: white;
    text-shadow: none; }

/* line 140, ../../../../../../sass/partials/_layout.scss */
.button-yellow {
  background-color: #ffaf00;
  border-top: 1px solid #feda7c;
  font-weight: bold;
  color: #333333; }
  /* line 146, ../../../../../../sass/partials/_layout.scss */
  .button-yellow a {
    color: #333333;
    text-shadow: 0 1px 0 #feda7c; }
    /* line 149, ../../../../../../sass/partials/_layout.scss */
    .button-yellow a:after {
      content: "\00203A";
      color: inherit;
      font-size: 1.3em;
      line-height: 20px;
      font-weight: bold;
      border-left: 1px solid #da961b;
      position: absolute;
      right: 5px;
      top: 50%;
      margin: -10px 0 0 10px; }
  /* line 163, ../../../../../../sass/partials/_layout.scss */
  .button-yellow:hover a {
    color: white;
    text-shadow: none; }

/* line 173, ../../../../../../sass/partials/_layout.scss */
.link,
.internal-link,
.mail,
.external-link-new-window {
  color: #0057a6;
  font-weight: bold; }
  /* line 177, ../../../../../../sass/partials/_layout.scss */
  .link:after,
  .internal-link:after,
  .mail:after,
  .external-link-new-window:after {
    content: "\00203A";
    color: #0057a6;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 1px 0 5px; }
  /* line 184, ../../../../../../sass/partials/_layout.scss */
  .link:hover,
  .internal-link:hover,
  .mail:hover,
  .external-link-new-window:hover {
    color: #ffaf00; }
  /* line 185, ../../../../../../sass/partials/_layout.scss */
  .link:hover:after,
  .internal-link:hover:after,
  .mail:hover:after,
  .external-link-new-window:hover:after {
    color: #ffaf00; }

/* line 187, ../../../../../../sass/partials/_layout.scss */
.download {
  color: #0057a6;
  font-weight: bold;
  text-decoration: none; }
  /* line 191, ../../../../../../sass/partials/_layout.scss */
  .download:after {
    content: url(../Images/Icons/icon-download.png);
    color: #0057a6;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 10px 0 5px; }
  /* line 198, ../../../../../../sass/partials/_layout.scss */
  .download:hover {
    color: #0057a6; }

/* line 205, ../../../../../../sass/partials/_layout.scss */
.upload-image .download:after {
  content: ""; }

/*==========  Ueberschriften  ==========*/
/* line 212, ../../../../../../sass/partials/_layout.scss */
h2 {
  color: #0057a6;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.25em; }

/* line 219, ../../../../../../sass/partials/_layout.scss */
h3 {
  font-size: 1em; }

/* line 223, ../../../../../../sass/partials/_layout.scss */
h3, h4, h5, h6 {
  color: #333333; }

/* line 227, ../../../../../../sass/partials/_layout.scss */
h4 {
  font-size: 0.875em; }

/* line 231, ../../../../../../sass/partials/_layout.scss */
h5 {
  font-size: 0.875em; }

/* line 235, ../../../../../../sass/partials/_layout.scss */
h6 {
  font-size: 0.875em; }

/* line 240, ../../../../../../sass/partials/_layout.scss */
h2 a, h3 a, h4 a, h5 a {
  color: inherit; }
  /* line 242, ../../../../../../sass/partials/_layout.scss */
  h2 a:after, h3 a:after, h4 a:after, h5 a:after {
    content: "" !important; }

/* line 248, ../../../../../../sass/partials/_layout.scss */
.font-regular {
  font-weight: normal; }

/* line 250, ../../../../../../sass/partials/_layout.scss */
hgroup {
  margin: 0.3rem 0 0.6rem 0; }
  /* line 252, ../../../../../../sass/partials/_layout.scss */
  hgroup h2 {
    margin: 0; }

/*==========  Links  ==========*/
/* line 257, ../../../../../../sass/partials/_layout.scss */
.raquo:after {
  color: #ffaf00;
  content: "\0000BB";
  margin: 0 0.2em;
  position: relative; }

/* line 265, ../../../../../../sass/partials/_layout.scss */
.clear {
  clear: both; }

/* line 268, ../../../../../../sass/partials/_layout.scss */
.topImage {
  position: relative;
  top: -1.5625em;
  text-align: center; }

/* line 274, ../../../../../../sass/partials/_layout.scss */
.topImage .mainbanner {
  overflow: visible;
  text-align: center;
  margin: 0 auto;
  min-height: 13.75em; }

/* line 281, ../../../../../../sass/partials/_layout.scss */
.line-up {
  display: block; }

/*==========  hr  ==========*/
/* line 288, ../../../../../../sass/partials/_layout.scss */
hr.shadoweffect {
  display: block;
  margin-bottom: 20px; }

/*==========  CSC-Default  ==========*/
/* line 295, ../../../../../../sass/partials/_layout.scss */
.csc-textpic-text img {
  margin: 0 2px 4px 2px; }

/* line 296, ../../../../../../sass/partials/_layout.scss */
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
  display: block; }

/* line 297, ../../../../../../sass/partials/_layout.scss */
div.csc-textpic-center .csc-textpic-center-outer, div.csc-textpic-center .csc-textpic-center-inner {
  float: none; }
  /* line 299, ../../../../../../sass/partials/_layout.scss */
  div.csc-textpic-center .csc-textpic-center-outer img, div.csc-textpic-center .csc-textpic-center-inner img {
    margin: 0 auto; }

/* line 302, ../../../../../../sass/partials/_layout.scss */
.csc-textpic-imagecolumn:last-child {
  float: left !important; }

/* line 305, ../../../../../../sass/partials/_layout.scss */
.logo-row div.csc-textpic div.csc-textpic-imagecolumn {
  width: 30%; }

/*  F├╝r eventuelle Hacks*/
@-moz-document url-prefix() {}
/* line 319, ../../../../../../sass/partials/_layout.scss */
.tx_tycoproducts-productsearch-searchbox-input {
  width: 100%; }

/*========================================
=            _navigation.scss            =
========================================*/
/**
*
* Styling of all navigation elems on the page
*
**/
/* Top Menu/ Main Menu */
/*Main menu for Desktop view*/
@media only screen and (min-width: 768px) {
  /* line 20, ../../../../../../sass/partials/_navigation.scss */
  .header .meta-menu > .row {
    margin-bottom: 0.75em; }
  /* line 24, ../../../../../../sass/partials/_navigation.scss */
  .header .navi-container {
    border-top: 1px solid #014471;
    border-bottom: 3px solid #ffaf00;
    margin: 0 0 10px 0;
    position: relative;
    top: -0.9375em;
    z-index: 100; }
    /* line 32, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container:before {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      top: auto;
      bottom: 0px;
      left: 5px;
      right: 5px;
      height: 5px;
      -moz-border-radius: 50%;
      border-radius: 50%;
      bottom: auto;
      top: -1px;
      -webkit-box-shadow: 0 0 15px black;
      -moz-box-shadow: 0 0 15px black;
      box-shadow: 0 0 15px black; }
    /* line 41, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container:after {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      top: auto;
      bottom: 0px;
      left: 5px;
      right: 5px;
      height: 5px;
      -moz-border-radius: 50%;
      border-radius: 50%;
      bottom: -3px;
      -webkit-box-shadow: 0 0 15px black;
      -moz-box-shadow: 0 0 15px black;
      box-shadow: 0 0 15px black; }
    /* line 49, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container.sticky {
      position: fixed;
      width: 100%;
      left: 0;
      z-index: 100;
      margin-top: 0.9375em; }
  /* line 58, ../../../../../../sass/partials/_navigation.scss */
  .header .navi-content {
    border-top: 1px solid #007acc;
    background-color: #0057a6; }
  /* line 63, ../../../../../../sass/partials/_navigation.scss */
  .header .full-menu nav {
    padding: 0; }
  /* line 65, ../../../../../../sass/partials/_navigation.scss */
  .header nav {
    padding-right: 25%;
    z-index: 3;
    position: relative; }
    /* line 70, ../../../../../../sass/partials/_navigation.scss */
    .header nav .level1C2-3 {
      display: none; }
    /* line 76, ../../../../../../sass/partials/_navigation.scss */
    .header nav .subnavi-container {
      display: none;
      position: absolute;
      top: auto;
      left: 0px;
      width: 98%;
      margin: 0;
      padding: 1.25em 0;
      z-index: 10;
      background-color: #f4f4f4;
      border-radius: 0 0 10px 10px; }
      /* line 88, ../../../../../../sass/partials/_navigation.scss */
      .header nav .subnavi-container .level1C2-3 {
        position: absolute;
        top: 0;
        left: 33.33%;
        width: 66.66%;
        padding: 1.25em;
        height: auto;
        line-height: normal;
        display: block; }
        /* line 100, ../../../../../../sass/partials/_navigation.scss */
        .header nav .subnavi-container .level1C2-3 .level1C2,
        .header nav .subnavi-container .level1C2-3 .level1C3 {
          float: left;
          margin: 0px;
          width: 50%;
          padding: 0 10px;
          color: #696b75;
          font-weight: bold; }
      /* line 110, ../../../../../../sass/partials/_navigation.scss */
      .header nav .subnavi-container ul {
        margin: 0; }
    /* line 115, ../../../../../../sass/partials/_navigation.scss */
    .header nav .level1 {
      border-left: 1px solid #007acc;
      border-right: 1px solid #014471;
      width: 100%;
      display: table; }
      /* line 120, ../../../../../../sass/partials/_navigation.scss */
      .header nav .level1 > li {
        line-height: 2.6875em;
        border-right: 1px solid #007acc;
        border-left: 1px solid #014471;
        display: table-cell;
        vertical-align: top; }
        /* line 128, ../../../../../../sass/partials/_navigation.scss */
        .header nav .level1 > li.nav-element {
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
          text-transform: uppercase;
          position: relative;
          font-weight: 700;
          color: white;
          text-align: center;
          position: relative;
          display: table-cell;
          cursor: pointer; }
          /* line 138, ../../../../../../sass/partials/_navigation.scss */
          .header nav .level1 > li.nav-element > a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 0 0.92em; }
            /* line 144, ../../../../../../sass/partials/_navigation.scss */
            .header nav .level1 > li.nav-element > a:hover {
              color: #0057a6;
              text-shadow: none;
              background-color: #ffffff; }
        /* line 152, ../../../../../../sass/partials/_navigation.scss */
        .header nav .level1 > li > .nav-element {
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
          text-transform: uppercase;
          padding-right: 1.25em;
          position: relative;
          font-weight: 700;
          color: white;
          text-align: center;
          position: relative;
          display: block;
          cursor: pointer; }
        /* line 165, ../../../../../../sass/partials/_navigation.scss */
        .header nav .level1 > li.active > .nav-element {
          color: #ffaf00; }
        /* line 169, ../../../../../../sass/partials/_navigation.scss */
        .header nav .level1 > li.has-sub > .nav-element:after {
          content: '\00203A';
          font-size: 1.7em;
          transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          position: absolute;
          top: 0;
          left: auto;
          right: 8px; }
        /* line 181, ../../../../../../sass/partials/_navigation.scss */
        .header nav .level1 > li:hover, .header nav .level1 > li:focus {
          background-color: #f4f4f4; }
          /* line 184, ../../../../../../sass/partials/_navigation.scss */
          .header nav .level1 > li:hover > .nav-element, .header nav .level1 > li:focus > .nav-element {
            color: #0057a6;
            text-shadow: none; }
            /* line 188, ../../../../../../sass/partials/_navigation.scss */
            .header nav .level1 > li:hover > .nav-element:before, .header nav .level1 > li:focus > .nav-element:before {
              content: "";
              position: absolute;
              top: -3px;
              left: 0;
              border-top: 3px solid #ffaf00;
              width: 100%;
              height: 3px; }
          /* line 199, ../../../../../../sass/partials/_navigation.scss */
          .header nav .level1 > li:hover > .subnavi-container, .header nav .level1 > li:focus > .subnavi-container {
            display: block; }
    /* line 206, ../../../../../../sass/partials/_navigation.scss */
    .header nav ul.dropdown {
      display: none;
      position: absolute;
      top: 0;
      height: auto; }
      /* line 213, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.dropdown.level2:before, .header nav ul.dropdown.level3:before {
        content: "";
        border-right: 1px solid #d8d8d8;
        display: block;
        width: 1px;
        position: absolute;
        height: 100%;
        top: 0;
        left: 33.2%; }
      /* line 225, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.dropdown.level2:after, .header nav ul.dropdown.level3:after {
        content: "";
        border-right: 1px solid white;
        display: block;
        width: 1px;
        position: absolute;
        height: 100%;
        top: 0;
        left: 33.33%; }
    /* line 237, ../../../../../../sass/partials/_navigation.scss */
    .header nav ul.level2 > li:first-child {
      font-weight: bold; }
    /* line 241, ../../../../../../sass/partials/_navigation.scss */
    .header nav ul.level2 {
      display: block;
      position: relative;
      z-index: 2; }
      /* line 246, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level2 > li .nav-element {
        width: 33.33%; }
      /* line 250, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level2 .nav-element {
        color: #333;
        padding: 0.3125em 1.25em;
        display: block;
        position: relative; }
        /* line 256, ../../../../../../sass/partials/_navigation.scss */
        .header nav ul.level2 .nav-element:hover, .header nav ul.level2 .nav-element:focus {
          background-color: #d8d8d8;
          color: #0057a6; }
      /* line 262, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level2 li:hover > .nav-element, .header nav ul.level2 li:focus > .nav-element {
        background-color: #d8d8d8; }
      /* line 268, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level2 li.has-sub > .nav-element:after {
        content: '\00203A';
        float: right;
        color: inherit; }
      /* line 275, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level2 .level2C3-3 {
        display: none;
        position: absolute;
        top: 0;
        left: 33.33%;
        padding: 0 1.25em;
        width: 66.66%;
        padding-left: 35.5%;
        height: auto;
        z-index: 3;
        color: #696b75; }
        /* line 287, ../../../../../../sass/partials/_navigation.scss */
        .header nav ul.level2 .level2C3-3 .level2C3 {
          font-weight: bold; }
        /* line 288, ../../../../../../sass/partials/_navigation.scss */
        .header nav ul.level2 .level2C3-3 .level2C3-img {
          padding: 10px 0 0 0; }
    /* line 292, ../../../../../../sass/partials/_navigation.scss */
    .header nav ul.level3 {
      left: 33.33%;
      width: 66.66%;
      z-index: 4; }
      /* line 297, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level3.dropdown:before {
        left: 49.9%; }
      /* line 301, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level3.dropdown:after {
        left: 50%; }
      /* line 305, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level3 > li .nav-element {
        width: 50%; }
      /* line 309, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level3 .level2C3-3 {
        left: 18.33%;
        padding: 0;
        width: 75.66%;
        padding-left: 35%; }
    /* line 317, ../../../../../../sass/partials/_navigation.scss */
    .header nav ul.level4 {
      left: 50%;
      width: 50%;
      z-index: 6; }
      /* line 322, ../../../../../../sass/partials/_navigation.scss */
      .header nav ul.level4 > li .nav-element {
        width: 100%; }
  /* line 328, ../../../../../../sass/partials/_navigation.scss */
  .header .contact-form {
    position: absolute;
    top: 0;
    display: inline-block;
    visibility: hidden;
    width: 100%; } }
/* line 339, ../../../../../../sass/partials/_navigation.scss */
#language_switch {
  display: inline-block;
  vertical-align: bottom; }
  /* line 342, ../../../../../../sass/partials/_navigation.scss */
  #language_switch li {
    display: inline-block;
    margin-right: 5px; }
  /* line 347, ../../../../../../sass/partials/_navigation.scss */
  #language_switch li.active a {
    color: #ffaf00; }

/* Site Menu/ Sub Menu */
/* line 358, ../../../../../../sass/partials/_navigation.scss */
.content-area .side-nav ul li ul {
  margin-left: 0; }
/* line 361, ../../../../../../sass/partials/_navigation.scss */
.content-area .side-nav .level1 > li {
  font-size: 1.25em;
  font-weight: bold; }
  /* line 364, ../../../../../../sass/partials/_navigation.scss */
  .content-area .side-nav .level1 > li a {
    padding-bottom: 10px;
    border-bottom: 5px solid #0057a6;
    color: #0057a6; }
    /* line 368, ../../../../../../sass/partials/_navigation.scss */
    .content-area .side-nav .level1 > li a:before {
      content: "// "; }
    /* line 372, ../../../../../../sass/partials/_navigation.scss */
    .content-area .side-nav .level1 > li a:first-child {
      font-weight: bold; }
    /* line 376, ../../../../../../sass/partials/_navigation.scss */
    .content-area .side-nav .level1 > li a:active {
      font-weight: bold; }
/* line 383, ../../../../../../sass/partials/_navigation.scss */
.content-area .side-nav .level2 {
  margin-top: 20px; }
  /* line 385, ../../../../../../sass/partials/_navigation.scss */
  .content-area .side-nav .level2 > li {
    font-size: 0.625em;
    font-weight: normal; }
    /* line 389, ../../../../../../sass/partials/_navigation.scss */
    .content-area .side-nav .level2 > li a {
      padding-bottom: 0;
      border: none; }
      /* line 392, ../../../../../../sass/partials/_navigation.scss */
      .content-area .side-nav .level2 > li a:before {
        font-size: 1.25em;
        content: "\00203A";
        margin-right: 5px; }
      /* line 397, ../../../../../../sass/partials/_navigation.scss */
      .content-area .side-nav .level2 > li a:active {
        font-weight: bold; }
/* line 405, ../../../../../../sass/partials/_navigation.scss */
.content-area .side-nav .level3 {
  margin-left: 20px; }
  /* line 409, ../../../../../../sass/partials/_navigation.scss */
  .content-area .side-nav .level3 > li a {
    color: black;
    padding-bottom: 0;
    border: none;
    font-style: italic; }
    /* line 414, ../../../../../../sass/partials/_navigation.scss */
    .content-area .side-nav .level3 > li a:before {
      content: ""; }
    /* line 417, ../../../../../../sass/partials/_navigation.scss */
    .content-area .side-nav .level3 > li a:active {
      font-weight: bold; }

/* Metanavigation */
/* line 432, ../../../../../../sass/partials/_navigation.scss */
.meta-nav {
  margin: 0; }
  /* line 434, ../../../../../../sass/partials/_navigation.scss */
  .meta-nav ul {
    font-size: 0.8125em; }
  /* line 437, ../../../../../../sass/partials/_navigation.scss */
  .meta-nav li {
    display: inline-block; }
    /* line 439, ../../../../../../sass/partials/_navigation.scss */
    .meta-nav li a {
      padding-right: 5px;
      position: relative;
      display: inline-block; }
      /* line 443, ../../../../../../sass/partials/_navigation.scss */
      .meta-nav li a:after {
        content: "/";
        display: inline-block;
        padding-left: 5px; }
      /* line 448, ../../../../../../sass/partials/_navigation.scss */
      .meta-nav li a:hover:after {
        color: white; }
      /* line 451, ../../../../../../sass/partials/_navigation.scss */
      .meta-nav li a.active {
        text-decoration: underline; }
    /* line 455, ../../../../../../sass/partials/_navigation.scss */
    .meta-nav li:last-child a:after {
      content: ""; }

/* Mandantenmenu */
/* line 463, ../../../../../../sass/partials/_navigation.scss */
.header .mandant {
  display: none;
  vertical-align: top;
  background-color: #014471;
  z-index: 101;
  position: relative; }
  @media only screen and (min-width: 768px) {
    /* line 463, ../../../../../../sass/partials/_navigation.scss */
    .header .mandant {
      display: inline-block; } }
  /* line 475, ../../../../../../sass/partials/_navigation.scss */
  .header .mandant > li {
    position: relative;
    padding-right: 2.5em;
    cursor: pointer;
    min-width: 10.625em; }
    /* line 481, ../../../../../../sass/partials/_navigation.scss */
    .header .mandant > li span {
      padding: 0.85em 1.25em;
      border: 1px solid #007acc;
      font-size: 1em;
      display: block; }
      /* line 487, ../../../../../../sass/partials/_navigation.scss */
      .header .mandant > li span:after {
        content: '\203A';
        color: inherit;
        text-align: center;
        position: absolute;
        top: 0.55em;
        right: 0.55em;
        font-size: 1.75em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    /* line 499, ../../../../../../sass/partials/_navigation.scss */
    .header .mandant > li ul.level2 {
      display: none;
      position: absolute;
      z-index: 100;
      background-color: #014471;
      margin: -0.0625em 0 0 0;
      width: 100%;
      overflow: hidden; }
      /* line 508, ../../../../../../sass/partials/_navigation.scss */
      .header .mandant > li ul.level2 li {
        border: 1px solid #007acc;
        border-bottom: 0 none;
        padding: 0.35em 1.25em;
        height: 100%;
        display: block; }
        /* line 514, ../../../../../../sass/partials/_navigation.scss */
        .header .mandant > li ul.level2 li a {
          display: block; }
        /* line 518, ../../../../../../sass/partials/_navigation.scss */
        .header .mandant > li ul.level2 li:last-child {
          border-bottom: 1px solid #007acc; }
    /* line 524, ../../../../../../sass/partials/_navigation.scss */
    .header .mandant > li:hover {
      color: #ffaf00; }
      /* line 526, ../../../../../../sass/partials/_navigation.scss */
      .header .mandant > li:hover ul.level2 {
        display: block; }

/* Footer Menue */
/* Main Menu for small devices*/
@media only screen and (max-width: 768px) {
  /* line 544, ../../../../../../sass/partials/_navigation.scss */
  .header .navi-container {
    border-top: 1px solid #014471;
    border-bottom: 3px solid #ffaf00;
    margin: 0 0 10px 0;
    position: relative;
    top: -0.9375em;
    z-index: 2;
    /*&.sticky {
    	position: fixed;
        width: 100%;
        left: 0;
        z-index: 100;
        margin-top: emCalc(15px);
    }*/ }
    /* line 551, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container:before {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      top: auto;
      bottom: 0px;
      left: 5px;
      right: 5px;
      height: 5px;
      -moz-border-radius: 50%;
      border-radius: 50%;
      bottom: auto;
      top: -1px;
      -webkit-box-shadow: 0 0 15px black;
      -moz-box-shadow: 0 0 15px black;
      box-shadow: 0 0 15px black; }
    /* line 560, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container:after {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      top: auto;
      bottom: 0px;
      left: 5px;
      right: 5px;
      height: 5px;
      -moz-border-radius: 50%;
      border-radius: 50%;
      bottom: -3px;
      -webkit-box-shadow: 0 0 15px black;
      -moz-box-shadow: 0 0 15px black;
      box-shadow: 0 0 15px black; }
    /* line 576, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container .navi-content {
      background-color: #0057a6; }
    /* line 580, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container .line {
      border-top: 1px solid #007acc; }
    /* line 584, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container .contact-form {
      text-align: right;
      position: absolute;
      top: 0;
      display: inline-block;
      visibility: hidden;
      z-index: 2; }
    /* line 593, ../../../../../../sass/partials/_navigation.scss */
    .header .navi-container .top-bar {
      margin: 0; }
      /* line 596, ../../../../../../sass/partials/_navigation.scss */
      .header .navi-container .top-bar .menu-icon {
        left: 0; }
      /* line 600, ../../../../../../sass/partials/_navigation.scss */
      .header .navi-container .top-bar .top-bar-section ul {
        background-color: #f4f4f4; }
        /* line 603, ../../../../../../sass/partials/_navigation.scss */
        .header .navi-container .top-bar .top-bar-section ul li {
          border-top: 1px solid #0057a6; }
          /* line 605, ../../../../../../sass/partials/_navigation.scss */
          .header .navi-container .top-bar .top-bar-section ul li.title a:after {
            content: ''; }
          /* line 608, ../../../../../../sass/partials/_navigation.scss */
          .header .navi-container .top-bar .top-bar-section ul li a {
            color: #333333; }
          /* line 612, ../../../../../../sass/partials/_navigation.scss */
          .header .navi-container .top-bar .top-bar-section ul li.has-dropdown > a:after {
            content: "\00203A";
            color: #333333;
            font-size: 1.3em;
            font-weight: bold;
            padding: 0 20px 0 8px;
            float: right;
            line-height: 22px; } }
/* line 180, ../../../../../../sass/partials/_section.scss */
.section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content {
  padding: 90px 0 0 0;
  background-color: transparent; }

/* line 291, ../../../../../../sass/partials/_section.scss */
.section-accordion {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #d8d8d8;
  border-top: none;
  border: 0 none; }
  /* line 294, ../../../../../../sass/partials/_section.scss */
  .section-accordion > section {
    position: relative; }
    /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-accordion > section > .title {
      background-color: white;
      cursor: pointer;
      margin-bottom: 0; }
      /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-accordion > section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: white;
        font-size: 0.875em;
        white-space: nowrap; }
      /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-accordion > section > .title:hover {
        background-color: white; }
    /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-accordion > section .content {
      display: none;
      padding: 0.9375em;
      background-color: #f4f4f4; }
      /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-accordion > section .content > *:last-child {
        margin-bottom: 0; }
      /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-accordion > section .content > *:first-child {
        padding-top: 0; }
      /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-accordion > section .content > *:last-child {
        padding-bottom: 0; }
    /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-accordion > section.active > .content {
      display: block; }
    /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-accordion > section.active > .title {
      background: transparent; }
      /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-accordion > section.active > .title a {
        color: white; }
    /* line 124, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-accordion > section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #d8d8d8; }
      /* line 130, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-accordion > section > .title a {
        width: 100%; }
  /* line 184, ../../../../../../sass/partials/_section.scss */
  .section-accordion > section {
    margin-bottom: 1px; }
    /* line 186, ../../../../../../sass/partials/_section.scss */
    .section-accordion > section .title {
      border: 0 none; }
      /* line 188, ../../../../../../sass/partials/_section.scss */
      .section-accordion > section .title .title-element {
        color: white;
        font-size: 0.9375em;
        background-color: #0057a6;
        padding: 0.5em 3.75em 0.5em 1.5em;
        margin: 0;
        border: 1px solid #0057a6;
        text-transform: uppercase; }
        /* line 197, ../../../../../../sass/partials/_section.scss */
        .section-accordion > section .title .title-element:after {
          content: "+";
          position: absolute;
          border-left: 1px solid #014471;
          left: auto;
          right: 0;
          top: 0.4125em;
          width: 2.45em;
          text-align: center;
          font-size: 1.5em;
          line-height: 1.1em; }
    /* line 213, ../../../../../../sass/partials/_section.scss */
    .section-accordion > section .teaser {
      padding: 0.625em 1.8125em 0.125em 1.8125em;
      background-color: #f3f3f3;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #f3f3f3));
      background-image: -webkit-linear-gradient(#f4f4f4, #f3f3f3);
      background-image: -moz-linear-gradient(#f4f4f4, #f3f3f3);
      background-image: -o-linear-gradient(#f4f4f4, #f3f3f3);
      background-image: linear-gradient(#f4f4f4, #f3f3f3);
      margin: 0;
      border: solid 1px #d8d8d8;
      border-bottom: none;
      overflow: hidden; }
      /* line 222, ../../../../../../sass/partials/_section.scss */
      .section-accordion > section .teaser .teaser-textblock {
        padding: 0.625em 0 0 0;
        overflow: hidden; }
        /* line 226, ../../../../../../sass/partials/_section.scss */
        .section-accordion > section .teaser .teaser-textblock .title {
          color: #0057a6;
          position: relative;
          top: -1em;
          display: block;
          font-size: 0.875em;
          display: none; }
          /* line 234, ../../../../../../sass/partials/_section.scss */
          .section-accordion > section .teaser .teaser-textblock .title:after {
            content: " >"; }
        /* line 238, ../../../../../../sass/partials/_section.scss */
        .section-accordion > section .teaser .teaser-textblock .more {
          display: block; }
      /* line 243, ../../../../../../sass/partials/_section.scss */
      .section-accordion > section .teaser:after {
        clear: both; }
      /* line 247, ../../../../../../sass/partials/_section.scss */
      .section-accordion > section .teaser figure {
        margin: 0.625em;
        margin-top: 1em; }
        /* line 251, ../../../../../../sass/partials/_section.scss */
        .section-accordion > section .teaser figure img {
          width: auto;
          height: 8.25em; }
        /* line 256, ../../../../../../sass/partials/_section.scss */
        .section-accordion > section .teaser figure.teaser-image-left {
          float: left;
          margin-left: 0px; }
        /* line 260, ../../../../../../sass/partials/_section.scss */
        .section-accordion > section .teaser figure.teaser-image-right {
          float: right;
          margin-right: 0px; }
    /* line 267, ../../../../../../sass/partials/_section.scss */
    .section-accordion > section .content {
      background-color: #f4f4f4;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(#f3f3f3, #e6e6e6);
      background-image: -moz-linear-gradient(#f3f3f3, #e6e6e6);
      background-image: -o-linear-gradient(#f3f3f3, #e6e6e6);
      background-image: linear-gradient(#f3f3f3, #e6e6e6);
      padding: 1em 1.825em;
      border: solid 1px #d8d8d8;
      border-top: 0 none; }
    /* line 277, ../../../../../../sass/partials/_section.scss */
    .section-accordion > section.active .title .title-element:after {
      content: "-"; }
    /* line 281, ../../../../../../sass/partials/_section.scss */
    .section-accordion > section.active .title .teaser {
      border-bottom: 0 none; }
  /* line 299, ../../../../../../sass/partials/_section.scss */
  .section-accordion:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    top: auto;
    bottom: 0px;
    left: 5px;
    right: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/* line 306, ../../../../../../sass/partials/_section.scss */
.section-tabs {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #d8d8d8;
  border-top: none; }
  /* line 310, ../../../../../../sass/partials/_section.scss */
  .section-tabs > section {
    position: relative; }
    /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-tabs > section > .title {
      background-color: white;
      cursor: pointer;
      margin-bottom: 0; }
      /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: white;
        font-size: 0.875em;
        white-space: nowrap; }
      /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section > .title:hover {
        background-color: white; }
    /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-tabs > section .content {
      display: none;
      padding: 0.9375em;
      background-color: #f4f4f4; }
      /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section .content > *:last-child {
        margin-bottom: 0; }
      /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section .content > *:first-child {
        padding-top: 0; }
      /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section .content > *:last-child {
        padding-bottom: 0; }
    /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-tabs > section.active > .content {
      display: block; }
    /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-tabs > section.active > .title {
      background: transparent; }
      /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section.active > .title a {
        color: white; }
    /* line 124, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-tabs > section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #d8d8d8; }
      /* line 130, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section > .title a {
        width: 100%; }
  /* line 2, ../../../../../../sass/partials/_section.scss */
  .section-tabs > section {
    margin-bottom: 0; }
    /* line 4, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section .title {
      border: 0 none !important;
      width: 33.3% !important; }
      /* line 8, ../../../../../../sass/partials/_section.scss */
      .section-tabs > section .title .title-element {
        font-size: 1.25em;
        padding: 0.5em 0.625em;
        color: white;
        background-color: #0057a6;
        border: 1px solid #0057a6;
        border-bottom: 1px solid white;
        margin: 0;
        height: inherit; }
        /* line 18, ../../../../../../sass/partials/_section.scss */
        .section-tabs > section .title .title-element:after {
          content: "";
          position: relative;
          border-left: 0 none;
          left: auto;
          right: auto;
          top: auto;
          width: auto;
          text-align: inherit;
          font-size: normal;
          line-height: normal; }
        /* line 31, ../../../../../../sass/partials/_section.scss */
        .section-tabs > section .title .title-element:hover {
          color: #ffaf00;
          background: #0057a6;
          cursor: pointer; }
      /* line 38, ../../../../../../sass/partials/_section.scss */
      .section-tabs > section .title:hover {
        background: white;
        cursor: default; }
    /* line 44, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section:last-child .title .title-element {
      margin: 0 !important; }
    /* line 46, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section .content {
      background-color: #f3f3f3;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(#f3f3f3, #e6e6e6);
      background-image: -moz-linear-gradient(#f3f3f3, #e6e6e6);
      background-image: -o-linear-gradient(#f3f3f3, #e6e6e6);
      background-image: linear-gradient(#f3f3f3, #e6e6e6);
      padding: 1.25em 1.5625em;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      clear: both; }
      /* line 58, ../../../../../../sass/partials/_section.scss */
      .section-tabs > section .content ul {
        margin-left: 0px !important; }
      /* line 60, ../../../../../../sass/partials/_section.scss */
      .section-tabs > section .content:before {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 5px;
        border-top: 5px solid #0057a6; }
    /* line 72, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section:last-child > .title {
      border-right: 0 none; }
    /* line 76, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section.active .title {
      background: transparent;
      border: none; }
      /* line 79, ../../../../../../sass/partials/_section.scss */
      .section-tabs > section.active .title .title-element {
        color: #0057a6;
        background-color: #f3f3f3;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #f3f3f3));
        background-image: -webkit-linear-gradient(#f4f4f4, #f3f3f3);
        background-image: -moz-linear-gradient(#f4f4f4, #f3f3f3);
        background-image: -o-linear-gradient(#f4f4f4, #f3f3f3);
        background-image: linear-gradient(#f4f4f4, #f3f3f3);
        border-color: #d8d8d8;
        border-bottom: 0 none;
        cursor: default; }
        /* line 87, ../../../../../../sass/partials/_section.scss */
        .section-tabs > section.active .title .title-element:after {
          content: ""; }
  /* line 315, ../../../../../../sass/partials/_section.scss */
  .section-tabs:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    top: auto;
    bottom: 0px;
    left: 5px;
    right: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/* line 320, ../../../../../../sass/partials/_section.scss */
.section-formtabs {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #d8d8d8;
  border-top: none;
  background: -moz-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeef0), color-stop(100%, #207cca), color-stop(100%, #eeeef0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeef0',GradientType=0 );
  /* IE6-8 */
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  z-index: auto; }
  /* line 324, ../../../../../../sass/partials/_section.scss */
  .section-formtabs > section {
    position: relative; }
    /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-formtabs > section > .title {
      background-color: white;
      cursor: pointer;
      margin-bottom: 0; }
      /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-formtabs > section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: white;
        font-size: 0.875em;
        white-space: nowrap; }
      /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-formtabs > section > .title:hover {
        background-color: white; }
    /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-formtabs > section .content {
      display: none;
      padding: 0.9375em;
      background-color: #f4f4f4; }
      /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-formtabs > section .content > *:last-child {
        margin-bottom: 0; }
      /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-formtabs > section .content > *:first-child {
        padding-top: 0; }
      /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-formtabs > section .content > *:last-child {
        padding-bottom: 0; }
    /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-formtabs > section.active > .content {
      display: block; }
    /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-formtabs > section.active > .title {
      background: transparent; }
      /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-formtabs > section.active > .title a {
        color: white; }
    /* line 124, ../../../../../../sass/lib/foundation4/components/_section.scss */
    .section-formtabs > section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #d8d8d8; }
      /* line 130, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-formtabs > section > .title a {
        width: 100%; }
  /* line 111, ../../../../../../sass/partials/_section.scss */
  .section-formtabs h2 {
    margin: 0;
    padding: 10px 0.625em;
    text-transform: uppercase;
    background-color: #0057a6;
    color: white;
    font-size: 1.25em; }
  /* line 119, ../../../../../../sass/partials/_section.scss */
  .section-formtabs p {
    padding: 10px; }
  /* line 123, ../../../../../../sass/partials/_section.scss */
  .section-formtabs > section {
    margin-bottom: 0; }
    /* line 125, ../../../../../../sass/partials/_section.scss */
    .section-formtabs > section .title {
      border: 0 none !important;
      background: transparent !important; }
      /* line 129, ../../../../../../sass/partials/_section.scss */
      .section-formtabs > section .title .title-element {
        font-size: 0.875em;
        color: #333333;
        background-image: none;
        background-color: transparent;
        text-transform: none; }
        /* line 135, ../../../../../../sass/partials/_section.scss */
        .section-formtabs > section .title .title-element:hover {
          cursor: pointer; }
    /* line 142, ../../../../../../sass/partials/_section.scss */
    .section-formtabs > section > .content {
      background: none;
      border: none; }
    /* line 147, ../../../../../../sass/partials/_section.scss */
    .section-formtabs > section.active .title {
      background: transparent !important;
      border: none; }
      /* line 150, ../../../../../../sass/partials/_section.scss */
      .section-formtabs > section.active .title .title-element {
        margin: 0;
        color: #0057a6;
        background-color: transparent;
        border: none;
        margin: 0px; }
        /* line 156, ../../../../../../sass/partials/_section.scss */
        .section-formtabs > section.active .title .title-element:before {
          background: url("../Images/Icons/checkbox.png") 0 0 no-repeat;
          width: 26px;
          height: 26px;
          margin: -5px 4px 10px 0; }
    /* line 165, ../../../../../../sass/partials/_section.scss */
    .section-formtabs > section .title-element:before {
      background-color: #d8d8d8;
      position: relative;
      z-index: 1;
      content: "";
      overflow: hidden;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px 10px 0;
      float: left; }

/* Desktop Ansicht */
@media only screen and (min-width: 768px) {
  /* line 334, ../../../../../../sass/partials/_section.scss */
  .section-tabs {
    border: 0;
    position: relative; }
    /* line 336, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section {
      border: 0;
      position: static; }
      /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section > .title {
        background-color: white;
        cursor: pointer;
        margin-bottom: 0; }
        /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs > section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: white;
          font-size: 0.875em;
          white-space: nowrap; }
        /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs > section > .title:hover {
          background-color: white; }
      /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section .content {
        display: none;
        padding: 0.9375em;
        background-color: #f4f4f4; }
        /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs > section .content > *:last-child {
          margin-bottom: 0; }
        /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs > section .content > *:first-child {
          padding-top: 0; }
        /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs > section .content > *:last-child {
          padding-bottom: 0; }
      /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section.active > .content {
        display: block; }
      /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section.active > .title {
        background: transparent; }
        /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs > section.active > .title a {
          color: white; }
      /* line 139, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section > .title {
        width: auto;
        border: solid 1px #d8d8d8;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
        /* line 148, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs > section > .title a {
          width: 100%; }
      /* line 150, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section:last-child .title {
        border-right: solid 1px #d8d8d8; }
      /* line 152, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section .content {
        border: solid 1px #d8d8d8;
        position: absolute;
        z-index: 10;
        display: none;
        top: -1px; }
      /* line 161, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section.active > .title {
        z-index: 11;
        border-bottom: 0;
        background-color: transparent; }
      /* line 166, ../../../../../../sass/lib/foundation4/components/_section.scss */
      .section-tabs > section.active > .content {
        position: relative; }
      /* line 339, ../../../../../../sass/partials/_section.scss */
      .section-tabs > section .title .title-element {
        margin: 0 0.625em 0 0; }
    /* line 346, ../../../../../../sass/partials/_section.scss */
    .section-tabs .section-formtabs {
      border: 1px solid #d8d8d8;
      position: relative; }
      /* line 348, ../../../../../../sass/partials/_section.scss */
      .section-tabs .section-formtabs > section {
        padding-top: 0 !important;
        border: 0;
        position: static; }
        /* line 87, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section > .title {
          background-color: white;
          cursor: pointer;
          margin-bottom: 0; }
          /* line 92, ../../../../../../sass/lib/foundation4/components/_section.scss */
          .section-tabs .section-formtabs > section > .title a {
            padding: 0.9375em;
            display: inline-block;
            color: white;
            font-size: 0.875em;
            white-space: nowrap; }
          /* line 99, ../../../../../../sass/lib/foundation4/components/_section.scss */
          .section-tabs .section-formtabs > section > .title:hover {
            background-color: white; }
        /* line 102, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section .content {
          display: none;
          padding: 0.9375em;
          background-color: #f4f4f4; }
          /* line 107, ../../../../../../sass/lib/foundation4/components/_section.scss */
          .section-tabs .section-formtabs > section .content > *:last-child {
            margin-bottom: 0; }
          /* line 108, ../../../../../../sass/lib/foundation4/components/_section.scss */
          .section-tabs .section-formtabs > section .content > *:first-child {
            padding-top: 0; }
          /* line 109, ../../../../../../sass/lib/foundation4/components/_section.scss */
          .section-tabs .section-formtabs > section .content > *:last-child {
            padding-bottom: 0; }
        /* line 113, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section.active > .content {
          display: block; }
        /* line 114, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section.active > .title {
          background: transparent; }
          /* line 115, ../../../../../../sass/lib/foundation4/components/_section.scss */
          .section-tabs .section-formtabs > section.active > .title a {
            color: white; }
        /* line 176, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section > .title {
          position: absolute;
          border-top: solid 1px #d8d8d8;
          width: 15.625em; }
        /* line 181, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section:first-child .title {
          border-top: 0; }
        /* line 183, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section .content {
          /*
          HMMH
          display: block;
          position: relative;
          top: $section-vertical-tabs-title-width;
          border-left: $section-border-style $section-border-size $section-border-color;
          z-index: 10;*/ }
        /* line 196, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section.active > .title {
          background-color: transparent;
          width: 15.6875em;
          border-right: solid 0 transparent;
          z-index: 11; }
        /* line 202, ../../../../../../sass/lib/foundation4/components/_section.scss */
        .section-tabs .section-formtabs > section.active:last-child .title {
          border-bottom: 0; }
    /* line 353, ../../../../../../sass/partials/_section.scss */
    .section-tabs:after {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      top: auto;
      bottom: 0px;
      left: 5px;
      right: 5px;
      height: 5px;
      -moz-border-radius: 50%;
      border-radius: 50%;
      bottom: 1px; } }
/* line 359, ../../../../../../sass/partials/_section.scss */
.section-tabs > section:not(.active) {
  padding: 0 !important; }

/* line 360, ../../../../../../sass/partials/_section.scss */
[data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content] {
  display: none; }

/* line 361, ../../../../../../sass/partials/_section.scss */
[data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content {
  display: block; }

/* Mobile Ansicht */
@media only screen and (max-width: 767px) {
  /* line 367, ../../../../../../sass/partials/_section.scss */
  .section-formtabs > section .title .title-element {
    font-size: 1.25em;
    padding: 0.75em 0.625em;
    color: white;
    background-color: #0057a6;
    border: 1px solid #0057a6;
    border-bottom: 1px solid white;
    margin: 0; }
    /* line 376, ../../../../../../sass/partials/_section.scss */
    .section-formtabs > section .title .title-element:after {
      content: "+";
      position: absolute;
      border-left: 1px solid #014471;
      left: auto;
      right: 0;
      top: 0.4125em;
      width: 2.45em;
      text-align: center;
      font-size: 1.5em;
      line-height: 1.1em; }

  /* line 390, ../../../../../../sass/partials/_section.scss */
  section.active .title .title-element:after {
    content: "-"; }

  /* line 394, ../../../../../../sass/partials/_section.scss */
  .section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content {
    padding: 0; }

  /* line 396, ../../../../../../sass/partials/_section.scss */
  .section-tabs > section {
    padding-top: 0 !important; }
    /* line 398, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section .title {
      width: 100% !important;
      height: auto !important; }

  /* line 405, ../../../../../../sass/partials/_section.scss */
  .section-tabs > section .title .title-element {
    border: none;
    padding: 0.75em 0.625em; }
    /* line 409, ../../../../../../sass/partials/_section.scss */
    .section-tabs > section .title .title-element:after {
      content: "+";
      position: absolute;
      border-left: 1px solid #014471;
      left: auto;
      right: 0;
      top: 0.4125em;
      width: 2.45em;
      text-align: center;
      font-size: 1.5em;
      line-height: 1.1em; } }
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

/* line 24, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper img {
  display: block; }

/** THEME
===================================*/
/* line 31, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  background: #fff; }

/* line 40, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
/* line 48, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
/* line 61, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

/* line 71, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

/* line 77, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 91, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 97, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

/* line 102, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

/* line 107, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

/* line 111, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

/* line 115, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 98; }

/* line 126, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
/* line 132, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

/* line 136, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

/* line 147, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

/* line 151, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

/* line 162, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 168, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

/* line 173, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
/* line 180, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

/* line 189, ../../../../../../sass/partials/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* line 196, ../../../../../../sass/partials/_jquery.bxslider.scss */
.slide {
  height: auto; }

/*========== CE_ Video_Slider ==========*/
/* line 204, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .bx-wrapper .bx-viewport, .landingpageslider .bx-wrapper .bx-viewport {
  border: 0px;
  box-shadow: none;
  height: 100%; }
  /* line 210, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .videoslider .bx-wrapper .bx-viewport .slide, .landingpageslider .bx-wrapper .bx-viewport .slide {
    overflow: hidden; }
/* line 216, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .bx-wrapper .bx-controls-direction a, .landingpageslider .bx-wrapper .bx-controls-direction a {
  text-indent: 0px;
  border: 1px solid #d8d8d8;
  color: #0057a6;
  font-size: 4em;
  width: 50px;
  height: 50px;
  line-height: 39px; }
  @media only screen and (max-width: 768px) {
    /* line 216, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .videoslider .bx-wrapper .bx-controls-direction a, .landingpageslider .bx-wrapper .bx-controls-direction a {
      width: 30px;
      height: 30px;
      font-size: 3em;
      line-height: 20px; } }
/* line 232, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .bx-wrapper .bx-prev, .videoslider .bx-wrapper .bx-next, .landingpageslider .bx-wrapper .bx-prev, .landingpageslider .bx-wrapper .bx-next {
  background: #fff;
  margin-top: -35px;
  z-index: 1; }
/* line 239, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .bx-wrapper .bx-prev, .landingpageslider .bx-wrapper .bx-prev {
  left: -17px; }
  @media screen and (min-width: 400px) {
    /* line 239, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .videoslider .bx-wrapper .bx-prev, .landingpageslider .bx-wrapper .bx-prev {
      left: -75px; } }
  @media only screen and (max-width: 768px) {
    /* line 239, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .videoslider .bx-wrapper .bx-prev, .landingpageslider .bx-wrapper .bx-prev {
      left: 0px; } }
  /* line 247, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .videoslider .bx-wrapper .bx-prev:before, .landingpageslider .bx-wrapper .bx-prev:before {
    content: "\002039";
    margin: 0 0 0 13px; }
    @media only screen and (max-width: 768px) {
      /* line 247, ../../../../../../sass/partials/_jquery.bxslider.scss */
      .videoslider .bx-wrapper .bx-prev:before, .landingpageslider .bx-wrapper .bx-prev:before {
        margin: 0 0 0 5px; } }
@media screen and (min-width: 400px) {
  /* line 256, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .videoslider .bx-wrapper .bx-next, .landingpageslider .bx-wrapper .bx-next {
    right: -65px; } }
@media only screen and (max-width: 768px) {
  /* line 256, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .videoslider .bx-wrapper .bx-next, .landingpageslider .bx-wrapper .bx-next {
    right: 0px; } }
/* line 264, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .bx-wrapper .bx-next:after, .landingpageslider .bx-wrapper .bx-next:after {
  content: "\00203A";
  margin: 0 0 0 16px; }
  @media only screen and (max-width: 768px) {
    /* line 264, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .videoslider .bx-wrapper .bx-next:after, .landingpageslider .bx-wrapper .bx-next:after {
      margin: 0 0 0 8px; } }
/* line 275, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider audio, .videoslider canvas, .videoslider video, .landingpageslider audio, .landingpageslider canvas, .landingpageslider video {
  display: block !important; }
/* line 279, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .videopfeil, .landingpageslider .videopfeil {
  left: 36%;
  top: 23%; }
/* line 284, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .video, .landingpageslider .video {
  border-top: 5px solid #0057a6;
  width: 300px;
  height: 165px; }
/* line 290, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videoslider .jopenVideoModal, .landingpageslider .jopenVideoModal {
  cursor: pointer; }

/* line 295, ../../../../../../sass/partials/_jquery.bxslider.scss */
.videopfeil {
  background: rgba(0, 87, 166, 0.6);
  border-radius: 150px 150px 150px 150px;
  height: 80px;
  left: 45%;
  position: absolute;
  top: 45%;
  transition: all 0.4s ease 0s;
  width: 80px; }
  @media only screen and (max-width: 768px) {
    /* line 295, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .videopfeil {
      left: 36%;
      top: 36%; } }
  /* line 310, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .videopfeil:before {
    content: "\0025B6";
    font-size: 2.5em;
    color: white;
    left: 27px;
    position: absolute;
    top: 19px; }

/* line 320, ../../../../../../sass/partials/_jquery.bxslider.scss */
.sliderbutton {
  color: white;
  text-shadow: 0 1px 0 black;
  text-transform: uppercase;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  font-size: 0.9375em;
  font-weight: bold;
  border-top: 1px solid #007acc;
  background-color: #0057a6;
  text-align: left;
  z-index: 1;
  display: table;
  width: 100%; }
  /* line 337, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .sliderbutton:after {
    border-left: 1px solid #014471;
    color: #FFFFFF;
    content: "\00203A";
    font-size: 25px;
    height: 80%;
    line-height: 1;
    margin: 5px 0 0;
    padding: 0 21px 0 19px;
    position: absolute;
    right: 0;
    top: 0; }
  /* line 351, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .sliderbutton:before {
    border-left: 1px solid #007acc;
    content: "";
    height: 80%;
    margin: 3px 0 0;
    padding: 0 0 0 16px;
    position: absolute;
    right: 33px;
    top: 0;
    width: 1px; }
  /* line 362, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .sliderbutton .linkcenter {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px 0 0;
    text-align: center; }

/*========== CE_ Landingpage_Slider ==========*/
/* line 373, ../../../../../../sass/partials/_jquery.bxslider.scss */
.landingpageslider .headline {
  text-transform: uppercase;
  color: #0057a6;
  margin-bottom: 1.875em; }
/* line 379, ../../../../../../sass/partials/_jquery.bxslider.scss */
.landingpageslider .linkhover {
  text-align: left;
  padding: 0 7px 0 4px;
  margin-top: 15px;
  color: #0057a6; }
  /* line 386, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .landingpageslider .linkhover span.linkwithtext {
    line-height: 1.1em; }
    /* line 388, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .landingpageslider .linkhover span.linkwithtext:after {
      content: "\00203A";
      color: inherit;
      font-size: 0.875em;
      padding: 0 0 0 5px; }
  /* line 395, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .landingpageslider .linkhover span.linkwithouttext {
    text-transform: uppercase;
    font-weight: bold; }
  /* line 400, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .landingpageslider .linkhover:hover {
    color: #ffaf00; }
  /* line 405, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .landingpageslider .linkhover a {
    color: #0057a6; }
    /* line 407, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .landingpageslider .linkhover a span.linkwithtext {
      line-height: 1.1em; }
      /* line 409, ../../../../../../sass/partials/_jquery.bxslider.scss */
      .landingpageslider .linkhover a span.linkwithtext:after {
        content: "\00203A";
        color: inherit;
        font-size: 0.875em;
        padding: 0 0 0 5px; }
    /* line 416, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .landingpageslider .linkhover a span.linkwithouttext {
      text-transform: uppercase;
      font-weight: bold; }
    /* line 421, ../../../../../../sass/partials/_jquery.bxslider.scss */
    .landingpageslider .linkhover a:hover {
      color: #ffaf00; }

/* line 427, ../../../../../../sass/partials/_jquery.bxslider.scss */
.jfadeslidetext {
  display: none;
  margin-bottom: 30px; }

/* line 431, ../../../../../../sass/partials/_jquery.bxslider.scss */
.jfadeslidetext.text-0 {
  display: block; }

/* line 439, ../../../../../../sass/partials/_jquery.bxslider.scss */
.herobanneranimation .slide {
  display: none; }

/* line 440, ../../../../../../sass/partials/_jquery.bxslider.scss */
.herobanneranimation .slide.bx-clone {
  display: block; }

/*========== CE_ Detail_Slider ==========*/
/* line 449, ../../../../../../sass/partials/_jquery.bxslider.scss */
.detailinfo p {
  text-align: left; }
/* line 454, ../../../../../../sass/partials/_jquery.bxslider.scss */
.detailinfo img {
  border-top: 5px solid #0057a6; }
/* line 458, ../../../../../../sass/partials/_jquery.bxslider.scss */
.detailinfo .bx-viewport {
  border: 0px;
  box-shadow: none;
  height: 100%;
  left: -5px; }
/* line 465, ../../../../../../sass/partials/_jquery.bxslider.scss */
.detailinfo .bx-controls-direction a {
  text-indent: 0px;
  border: 1px solid #D8D8D8;
  color: #0057a6;
  font-size: 2.5em;
  width: 30px;
  height: 30px;
  line-height: 23px; }
/* line 475, ../../../../../../sass/partials/_jquery.bxslider.scss */
.detailinfo .bx-prev, .detailinfo .bx-next {
  background: #fff;
  z-index: 9;
  margin-top: -15px;
  color: #0057a6;
  border: 1px solid; }
/* line 484, ../../../../../../sass/partials/_jquery.bxslider.scss */
.detailinfo .bx-prev {
  left: -39px; }
  /* line 487, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .detailinfo .bx-prev:before {
    content: "\002039";
    margin: 0 0 0 7px; }
/* line 493, ../../../../../../sass/partials/_jquery.bxslider.scss */
.detailinfo .bx-next {
  right: -29px; }
  /* line 496, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .detailinfo .bx-next:after {
    content: "\00203A";
    margin: 0 0 0 9px; }

/*========== Hero_Slider ==========*/
/* line 511, ../../../../../../sass/partials/_jquery.bxslider.scss */
.heroSlider .bx-wrapper .bx-viewport, .heroSliderLanding .bx-wrapper .bx-viewport {
  border: 0px;
  box-shadow: none;
  left: 0 !important; }
/* line 517, ../../../../../../sass/partials/_jquery.bxslider.scss */
.heroSlider .bx-wrapper .bx-controls-direction, .heroSliderLanding .bx-wrapper .bx-controls-direction {
  position: absolute;
  top: 90%;
  height: 30px;
  width: 100px;
  right: 5%;
  z-index: 1; }
/* line 526, ../../../../../../sass/partials/_jquery.bxslider.scss */
.heroSlider .bx-wrapper .bx-prev, .heroSlider .bx-wrapper .bx-next, .heroSliderLanding .bx-wrapper .bx-prev, .heroSliderLanding .bx-wrapper .bx-next {
  background: white;
  display: inline-block;
  text-indent: 0px;
  border: 1px solid #D8D8D8;
  color: #0057a6;
  font-size: 2.5em;
  width: 30px;
  height: 30px;
  line-height: 21px;
  top: 90%;
  position: static;
  left: 0;
  right: 0; }
/* line 542, ../../../../../../sass/partials/_jquery.bxslider.scss */
.heroSlider .bx-wrapper .bx-prev, .heroSliderLanding .bx-wrapper .bx-prev {
  margin-right: 10px; }
  /* line 544, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .heroSlider .bx-wrapper .bx-prev:before, .heroSliderLanding .bx-wrapper .bx-prev:before {
    content: "\002039";
    margin: 0; }
/* line 552, ../../../../../../sass/partials/_jquery.bxslider.scss */
.heroSlider .bx-wrapper .bx-next:after, .heroSliderLanding .bx-wrapper .bx-next:after {
  content: "\00203A";
  margin: 0 0 0 4px; }

/*========== Teaser_Slider ==========*/
/* line 564, ../../../../../../sass/partials/_jquery.bxslider.scss */
.storieslider .sliderimage.shadoweffect {
  /*width:100%;*/
  display: block; }
/* line 570, ../../../../../../sass/partials/_jquery.bxslider.scss */
.storieslider .bx-wrapper .bx-viewport {
  border: 0px;
  box-shadow: none;
  background: -moz-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeef0), color-stop(100%, #207cca), color-stop(100%, #eeeef0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeef0 100%, #207cca 100%, #eeeef0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeef0',GradientType=0 );
  /* IE6-8 */ }
/* line 582, ../../../../../../sass/partials/_jquery.bxslider.scss */
.storieslider .bx-wrapper .bx-controls-direction a {
  text-indent: 0px;
  border: 1px solid #D8D8D8;
  color: #0057a6;
  font-size: 2.5em;
  width: 30px;
  height: 30px;
  line-height: 21px;
  top: 30%; }
/* line 593, ../../../../../../sass/partials/_jquery.bxslider.scss */
.storieslider .bx-wrapper .bx-prev, .storieslider .bx-wrapper .bx-next {
  background: white;
  z-index: 98;
  margin-top: -15px;
  color: #0057a6;
  border: 1px solid #696b75; }
/* line 601, ../../../../../../sass/partials/_jquery.bxslider.scss */
.storieslider .bx-wrapper .bx-prev {
  left: 0; }
  /* line 603, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .storieslider .bx-wrapper .bx-prev:before {
    content: "\002039";
    margin: 0 0 0 5px; }
/* line 609, ../../../../../../sass/partials/_jquery.bxslider.scss */
.storieslider .bx-wrapper .bx-next {
  right: 0; }
  /* line 611, ../../../../../../sass/partials/_jquery.bxslider.scss */
  .storieslider .bx-wrapper .bx-next:after {
    content: "\00203A";
    margin: 0 0 0 7px; }

/* line 39, ../../../../../../sass/main.scss */
html {
  background: white;
  filter: none;
  min-width: 320px;
  overflow-y: scroll; }

@media only screen and (max-width: 767px) {
  /* line 47, ../../../../../../sass/main.scss */
  .resid {
    display: none; }

  /* line 51, ../../../../../../sass/main.scss */
  sup {
    top: -0.1em; } }

.content .mainCol p > a,
.content .mainCol li > a {
    text-decoration: underline;
}
