/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container {
  max-width: 1170px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
}
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row {
  position: relative;
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row .col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  float: left;
  margin-left: 6%;
  position: relative;
}
.row .col:first-child {
  margin-left: 0 !important;
}
.slide-container .content {
  display: none;
}
.row .c1 {
  width: 8.83333333% !important;
  float: left;
  margin-left: 0;
}
.row .c2 {
  width: 14.66666667% !important;
  float: left;
  margin-left: 0;
}
.row .c3 {
  width: 23.5% !important;
  float: left;
  margin-left: 0;
}
.row .c4 {
  width: 32.33333333% !important;
  float: left;
  margin-left: 0;
}
.row .c5 {
  width: 41.16666667% !important;
  float: left;
  margin-left: 0;
}
.row .c6 {
  width: 50% !important;
  float: left;
  margin-left: 0;
}
.row .c7 {
  width: 58.83333333% !important;
  float: left;
  margin-left: 0;
}
.row .c8 {
  width: 67.66666667% !important;
  float: left;
  margin-left: 0;
}
.row .c9 {
  width: 76.5% !important;
  float: left;
  margin-left: 0;
}
.row .c10 {
  width: 85.33333333% !important;
  float: left;
  margin-left: 0;
}
.row .c11 {
  width: 94.16666667% !important;
  float: left;
  margin-left: 0;
}
.row .c12 {
  float: none;
  width: auto;
  display: block;
}
.row .c12:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row .col.c1 {
  width: 2.83333333% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c2 {
  width: 11.66666667% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c3 {
  width: 20.5% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c4 {
  width: 29.33333333% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c5 {
  width: 38.16666667% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c6 {
  width: 47% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c7 {
  width: 55.83333333% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c8 {
  width: 64.66666667% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c9 {
  width: 73.5% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c10 {
  width: 82.33333333% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c11 {
  width: 91.16666667% !important;
  float: left;
  margin-left: 6%;
}
.row .col.c12 {
  float: none;
  width: auto;
  display: block;
}
.row .col.c12:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row.col1 .col {
  float: none;
}
.row.col2.col2-5050 > .col {
  width: 47%;
}
.row.col2.col2-5050.r-l .col:first-child {
  float: right;
  margin-left: 6%;
}
.row.col2.col2-5050.r-l .col:last-child {
  margin: 0;
}
.row.col2.col2-3366 > .col-1 {
  width: 29.33333333%;
}
.row.col2.col2-3366 > .col-2 {
  width: 64.66666667%;
}
.row.col2.col2-6633 > .col-1 {
  width: 64.66666667%;
}
.row.col2.col2-6633 > .col-2 {
  width: 29.33333333%;
}
.row.col3.col3-33 > .col {
  width: 29.33333333%;
}
.row.col3.col3-252550 > .col-1,
.row.col3.col3-252550 .col-2 {
  width: 20.5%;
}
.row.col3.col3-252550 > .col-3 {
  width: 47%;
}
.row.col3.col3-502525 > .col-3,
.row.col3.col3-502525 .col-2 {
  width: 20.5%;
}
.row.col3.col3-502525 > .col-1 {
  width: 47%;
}
.row.col3.col3-255025 > .col-1,
.row.col3.col3-255025 .col-3 {
  width: 20.5%;
}
.row.col3.col3-255025 > .col-2 {
  width: 47%;
}
.row.col4 {
  width: 100%;
}
.row.col4.col4-25 > .col {
  width: 20.5%;
}
.detail {
  color: #f68b1f;
  font-family: 'Lato', Arial, sans-serif;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.right {
  float: right;
}
.left {
  float: left;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
}
a {
  text-decoration: none;
}
ul,
ol,
p {
  padding: 0;
}
img {
  border: 0;
}
hr {
  border: 0;
  height: 1px;
  color: #e5e5e5;
  background: #e5e5e5;
  margin-bottom: 20px;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0;
  font-style: italic;
}
.invisible,
.navposition,
.mobile-only {
  display: none;
}
.hide {
  visibility: hidden;
}
.clear {
  clear: both;
  float: none !important;
}
.mobile-hidden {
  display: block;
}
input[type="submit"],
.button,
button {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background: transparent;
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #f68b1f;
  color: #f68b1f;
}
input[type="submit"]:hover,
.button:hover,
button:hover {
  background: #f68b1f;
  color: #fff;
  cursor: pointer;
}
input[type="submit"] a,
.button a,
button a {
  display: block;
  text-align: center;
  padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  float: left;
  height: auto;
  min-height: 0;
  margin: 10px 10px 10px 0;
  width: auto;
}
textarea,
input,
select {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 5px;
  outline: 0;
  color: #666666;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(255, 255, 255, 0.3);
}
textarea.error,
input.error,
select.error {
  border-color: #ff0000;
  color: #ff0000;
}
textarea:focus,
input:focus,
select:focus {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #b2b2b2;
  color: #3e3e3e;
}
table {
  width: 100%;
}
table.contenttable {
  background: #f9f9f9;
}
table.contenttable th,
table.contenttable td {
  padding: 10px;
}
table.contenttable th {
  border: 1px solid #dddddd;
}
table.contenttable td {
  border: 1px solid #eeeeee;
}
table.contenttable thead th,
table.contenttable thead tr,
table.contenttable thead tr.tr-even {
  background: #eeeeee;
}
table.contenttable tr.tr-odd,
table.contenttable tr:nth-child(odd) {
  background: #f9f9f9;
}
table.contenttable tr.tr-even,
table.contenttable tr:nth-child(even) {
  background: #ffffff;
}
.imagegallery .row > div {
  margin-bottom: 15px;
}
#header .slick-dots {
  position: absolute;
  bottom: 0;
}
#header .slick-prev {
  left: 10px;
}
#header .slick-next {
  right: 10px;
}
#header img {
  margin: 0 auto;
}
#content {
  background: #fff;
}
#content .slick-slider {
  margin: 0 -10px;
}
#content .slick-slide > * {
  padding: 0 10px;
  display: inline-block;
}
#content .slick-dots {
  position: static;
  margin: 10px 0 15px;
  padding: 0 !important;
}
.slidegallery .csc-textpic,
.slidegallery .csc-textpic-imagewrap {
  overflow: visible !important;
}
.slidegallery .csc-textpic-imagecolumn figure img {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
}
#fancybox-overlay {
  background: #000 !important;
}
#fancybox-content {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
#content-main > div:not(.fullwidth) .container > div:not(.image-below) {
  padding: 4em 0;
}
#content-main > div:not(.fullwidth) .container > div:not(.image-below) p:last-child {
  margin-bottom: 0;
}
#content-main a {
  text-decoration: underline;
}
#content-main .button {
  text-decoration: none;
}
#content-main h1 a,
#content-main h2 a,
#content-main h3 a,
#content-main h4 a,
#content-main h5 a {
  text-decoration: none;
}
#content-main ul {
  list-style: none;
}
#content-main ul li {
  padding: 0 0 5px;
}
#content-main ul li:before {
  content: '»';
  list-style: none;
  float: left;
  margin: 0 5px 0 0;
}
#content-main ul p {
  margin: 0;
}
#content-main ul ul {
  padding: 5px 0 10px 10px;
  margin: 0;
}
#content-main ul ul li {
  padding: 0;
  font-size: 0.9em;
}
#content-main ul ul li:before {
  content: '»';
  list-style: none;
  float: left;
  margin: 0 5px 0 0;
}
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
  display: inline;
  margin: 0 !important;
  max-width: 100%;
}
div.csc-textpic .csc-textpic-imagewrap img {
  display: block;
  margin-bottom: 1em;
}
figcaption.csc-textpic-caption {
  display: inline-block;
  width: 100%;
}
img,
audio,
video,
embed {
  max-width: 100%;
  width: auto;
  height: auto;
}
.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  max-width: 50%;
}
.csc-textpic-intext-right .csc-textpic-text,
.csc-textpic-intext-left .csc-textpic-text,
.csc-textpic-intext-right-nowrap .csc-textpic-text,
.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-right: 0;
  margin-left: 0;
}
.csc-textpic-intext-right .csc-textpic-text h1,
.csc-textpic-intext-left .csc-textpic-text h1,
.csc-textpic-intext-right-nowrap .csc-textpic-text h1,
.csc-textpic-intext-left-nowrap .csc-textpic-text h1,
.csc-textpic-intext-right .csc-textpic-text h2,
.csc-textpic-intext-left .csc-textpic-text h2,
.csc-textpic-intext-right-nowrap .csc-textpic-text h2,
.csc-textpic-intext-left-nowrap .csc-textpic-text h2,
.csc-textpic-intext-right .csc-textpic-text h3,
.csc-textpic-intext-left .csc-textpic-text h3,
.csc-textpic-intext-right-nowrap .csc-textpic-text h3,
.csc-textpic-intext-left-nowrap .csc-textpic-text h3,
.csc-textpic-intext-right .csc-textpic-text h4,
.csc-textpic-intext-left .csc-textpic-text h4,
.csc-textpic-intext-right-nowrap .csc-textpic-text h4,
.csc-textpic-intext-left-nowrap .csc-textpic-text h4,
.csc-textpic-intext-right .csc-textpic-text h5,
.csc-textpic-intext-left .csc-textpic-text h5,
.csc-textpic-intext-right-nowrap .csc-textpic-text h5,
.csc-textpic-intext-left-nowrap .csc-textpic-text h5 {
  padding-top: 0;
  margin-top: 0;
}
.csc-textpic-center .csc-textpic-imagewrap {
  text-align: center;
}
.csc-textpic-center .csc-textpic-imagewrap img {
  margin: 0 auto;
}
.csc-textpic-imagerow-last.caption > div {
  position: relative;
}
.csc-textpic-image.caption {
  position: relative;
}
.csc-textpic-image.caption a {
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  height: 100%;
}
.csc-textpic-image.caption a img {
  vertical-align: middle;
  width: 100%;
}
.csc-textpic-image.caption:hover {
  box-shadow: 0px 0px 3px 1px #ddd;
}
.csc-textpic-image.caption:hover .caption {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  background: #fff;
}
.csc-textpic-image.caption .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  text-align: center;
  transition: all 0.3s ease;
}
.csc-textpic-image.caption .caption p {
  text-align: center;
  vertical-align: middle;
}
.csc-textpic-image.caption .inner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.csc-textpic-above .csc-textpic-imagewrap {
  float: none !important;
}
.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css {
  margin-top: 0;
}
.tx-indexedsearch dt.tx-indexedsearch-text-item-path.item-path,
.tx-indexedsearch .tx-indexedsearch-icon.icon,
.tx-indexedsearch .tx-indexedsearch-result-number.result-number {
  display: none;
}
.tx-indexedsearch dd.tx-indexedsearch-text-item-path.item-path {
  margin: 0;
  padding: 0.5em;
  margin-bottom: 1.5em;
}
.tx-indexedsearch .tx-indexedsearch-descr.descr {
  margin: 0.5em 0 0.3em;
}
.tx-indexedsearch .browsebox {
  margin-left: 0 !important;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
  line-height: 2.3;
}
.tx-indexedsearch fieldset {
  padding: 1em;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  position: relative;
  height: 1px;
  background: #e5e5e5;
}
#nprogress .bar {
  background: #f68b1f;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
#preload {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999999;
  -webkit-transition: all 0.6s 0.2s ease;
  -moz-transition: all 0.6s 0.2s ease;
  -o-transition: all 0.6s 0.2s ease;
  transition: all 0.6s 0.2s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#preload .indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  max-width: 240px;
  width: 70%;
  height: auto;
}
#preload img {
  display: block;
  margin: 0 auto 40px auto;
  width: 70%;
  height: auto;
}
body.page-loading #preload {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body.page-loading #preload .indicator {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body.page-loaded #preload {
  display: none;
}
#tmpl-start,
#tmpl-folge {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
#cookie-consent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: .5em 0;
  background-color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  color: #676c6d;
  text-align: center;
  font-size: .85em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
html.show-cookie-consent #cookie-consent {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#cookie-consent .information-wrapper {
  display: inline-block;
}
@media screen and (max-width: 930px) {
  #cookie-consent .information-wrapper {
    display: block;
    padding-bottom: .3em;
  }
}
#cookie-consent .information {
  font-weight: 600;
  color: #676c6d;
  text-decoration: none;
}
#cookie-consent .information:hover {
  color: #333333;
  text-decoration: underline;
}
#cookie-consent .submit {
  display: inline-block;
  padding: .3em 1.5em;
  color: white;
  background-color: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 2em;
  font-weight: 800;
  font-family: 'Open Sans Condensed', sans-serif;
}
#cookie-consent .submit:hover {
  background-color: #474747;
}
@media screen and (max-width: 930px) {
  #cookie-consent .submit {
    margin-left: 0;
  }
}
#tmpl-start,
#tmpl-folge {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html.show-modal #tmpl-start,
html.show-modal #tmpl-folge {
  -ms-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='5'%20/></filter></svg>#blur");
}
.modal-overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.25);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10010;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html.show-modal .modal-overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.modal-wrapper {
  position: fixed;
  z-index: 10011;
  top: 50%;
  left: 50%;
  max-width: 800px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
html.show-modal .modal-wrapper {
  visibility: visible;
}
.modal-wrapper .modal-box {
  background-color: #ffffff;
  padding: 2.5em;
  -webkit-transform: translate(0, 10%);
  -moz-transform: translate(0, 10%);
  -o-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
html.show-modal .modal-wrapper .modal-box {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.modal-wrapper .modal-box .modal-close-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-right: -17px;
}
.modal-wrapper .modal-box .modal-close-icon a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}
.modal-wrapper .modal-box .modal-close-icon a:before,
.modal-wrapper .modal-box .modal-close-icon a:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 16px;
  height: 3px;
  background-color: #aaaaaa;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal-wrapper .modal-box .modal-close-icon a:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-wrapper .modal-box .modal-close-icon:hover a {
  background-color: #aaaaaa;
}
.modal-wrapper .modal-box .modal-close-icon:hover a:before,
.modal-wrapper .modal-box .modal-close-icon:hover a:after {
  background-color: #000000;
}
.modal-wrapper .modal-box .modal-close {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  text-align: center;
}
.modal-wrapper .modal-box .modal-close a {
  font-size: .85em;
  text-decoration: underline;
  cursor: pointer;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icons/icomoon.eot?vcjkkj');
  src: url('fonts/icons/icomoon.eot?vcjkkj#iefix') format('embedded-opentype'), url('fonts/icons/icomoon.ttf?vcjkkj') format('truetype'), url('fonts/icons/icomoon.woff?vcjkkj') format('woff'), url('fonts/icons/icomoon.svg?vcjkkj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class*=" icon_"]:before,
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before,
.nav-toggler:before,
#toplink:before,
.facebook:before,
.twitter:before,
.google-plus:before,
.xing:before,
.linkedin:before,
.search-toggler:before,
.download-app:before,
.start-trial:before,
.contact:before,
.login:before,
.event:after,
.newsletter:after,
.marketing:after,
.only-arrow:after,
blockquote:before,
.list:before,
.excel:before,
.next-section:before,
.next-section:after,
.cart:before,
#nav-main ul.level1 > li > a:before,
#lang-list li.active > a:after,
.lynn:before,
.need:before,
#pid-162 h1:before,
.nl-toggler:before,
.info:before,
.event-link:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-infos:before,
.info:before {
  content: "\e91a";
}
.icon-x:before,
#nav-main ul.level1 > li:nth-child(3) > a:before {
  content: "\e919";
}
.icon-blob:before,
#nav-main ul.level1 > li:nth-child(10) > a:before {
  content: "\e920";
}
.icon-arrow_down:before,
.need:before {
  content: "\e916";
}
.icon-need:before {
  content: "\e900";
}
.icon-lynn:before,
.lynn:before,
#pid-162 h1:before,
#nav-main ul.level1 > li:nth-child(4) > a:before {
  content: "\e915";
}
.icon-angle-left:before,
.slick-slider .slick-prev:before {
  content: "\f104";
}
.icon-angle-right:before,
.slick-slider .slick-next:before,
.only-arrow:after {
  content: "\f105";
}
.icon-trophy:before,
#nav-main ul.level1 > li:nth-child(8) > a:before {
  content: "\f091";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-bullhorn:before,
#nav-main ul.level1 > li:nth-child(6) > a:before {
  content: "\e917";
}
.icon-calendar:before,
.event-link:before {
  content: "\e918";
}
.icon-event:before,
.event:after,
#nav-main ul.level1 > li:nth-child(11) > a:before {
  content: "\e901";
}
.icon-sms:before,
#nav-main ul.level1 > li:nth-child(9) > a:before {
  content: "\e902";
}
.icon-statistik:before {
  content: "\e90e";
}
.icon-trigger:before {
  content: "\e90f";
}
.icon-kampagne:before,
.marketing:after,
#nav-main ul.level1 > li.first > a:before {
  content: "\e910";
}
.icon-gewinnspiel:before {
  content: "\e911";
}
.icon-landingpage:before,
#nav-main ul.level1 > li:nth-child(7) > a:before {
  content: "\e912";
}
.icon-umfrage:before {
  content: "\e913";
}
.icon-newsletter:before,
.newsletter:after,
#nav-main ul.level1 > li:nth-child(2) > a:before,
.nl-toggler:before {
  content: "\e914";
}
.icon-excel:before,
.excel:before {
  content: "\e90d";
}
.icon-list:before,
.list:before {
  content: "\e903";
}
.icon-login:before,
.login:before {
  content: "\e904";
}
.icon-quote:before,
blockquote:before {
  content: "\e905";
}
.icon-mouse:before,
.next-section:before {
  content: "\e906";
}
.icon-trial:before,
.start-trial:before {
  content: "\e907";
}
.icon-storage:before,
.download-app:before {
  content: "\e908";
}
.icon-contact:before,
.contact:before,
#nav-main ul.level1 > li:nth-child(5) > a:before {
  content: "\e909";
}
.icon-chili:before {
  content: "\e601";
}
.icon-cart:before,
.cart:before {
  content: "\e90a";
}
.icon-linkedin:before,
.linkedin:before {
  content: "\e90b";
}
.icon-xing:before,
.xing:before {
  content: "\e90c";
}
.icon-home:before {
  content: "\e602";
}
.icon-facebook:before,
.facebook:before {
  content: "\f09a";
}
.icon-twitter:before,
.twitter:before {
  content: "\f099";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before,
#toplink:before {
  content: "\f106";
}
.icon-angle-down:before,
.next-section:after,
#lang-list li.active > a:after {
  content: "\f107";
}
.icon-menu:before,
.nav-toggler:before {
  content: "\e600";
}
.icon-key:before {
  content: "\e607";
}
.icon-googleplus:before,
.google-plus:before {
  content: "\e603";
}
.icon-search:before,
.search-toggler:before {
  content: "\f02e";
}
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("slider/slick/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("slider/slick/fonts/slick.eot");
  src: url("slider/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("slider/slick/fonts/slick.woff") format("woff"), url("slider/slick/fonts/slick.ttf") format("truetype"), url("slider/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-dots li:before {
  display: none;
}
/*# sourceMappingURL=slick.css.map */
body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 112.5%;
  font-weight: 300;
  background: #fff;
  color: #3e3e3e;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  word-wrap: break-word;
}
.news-text-wrap .indent {
  margin-left: 2em;
}
@media (min-width: 769px) {
  body.disable-scroll {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
#tmpl-start,
#tmpl-folge {
  background: #fff;
}
#tmpl-start #content-main,
#tmpl-folge #content-main {
  overflow: hidden;
}
#tmpl-start #content-main .no-space,
#tmpl-folge #content-main .no-space {
  padding: 0;
}
#tmpl-start.no-header #content-main,
#tmpl-folge.no-header #content-main {
  min-height: 100vh;
  padding-top: 8em;
}
#tmpl-start.no-header #content-main h1,
#tmpl-folge.no-header #content-main h1,
#tmpl-start.no-header #content-main h2,
#tmpl-folge.no-header #content-main h2 {
  text-align: center;
}
#tmpl-start #header {
  background: url(../images/gaussian_bg5.jpg);
  background-size: cover;
  background-color: #aaa;
}
a {
  color: #f68b1f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #4c5c66;
  text-decoration: none;
}
p,
ol,
ul {
  margin: 0 0 1.5em 0;
  line-height: 1.4;
}
table {
  margin: 1.5em 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0.5em 0;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  color: #4c5c66;
}
h1 {
  font-size: 4.444em;
  font-weight: 900;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4,
h5,
h6 {
  font-size: 1.2em;
}
.csc-header-n1 + h2,
.csc-header-n1 + h3,
.csc-header-n1 + h4,
.csc-header-n1 + h5 {
  padding-top: 0;
}
.slide-container {
  margin-bottom: 15px;
}
.slide-container .trigger {
  padding: 15px;
  background: #eeeeee;
  cursor: pointer;
  position: relative;
}
.slide-container .trigger h1,
.slide-container .trigger h2,
.slide-container .trigger h3,
.slide-container .trigger h4,
.slide-container .trigger h5,
.slide-container .trigger h6 {
  padding: 0;
  margin: 0;
}
.slide-container .trigger:before {
  content: "+";
  font-size: 40px;
  font-weight: bold;
  color: #f68b1f;
  position: absolute;
  right: 10px;
  top: 5px;
  font-weight: 400;
}
.slide-container .trigger.active:before {
  content: "-";
}
.slide-container .content {
  padding: 20px;
  background: #f9f9f9;
}
.slide-container .content .csc-firstHeader {
  padding: 0;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
}
#navigation,
#header,
#content,
footer {
  width: 100%;
  overflow: hidden;
}
header {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
  padding: 20px;
}
header.adapt,
#tmpl-folge.no-header header {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #f68b1f;
  padding-top: 0;
  padding-bottom: 0;
}
header.adapt #logo img,
#tmpl-folge.no-header header #logo img {
  padding: 10px 0;
}
body.touch header {
  background: #f68b1f;
  padding-top: 0;
  padding-bottom: 0;
}
body.touch header #logo img {
  padding: 10px 0;
}
body.touch #header video {
  display: none;
}
@media (max-width: 768px) {
  header {
    height: 50px;
    padding: 0 10px;
  }
  #navigation .container {
    padding: 0;
  }
  #logo img {
    padding: 10px 0;
  }
  #nav-main {
    display: none !important;
  }
}
#logo {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
  overflow: visible;
}
#logo a {
  height: 50px;
  overflow: visible;
}
#logo img {
  vertical-align: middle;
  max-height: 50px;
}
#logo .area-headline {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  color: #fff;
  border-left: 1px solid #fff;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 380px) {
  #logo .area-headline {
    display: none;
  }
}
@media (max-width: 580px) {
  #logo .area-headline {
    font-size: 0.8rem;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
}
.nl-toggler {
  display: none;
}
#newsletter-subscription {
  margin: 3px 20px 0 0;
  max-width: 500px;
  float: right;
}
#newsletter-subscription.active {
  display: block;
}
#newsletter-subscription .tx-eyepin6 .errors {
  position: absolute;
  background: #d26868;
  padding: 4px;
  color: #fff;
  font-size: 80%;
  bottom: -34px;
}
#newsletter-subscription .tx-eyepin6 .errors span {
  position: relative;
}
#newsletter-subscription .tx-eyepin6 .errors span:before {
  border-bottom: 10px solid #d26868;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  left: 25px;
  right: 0;
  position: absolute;
  top: -10px;
  width: 0;
}
#newsletter-subscription .title {
  color: #fff;
  vertical-align: top;
  padding-top: 0.7em;
  display: inline-block;
}
#newsletter-subscription form {
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
}
#newsletter-subscription input#email {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  color: #fff;
  padding: 0.5em 2.5em 0.5em 0.7em;
  box-shadow: none;
}
#newsletter-subscription ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1 !important;
}
#newsletter-subscription :-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#newsletter-subscription ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#newsletter-subscription :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#newsletter-subscription input:-webkit-autofill,
#newsletter-subscription textarea:-webkit-autofill,
#newsletter-subscription select:-webkit-autofill {
  background: none;
}
#newsletter-subscription .submit {
  position: absolute;
  z-index: 60;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.2em;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 2em;
  padding-bottom: 0.2em;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 1100px) {
  .nl-toggler {
    display: block;
  }
  #newsletter-subscription {
    text-align: center;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: 0;
    padding: 0.5em;
    background: #f8a450;
    max-width: none;
    width: 100%;
  }
  header.adapt #newsletter-subscription {
    top: 50px;
  }
}
@media (max-width: 769px) {
  #newsletter-subscription {
    top: 50px;
  }
}
#nav-bread {
  margin-bottom: 20px;
}
#lang {
  position: relative;
}
#lang-list {
  position: relative;
}
#lang-list ul {
  position: absolute;
  right: 0;
  margin: 0;
  list-style: none;
  min-width: 180px;
}
#lang-list ul:hover a {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
#lang-list li.active > a {
  display: block;
}
#lang-list li.active > a:after {
  margin: 0 0 0 0.5em;
}
#lang-list li > a {
  display: none;
  line-height: 50px;
  padding: 0 0.5em;
  color: #fff;
}
#lang-list li > a:hover {
  background: #f68b1f;
}
#lang-list li img {
  float: left;
  line-height: 50px;
  padding: 15px 10px 0 0;
  width: 30px;
}
@media (max-width: 768px) {
  #lang {
    clear: both;
    float: none;
    margin-right: -10px;
  }
  #lang-list ul {
    min-width: 65px;
  }
  #lang-list li {
    margin: 0 auto;
    text-align: center;
  }
  #lang-list li.active > a:after {
    color: black;
  }
  #lang-list li img {
    float: none;
    padding: 0;
    width: 20px;
    vertical-align: middle;
  }
  #lang-list .text {
    display: none;
  }
}
#prev-nav a {
  color: #fff;
  font-family: 'Raleway', Arial, sans-serif;
  margin-left: 20px;
  font-weight: 300;
  line-height: 50px;
  cursor: pointer;
  float: left;
}
#prev-nav a:before {
  margin: 0 5px 0 0;
  font-size: 1.4em;
  line-height: 45px;
  float: left;
}
@media (max-width: 580px) {
  #prev-nav a {
    font-size: 0;
    margin-left: 10px;
  }
  #prev-nav a:before {
    font-size: 1.4rem;
  }
}
#nav-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  background: url(../images/hands_lighten.jpg);
  background-size: cover;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
#nav-main.active {
  display: block;
  opacity: 1;
  z-index: 200;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#nav-main .menu {
  margin: 0 auto;
  padding: 0 2em;
  width: 100%;
  overflow: scroll;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-main .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2em;
  cursor: pointer;
}
#nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav-main .level1 > li {
  float: left;
  list-style: none;
  width: 20%;
  text-align: center;
  margin-bottom: 2em;
}
#nav-main .level1 > li > a {
  font-family: 'Raleway', Arial, sans-serif;
  display: block;
  font-size: 1.2em;
  color: #4c5c66;
  font-weight: 600;
}
#nav-main .level1 > li > a:before {
  background: #f68b1f;
  border-radius: 100%;
  clear: both;
  display: block;
  font-size: 2em;
  height: 75px;
  line-height: 75px !important;
  margin: 0 auto 0.5em;
  padding: 0;
  transition: all 0.2s ease-out 0s;
  width: 75px;
  color: #fff;
}
#nav-main .level1 > li > a:hover {
  color: #f68b1f;
}
#nav-main .level2 {
  list-style: none;
  padding-top: 1em;
}
#nav-main .level2 a {
  font-size: 1em;
  color: #3e3e3e;
  line-height: 1;
}
#nav-main .level2 a:hover {
  color: #f68b1f;
}
#nav-main .level3 {
  display: none;
}
#fp-nav.disabled {
  display: none;
}
#nav-sub-wrapper {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  z-index: 90;
}
#nav-sub-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#nav-sub ul {
  margin: 0;
  padding: 0;
}
#nav-sub li {
  list-style: none;
  display: inline-block;
}
#nav-sub li.active > a {
  background: #4c5c66;
  color: #fff;
}
#nav-sub li.active > a:hover {
  color: #fff;
}
#nav-sub li a {
  line-height: 60px;
  font-size: 19px;
  color: #4c5c66;
  padding: 0px 20px;
  display: block;
  position: relative;
}
#nav-sub li a.active {
  font-weight: bold;
}
#nav-sub li a:hover {
  color: #f68b1f;
}
#nav-sub .level3-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
#nav-sub .level3 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
#nav-sub .level3 li {
  margin-top: 1px;
}
#nav-sub .level3 li.active a {
  background: #f6f6f6;
  color: #4c5c66;
}
#nav-sub .level3 li a {
  font-size: 16px;
  line-height: 50px;
}
#nav-sub .level3 li a:after {
  content: '' !important;
}
#nav-sub h2 {
  padding: 0;
}
.sticky-wrapper.is-sticky #nav-sub .level2 > li > a {
  line-height: 50px;
}
.sticky-wrapper.is-sticky #nav-sub .level3 > li > a {
  line-height: 45px;
}
@media (max-width: 900px) {
  #nav-sub li a {
    padding: 0 10px;
  }
}
#content-main {
  background: #fff;
  position: relative;
  z-index: 10;
}
#tmpl-folge #content-main {
  padding-top: 2em;
}
#tmpl-folge #content-main h1 {
  font-size: 2.5em;
}
#tmpl-folge #content-main h2 {
  font-weight: 900;
  font-size: 2.222em;
}
#tmpl-folge #content-main h3:before {
  color: #f68b1f;
  display: block;
  font-size: 3rem;
  margin: 0 0 0.5em;
}
#tmpl-folge #content-main .col2-5050 {
  text-align: center;
}
#content-main a.contact {
  display: table;
  text-decoration: none !important;
  font-weight: 600;
  color: #4c5c66;
  min-width: 370px;
  line-height: 1.2;
  margin: 0 auto;
}
#content-main a.contact:first-line {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.5em;
  display: block;
}
#content-main a.contact:before {
  font-size: 2.7rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #f68b1f;
  border: 1px solid #f68b1f;
  float: left;
  margin-right: 20px;
  position: relative;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  margin-top: -0.4em;
}
@media (max-width: 500px) {
  #content-main a.contact {
    text-align: center;
    min-width: 0;
    font-weight: 600;
  }
  #content-main a.contact:before {
    display: block;
    margin: 0 auto 0.5em auto;
    float: none;
  }
}
#contact {
  background: url(../images/bg_nl_subscription.jpg);
  background-size: cover;
  padding: 2em 0;
  position: relative;
  z-index: 10;
}
#tmpl-start #contact {
  padding: 2em 0 !important;
}
#tmpl-start #contact p {
  max-width: none;
}
#tmpl-start #contact .container > div {
  padding: 0;
}
#tmpl-folge #contact {
  margin-bottom: 437px;
}
#contact > div {
  max-width: 40em;
}
#contact .csc-header {
  float: left;
}
#contact p {
  margin: 0;
}
#contact h3 {
  color: #fff;
  font-size: 2em;
  font-weight: 100;
  padding: 5px;
  margin: 0;
  display: inline-block;
}
#contact .button {
  color: #fff;
  float: right;
  display: inline-block;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #fff;
}
#contact .tx-eyepin6 {
  max-width: 40%;
  margin: 0 auto;
}
#contact .tx-eyepin6 form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#contact h2 {
  color: #fff;
  text-align: center;
}
#contact input {
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-weight: normal;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
}
#contact input[type=text] {
  font-style: italic;
  color: #fff;
  width: 65%;
  margin-right: 4%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#contact input#submit {
  border: 1px solid #fff;
  width: 30%;
}
#contact input#submit:hover {
  background: #fff;
  color: #f68b1f;
  border: 1px solid #f68b1f;
}
@media (max-width: 520px) {
  #contact .csc-header,
  #contact .button {
    float: none;
    text-align: center;
    width: 100%;
  }
  #contact .csc-header {
    margin-bottom: 1em;
  }
}
@media (max-width: 850px) {
  #contact .tx-eyepin6 {
    max-width: 90%;
  }
}
#tmpl-folge #footer-wrapper {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}
footer {
  background: #fef8f2;
  padding: 5em 0;
}
footer p,
footer ul {
  font-size: 1rem;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer .csc-textpic-imagewrap {
  padding: 1.5em 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
footer h2,
footer h3 {
  margin-bottom: 0.8em;
}
@media (max-width: 930px) {
  #tmpl-folge #contact {
    margin: 0;
  }
  #tmpl-folge #footer-wrapper {
    position: static;
  }
  footer .row.col4.col4-25 .col {
    margin: 0;
    width: 50%;
  }
}
#bottom-bar {
  background: #fff;
  padding: 2em 0;
  color: #3e3e3e;
  font-size: 0.8em;
  position: relative;
}
#socials {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
}
#socials a {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
#socials a:before {
  font-size: 2em;
  line-height: 50px;
}
#socials a.facebook {
  background: #3f67a9;
}
#socials a.linkedin {
  background: #1f76b6;
}
#socials a.google-plus {
  background: #f63e28;
}
#socials a.xing {
  background: #046064;
}
#partners .descr {
  float: left;
  line-height: 25px;
}
#partners a {
  margin: 0 0 0 10px;
}
#toplink {
  background: #f68b1f;
  color: #fff;
  position: fixed;
  z-index: 990;
  font-size: 3em;
  font-weight: bold;
  right: 0.25em;
  bottom: -100px;
  cursor: pointer;
  height: 1.5em;
  width: 1.34em;
  line-height: 1.5;
  text-align: center;
}
#nav-base ul {
  margin: 0;
}
#nav-base li {
  display: inline-block;
  list-style: none;
}
#nav-base li a {
  display: block;
  padding: 0 10px;
  line-height: 25px;
  color: #3e3e3e;
}
@media (min-width: 769px) {
  #nav-base li.last a {
    padding-right: 0;
  }
  #nav-base li.first a {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  #footer-content,
  #nav-base,
  #partners {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  #footer-content .csc-header-n1 + p,
  #nav-base .csc-header-n1 + p,
  #partners .csc-header-n1 + p {
    text-align: center !important;
  }
  footer {
    padding: 3em 0;
  }
  #footer-content {
    padding: 0;
  }
  #partners {
    margin-top: 1em;
  }
  #partners .descr {
    float: none;
    text-align: center;
    display: block;
  }
}
.bread-menu {
  padding-bottom: 2em;
  font-size: 0.8em;
}
#chili {
  display: none;
  clear: both;
  font-size: 0.7em;
}
#chili .red {
  color: #ff0000;
}
#chili .black {
  color: #fff;
}
#header {
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#tmpl-start #header img {
  min-width: 100%;
  width: auto;
}
@media (min-width: 769px) {
  #tmpl-start #header h2 {
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
  }
}
#tmpl-folge #header {
  max-height: 50vh;
  overflow: hidden;
  z-index: 50;
}
#tmpl-folge #header img {
  max-width: none;
  min-width: 100%;
}
#tmpl-folge #header h1 {
  font-size: 3.44em;
}
#header figure {
  display: block;
  width: 100%;
  margin: 0;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header p {
  color: #fff;
}
#header h1 {
  margin-bottom: 0;
}
#header h1:after {
  content: '• • •';
  display: block;
  color: #ef4a24;
  font-size: 2.5rem;
  text-shadow: none;
}
#header h2 {
  font-size: 2em;
  font-weight: 100;
}
#tmpl-start #header h1,
#tmpl-start #header h2,
#tmpl-start #header h3,
#tmpl-start #header h4,
#tmpl-start #header h5,
#tmpl-start #header p,
#tmpl-start #header ul,
#tmpl-start #header ol,
#tmpl-start #header a {
  color: #4c5c66;
  text-shadow: none;
}
.header-image {
  max-height: 100vh;
  overflow: hidden;
}
.header-image #video-container {
  height: auto !important;
  width: 100% !important;
  min-height: 100vh !important;
  background: url(../images/gaussian_bg5.jpg);
  background-size: cover;
}
.header-image img {
  min-height: 100vh;
  max-width: none;
}
.header-image video {
  overflow: visible;
  position: absolute;
  height: auto;
  width: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-image {
  z-index: -1;
  position: relative;
}
.header-image img {
  width: auto;
}
.header-content {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1170px;
  z-index: 50 !important;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-content p {
  display: inline-block;
  margin: 0 1em;
  line-height: 1;
}
.header-content a {
  color: #fff;
  max-width: 100px;
  font-weight: 600;
  font-family: 'Raleway', Arial, sans-serif;
}
@media (min-width: 769px) {
  .header-content a {
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
  }
}
.header-content a:before {
  padding: 0;
  background: #fff;
  color: #f68b1f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  clear: both;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 70px;
  font-size: 2.5em;
  margin: 0 auto 0.5em auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-shadow: none;
  position: relative;
  z-index: -1;
}
.header-content .getting-started {
  margin-top: 3em;
}
#news-wrapper {
  background: #f3f3f3;
  position: relative;
  z-index: 20;
}
#tmpl-start .news-content {
  background: #fff;
  position: absolute;
  z-index: 50;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  #tmpl-start .news-content {
    display: none;
  }
}
.news-content .news-list-view {
  max-width: 1170px;
  margin: 0 auto;
}
.news-content .news-list-view .row.col3-33 .article.date-list {
  padding: 20px;
  margin-bottom: 0;
  background: #fff;
  text-align: left;
  border: 0;
}
.news-content .news-list-view .row.col3-33 .article.date-list:hover {
  background: #4c5c66;
}
.news-content .news-list-view .row.col3-33 .article.date-list:hover * {
  color: #fff !important;
}
.news-content .news-list-view .row.col3-33 .article.date-list .news-list-date {
  float: left;
  width: 45px;
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 2px solid #f68b1f;
}
.news-content .news-list-view .row.col3-33 .article.date-list .news-list-date .day,
.news-content .news-list-view .row.col3-33 .article.date-list .news-list-date .month {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
}
.news-content .news-list-view .row.col3-33 .article.date-list .news-list-date .day {
  font-size: 25px;
}
.news-content .news-list-view .row.col3-33 .article.date-list .news-list-date .month {
  font-size: 15px;
}
.news-content .news-list-view .row.col3-33 .article.date-list h2 {
  color: #fff;
  font-size: 18px !important;
  padding-left: 0.5em;
}
.news-content .news-list-view .row.col3-33 .article.date-list .news-img-wrap {
  float: left;
  width: 15%;
  padding-right: 1em;
}
.news-content .news-list-view .row.col3-33 .article.date-list .news-text-wrapper {
  float: left;
  width: 85%;
}
@media (max-width: 768px) {
  .news-content .news-list-view .row.col3-33 .col {
    width: 100% !important;
    clear: both;
    margin: 0;
  }
  .news-content .news-list-view .row.col3-33 .article.date-list {
    padding: 10px;
  }
}
#tmpl-start .news-list-view .row.col3-33 .article.date-list .news-img-wrap {
  display: none;
  float: none;
}
#tmpl-start .news-list-view .row.col3-33 .article.date-list .news-text-wrapper {
  width: 100%;
  float: none;
}
#tmpl-folge .news-content .news-list-view .row.col3-33 .article.date-list {
  background: #f3f3f3;
}
#tmpl-folge .news-content .news-list-view .row.col3-33 .article.date-list h2,
#tmpl-folge .news-content .news-list-view .row.col3-33 .article.date-list p {
  color: #333333;
}
#tmpl-folge .news-content .news-list-view .row.col3-33 .article.date-list:hover {
  background: #4c5c66;
}
.header-teaser {
  margin: 4em auto 0 auto;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  max-width: 920px;
}
.header-teaser h1,
.header-teaser h2,
.header-teaser h3,
.header-teaser h4 {
  font-weight: 600;
}
.header-teaser .csc-textpicHeader {
  margin: 1.5em 1.5em 0.5em 1.5em;
}
.header-teaser p {
  margin: 0 1.5em;
  display: block;
  line-height: 1.2;
}
.header-teaser .button {
  margin-top: 1.5em;
  margin-bottom: 1em;
  max-width: none;
  background: #f68b1f;
  color: #fff !important;
  max-width: 200px;
}
@media (min-width: 600px) {
  .header-teaser img {
    max-width: 300px;
  }
}
@media (max-width: 580px) {
  .header-teaser .csc-textpic-imagewrap {
    float: none;
    padding: 1em;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .header-teaser .button {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  #tmpl-start #header {
    max-height: 100vh;
  }
}
@media (max-width: 1300px) and (min-width: 769px) {
  #header .header-content {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  header {
    background: #f68b1f;
  }
  #header {
    max-height: 100%;
    padding-top: 50px;
  }
  #tmpl-folge #header {
    max-height: 100vh;
  }
  #header .header-image img {
    width: auto;
  }
  #header .header-content {
    padding: 0;
  }
  #header video {
    display: none;
  }
  #header h1 {
    font-size: 3em;
    padding: 0 20px;
  }
  #header h2 {
    font-size: 1.5em;
    padding: 0 20px;
  }
}
@media (max-width: 340px) {
  #header h1 {
    font-size: 2em !important;
  }
  #header h2 {
    font-size: 1.2em;
  }
  .header-content a:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2em;
  }
}
.next-section {
  background: #fff;
  display: block;
  width: 5.5em;
  height: 5.5em;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #f68b1f;
  position: relative;
  z-index: 20;
  margin: 0 auto 3em auto;
  text-shadow: none;
  text-align: center;
}
.next-section:before {
  color: #f68b1f;
  font-size: 3em;
  position: absolute;
  top: 0.2em;
  left: 0;
  right: 0;
}
.next-section:after {
  font-size: 2.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  color: #3e3e3e;
}
@media (min-width: 769px) {
  .next-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-height: 700px) {
  .next-section {
    margin-bottom: 1em;
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .next-section {
    display: none;
  }
}
section {
  position: relative;
  z-index: 10;
  background: #fff;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
}
section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
section .csc-header-n1 + p {
  font-family: 'Raleway', Arial, sans-serif;
  color: #4c5c66;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section#overview .container > div,
section#testimonials .container > div,
section#references .container > div,
section#news .container > div,
section#seo .container > div {
  padding-top: 5em;
}
section#overview .container > div:last-child,
section#testimonials .container > div:last-child,
section#references .container > div:last-child,
section#news .container > div:last-child,
section#seo .container > div:last-child {
  padding-bottom: 5em;
}
section#bottom-wrapper {
  text-align: left;
}
section#bottom-wrapper .csc-header-n1 + p {
  text-align: left;
  max-width: none !important;
}
@media (min-width: 769px) {
  #tmpl-start section {
    overflow: hidden;
  }
  #tmpl-start section .csc-header-n1 + p {
    max-width: 50%;
  }
}
#marketing-tools {
  overflow: hidden;
  color: #fff;
  min-height: 100vh;
  max-height: 100vh;
}
#marketing-tools .marketing-bg img {
  min-width: 100%;
  width: auto;
  margin: 0;
}
#marketing-tools .marketing-content {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#marketing-tools h2 {
  font-size: 2.7em;
  font-weight: 900;
  color: #fff;
  margin: 0;
}
#marketing-tools h2:after {
  color: #ef4a24;
  content: "• • •";
  display: block;
  font-size: 2.5rem;
  text-shadow: none;
}
#marketing-tools h3 {
  color: #fff;
  font-weight: 400;
}
#marketing-tools h3:after {
  color: #f68b1f;
  font-size: 1.2rem;
  display: block;
  margin: 0.5em auto;
  text-shadow: none;
}
#marketing-tools .csc-header-n2 + p {
  max-width: 80%;
  margin: 0 auto;
}
#marketing-tools .col3-33,
#marketing-tools .col4 {
  margin-top: 5em;
}
#marketing-tools .col3-33 h3,
#marketing-tools .col4 h3 {
  font-weight: 600;
}
#marketing-tools .cirlce-image a {
  transition: none;
}
@media (min-width: 769px) {
  #marketing-tools {
    background: url(../images/marketing_tools.jpg) no-repeat;
    background-size: cover;
  }
  #marketing-tools .marketing-bg img {
    min-height: 100vh;
    max-width: none;
  }
  #marketing-tools .marketing-content {
    padding-top: 15%;
    padding-bottom: 15%;
    color: #fff;
  }
  #marketing-tools .marketing-content .col {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 1em;
  }
  #marketing-tools .marketing-content .col:hover {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 768px) {
  #marketing-tools {
    background: url(../images/gaussian_bg2.jpg);
    background-size: cover;
    max-height: none;
    min-height: 0;
  }
  #marketing-tools h2 {
    display: block;
    font-size: 2em;
  }
  #marketing-tools .marketing-bg img {
    display: none;
  }
  #marketing-tools .marketing-content {
    padding: 5em 20px;
  }
}
#overview {
  background: #f8f8f8;
}
#overview .col3 p {
  margin: 0 auto;
}
#overview .cirlce-image div.csc-textpic {
  max-height: 185px;
  max-width: 185px;
}
#overview .cirlce-image div.csc-textpic .csc-textpic-text a {
  font-size: 1.2em;
  padding-top: 35%;
}
#overview .cirlce-image div.csc-textpic .csc-textpic-text a:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}
#testimonials,
.testimonials {
  text-align: center;
}
#testimonials blockquote,
.testimonials blockquote {
  padding-bottom: 1em;
}
#testimonials .author,
.testimonials .author {
  font-size: 0.8em;
}
#testimonials .author:before,
.testimonials .author:before {
  content: '';
  max-width: 50%;
  display: block;
  margin: 1em auto;
  height: 1px;
  border-top: 1px solid #b7bec2;
}
#references,
.referenzen {
  background: url(../images/bg_case_studies.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#references .csc-textpic,
.referenzen .csc-textpic {
  background: rgba(255, 255, 255, 0.8);
}
#references .csc-textpic-imagecolumn,
.referenzen .csc-textpic-imagecolumn {
  width: 25%;
  margin: 0;
  border: 1px solid #c8d7e1;
  padding: 1em;
}
#references .csc-textpic-imagecolumn figure,
.referenzen .csc-textpic-imagecolumn figure {
  height: 250px;
  line-height: 250px;
  margin: 1em 0;
  text-align: center;
  white-space: nowrap;
  width: 160px;
}
#references .csc-textpic-imagecolumn figure:before,
.referenzen .csc-textpic-imagecolumn figure:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#references .csc-textpic-imagecolumn img,
.referenzen .csc-textpic-imagecolumn img {
  margin: 0 auto;
  vertical-align: middle;
  max-height: 250px;
  display: inline;
}
@media (max-width: 900px) {
  #references .csc-textpic-imagecolumn figure {
    height: 150px;
    line-height: 150px;
  }
}
@media (max-width: 480px) {
  #references .csc-textpic-imagecolumn figure {
    height: 100px;
    line-height: 100px;
  }
}
#seo {
  font-size: 0.8em;
  text-align: left !important;
  padding: 5em 0;
}
.cirlce-image {
  margin-bottom: 2em;
}
.cirlce-image div.csc-textpic {
  position: relative;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}
.cirlce-image div.csc-textpic .csc-textpic-imagewrap {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
  overflow: hidden;
}
.cirlce-image div.csc-textpic .csc-textpic-imagewrap img {
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.cirlce-image div.csc-textpic .csc-textpic-text {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(layout/fileadmin/templates/css/boxsizing.htc);
  overflow: hidden;
}
.cirlce-image div.csc-textpic .csc-textpic-text p {
  height: 100%;
}
.cirlce-image div.csc-textpic .csc-textpic-text a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 2.222em;
  padding-top: 30%;
  display: block;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.cirlce-image div.csc-textpic .csc-textpic-text a:before {
  content: '+';
  font-weight: 100;
  font-family: 'Lato', Arial, sans-serif;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  clear: both;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 1.5em;
  margin: 0 auto 20px auto;
}
.cirlce-image.small img {
  max-width: 50%;
}
.image-below {
  text-align: center;
}
.image-below.cropped {
  padding-top: 4em;
}
.image-below.cropped img {
  margin-top: 3em;
}
.image-below.cropped .col3-33 {
  max-width: 1170px;
  margin: 0 auto;
}
.image-below.cropped .col3-33 img {
  margin: 0 auto;
}
.fullwidth.cropped > .row {
  margin: -3em auto;
  max-width: 1170px;
}
.fullwidth.cropped > .row.col5 .col {
  width: 15.2%;
}
.fullwidth.cropped > .row.col4 {
  max-width: 921.96px;
}
.fullwidth.cropped > .row.col4 .col {
  width: 20.5%;
}
@media (min-width: 769px) {
  .image-below.cropped .csc-textpic .csc-textpic-imagewrap img {
    margin-bottom: -25%;
  }
  .image-below.cropped .col3-33 .csc-textpic .csc-textpic-imagewrap img {
    margin-bottom: 0;
  }
  .image-below.cropped .col3-33 p {
    max-width: 90%;
  }
  .image-below.cropped p {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper.gray {
  background: #efefef;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
table.prices {
  margin: -1em 0 0;
  background: url(../images/gaussian_bg2.jpg);
  background-size: cover;
  text-align: center;
  color: #4c5c66;
  border-bottom: 1px solid #eee;
}
table.prices td,
table.prices th {
  padding: 1em;
  font-weight: 400;
}
table.prices thead th {
  color: #fff;
  font-size: 1.2em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
table.prices tbody tr {
  background: rgba(255, 255, 255, 0.77);
}
table.prices tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.72);
}
table.prices tbody td {
  font-weight: 400;
}
table.prices tfoot {
  background: none;
  color: #fff;
  font-size: 0.8em;
}
table.prices tfoot td {
  padding: 2em;
}
table.prices tfoot p {
  margin: 0 0 0.5em;
  font-weight: 300;
  max-width: 1170px;
  margin: 0 auto;
}
table.prices tfoot p:first-child {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
.cart {
  color: #4c5c66;
  text-decoration: none !important;
  border: 1px solid #f68b1f;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  padding-right: 20px;
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cart:before {
  color: #fff;
  background: #f68b1f;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  float: left;
  height: 40px;
  line-height: 40px;
  border: 0;
  width: 45px;
  text-align: center;
  margin-right: 20px;
  font-size: 25px !important;
}
.cart:hover {
  background: #fff;
}
.cart:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 750px) {
  .cart {
    font-size: 0;
    padding-right: 0;
  }
  .cart:before {
    margin-right: 0;
  }
}
.only-arrow {
  font-size: 0;
}
.only-arrow:after {
  font-size: 1.4rem;
  position: absolute;
  font-weight: 600;
}
blockquote {
  color: #4c5c66;
}
blockquote:before {
  color: #f68b1f;
  font-size: 2rem;
  margin: 0 0 1em;
  display: block;
}
.dotted {
  margin-bottom: 0;
  text-align: center;
}
.dotted:after {
  content: '• • •';
  display: block;
  color: #ef4a24;
  font-size: 2.5rem;
  letter-spacing: -2.5px;
  text-shadow: none;
}
.fullwidth {
  padding: 0;
  margin: 0;
}
.fullwidth .csc-header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.fullwidth img {
  width: 100%;
}
.fullwidth div.csc-textpic .csc-textpic-imagewrap img {
  margin: 0;
}
.fullwidth .csc-textpic-text > * {
  padding: 0 20px;
}
.fullwidth.image-center .csc-textpic-imagewrap {
  max-width: 100%;
  margin: 0;
}
.fullwidth.cropped {
  padding: 3em 0;
}
.fullwidth.cropped .csc-textpic-text * {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.fullwidth.cropped .csc-textpic-imagewrap {
  margin: 0;
}
@media (min-width: 1200px) {
  .fullwidth.cropped .csc-textpic-imagewrap {
    max-width: none;
  }
  .fullwidth.cropped .csc-textpic-text {
    max-width: 1170px;
    margin: 0 auto;
    padding: 5em 0;
  }
  .fullwidth.cropped.image-right .csc-textpic-intext-right .csc-textpic-imagewrap,
  .fullwidth.cropped.image-right .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-right: -12%;
  }
  .fullwidth.cropped.image-left .csc-textpic-intext-left .csc-textpic-imagewrap,
  .fullwidth.cropped.image-left .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-left: -12%;
  }
}
@media (max-width: 580px) {
  .fullwidth.cropped .csc-textpic-imagewrap {
    max-width: none;
  }
}
@media (min-width: 1100px) {
  .fullwidth.image-center {
    position: relative;
    overflow: hidden;
  }
  .fullwidth.image-center.text-left:before,
  .fullwidth.image-center.text-right:before {
    content: '';
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    position: absolute;
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 50%;
    transform: skew(10deg);
  }
  .fullwidth.image-center.text-left .csc-textpic-text,
  .fullwidth.image-center.text-right .csc-textpic-text {
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    padding: 2em 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  .fullwidth.image-center.text-left .csc-textpic-text > *,
  .fullwidth.image-center.text-right .csc-textpic-text > * {
    max-width: 40%;
    padding: 0 20px;
  }
  .fullwidth.image-center.text-right:before {
    left: auto;
    right: -5%;
    width: 50%;
    transform: skew(-10deg);
  }
  .fullwidth.image-center.text-right .csc-textpic-text {
    text-align: right;
  }
  .fullwidth.image-center.text-right .csc-textpic-text > * {
    float: right;
    clear: both;
  }
}
@media (max-width: 1099px) {
  .fullwidth.image-center .csc-textpic-imagewrap {
    margin-bottom: 2em;
  }
  .fullwidth.image-center.text-left .csc-textpic-text,
  .fullwidth.image-center.text-right .csc-textpic-text {
    padding: 2em 0 0;
  }
}
.news-list-view .row.col3-33 .col {
  width: 33.33%;
  margin-left: 0;
  border: 5px solid #fff;
}
.news-list-view .row.col3-33 .article {
  text-align: center;
}
.news-list-view .row.col3-33 .article .header {
  width: 100%;
  background: #4b5c66;
  padding: 1em;
}
.news-list-view .row.col3-33 .article .header h2 {
  font-size: 1.2em !important;
  font-weight: 600 !important;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}
.news-list-view .row.col3-33 .article .header a {
  color: #fff;
}
.news-list-view .default .article {
  border-bottom: 1px solid #e5e5e5;
}
.news-list-view .article {
  overflow: hidden;
}
.news-list-view .article:hover .before-readmore a {
  background: #f68b1f;
  color: #fff;
}
.news-list-view .article .news-img-wrap a img {
  width: 100%;
  display: block;
}
.news-list-view .article .teaser-content {
  padding: 1em;
  transition: all 0.4s ease;
  background: rgba(75, 92, 102, 0.1);
}
.news-list-view .article .teaser-content p {
  line-height: 1.3;
  font-weight: 300;
}
.news-list-view .article .before-readmore {
  margin-top: 1em;
}
.news-list-view .article .before-readmore a {
  background: #fff;
}
.news-list-view .article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.news-list-view .article:hover .button {
  background: #f68b1f;
  color: #fff;
}
.news-list-view .header {
  padding-top: 10px;
}
.news-list-view .teaser-text {
  margin-bottom: 0.6em;
}
.news-list-view .link-wrapper {
  width: 100%;
  margin-top: 0.7em;
  text-align: right;
}
.news-list-view h3 {
  padding: 0;
  font-size: 146.25%;
  margin-bottom: 0.6em;
  padding-top: 0;
}
.news-list-view p {
  margin: 0;
}
.news-list-view .footer p {
  font-size: 0.9em;
}
.news-list-view .more-link:after {
  content: '»';
}
.news-list-view .page-navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.news-list-view .page-navigation > p {
  float: left;
}
.news-list-view .f3-widget-paginator {
  margin-left: 0 !important;
  float: right;
}
.news-list-view .f3-widget-paginator li {
  display: inline-block;
}
.news-list-view .f3-widget-paginator li:before {
  display: none;
}
.news-list-view .default .article {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.news-list-view .default .article:last-child {
  border: none;
}
.news-list-view .default .news-img-wrap {
  width: 50%;
}
.news-list-view .default img {
  float: left;
  margin-right: 20px;
}
#pid-20 header {
  background: #f68b1f;
  padding-bottom: 0;
  padding-top: 0;
}
#pid-20 #logo img {
  padding: 10px 0;
}
.news-single {
  width: 100%;
}
.news-single h1 {
  font-size: 2em;
}
.news-single .date {
  font-style: italic;
  margin-bottom: 1em;
}
.news-single .news-img-wrap {
  float: right;
  max-width: 45%;
  margin: 0 0 20px 20px;
}
.news-single .news-img-wrap img {
  width: 100%;
  max-width: none;
  margin: 0;
  float: right;
}
.news-single .mediaelement {
  float: left;
}
.news-single .socialmedia {
  clear: both;
  display: block;
}
.news-single .socialmedia > div {
  display: inline-block;
  margin-right: 20px;
}
.news-single .socialmedia > div a {
  cursor: pointer;
}
.news-single .link-wrapper {
  overflow: hidden;
  margin: 20px 0 0;
}
.news-single .news-backlink-wrap {
  float: left;
}
.news-single .news-backlink-wrap a:before {
  content: '«';
  float: left;
  margin: 0 5px 0 0;
}
.news .socials {
  position: relative;
  z-index: 5;
}
.news .socials a {
  text-decoration: none !important;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.news .socials a:before {
  font-size: 20px;
}
.more-link-invisible {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  text-indent: -9999px;
  background: url(../images/dummy.gif);
}
@media (max-width: 979px) {
  body {
    font-size: 90%;
  }
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
@media (min-width: 769px) {
  #mobile-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  #nav-sub-wrapper,
  #nav-sub-wrapper-sticky-wrapper {
    display: none;
  }
  #content-main {
    display: block;
    margin: 0 !important;
    width: 100% !important;
  }
  #tmpl-folge #content-left {
    display: none;
  }
  #tmpl-folge #content-container-main {
    width: 70%;
  }
  #tmpl-folge #content-right {
    width: 24%;
  }
}
@media (max-width: 580px) {
  #tmpl-folge #content {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #tmpl-folge #content-left {
    display: none;
  }
  #tmpl-folge #content-right {
    display: none;
  }
  #tmpl-start #content {
    padding: 0px;
  }
  .bread-menu {
    padding-bottom: 1em;
  }
  .Tx-Formhandler .col {
    margin: 0;
  }
  table.contenttable {
    background: none;
    display: block;
  }
  table.contenttable th,
  table.contenttable td {
    margin: 0;
    vertical-align: top;
  }
  table.contenttable th {
    display: block;
    text-align: right;
  }
  table.contenttable th {
    border-bottom: 0 none;
    min-height: 50px;
    line-height: 50px;
  }
  table.contenttable td {
    display: block;
    min-height: 50px;
    line-height: 50px;
    text-align: left;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
  }
  table.contenttable thead {
    display: block;
    float: left;
  }
  table.contenttable tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  table.contenttable tbody tr {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #dddddd;
  }
  table.contenttable tbody tr:nth-child(1) {
    display: block;
    float: left;
  }
  table.contenttable th:last-child,
  table.contenttable td:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .news-list-view .article .news-img-wrap {
    width: 100%;
    clear: both;
  }
  .news-list-view .article .news-img-wrap img {
    float: none;
    margin: 0;
  }
  .news-single .news-img-wrap {
    float: none;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .news-single .news-img-wrap img {
    margin: 0;
  }
  #chili {
    text-align: center;
    margin-top: 10px;
  }
}
.Tx-Formhandler {
  margin-top: 3em;
}
.Tx-Formhandler .content {
  overflow: hidden;
}
.Tx-Formhandler h3 {
  font-size: 1.1em;
}
.Tx-Formhandler .row {
  margin-bottom: 1em;
}
.Tx-Formhandler .row.checkbox {
  margin-bottom: 0;
  margin-top: 1em;
}
.Tx-Formhandler .row.buttons {
  padding: 10px 0;
}
.Tx-Formhandler .row .col {
  margin-bottom: 0 !important;
}
.Tx-Formhandler .col2-6633 > .col {
  margin-bottom: 1em !important;
}
.Tx-Formhandler label {
  display: block;
  padding: 5px 0;
}
.Tx-Formhandler .checkbox label {
  cursor: pointer;
  line-height: 1.4;
  color: #f68b1f;
  font-weight: bold;
}
.Tx-Formhandler .divider {
  height: 2em;
}
.Tx-Formhandler .button.submit:disabled {
  background: #eeeeee;
  color: #999999;
}
#subscribeForm .form-label-input {
  margin-bottom: 20px;
}
#subscribeForm .form-label-input .form-label {
  padding-bottom: 5px;
}
.csc-sitemap {
  text-align: center;
  margin-top: 2em;
}
.csc-sitemap a {
  text-decoration: none !important;
}
.csc-sitemap > ul > li > a {
  font-weight: 600;
}
.csc-sitemap ul {
  margin: 0 0 1em !important;
  padding: 0 !important;
}
.csc-sitemap li {
  margin: 0;
}
.csc-sitemap li:before {
  display: none;
}
#pid-34 #contact,
#pid-17 #contact {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .row.col2 .row.col3.col3-2-1 .col-1,
  .row.col2 .row.col3.col3-2-1 .col-2 {
    width: 47% !important;
  }
  .row.col2 .row.col3.col3-2-1 .col-3 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col2 .row.col3.col3-1-2 .col-1 {
    width: 100% !important;
  }
  .row.col2 .row.col3.col3-1-2 .col-2 {
    width: 47% !important;
    margin-left: 0;
  }
  .row.col2 .row.col3.col3-1-2 .col-3 {
    width: 47% !important;
  }
  .row.col2 .row.col3.col3-1-1-1 .col {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col2 .row.col2 .row.col2.col2-5050 .col,
  .row.col2 .row.col2 .row.col2.col2-3366 .col,
  .row.col2 .row.col2 .row.col2.col2-6633 .col {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .row.col3.col3-2-1 > .col-1,
  .row.col3.col3-2-1 .col-2 {
    width: 47% !important;
  }
  .row.col3.col3-2-1 > .col-3 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col3.col3-1-2 > .col-1 {
    width: 100% !important;
  }
  .row.col3.col3-1-2 > .col-2 {
    width: 47% !important;
    margin-left: 0;
  }
  .row.col3.col3-1-2 > .col-3 {
    width: 47% !important;
  }
  .row.col3.col3-1-1-1 > .col {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col4.col4-2-2 > .col-1,
  .row.col4.col4-2-2 .col-2 {
    width: 47% !important;
  }
  .row.col4.col4-2-2 > .col-3 {
    width: 47% !important;
    margin-left: 0;
  }
  .row.col4.col4-2-2 > .col-4 {
    width: 47% !important;
  }
  .row.col4.col4-1-3 > .col-1 {
    width: 100% !important;
  }
  .row.col4.col4-1-3 > .col-2 {
    width: 29.33333333% !important;
    margin-left: 0;
  }
  .row.col4.col4-1-3 > .col-3,
  .row.col4.col4-1-3 .col-4 {
    width: 29.33333333% !important;
  }
  .row.col4.col4-3-1 > .col-1,
  .row.col4.col4-3-1 .col-2,
  .row.col4.col4-3-1 .col-3 {
    width: 29.33333333% !important;
  }
  .row.col4.col4-3-1 > .col-4 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col4.col4-3-1 > .col-1,
  .row.col4.col4-3-1 .col-2,
  .row.col4.col4-3-1 .col-3 {
    width: 29.33333333% !important;
  }
  .row.col4.col4-3-1 > .col-4 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col4.col4-1-2-1 > .col-1 {
    width: 100% !important;
  }
  .row.col4.col4-1-2-1 > .col-2 {
    width: 47% !important;
    margin-left: 0;
  }
  .row.col4.col4-1-2-1 > .col-3 {
    width: 47% !important;
  }
  .row.col4.col4-1-2-1 > .col-4 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col4.col4-1-1-2 > .col-1 {
    width: 100% !important;
  }
  .row.col4.col4-1-1-2 > .col-2 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col4.col4-1-1-2 > .col-3 {
    width: 47% !important;
    margin-left: 0;
  }
  .row.col4.col4-1-1-2 > .col-4 {
    width: 47% !important;
  }
  .row.col4.col4-2-1-1 > .col-1,
  .row.col4.col4-2-1-1 .col-2 {
    width: 47% !important;
  }
  .row.col4.col4-2-1-1 > .col-3,
  .row.col4.col4-2-1-1 .col-4 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col4.col4-1-1-1-1 > .col-1 {
    width: 100% !important;
  }
  .row.col4.col4-1-1-1-1 > .col-2,
  .row.col4.col4-1-1-1-1 .col-3,
  .row.col4.col4-1-1-1-1 .col-4 {
    width: 100% !important;
    margin-left: 0;
  }
  .row.col2 .row.col3.col3-2-1 .col,
  .row.col2 .row.col3.col3-1-2 .col,
  .row.col2 .row.col3.col3-1-1-1 .col {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
  .row.col2 .row.col2.col2-5050 .col,
  .row.col2 .row.col2.col2-3366 .col,
  .row.col2 .row.col2.col2-6633 .col {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .row.col2 .row.col2 .row.col2.col2-5050 > .col,
  .row.col2 .row.col2 .row.col2.col2-3366 > .col,
  .row.col2 .row.col2 .row.col2.col2-6633 > .col {
    width: 47% !important;
  }
}
@media screen and (max-width: 580px) {
  .container {
    margin: 0;
  }
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 3em;
  }
  .col:last-child {
    margin-bottom: 0;
  }
  .row.col3.col3-2-1 .col,
  .row.col3.col3-1-2 .col,
  .row.col3.col3-1-1-1 .col {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .row.col4.col4-2-2 .col,
  .row.col4.col4-1-3 .col,
  .row.col4.col4-3-1 .col,
  .row.col4.col4-3-1 .col,
  .row.col4.col4-1-2-1 .col,
  .row.col4.col4-1-1-2 .col,
  .row.col4.col4-2-1-1 .col,
  .row.col4.col4-1-1-1-1 .col {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .row.col2 .row.col3.col3-2-1 .col,
  .row.col2 .row.col3.col3-1-2 .col,
  .row.col2 .row.col3.col3-1-1-1 .col {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .row.col2 .col {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .row.col2 .row.col3.col3-2-1 .col,
  .row.col2 .row.col3.col3-1-2 .col,
  .row.col2 .row.col3.col3-1-1-1 .col {
    width: 47% !important;
    margin-left: 0;
    margin-top: 0;
  }
  .col.c1 {
    width: 100% !important;
    float: none;
  }
  .col.c2 {
    width: 100% !important;
    float: none;
  }
  .col.c3 {
    width: 100% !important;
    float: none;
  }
  .col.c4 {
    width: 100% !important;
    float: none;
  }
  .col.c5 {
    width: 100% !important;
    float: none;
  }
  .col.c6 {
    width: 100% !important;
    float: none;
  }
  .col.c7 {
    width: 100% !important;
    float: none;
  }
  .col.c8 {
    width: 100% !important;
    float: none;
  }
  .col.c9 {
    width: 100% !important;
    float: none;
  }
  .col.c10 {
    width: 100% !important;
    float: none;
  }
  .col.c11 {
    width: 100% !important;
    float: none;
  }
  .col.c12 {
    width: 100% !important;
    float: none;
  }
  .row .col.c1 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c2 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c3 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c4 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c5 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c6 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c7 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c8 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c9 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c10 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c11 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  .row .col.c12 {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
}
.break {
  width: 100% !important;
  margin-left: 0 !important;
}
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn,
.mm-menu {
  box-sizing: border-box;
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-hidden {
  display: none !important;
}
.mm-menu,
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  padding: 0;
  position: absolute;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}
.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-autoheight.mm-bottom,
.mm-menu.mm-autoheight.mm-top {
  max-height: 80%;
}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight .mm-panel {
  display: block !important;
}
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu.mm-columns {
  -webkit-transition-property: width,max-width,-webkit-transform;
  transition-property: width,max-width,-webkit-transform;
  transition-property: transform,width,max-width;
  transition-property: transform,width,max-width,-webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}
label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
  right: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
  bottom: 0;
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
/*!
 * fullPage 2.8.1
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
