@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500&css);/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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"], /* 1 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}/* normalize tags */
/* less config */
/*==========================================================================
  Other font variants
	==========================================================================
  Sans Serif:        Roboto:100,300
  Serif:             Lora:400,700
  Handwriting:       Handlee:400
*/
/*==========================================================================
  Common break points
  ==========================================================================
  320px — Mobile portrait
  480px — Mobile landscape
  600px — Small tablet
  768px — Tablet portrait
  1024px — Tablet landscape/Netbook
  1280px & greater — Desktop
*/
/* layout features */
/*! layout.less v1.9.6 | MIT License | (c) 2013 by Felix Laukel (http://laukel.com) */
/*==========================================================================
  mixins
  ==========================================================================*/
/*==========================================================================
  basic html styles
  ==========================================================================*/
html {
  font-size: 13px;
}
body.layout {
  overflow-y: scroll;
}
.layout {
  background: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.66em;
  color: #333;
  /*==========================================================================
  basic helper classes
  ==========================================================================*/
  /*==========================================================================
  main page container
  ==========================================================================*/
  /* unordered list for layout purpose */
  /* break with no visible appearance */
  /* navigation layouts */
  /*==========================================================================
  special layout sections & styling
  ==========================================================================*/
  /*==========================================================================
  grid system
  ==========================================================================*/
}
.layout h1,
.layout h2,
.layout h3,
.layout h4,
.layout h5,
.layout h6 {
  margin: 0 0 13px 0;
  font-family: "Roboto", sans-serif;
  font-size: 2.0em;
  font-weight: 400;
  line-height: 1.2284em;
  color: #4c3c2f;
}
.layout h1,
.layout .h1 {
  font-size: 5em;
}
.layout h2,
.layout .h2 {
  font-size: 4em;
}
.layout h3,
.layout .h3 {
  font-size: 3em;
}
.layout h4,
.layout .h4 {
  font-size: 2em;
}
.layout h5,
.layout h6,
.layout .h5 {
  font-size: 1.6em;
}
.layout img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
.layout blockquote {
  margin: 0;
  padding: 0 13px;
  border-left: 0.5em #e6e6e6 solid;
}
.layout p,
.layout ul,
.layout ol,
.layout blockquote {
  margin: 0 0 13px 0;
}
.layout p:last-child,
.layout ul:last-child,
.layout ol:last-child,
.layout blockquote:last-child {
  margin-bottom: 0;
}
.layout .content-section p,
.layout .content-section ul,
.layout .content-section ol,
.layout .content-section blockquote {
  font-size: 1.1em;
}
.layout b,
.layout strong {
  font-weight: bold;
}
.layout a {
  color: #3e6375;
  text-decoration: none;
}
.layout a.selected,
.layout a:hover {
  color: #e89e01;
  text-decoration: underline;
}
.layout a:focus {
  outline: 0;
}
.layout .hidden,
.layout .prototype {
  display: none !important;
}
.layout .invisible {
  visibility: hidden;
}
@media screen and (max-width: 999px) {
  .layout .large-screen-only {
    display: none !important;
  }
}
@media screen and (min-width: 999px) {
  .layout .medium-screen-only {
    display: none !important;
  }
}
.ie8 .layout .medium-screen-only {
  display: none;
}
@media screen and (min-width: 889px) {
  .layout .small-screen-only {
    display: none !important;
  }
}
.ie8 .layout .small-screen-only {
  display: none;
}
@media screen and (max-width: 889px) {
  .layout .small-screen-hidden {
    display: none !important;
  }
}
.layout .screen-reader-only,
.layout .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  border: none;
}
.layout .clear,
.layout .clear-after:after {
  clear: both;
}
.layout .clear-fix:before,
.layout .clear-fix:after {
  content: " ";
  display: table;
}
.layout .clear-fix:after {
  clear: both;
}
.layout .clear-fix {
  *zoom: 1;
}
.layout .center {
  position: relative;
  margin: 0 auto;
}
.layout .block {
  display: block !important;
}
.layout .main-font {
  font-family: "Roboto", sans-serif !important;
}
.layout .title-font {
  font-family: "Roboto", sans-serif !important;
}
.layout .email {
  cursor: pointer;
}
.layout .test {
  border: 2px #e89e01 dotted;
}
.layout .topline {
  margin-bottom: 0;
}
.layout .subline {
  margin-top: -13px;
}
.layout #main {
  min-width: 305px;
  max-width: 1280px;
  /* different site layouts go here */
}
@media screen and (max-width: 889px) {
  .layout #main {
    min-width: 100%;
  }
}
.layout #main.center-full-width {
  min-width: 100%;
  max-width: 100%;
}
.layout #main.center-full-width .section {
  min-width: 100%;
  max-width: 100%;
}
.layout #main.center-full-width .section .content {
  min-width: 305px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.layout ul.blank,
.layout ol.blank {
  padding: 0;
}
.layout ul.blank li,
.layout ol.blank li {
  list-style-type: none;
}
.layout .fixed {
  position: fixed !important;
  top: 0;
  z-index: 3;
}
.layout br.blank {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.layout ul.navi {
  display: table;
  position: relative;
  width: 100%;
  /* horizontal navigations (default for main menu) */
  /* vertical navigations (default for sub menu) */
  /* responsive navigation behaviour */
}
.layout ul.navi:after {
  clear: both;
}
.layout ul.navi,
.layout ul.navi ul {
  padding: 0;
}
.layout ul.navi ul {
  display: none;
  position: absolute;
  width: 10em;
  z-index: 1;
  top: 0;
  right: 0;
  margin-right: -10em;
}
.layout ul.navi li {
  position: relative;
  background-color: #f2f2f2;
}
.layout ul.navi li:hover > ul {
  display: block;
}
.layout ul.navi li.mega-dropdown {
  position: static;
  height: 100%;
}
.layout ul.navi li.mega-dropdown > ul {
  left: 0;
  width: 100%;
}
.layout ul.navi a {
  display: block;
  padding: 6.5px;
}
.layout ul.navi li.selected > a,
.layout ul.navi li.active > a,
.layout ul.navi li:hover > a,
.layout ul.navi a.selected,
.layout ul.navi a.active,
.layout ul.navi a:hover {
  text-decoration: none;
  color: #e89e01;
}
.layout ul.navi > li,
.layout ul.navi ul.horizontal > li {
  display: block;
  float: left;
}
.layout ul.navi > li > ul,
.layout ul.navi ul.horizontal > li > ul,
.layout ul.navi > li > ul.vertical,
.layout ul.navi ul.horizontal > li > ul.vertical {
  top: auto;
  right: auto;
  left: auto;
  margin: 0;
}
.layout ul.navi ul.horizontal {
  width: 30em;
}
.layout ul.navi.vertical > li,
.layout ul.navi ul > li,
.layout ul.navi ul.vertical > li {
  position: relative;
  float: none;
}
.layout ul.navi.vertical > li > ul.horizontal,
.layout ul.navi ul > li > ul.horizontal,
.layout ul.navi ul.vertical > li > ul.horizontal {
  top: 0;
  right: 0;
  margin-right: -30em;
}
.layout ul.navi ul.vertical {
  top: 0;
  right: 0;
  margin-right: -10em;
}
.layout ul.navi.trim-left > li:first-child > a,
.layout ul.navi .trim-left > li:first-child > a {
  padding-left: 0 !important;
}
.layout ul.navi.trim-left.vertical > li > a,
.layout ul.navi .trim-left.vertical > li > a {
  padding-left: 0 !important;
}
.layout ul.navi.trim-right > li:last-child > a,
.layout ul.navi .trim-right > li:last-child > a {
  padding-right: 0 !important;
}
.layout ul.navi.trim-right.vertical > li > a,
.layout ul.navi .trim-right.vertical > li > a {
  padding-right: 0 !important;
}
@media screen and (max-width: 889px) {
  .layout ul.navi.responsive,
  .layout ul.navi.responsive ul {
    display: block;
    position: static;
    width: 100%;
    text-align: center;
  }
  .layout ul.navi.responsive li,
  .layout ul.navi.responsive ul li {
    float: none;
  }
  .layout ul.navi.responsive ul {
    border: 13px #FFF solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.layout .article .intro {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #808080;
}
.layout .btn {
  display: inline-block;
  padding: 0.33em 0.66em;
  color: #FFF;
  background: #3e6375;
  border: none;
}
.layout .btn:hover {
  color: #FFF;
  background: #e89e01;
}
.layout .single-form {
  position: relative;
  background: #FFF;
  border: 1px #3e6375 solid;
  overflow: hidden;
}
.layout .single-form input,
.layout .single-form button {
  padding: 0.33em;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.layout .single-form input {
  width: 67%;
  float: left;
  background: transparent;
  outline: none;
}
.layout .single-form button {
  width: 33%;
}
.layout .grid {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 889px) {
  .layout .grid {
    display: table;
  }
}
.layout .grid:after {
  clear: both;
}
.layout .grid .row {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 52px;
}
.layout .grid .row:first-child {
  margin: 0;
}
.layout .grid .row:after {
  clear: both;
}
.layout .grid .col {
  position: relative;
  float: left;
  margin-left: 4.0625%;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  /* regular sizes */
  /* spezial size combinations */
}
.layout .grid .col:first-child {
  margin: 0;
}
.layout .grid .col.size-25 {
  width: 21.953125%;
}
.layout .grid .col.size-33 {
  width: 30.625%;
}
.layout .grid .col.size-50 {
  width: 47.96875%;
}
.layout .grid .col.size-66 {
  width: 65.3125%;
}
.layout .grid .col.size-75 {
  width: 73.98457012%;
}
.layout .grid .col.size-100 {
  width: 100%;
}
.layout .grid .col.size-10 {
  width: 6.34375%;
}
.layout .grid .col.size-16 {
  width: 13.28125%;
}
.layout .grid .col.size-20 {
  width: 16.75%;
}
.layout .grid .col.size-40 {
  width: 37.5625%;
}
.layout .grid .col.size-60 {
  width: 58.37524975%;
}
.layout .grid .col.debug {
  background-color: #f2f2f2;
}
.layout .grid .col.debug .col {
  background-color: #e6e6e6;
}
.layout .grid .col.debug .col .col {
  background-color: #d9d9d9;
}
.layout .grid.cells .col {
  display: table-cell;
  float: none;
  margin: 0;
  padding-left: 4.0625%;
}
.layout .grid.cells .col:first-child {
  padding: 0;
}
.layout .grid.flip > .col,
.layout .grid .row.flip > .col {
  float: right;
  margin-left: 0;
  margin-right: 4.0625%;
}
.layout .grid.flip > .col:first-child,
.layout .grid .row.flip > .col:first-child {
  margin: 0;
}
.layout .grid .grid.flip {
  display: block;
}
@media screen and (max-width: 889px) {
  .layout .grid.responsive .col,
  .layout .grid .row.responsive .col {
    display: block;
    width: 100% !important;
    margin: 52px 0 0 0;
    padding: 0;
  }
  .layout .grid.responsive .col:first-child,
  .layout .grid .row.responsive .col:first-child {
    margin-top: 0;
  }
}
.layout .grid .col img.full-width {
  display: block;
  width: 100% !important;
}
/* font-based icons */
@font-face {
  font-family: 'iconset-lite';
  src: url('/typo3conf/ext/ec_setup/Resources/Public/build/assets/fonts/iconset-lite.eot');
  src: local('\263A'), url('/typo3conf/ext/ec_setup/Resources/Public/build/assets/fonts/iconset-lite.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ec_setup/Resources/Public/build/assets/fonts/iconset-lite.ttf') format('truetype'), url('/typo3conf/ext/ec_setup/Resources/Public/build/assets/fonts/iconset-lite.woff') format('woff'), url('/typo3conf/ext/ec_setup/Resources/Public/build/assets/fonts/iconset-lite.svg#iconset-lite') format('svg');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[data-icon]:before {
  display: inline-block;
  padding-right: 0.66em;
  speak: none;
  font-family: 'iconset-lite';
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"].icon-only:before,
[class*=" icon-"].icon-only:before,
[data-icon].icon-only:before {
  padding-right: 0;
}
[class^="icon-"]:hover:before,
[class*=" icon-"]:hover:before,
[data-icon]:hover:before {
  text-decoration: none !important;
}
[data-icon]:before {
  content: attr(data-icon);
}
.icon-home:before {
  content: "\E600";
}
.icon-pencil:before {
  content: "\E605";
}
.icon-camera:before {
  content: "\E603";
}
.icon-music:before {
  content: "\E604";
}
.icon-play-screen:before {
  content: "\E606";
}
.icon-connection:before {
  content: "\E607";
}
.icon-image:before {
  content: "\E608";
}
.icon-stack:before {
  content: "\E609";
}
.icon-folder:before {
  content: "\E60A";
}
.icon-tag:before {
  content: "\E60B";
}
.icon-cart:before {
  content: "\E60C";
}
.icon-cart-alt:before {
  content: "\E60D";
}
.icon-location:before {
  content: "\E60F";
}
.icon-location-alt:before {
  content: "\E610";
}
.icon-map:before {
  content: "\E611";
}
.icon-clock:before {
  content: "\E612";
}
.icon-keyboard:before {
  content: "\E613";
}
.icon-screen:before {
  content: "\E614";
}
.icon-mobile:before {
  content: "\E615";
}
.icon-tablet:before {
  content: "\E616";
}
.icon-undo:before {
  content: "\E619";
}
.icon-redo:before {
  content: "\E61A";
}
.icon-forward:before {
  content: "\E61B";
}
.icon-reply:before {
  content: "\E61C";
}
.icon-bubble:before {
  content: "\E61D";
}
.icon-user:before {
  content: "\E61F";
}
.icon-users:before {
  content: "\E620";
}
.icon-quotes-left:before {
  content: "\E621";
}
.icon-refresh:before {
  content: "\E622";
}
.icon-search:before {
  content: "\E623";
}
.icon-zoom-in:before {
  content: "\E624";
}
.icon-zoom-out:before {
  content: "\E625";
}
.icon-cog:before {
  content: "\E627";
}
.icon-menu:before {
  content: "\E628";
}
.icon-attachment:before {
  content: "\E629";
}
.icon-eye:before {
  content: "\E62A";
}
.icon-eye-blocked:before {
  content: "\E62B";
}
.icon-bookmark:before {
  content: "\E62C";
}
.icon-heart:before {
  content: "\E62D";
}
.icon-heart-empty:before {
  content: "\E62E";
}
.icon-no:before,
.icon-cancel-circle:before {
  content: "\E62F";
}
.icon-ok:before,
.icon-checkmark-circle:before {
  content: "\E630";
}
.icon-close:before {
  content: "\E631";
}
.icon-check:before,
.icon-confirm:before,
.icon-checkmark:before {
  content: "\E632";
}
.icon-minus:before {
  content: "\E633";
}
.icon-plus:before {
  content: "\E634";
}
.icon-play:before {
  content: "\E635";
}
.icon-pause:before {
  content: "\E636";
}
.icon-stop:before {
  content: "\E637";
}
.icon-volume-high:before {
  content: "\E638";
}
.icon-volume-mute:before {
  content: "\E639";
}
.icon-first:before {
  content: "\E63A";
}
.icon-last:before {
  content: "\E63B";
}
.icon-file:before {
  content: "\E63D";
}
.icon-profile:before {
  content: "\E63E";
}
.icon-arrow-down:before {
  content: "\E63F";
}
.icon-arrow-up:before {
  content: "\E640";
}
.icon-checkbox-checked:before {
  content: "\E641";
}
.icon-checkbox-unchecked:before {
  content: "\E642";
}
.icon-checkbox-partial:before {
  content: "\E643";
}
.icon-radio-unchecked:before {
  content: "\E644";
}
.icon-radio-checked:before {
  content: "\E645";
}
.icon-enter:before {
  content: "\E647";
}
.icon-google-plus:before {
  content: "\E648";
}
.icon-google-plus-alt:before {
  content: "\E649";
}
.icon-twitter-alt:before {
  content: "\E64B";
}
.icon-feed-alt:before {
  content: "\E64C";
}
.icon-vimeo-alt:before {
  content: "\E64D";
}
.icon-skype:before {
  content: "\E64E";
}
.icon-share:before {
  content: "\E64F";
}
.icon-info:before {
  content: "\E650";
}
.icon-expand:before {
  content: "\E651";
}
.icon-contract:before {
  content: "\E652";
}
.icon-alarm:before {
  content: "\E653";
}
.icon-key:before {
  content: "\E626";
}
.icon-facebook:before {
  content: "\E769";
}
.icon-twitter:before {
  content: "\E76D";
}
.icon-feed:before {
  content: "\E770";
}
.icon-vimeo:before {
  content: "\E775";
}
.icon-flickr:before {
  content: "\E77A";
}
.icon-flickr-alt:before {
  content: "\E77B";
}
.icon-contract-alt:before {
  content: "\E685";
}
.icon-expand-alt:before {
  content: "\E684";
}
.icon-arrow-right:before {
  content: "\E732";
}
.icon-arrow-left:before {
  content: "\E736";
}
.icon-code:before {
  content: "\E75C";
}
.icon-notification:before {
  content: "\E6F5";
}
.icon-star-empty:before {
  content: "\E6CE";
}
.icon-star:before {
  content: "\E6D0";
}
.icon-link:before {
  content: "\E6C3";
}
.icon-earth:before {
  content: "\E6C2";
}
.icon-cog-alt:before {
  content: "\E690";
}
.icon-compass:before {
  content: "\E64A";
}
.icon-alarm-alt:before {
  content: "\E654";
}
.icon-download:before {
  content: "\E65E";
}
.icon-upload:before {
  content: "\E65F";
}
.icon-busy:before {
  content: "\E677";
}
.icon-spinner-alt:before {
  content: "\E679";
}
.icon-rocket:before {
  content: "\E69F";
}
.icon-switch:before {
  content: "\E6B1";
}
.icon-facebook-alt:before {
  content: "\E655";
}
.icon-html5:before {
  content: "\E7BA";
}
.icon-css3:before {
  content: "\E7BC";
}
.icon-file-alt:before {
  content: "\E656";
}
.icon-info-alt:before {
  content: "\E6F7";
}
.icon-bubble-alt:before {
  content: "\E66D";
}
.icon-bubbles:before {
  content: "\E66F";
}
.icon-home-alt:before {
  content: "\E601";
}
.icon-filter:before {
  content: "\E740";
}
.icon-settings:before {
  content: "\E68C";
}
.icon-caret-down:before {
  content: "\E602";
}
.icon-caret-up:before {
  content: "\E60E";
}
.icon-caret-left:before {
  content: "\E617";
}
.icon-caret-right:before {
  content: "\E618";
}
.icon-chevron-sign-left:before {
  content: "\E61E";
}
.icon-submit:before,
.icon-chevron-sign-right:before {
  content: "\E63C";
}
.icon-chevron-sign-up:before {
  content: "\E646";
}
.icon-chevron-sign-down:before {
  content: "\E657";
}
.icon-chevron-left:before {
  content: "\E658";
}
.icon-chevron-right:before {
  content: "\E659";
}
.icon-chevron-up:before {
  content: "\E65A";
}
.icon-chevron-down:before {
  content: "\E65B";
}
.icon-angle-down:before {
  content: "\E65C";
}
.icon-angle-up:before {
  content: "\E65D";
}
.icon-angle-right:before {
  content: "\E660";
}
.icon-angle-left:before {
  content: "\E661";
}
.icon-envelope:before {
  content: "\E662";
}
.icon-envelope-alt:before {
  content: "\E663";
}
.icon-envelope-alt {
  color: #3e6375;
}
/* widget features */
.layout .image-fx {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.layout .image-fx img {
  display: block;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.layout .image-fx:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 transparent solid;
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.layout .image-fx:hover.fx-scale img {
  transform: scale(1.1) translate3d(0, 0, 0);
  -moz-transform: scale(1.1) translate3d(0, 0, 0);
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  -o-transform: scale(1.1) translate3d(0, 0, 0);
  -ms-transform: scale(1.1) translate3d(0, 0, 0);
}
.layout .image-fx:hover.fx-rotate img {
  transform: scale(1.25) rotate(8deg) translate3d(0, 0, 0);
  -moz-transform: scale(1.25) rotate(8deg) translate3d(0, 0, 0);
  -webkit-transform: scale(1.25) rotate(8deg) translate3d(0, 0, 0);
  -o-transform: scale(1.25) rotate(8deg) translate3d(0, 0, 0);
  -ms-transform: scale(1.25) rotate(8deg) translate3d(0, 0, 0);
}
.layout .image-fx:hover.fx-border:after {
  border: 1em rgba(255, 255, 255, 0.4) solid;
}
.layout .image-fx:hover.fx-lighten:after {
  background: rgba(255, 255, 255, 0.4);
}
.layout .image-fx:hover.fx-darken:after {
  background: rgba(0, 0, 0, 0.4);
}
/* individual page style */
html.small-screen.overlay body {
  overflow-y: hidden;
}
.ui-tooltip {
  display: inline-block;
  max-width: 300px;
  border: none !important;
  margin-top: 13px;
  font-family: "Roboto", sans-serif;
  z-index: 5;
}
.ui-tooltip .ui-tooltip-content {
  padding: .25em .75em;
  font-size: .85em;
  color: white;
  background: #3e6375;
  border-radius: 0.33em;
  -moz-border-radius: 0.33em;
  -webkit-border-radius: 0.33em;
  -ms-border-radius: 0.33em;
}
.ui-tooltip .ui-tooltip-content:before {
  content: "\E650";
  font-family: 'iconset-lite';
  padding-right: .5em;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
}
.ui-autocomplete .ui-menu-item {
  font-size: .85em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.ui-autocomplete .ui-menu-item a {
  border: none !important;
  background: transparent !important;
}
.ui-autocomplete .ui-menu-item a:hover {
  background: #eef2f5 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
}
.custom {
  overflow-x: hidden;
  /*==========================================================================
    global classes go here
    ==========================================================================*/
  /*==========================================================================
    quick nav on small screens for toggling overlay slides
    ==========================================================================*/
  /*==========================================================================
    "main" navigation, also overlay-slide
    ==========================================================================*/
  /*==========================================================================
    main nav
    ==========================================================================*/
  /*==========================================================================
  breadcrumb nav
  ==========================================================================*/
  /*==========================================================================
    main menus somehow related to main-nav
    ==========================================================================*/
  /*==========================================================================
    filter input elements
    ==========================================================================*/
  /*==========================================================================
    header section
    ==========================================================================*/
  /*==========================================================================
    all content specific stuff goes here
    ==========================================================================*/
  /*==========================================================================
  landing page specific styling
  ==========================================================================*/
}
.custom h1,
.custom h2,
.custom h3,
.custom h4,
.custom h5 {
  font-size: 1.25em;
  padding: .5em 0;
  text-transform: uppercase;
}
.custom h1 {
  font-size: 2em;
}
.custom small {
  font-size: 0.85em;
}
.custom strong,
.custom b {
  font-weight: 500;
}
.custom a {
  transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
}
.custom a:hover {
  color: #3e6375;
}
.custom .section.highlight-section {
  background: #dee7ec;
}
.custom .section.highlight-section .list-items .item .image img {
  box-shadow: 0.1em 0.1em 0.4em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 890px) {
  .custom .section.highlight-section .list-items .item .csc-textpic-text {
    height: 130px;
  }
}
.custom .section .content {
  position: relative;
  padding: 26px;
}
@media screen and (max-width: 889px) {
  .custom .section .content {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.custom .section .content p a {
  text-decoration: underline;
}
@media screen and (max-width: 889px) {
  .custom .section .content .responsive.grid .col {
    margin-top: 13px;
  }
  .custom .section .content .responsive.grid .col:first-child {
    margin-top: 0;
  }
}
.custom .section .navi li {
  background: transparent;
}
.custom a.more,
.custom a.back {
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: underline;
}
.custom [class^="icon-"]:before,
.custom [class*=" icon-"]:before {
  text-decoration: none;
}
.custom .grid .row {
  margin-top: 26px;
}
.custom .grid .row:first-child {
  margin-top: 0;
}
.custom .grid .col > img {
  display: block;
}
.custom header {
  margin-bottom: 13px;
  border-top: 1px #4c3c2f dotted;
  border-bottom: 1px #4c3c2f dotted;
}
.custom header h1,
.custom header h2,
.custom header h3,
.custom header h4,
.custom header h5,
.custom header h6 {
  margin-bottom: 0;
}
.custom header a.more {
  padding: .5em 0;
  float: right;
}
.custom header a.more:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  padding-left: 6.5px;
  vertical-align: middle;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/more-icon.png) right center no-repeat;
}
.custom header + .list-items {
  padding-top: 13px;
}
.custom .subline {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.custom .btn {
  cursor: pointer;
  border: 1px #dee7ec solid;
  border-radius: 4.33333333px;
  -moz-border-radius: 4.33333333px;
  -webkit-border-radius: 4.33333333px;
  -ms-border-radius: 4.33333333px;
}
.custom .btn,
.custom .btn:hover {
  background: #477186;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #477186 0%, #355564 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#477186', endColorstr='#355564', GradientType=0);
  /* IE6-9 */
}
.custom .btn:hover,
.custom .btn:hover:hover {
  border-color: #26404f !important;
}
.custom .btn.highlight-btn,
.custom .btn.highlight-btn:hover {
  background: #fcac01;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fcac01 0%, #ca8901 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcac01', endColorstr='#ca8901', GradientType=0);
  /* IE6-9 */
}
.custom .btn.highlight-btn:hover {
  border-color: #9d6a00 !important;
}
.custom .btn:hover {
  text-decoration: none;
}
.custom .input-wrap {
  position: relative;
}
.custom .input-wrap .input-clear {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  cursor: pointer;
}
.custom .input-wrap .input-clear:before {
  font-family: 'iconset-lite';
  font-size: 0.765em;
  content: "\E631";
  color: #cedbe3;
}
.custom .input-wrap .input-clear:hover:before {
  color: #e89e01;
}
@media screen and (max-width: 889px) {
  .custom .overlay-slide {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 88%;
    height: 100%;
    margin-left: -90%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow-y: auto;
    z-index: 7 !important;
    transition: margin 0.3s ease 0s;
    -moz-transition: margin 0.3s ease 0s;
    -webkit-transition: margin 0.3s ease 0s;
    -o-transition: margin 0.3s ease 0s;
    -ms-transition: margin 0.3s ease 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
.custom .form input,
.custom .form button,
.custom .form select,
.custom .form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: .33em .66em;
  margin-top: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .form input,
.custom .form select,
.custom .form textarea {
  border: none;
  background: white;
  box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
}
.custom .form input[type=checkbox],
.custom .form input[type=radio] {
  display: inline-block;
  width: auto;
  vertical-align: -3px;
  margin-right: .33em;
  box-shadow: 0 0 0 0 transparent inset;
  -moz-box-shadow: 0 0 0 0 transparent inset;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  -ms-box-shadow: 0 0 0 0 transparent inset;
}
.custom .form label {
  padding-right: 26px;
}
.custom .form .submit {
  position: relative;
  text-align: left;
}
.custom .form .submit i {
  float: right;
}
.custom .form .submit:after {
  position: absolute;
  content: "";
  right: 4px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/submit-icon.png) no-repeat;
}
.custom .form input[type=text]::-webkit-input-placeholder,
.custom .form input[type=email]::-webkit-input-placeholder,
.custom .form textarea::-webkit-input-placeholder {
  color: #333;
}
.custom .form input[type=text]::-moz-placeholder,
.custom .form input[type=email]::-moz-placeholder,
.custom .form textarea::-moz-placeholder {
  color: #333;
}
.custom .form input[type=text]:-ms-input-placeholder,
.custom .form input[type=email]:-ms-input-placeholder,
.custom .form textarea:-ms-input-placeholder {
  color: #333;
}
.custom .form input[type=text]:focus,
.custom .form input[type=email]:focus,
.custom .form textarea:focus {
  outline: none;
  box-shadow: 0 0 4px 0 #3e6375;
  -moz-box-shadow: 0 0 4px 0 #3e6375;
  -webkit-box-shadow: 0 0 4px 0 #3e6375;
  -ms-box-shadow: 0 0 4px 0 #3e6375;
}
.custom .form .contact-data {
  margin-bottom: 13px;
}
.custom .form .contact-data .contact-image {
  display: block;
  float: left;
  margin-right: 13px;
}
.custom .form .tooltip {
  position: absolute;
  left: 0 !important;
  margin-top: 2.2em;
  padding: .25em 1em;
  color: white;
  background: #3e6375;
  z-index: 1;
}
.custom .form .tooltip:before {
  position: absolute;
  content: "";
  border-right: 0.75em solid transparent;
  border-bottom: 0.75em solid #3e6375;
  left: 2em;
  top: -0.675em;
}
.custom .powermail_form label.powermail_label {
  display: none;
}
.custom .powermail_create dt {
  float: left;
  margin-right: 13px;
}
.custom #quick-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #3e6375;
  font-size: 2em;
  z-index: 6;
}
.custom #quick-nav .navi li {
  float: right;
}
.custom #quick-nav .navi li a {
  cursor: pointer;
  color: white;
}
.custom #quick-nav .navi li a.toggle-close {
  display: none;
}
.custom #quick-nav .navi li a.toggle-cart .num-items {
  position: absolute;
  right: 5px;
  top: 0;
  text-align: center;
  font-weight: 500;
  color: #3e6375;
  font-size: 9px;
}
.custom #quick-nav .navi li a.toggle-cart .num-items:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  margin: 5px 0 0 -2px;
  background: white;
  z-index: -1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.overlay .custom #quick-nav .navi li a {
  display: none;
}
.overlay .custom #quick-nav .navi li a.toggle-close {
  display: block;
}
@media screen and (max-width: 889px) {
  .custom #quick-nav {
    display: block;
  }
}
@media screen and (max-width: 889px) {
  .custom {
    padding-top: 26px;
  }
  .custom #main-nav {
    display: none;
  }
}
.custom #top-nav {
  float: left;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}
.custom #top-nav .navi {
  position: relative;
  width: auto;
  float: right;
  clear: both;
  margin-top: 0;
}
.custom #top-nav .navi > li {
  margin-left: 0 !important;
  padding: 0 6.5px;
}
@media screen and (max-width: 1200px) {
  .custom #top-nav .navi > li {
    padding: 0 2.145px;
  }
}
@media screen and (min-width: 890px) {
  .custom #top-nav .navi > li {
    margin-left: 19.5px;
  }
  .custom #top-nav .navi > li:first-child {
    margin-left: 0;
  }
}
.custom #top-nav .navi > li a {
  display: inline-block;
  position: relative;
  padding-bottom: 3.25px;
  padding: 1rem 0;
  text-align: center;
  color: #482f23;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom #top-nav .navi > li:hover,
.custom #top-nav .navi > li.selected,
.custom #top-nav .navi > li.active {
  border-bottom: none;
}
.custom #top-nav .navi > li:hover > a,
.custom #top-nav .navi > li.selected > a,
.custom #top-nav .navi > li.active > a {
  font-weight: 500;
  color: #3e6375;
}
.custom #top-nav .navi > li:hover > a:after,
.custom #top-nav .navi > li.selected > a:after,
.custom #top-nav .navi > li.active > a:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: -8.5px;
  height: 3px;
  background: #eef2f5;
  border: white solid;
  border-width: 0 8.5px;
}
.custom #top-nav .telefon-number {
  z-index: 10;
  position: absolute;
  right: 2rem;
  top: 5rem;
}
.custom #top-nav .telefon-number li {
  font-size: 1.9em;
  color: #3e6375;
}
.custom #top-nav .telefon-number li a {
  font-size: 0.7em;
  color: #3e6375;
}
.custom #top-nav .telefon-number #phone-btn:before {
  display: inline-block;
  content: '';
  margin: 0;
  vertical-align: -6px;
  padding: 3px;
  background-size: 1em;
  height: 1em;
  width: 1em;
  background-color: #3e6375;
  -webkit-mask-image: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/phone.svg);
  mask-image: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/phone.svg);
}
.custom #top-nav .telefon-number #phone-btn a {
  font-weight: 500;
}
.custom #top-nav .telefon-number #mail-btn:before {
  display: inline-block;
  content: '';
  margin: 0;
  vertical-align: -6px;
  padding: 3px;
  background-size: 1em;
  height: 1em;
  width: 1em;
  background-color: #3e6375;
  -webkit-mask-image: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/envelop.svg);
  mask-image: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/envelop.svg);
}
.custom #top-nav .telefon-number #mail-btn a {
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .custom #top-nav .telefon-number {
    display: none;
  }
}
@media screen and (max-width: 889px) {
  .custom #top-nav {
    padding: 26px;
    float: none;
    background: #FFF;
    width: 90%;
  }
  .custom #top-nav .navi {
    float: none;
    text-align: left;
    border-bottom: none;
  }
  .custom #top-nav .navi:after {
    display: none;
  }
  .custom #top-nav .navi li {
    float: none;
  }
  .custom #top-nav .navi li:last-child {
    margin-bottom: 13px;
  }
  .custom #top-nav .navi li a {
    text-align: left;
    display: block;
    min-width: 0 !important;
    padding: 6.5px 0;
  }
  .custom #top-nav .navi li a small {
    margin-left: 5px;
  }
  .custom #top-nav .navi li ul {
    padding-left: 6.5px;
    padding-top: 0;
    text-align: left;
    margin: 0;
    background: #eef2f5;
  }
  .custom #top-nav .navi li .subnavi {
    background-color: transparent;
    font-size: 1em;
    line-height: 1em;
  }
  .custom #top-nav .navi li .subnavi li:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 890px) {
  .custom #top-nav .headline {
    display: none;
  }
  .custom #top-nav .mobile-main-navigation {
    display: none;
  }
}
.overlay.menu .custom #top-nav {
  margin-left: 0;
}
@media print {
  .custom #top-nav {
    display: none;
  }
}
.custom #main-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}
.custom #main-nav .item {
  display: block;
  position: relative;
  float: left;
  width: auto;
  max-height: 80px;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  background: #eef2f5;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom #main-nav .item:first-child {
  border-left: none;
}
.custom #main-nav .item:hover,
.custom #main-nav .item.active {
  text-decoration: none;
  color: #3e6375;
  background: #cedbe3 !important;
}
.home-page .custom #main-nav .item:hover#events-btn:after,
.home-page .custom #main-nav .item.active#events-btn:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -51px;
  width: 100%;
  height: 50px;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/target-selection-arrow.png) center top no-repeat;
  background-size: contain;
}
.custom #main-nav .item:hover a,
.custom #main-nav .item.active a {
  color: #3e6375;
}
.custom #main-nav .item a {
  color: #3e6375;
  padding: 13px 39px;
}
.custom #main-nav .item strong {
  display: block;
  font-weight: 500;
}
.custom #main-nav .item .touch-down {
  display: none;
}
.touch .custom #main-nav .item .touch-down {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4em;
  height: 100%;
  font-size: 1.2em;
  padding-top: 1.4em;
  cursor: pointer;
  text-align: center;
  color: #3e6375;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.touch .custom #main-nav .item .touch-down:before {
  content: "\E65B";
  font-family: 'iconset-lite';
}
@media screen and (max-width: 1200px) {
  .custom #main-nav {
    left: auto;
    right: 0;
  }
  .custom #main-nav .item.sub {
    width: auto;
  }
  .custom #main-nav .item a {
    padding: 13px 26px;
  }
  .custom #main-nav .item .touch-down {
    left: auto !important;
    right: -1.2em !important;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@media screen and (max-width: 999px) {
  .custom #main-nav .item {
    font-size: .85em;
  }
  .custom #main-nav .item small {
    font-size: 1.0em;
  }
  .custom #main-nav .item .touch-down {
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: 0;
    width: 100% !important;
    height: 1.5em !important;
    margin-top: -0.35em;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 889px) {
  .custom #main-nav {
    clear: both;
    position: relative;
    right: 23px;
    margin-right: -47px;
  }
}
@media screen and (max-width: 622.3px) {
  .custom #main-nav .item {
    width: 105px !important;
    height: 75px;
  }
  .custom #main-nav .item:before {
    display: none;
  }
  .custom #main-nav .item a {
    padding: 13px;
  }
}
.custom nav.breadcrumb {
  margin-bottom: 10px;
}
.custom nav.breadcrumb ul {
  display: inline;
  padding: 0;
}
.custom nav.breadcrumb ul li {
  padding: 0 4px;
  display: inline;
}
.custom nav.breadcrumb ul.start-page li {
  padding-left: 0px;
}
.custom #menus {
  position: relative;
}
.content-page .custom #menus {
  min-height: 20px;
  background: #cedbe3;
}
@media screen and (max-width: 889px) {
  .home-page .custom #menus {
    min-height: 20px;
    background: #cedbe3;
  }
}
.filter-page .custom #menus {
  min-height: 0;
  background: transparent;
}
.custom #menus .close-btn {
  position: absolute;
  right: 13px;
  top: 13px;
  padding: .5em;
  z-index: 1;
}
.custom #menus .menu {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.custom #menus .menu.navigation {
  position: absolute;
  background-color: #cedbe3;
  border-bottom: 4px white solid;
}
.custom #menus .menu.filter {
  position: relative;
  background-color: #cedbe3;
  z-index: 2;
}
.custom #menus .menu .content {
  padding-top: 13px;
  padding-bottom: 13px;
}
.custom #menus .menu .content .menu-title {
  position: relative;
  height: 2.4em;
  padding: 13px 0;
  margin: 0 26px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: none;
  border-bottom: 1px #4c3c2f dotted;
  line-height: 1.2em;
}
.custom #menus .menu .content .menu-title a:hover {
  color: #333;
  text-decoration: none;
}
.custom #menus .menu .content .menu-title .inner {
  position: absolute;
  bottom: 13px;
}
.custom #menus .menu .content .navi {
  margin: 13px 0;
  font-size: 1.1em;
}
.custom #menus .menu .content .navi li a {
  display: block;
  padding: 0 26px;
  color: #482f23;
}
.custom #menus .menu .content .navi li a:hover {
  font-weight: 500;
  color: #3e6375;
}
.custom #menus .menu .content .grid.panel {
  background: #cedbe3;
}
.custom #menus .menu .content .grid.panel .col {
  width: 19.85%;
  margin-left: 1px;
}
.custom #menus .menu .content .grid.panel .col:first-child {
  margin-left: 0;
}
.custom #menus .menu .content .grid.panel .col.special {
  margin-top: 1em;
  background-color: #FFF;
  float: right;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.custom #menus .menu .content .grid.panel .col.special .menu-title {
  height: 1.4em;
  text-transform: uppercase;
  margin-left: 13px;
  margin-right: 13px;
  color: #3e6375;
}
.custom #menus .menu .content .grid.panel .col.special .menu-title .icon:before {
  font-size: 1.4em;
  vertical-align: -2px;
  margin-left: 5px;
}
.custom #menus .menu .content .grid.panel .col.special .navi {
  padding: 0 26px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom #menus .menu .content .grid.panel .col.special .navi li {
  border-top: 1px #aec1cf dotted;
}
.custom #menus .menu .content .grid.panel .col.special .navi li:first-child {
  border-top: none;
}
.custom #menus .menu .content .grid.panel .col.special .navi li a {
  padding-left: 0;
  padding-right: 0;
}
.filter-page .custom #menus #filter-menu {
  min-height: 200px;
}
.custom #menus #filter-menu.expanded #filter-bar .toggle-options {
  display: none !important;
}
.custom #menus #filter-menu #filter-bar {
  background-color: #cedbe3;
}
.custom #menus #filter-menu #filter-bar .content {
  padding-top: 3.25px;
  padding-bottom: 3.25px;
}
.custom #menus #filter-menu #filter-bar .content:after {
  display: none;
  position: absolute;
  content: "";
  width: 120px;
  height: 8px;
  margin: 3px 0 0 -50px;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/target-selection-arrow.png) center bottom no-repeat;
  background-size: cover;
}
.custom #menus #filter-menu #filter-bar .content .icon {
  vertical-align: middle;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 13px;
  font-size: 1.6em;
  text-align: center;
  line-height: 1em;
  color: #3e6375;
  cursor: pointer;
}
.custom #menus #filter-menu #filter-bar .content .icon:before {
  content: "\E618";
  padding-top: 2px;
  padding-left: 9px;
}
.custom #menus #filter-menu #filter-bar .content .toggle-options {
  display: inline-block;
  margin-left: -13px;
  margin-right: 26px;
  font-weight: 500;
  cursor: pointer;
  vertical-align: -2px;
}
.custom #menus #filter-menu #filter-bar #filter-collection {
  display: inline-block;
}
.custom #menus #filter-menu #filter-bar #filter-collection .item {
  display: inline-block;
  margin-left: 26px;
  vertical-align: -2px;
  cursor: pointer;
}
.custom #menus #filter-menu #filter-bar #filter-collection .item:first-child {
  margin-left: 0;
}
.custom #menus #filter-menu #filter-bar #filter-collection .item:after {
  content: "\E631";
  margin-left: 6.5px;
  font-family: 'iconset-lite';
  font-size: 0.85em;
  vertical-align: top;
  color: #3e6375;
}
.custom #menus #filter-menu #filter-bar #filter-collection .item:hover:after {
  color: #e89e01;
}
.custom #menus #filter-menu #filter-settings {
  padding: 13px 0;
  background: white;
  border-bottom: 4px #cedbe3 solid;
  overflow: hidden;
}
.custom #menus #filter-menu #filter-settings .setting.submit {
  padding-top: 45px;
}
.custom #menus #filter-menu #filter-settings .setting.submit .btn {
  position: relative;
  z-index: 1;
}
.custom #menus #filter-menu #filter-settings .setting.submit:before {
  position: absolute;
  content: "";
  top: 50%;
  margin: -100px 0 0 -60px;
  width: 1000px;
  height: 200px;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/filter-arrow-bg.png) left center no-repeat;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .custom #menus #filter-menu #filter-settings .responsive.grid .col {
    width: 47.5%;
  }
  .custom #menus #filter-menu #filter-settings .responsive.grid .col:nth-child(3) {
    padding-top: 1em;
    margin-left: 0;
  }
  .custom #menus #filter-menu #filter-settings .submit {
    padding-top: 2em !important;
  }
  .custom #menus #filter-menu #filter-settings .submit:before {
    display: none;
  }
}
@media print {
  .custom #menus #filter-menu #filter-settings {
    display: none;
  }
}
.custom #menus #filter-menu.expanded #filter-bar .content:after {
  display: block;
}
.custom #menus #filter-menu.expanded #filter-bar .content .icon:before {
  content: "\E602";
  padding-left: 6px;
}
.custom .filter label,
.custom .filter input[type=text],
.custom .filter select {
  display: block;
  width: 100%;
  margin-bottom: 6.5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .filter input,
.custom .filter select {
  position: relative;
  padding: .1em .2em;
  background: #FFF;
  border: 1px #333 solid;
  height: 25px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.custom .filter input::-webkit-input-placeholder,
.custom .filter select::-webkit-input-placeholder {
  font-style: italic;
}
.custom .filter input::-moz-placeholder,
.custom .filter select::-moz-placeholder {
  font-style: italic;
}
.custom .filter input:-ms-input-placeholder,
.custom .filter select:-ms-input-placeholder {
  font-style: italic;
}
.custom .filter select {
  cursor: pointer;
}
.custom .filter .select-wrap {
  position: relative;
}
.custom .filter .select-wrap:after {
  display: block;
  position: absolute;
  font-family: 'iconset-lite';
  content: "\E602";
  right: 2px;
  top: 2px;
  padding: 4px 8px;
  line-height: 1em;
  color: white;
  pointer-events: none;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  background: #3e6375;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #3e6375 0%, #243943 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e6375', endColorstr='#243943', GradientType=0);
  /* IE6-9 */
}
.ie8 .custom .filter .select-wrap:after {
  -webkit-filter: none;
          filter: none;
}
.no-appearance .custom .filter .select-wrap:after {
  display: none;
}
.custom .filter .select-wrap:hover:after {
  background: #243943;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #243943 0%, #3e6375 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243943', endColorstr='#3e6375', GradientType=0);
  /* IE6-9 */
}
.ie8 .custom .filter .select-wrap:hover:after {
  -webkit-filter: none;
          filter: none;
}
.custom .filter .inline-input {
  display: inline-block;
}
.custom .filter .inline-input label,
.custom .filter .inline-input input {
  display: inline-block;
  width: auto;
  margin-right: .33em;
  vertical-align: top;
}
.custom .filter .inline-input label[type=checkbox],
.custom .filter .inline-input input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.ie8 .custom .filter .inline-input label[type=checkbox],
.ie8 .custom .filter .inline-input input[type=checkbox] {
  visibility: visible;
  border: none;
  background: transparent;
}
.custom .filter .inline-input label {
  margin-right: 26px;
  cursor: pointer;
}
.custom .filter .inline-input label:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 23px;
  margin-right: .5em;
  line-height: 1.8em;
  text-align: center;
  vertical-align: top;
  color: #3e6375;
  border: 1px #333 solid;
  background: white;
}
.ie8 .custom .filter .inline-input label:before {
  visibility: hidden;
}
.custom .filter .inline-input input[type=checkbox]:checked + label:before {
  content: "\E632";
  font-family: 'iconset-lite';
}
.custom .filter .radius-caption {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.custom .filter .radius-close {
  padding-right: 20px;
}
.custom .filter .radius-close:after {
  display: block;
  position: absolute;
  font-family: 'iconset-lite';
  content: "\E619";
  right: 2px;
  top: 2px;
  padding: 4px 0;
  line-height: 1em;
  color: #3e6375;
  cursor: pointer;
}
.custom .filter #radius-filter {
  position: relative;
  height: 5px;
  border: 1px #333 solid;
  background: white;
  padding: 3px 10px 0 8px;
  margin-top: 15px;
}
.custom .filter #radius-filter .caption {
  display: block;
  position: absolute;
  height: 18px;
  line-height: 18px;
  width: 23%;
  margin: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #333;
  background: #eef2f5;
}
.custom .filter #radius-filter #radius-slider.ui-slider {
  background: none;
  border: none;
  margin-top: -4px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.custom .filter #radius-filter #radius-slider.ui-slider .ui-slider-handle {
  cursor: pointer;
  background: none;
  border: 1px #333 solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  background: #3e6375;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #3e6375 0%, #243943 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e6375', endColorstr='#243943', GradientType=0);
  /* IE6-9 */
}
.ie8 .custom .filter #radius-filter #radius-slider.ui-slider .ui-slider-handle {
  -webkit-filter: none;
          filter: none;
}
.custom .filter #experience-filter {
  position: relative;
  height: 24px;
  border: 1px #333 solid;
  background: white;
}
.custom .filter #experience-filter .caption {
  display: block;
  position: absolute;
  height: 18px;
  line-height: 18px;
  width: 23%;
  margin: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #333;
  background: #eef2f5;
}
.custom .filter #experience-filter #experience-slider.ui-slider {
  position: absolute;
  right: 0;
  top: 0;
  width: 77%;
  height: 20px;
  margin: 2px 2px;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/experience-slider-track.png) right center no-repeat;
  background-size: 100% 100%;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.custom .filter #experience-filter #experience-slider.ui-slider .ui-slider-handle {
  top: 0;
  margin-top: -2px;
  margin-left: -27%;
  width: 25%;
  height: 22px;
  cursor: pointer;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/experience-slider-drag.png) center top repeat-x;
}
@media screen and (max-width: 1200px) {
  .custom .filter .submit {
    margin-top: 72px;
  }
}
@media screen and (max-width: 889px) {
  .custom .filter .submit {
    margin-top: 0;
    text-align: right;
  }
}
.custom #header .content {
  padding: 26px 26px 0;
  clear: both;
}
.custom #header .navi--highlights {
  border-bottom: none;
  width: auto;
  float: right;
  z-index: 900;
}
@media screen and (max-width: 889px) {
  .custom #header .navi--highlights {
    display: none;
  }
}
.custom #header .navi--highlights > li a {
  color: #3e6375;
  text-transform: uppercase;
  font-weight: normal;
}
.custom #header .navi #events-btn,
.custom #header .navi #cart-btn,
.custom #header .navi #merkzettel-btn {
  background: transparent;
}
.custom #header .navi #events-btn:before,
.custom #header .navi #cart-btn:before,
.custom #header .navi #merkzettel-btn:before {
  display: block;
  position: absolute;
  content: "";
  left: 13px;
  top: 6px;
  width: 24px;
  height: 24px;
  font-family: 'iconset-lite';
  font-size: 1.75em;
  color: #3e6375;
}
.custom #header .navi #events-btn a,
.custom #header .navi #cart-btn a,
.custom #header .navi #merkzettel-btn a {
  padding-left: 45.5px;
  padding-right: 13px;
}
.custom #header .navi #events-btn:before {
  content: "\E623";
}
.custom #header .navi #merkzettel-btn:before {
  content: "\E65E";
}
.custom #header #top-nav .content {
  padding: 0 26px;
}
@media screen and (max-width: 889px) {
  .custom #header #top-nav .content {
    padding: 0;
  }
}
.custom #header #top-nav .meta-line {
  position: relative;
  height: 2px;
  width: 100%;
  background: #eef2f5;
  border: none;
}
@media screen and (max-width: 889px) {
  .custom #header .grid .col.size-33 {
    margin-top: 0;
  }
}
.custom #header #logo {
  float: left;
  width: 244px;
  padding-bottom: 26px;
  margin-top: -20px;
}
@media screen and (max-width: 1200px) {
  .custom #header #logo {
    width: 195.2px;
    margin-top: -12px;
  }
}
@media screen and (max-width: 889px) {
  .custom #header #logo {
    width: 122px;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 13px;
  }
}
.custom #header #claim {
  position: relative;
  display: block;
  float: left;
  clear: both;
  color: #3e6375;
  padding-bottom: 13px;
}
.custom #header #claim span {
  display: block;
  line-height: 150%;
}
.custom #header + .section {
  clear: both !important;
}
.custom .teaser {
  position: relative;
  height: 500px;
  top: 1px;
}
.custom .teaser .teaser-overflow {
  height: 100%;
  overflow: hidden;
}
.custom .teaser .teaser-images {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.custom .teaser .teaser-images .teaser-image {
  display: block;
  width: 100%;
  height: 100%;
}
.custom .teaser .teaser-images .teaser-image > img {
  display: none;
}
.custom .teaser .teaser-images .teaser-image .content {
  position: relative;
  padding: 0;
}
.custom .teaser .teaser-images .teaser-image .content .teaser-bande {
  position: absolute;
  right: 26px;
  top: 0;
}
.custom .teaser .teaser-images .teaser-image .content .teaser-stempel {
  display: none;
  position: absolute;
  left: 26px;
  top: 172px;
}
.custom .teaser .teaser-images .teaser-image#slide-8 .teaser-stempel {
  left: auto;
  right: 140px;
  top: 155px;
}
.custom .teaser .teaser-images .teaser-image#slide-10 .teaser-stempel {
  display: none;
}
.custom .teaser .teaser-images .teaser-wrap {
  height: 100%;
}
.custom .teaser .teaser-images .teaser-wrap .teaser-slide {
  height: 100%;
  float: left;
  background: center top no-repeat;
}
.custom .teaser .teaser-controls {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.custom .teaser .teaser-controls a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 .5em;
  border: 1px #3e6375 solid;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.custom .teaser .teaser-controls a.active {
  background: #3e6375;
}
@media screen and (max-width: 649px) {
  .custom .teaser {
    display: none;
  }
}
.custom .content-section #content-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: center top no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
}
.ie8 .custom .content-section #content-bg {
  display: none;
}
.custom .content-section a.back {
  display: block;
  position: relative;
  margin: -13px 0;
}
.custom .content-section a.back:before {
  content: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/back-icon.png);
  vertical-align: -5px;
}
.custom .content-section .content-group {
  margin-top: 26px;
}
.custom .content-section .content-group > a.back {
  margin: 0;
  margin-top: 0;
  margin-bottom: 13px;
}
.custom .content-section .content-group:first-child {
  margin-top: 0;
}
.custom .content-section .content-group.highlight-group {
  background: #cedbe3;
}
.custom .content-section .content-group .headline + .subline {
  position: relative;
  min-height: 1em;
  margin-top: -13px;
  margin-bottom: 26px;
  font-weight: normal;
  color: #3e6375;
}
.custom .content-section .content-group .headline + .subline .experience-level {
  float: left;
}
.custom .content-section .content-group .headline + .subline .flexi {
  float: right;
  text-transform: uppercase;
}
.custom .content-section .content-group .sort {
  text-align: right;
  margin-bottom: 13px;
}
.custom .content-section .content-group .sort label,
.custom .content-section .content-group .sort .select-wrap {
  display: inline-block;
  width: auto;
}
.custom .content-section .content-group .sort label,
.custom .content-section .content-group .sort .select-wrap,
.custom .content-section .content-group .sort label select,
.custom .content-section .content-group .sort .select-wrap select {
  min-width: 160px;
  margin-bottom: 0;
  vertical-align: middle;
}
.custom .content-section .content-group iframe {
  width: 100%;
}
.custom .content-section .directory {
  background: #eef2f5;
}
@media screen and (max-width: 889px) {
  .custom .content-section .directory {
    display: none;
  }
}
.custom .content-section .newsletter-form {
  padding: 26px;
  background: #eef2f5;
}
.custom .content-section .newsletter-form select,
.custom .content-section .newsletter-form input[type=text] {
  padding: .25em .5em;
  border: none;
  background: white;
  box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
}
.custom .content-section .newsletter-form form {
  margin-top: 26px;
}
.custom .content-section .newsletter-form select {
  margin-left: 13px;
  margin-bottom: 13px;
  width: 100px;
}
.custom .content-section .newsletter-form .input-wrap input[type=text] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .content-section .newsletter-form input[type=checkbox] {
  float: left;
  vertical-align: top;
  margin-bottom: 60px;
  margin-right: 5px;
  margin-top: 4px;
}
.custom .content-section .newsletter-form input[type=button] {
  color: white;
  margin-top: 13px;
  min-width: 140px;
  padding: .25em 1em;
  border: 1px #dee7ec solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4.33333333px;
  -moz-border-radius: 4.33333333px;
  -webkit-border-radius: 4.33333333px;
  -ms-border-radius: 4.33333333px;
  background: #fcac01;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fcac01 0%, #ca8901 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcac01', endColorstr='#ca8901', GradientType=0);
  /* IE6-9 */
}
.custom .content-section .newsletter-form select::-webkit-input-placeholder,
.custom .content-section .newsletter-form input[type=text]::-webkit-input-placeholder {
  color: #333;
}
.custom .content-section .newsletter-form select:focus,
.custom .content-section .newsletter-form input[type=text]:focus {
  outline: none;
  box-shadow: 0 0 4px 0 #3e6375;
  -moz-box-shadow: 0 0 4px 0 #3e6375;
  -webkit-box-shadow: 0 0 4px 0 #3e6375;
  -ms-box-shadow: 0 0 4px 0 #3e6375;
}
.custom .content-section .page-navigation {
  margin-top: 13px;
}
.custom .content-section .page-navigation .f3-widget-paginator {
  font-weight: 500;
}
.custom .content-section .page-navigation .f3-widget-paginator li.current,
.custom .content-section .page-navigation .f3-widget-paginator a {
  padding: 2px 4px;
  color: #b3b3b3;
}
.custom .content-section .page-navigation .f3-widget-paginator li.current {
  color: #333;
}
.custom .content-section .gallery {
  margin-top: 26px;
}
.custom .content-section .gallery .gallery-stage {
  position: relative;
  height: 440px;
  margin-bottom: 8.66666667px;
  background: #fff left center no-repeat;
}
.custom .content-section .gallery .gallery-stage .gallery-controls a {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  color: white;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.custom .content-section .gallery .gallery-stage .gallery-controls a:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.custom .content-section .gallery .gallery-stage .gallery-controls a.prev {
  left: 13px;
}
.custom .content-section .gallery .gallery-stage .gallery-controls a.prev:before {
  content: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/gallery-prev.png);
}
.custom .content-section .gallery .gallery-stage .gallery-controls a.next {
  right: 13px;
}
.custom .content-section .gallery .gallery-stage .gallery-controls a.next:before {
  content: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/gallery-next.png);
}
@media screen and (max-width: 889px) {
  .custom .content-section .gallery .gallery-stage .gallery-controls a {
    top: auto;
    bottom: 13px;
  }
}
.no-touch .custom .content-section .gallery .gallery-stage:hover .gallery-controls a,
.touch .custom .content-section .gallery .gallery-stage .gallery-controls a {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
@media screen and (max-width: 889px) {
  .custom .content-section .gallery .gallery-stage {
    height: 320px;
  }
}
.custom .content-section .gallery .list-wrap {
  position: relative;
  width: 100%;
  overflow: auto;
}
.custom .content-section .gallery .image-list .image {
  position: relative;
  height: 100px;
  float: left;
  margin-left: 8.66666667px;
  cursor: pointer;
  -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);
  transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
}
.custom .content-section .gallery .image-list .image:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 #3e6375 solid;
  transition: border 0.3s ease 0s;
  -moz-transition: border 0.3s ease 0s;
  -webkit-transition: border 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s;
  -ms-transition: border 0.3s ease 0s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .content-section .gallery .image-list .image:first-child {
  margin-left: 0;
}
.custom .content-section .gallery .image-list .image.active,
.custom .content-section .gallery .image-list .image:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.custom .content-section .gallery .image-list .image img {
  display: block;
  width: auto !important;
  height: 100%;
}
@media screen and (max-width: 889px) {
  .custom .content-section .gallery .image-list {
    display: none;
  }
}
.custom .content-section .flyer {
  position: relative;
  padding: 26px;
  background-color: #eef2f5;
}
.custom .content-section .flyer:after {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #eef2f5;
}
@media screen and (max-width: 999px) {
  .custom .content-section .flyer:after {
    display: none;
  }
}
.custom .content-section .add-btn {
  margin-top: 13px;
}
.custom .content-section .tabs {
  position: relative;
  padding-bottom: 52px;
  margin-top: 26px;
}
.custom .content-section .tabs .tab .tab-title {
  position: relative;
  display: block;
  float: left;
  padding: 4.33333333px 13px;
  text-transform: uppercase;
  border-left: 1px #333 dotted;
  background: #eef2f5;
  cursor: pointer;
  white-space: nowrap;
  z-index: 1;
}
.custom .content-section .tabs .tab .tab-content {
  display: none;
  position: absolute;
  top: 31.2px;
  left: 0;
  width: 100%;
  padding: 26px 0;
  padding-bottom: 0;
  border-top: 2px #cedbe3 solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .content-section .tabs .tab .tab-content .feedback-entry {
  margin-bottom: 30px;
}
.custom .content-section .tabs .tab:hover .tab-title {
  background: #e3eaef;
}
.custom .content-section .tabs .tab.active .tab-title {
  background: #cedbe3;
}
.custom .content-section .tabs .tab.active .tab-content {
  display: block;
}
@media screen and (max-width: 649px) {
  .custom .content-section .tabs {
    height: auto !important;
  }
  .custom .content-section .tabs .tab .tab-title {
    float: none;
  }
  .custom .content-section .tabs .tab .tab-content {
    position: static;
    top: 0;
  }
}
.custom .content-section .content-eventtable {
  width: 100%;
}
.custom .content-section .content-eventtable .pagination {
  text-align: left;
}
.custom .content-section .content-eventtable .pagination.headline {
  margin-bottom: 0;
  border: none;
}
.custom .content-section .content-eventtable .pagination.headline .navi a {
  padding-top: 0;
  padding-bottom: 0;
}
.custom .content-section .content-eventtable tr th,
.custom .content-section .content-eventtable tr td {
  padding: .5em;
  text-align: right;
}
.custom .content-section .content-eventtable tr th:first-child,
.custom .content-section .content-eventtable tr td:first-child {
  text-align: left;
}
.custom .content-section .content-eventtable thead tr {
  color: #3e6375;
  background: #cedbe3;
}
.custom .content-section .content-eventtable thead tr.search-row {
  background: #eef2f5;
  border-bottom: 1px #FFF solid;
}
.custom .content-section .content-eventtable thead tr.search-row .input-wrap {
  display: inline-block;
}
.custom .content-section .content-eventtable thead tr.search-row input {
  border: none;
  background: white;
  padding: .25em .5em;
  box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.2) inset;
}
.custom .content-section .content-eventtable thead tr th {
  font-weight: 500;
}
.custom .content-section .content-eventtable tbody tr:nth-child(2n) {
  background-color: #eef2f5;
}
.custom .content-section .content-eventtable tbody tr:hover {
  background-color: #e1e8ed;
}
.custom .content-section .quicksearch {
  position: relative;
  font-size: 1.6em;
  padding: .3em;
  margin-bottom: 0;
  background: #eef2f5;
  color: #3e6375;
}
.custom .content-section .quicksearch .input-wrap {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .content-section .quicksearch .input-wrap input {
  width: 100%;
  padding: 0 .3em;
  color: #3e6375;
  border: none;
  background: white;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .content-section .quicksearch .input-wrap .input-clear {
  display: none !important;
  margin-top: .5em;
  margin-right: -1em;
}
.custom .content-section .quicksearch button.icon-search {
  display: inline-block;
  position: absolute;
  right: 0;
  top: .3em;
  padding: .1em .5em;
  color: #3e6375;
  background: #eef2f5;
  border: none;
  text-align: right;
  outline: 0;
}
.custom .content-section .attributes-box {
  position: relative;
  min-height: 4em;
  padding-right: 180px;
  margin-top: 13px;
  background: #eef2f5;
}
.custom .content-section .attributes-box .price {
  position: absolute;
  right: 0;
  height: 100%;
  padding: .66em 1em;
  text-align: right;
  color: white;
  background: #3e6375;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .content-section .attributes-box .price .price-tag {
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  line-height: .7em;
}
.custom .content-section .attributes-box .price .price-info {
  font-size: .8em;
  line-height: .8em;
}
.custom .content-section .attributes-box .attributes li {
  display: inline-block;
  padding: 1em;
  color: #3e6375;
}
.custom .content-section .attributes-box .attributes li .key {
  font-weight: 400;
}
.custom .content-section .attributes-box .attributes li .value[title] {
  text-decoration: underline;
  cursor: help;
}
@media screen and (max-width: 444.5px) {
  .custom .content-section .attributes-box {
    padding-right: 120px;
  }
  .custom .content-section .attributes-box .attributes li {
    padding: .5em;
  }
}
.reference-page .custom .content-section .content-group {
  margin-top: 52px;
}
.reference-page .custom .content-section .content-group:first-child {
  margin-top: 0;
}
.reference-page .custom .content-section .content-group .csc-textpic-imagewrap {
  margin-bottom: 13px;
}
.reference-page .custom .content-section .content-group blockquote {
  margin-bottom: 13px !important;
  font-weight: 400;
}
.reference-page .custom .content-section .content-group ul {
  list-style-type: none;
  padding-left: 19.5px;
}
.reference-page .custom .content-section .content-group ul li:before {
  content: "-";
  padding-right: .33em;
}
@media screen and (max-width: 999px) {
  .custom .content-section .content .grid > .col {
    display: block;
    width: 100% !important;
    margin: 52px 0 0 0;
    padding: 0;
  }
  .custom .content-section .content .grid > .col:first-child {
    margin-top: 0;
  }
}
.custom #footer h4,
.custom #footer h5,
.custom #footer h6 {
  font-size: 1em;
}
.custom #footer #meta-links.navi {
  width: auto;
}
@media screen and (min-width: 890px) {
  .custom #footer #meta-links.navi.vertical a,
  .custom #footer #meta-links.navi li:first-child a {
    padding-left: 0;
  }
}
.custom #footer #social-links.navi {
  float: right;
  width: auto;
}
.custom #footer #social-links.navi a {
  width: 16px;
  height: 16px;
  padding: 0 !important;
  margin: 9.5px 8.66666667px;
  background: left top no-repeat;
}
.custom #footer #social-links.navi a:hover {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
.custom #footer #social-links.navi a.fb-icon {
  background-image: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/social-icons.png);
  background-position: 0 0;
}
.custom #footer #social-links.navi a.yt-icon {
  background-image: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/social-icons.png);
  background-position: -16px 0;
}
.custom #footer #social-links.navi a.xing-icon {
  background-image: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/social-icons.png);
  background-position: -32px 0;
}
@media screen and (max-width: 889px) {
  .custom #footer #social-links.navi {
    width: 100%;
    float: none;
  }
  .custom #footer #social-links.navi li {
    display: inline-block;
    float: none;
    width: 32px;
  }
}
.custom #footer #bottom-nav {
  border-top: 1px #4c3c2f dotted;
  border-bottom: 1px #4c3c2f dotted;
  background: #eef2f5;
}
.custom #footer #bottom-nav .content {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.custom #footer #bottom-nav .content .navi li a {
  padding: 6.5px 13px;
}
@media screen and (max-width: 889px) {
  .custom #footer #bottom-nav .responsive.navi {
    text-align: left;
  }
  .custom #footer #bottom-nav .responsive.navi a {
    padding-left: 13px !important;
  }
}
.custom #footer #sitemap h2,
.custom #footer #sitemap h3,
.custom #footer #sitemap h4,
.custom #footer #sitemap h5 {
  text-transform: none;
}
.custom #footer #sitemap a {
  color: #333;
}
.custom #footer #sitemap a:hover {
  color: #3e6375;
}
.custom #footer #sitemap .navi.dotted a:before {
  content: "\2022";
  padding-right: 6.5px;
  font-family: sans-serif;
  font-size: 2em;
  vertical-align: bottom;
}
.custom #footer #sitemap .navi.dashed a {
  padding: 0;
}
.custom #footer #sitemap .navi.dashed a:before {
  content: "-";
  padding-right: 4.33333333px;
}
.custom #footer #sitemap .grid .col {
  margin-left: 26px;
  min-height: 175px;
}
.custom #footer #sitemap .grid .col:first-child {
  margin-left: 0;
}
.custom #footer #sitemap .grid .col.size-16 {
  width: 15%;
  border-right: 1px #333 solid;
}
.custom #footer #sitemap .grid .col.size-33 {
  width: 27%;
}
@media screen and (max-width: 999px) {
  .custom #footer #sitemap .grid .col {
    margin-left: 0;
  }
  .custom #footer #sitemap .grid .col.size-16 {
    display: none;
  }
}
@media screen and (max-width: 889px) {
  .landing-page .custom {
    padding-top: 0;
  }
}
.landing-page .custom #header {
  padding: 19.5px 0;
}
.landing-page .custom #header .content {
  padding-top: 0;
}
.landing-page .custom #header #logo {
  width: 225px;
  padding-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .landing-page .custom #header #logo {
    width: 225px;
  }
}
@media screen and (max-width: 999px) {
  .landing-page .custom #header #logo {
    width: 225px;
  }
}
@media screen and (max-width: 889px) {
  .landing-page .custom #header #logo {
    width: 180px;
  }
}
.landing-page .custom #header #claim {
  clear: none;
  padding: 0 0 0 13px;
  position: relative;
  float: left;
  height: 100%;
  width: 350px;
}
@media screen and (max-width: 999px) {
  .landing-page .custom #header #claim {
    clear: both;
    padding: 0px;
  }
}
@media screen and (max-width: 889px) {
  .landing-page .custom #header #claim {
    clear: both;
    padding: 0px;
  }
}
.landing-page .custom #header #claim span {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .landing-page .custom #header #claim span {
    position: relative;
    padding-top: 13px;
  }
}
@media screen and (max-width: 889px) {
  .landing-page .custom #header #claim span {
    position: relative;
    padding-top: 13px;
  }
}
.landing-page .custom #header .contact-data {
  margin-bottom: 0;
}
.landing-page .custom #header .contact-data .contact-phone {
  font-weight: 500;
}
@media screen and (max-width: 889px) {
  .landing-page .custom #header .col + .col {
    padding-top: 19.5px;
  }
  .landing-page .custom #header #logo {
    padding-top: 0;
  }
}
.landing-page .custom .flyer.sticky {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.landing-page .custom .flyer:after {
  display: none;
}
.landing-page .custom .section.highlight-section .list-items .item .image img {
  box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
}
@media screen and (max-width: 889px) {
  .landing-page .custom #footer #social-links {
    width: auto;
    float: right;
  }
}
.news-img-wrap.preview img {
  padding: 4px 0;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.news .news-list-view .content-group {
  clear: both;
}
.news-single .article .news-img-wrap {
  width: auto!important;
}
/* event related styles */
.custom {
  /*==========================================================================
  the most famous "liquid" cart, also overlay-slide
  ==========================================================================*/
}
.custom .result-count {
  margin-top: 3px;
  float: left;
}
@media screen and (max-width: 889px) {
  .custom .result-count {
    margin-top: 0;
    margin-bottom: 13px;
    float: none;
  }
}
.custom .col.size-33 .item-list .item {
  width: 100%;
  float: none;
}
.custom table a.cell-link {
  display: block;
  width: 100%;
  height: 100%;
}
.custom .experience-level:before {
  position: absolute;
  content: "";
  border-right: 2.8em solid transparent;
  border-top: 2.8em solid #e89e01;
}
.custom .experience-level.level-1:before {
  border-top-color: #45A22D;
}
.custom .experience-level.level-2:before {
  border-top-color: #ADC700;
}
.custom .experience-level.level-3:before {
  border-top-color: #D5D92F;
}
.custom .experience-level.level-4:before {
  border-top-color: #FFEC00;
}
.custom .experience-level.level-5:before {
  border-top-color: #FDC90D;
}
.custom .experience-level.level-6:before {
  border-top-color: #F3A300;
}
.custom .experience-level.level-7:before {
  border-top-color: #EF7E00;
}
.custom .experience-level.level-8:before {
  border-top-color: #E64113;
}
.custom .experience-level.level-9:before {
  border-top-color: #E2001B;
}
.custom .experience-level.level-10:before {
  border-top-color: #AD0E1A;
}
.custom .experience-level > span {
  display: inline-block;
  position: relative;
  left: .25em;
  top: .07em;
  width: 1em;
  text-align: center;
  font-weight: 400;
  color: white;
  margin-right: 2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
}
.custom .pagination {
  clear: both;
  text-align: center;
}
.custom .pagination.headline {
  border-top: none;
  border-bottom: none;
}
.custom .pagination .navi {
  display: inline-block;
  margin-bottom: -0.3em;
  width: auto;
}
.custom .pagination .navi li:before {
  content: "" !important;
}
.custom .pagination .navi a {
  font-weight: 500;
}
.custom .pagination .navi a,
.touch .custom .pagination .navi a:hover {
  color: #b3b3b3;
}
.no-touch .custom .pagination .navi a:hover {
  color: #333;
}
.custom .pagination .navi .icon-only {
  margin: 0 6.5px;
  font-size: 1.25em;
  line-height: 1.4em;
  color: #333;
}
.custom .pagination .navi .selected a,
.custom .pagination .navi .active a {
  color: #333;
}
.custom .list-items {
  position: relative;
}
.custom .list-items .item-list {
  min-height: 200px;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/loader.gif) center 100px no-repeat;
}
.loaded .custom .list-items .item-list {
  background: transparent;
  min-height: 0px;
}
.custom .list-items .item-list .item {
  position: relative;
  width: 47.5%;
  padding-bottom: 26px;
  float: left;
  visibility: hidden;
}
.loaded .custom .list-items .item-list .item {
  visibility: visible;
}
.custom .list-items .item-list .item > a:hover {
  text-decoration: none;
}
.custom .list-items .item-list .item:nth-child(2n) {
  margin-left: 5%;
}
.custom .list-items .item-list .item:nth-child(2n+1) {
  clear: left;
}
.custom .list-items .item-list .item.from-left {
  animation: from-left 0.5s;
  -webkit-animation: from-left 0.5s;
}
.custom .list-items .item-list .item.from-right {
  animation: from-right 0.5s;
  -webkit-animation: from-right 0.5s;
}
.custom .list-items .item-list .item .experience-level {
  position: absolute;
  left: 0;
  top: 0;
}
.custom .list-items .item-list .item .image img {
  display: block;
  width: 100%;
}
.custom .list-items .item-list .item .image p {
  margin-top: 6.5px;
  text-transform: uppercase;
}
.custom .list-items .item-list .item .body {
  padding: 3.25px 13px;
  background: #eef2f5;
}
.custom .list-items .item-list .item .body .topline {
  margin-bottom: 3.25px;
  text-transform: uppercase;
  text-align: right;
}
.custom .list-items .item-list .item .body .topline .target-group {
  float: left;
}
.custom .list-items .item-list .item .body .headline a:hover {
  text-decoration: none;
}
@media screen and (min-width: 650px) {
  .custom .list-items .item-list .item .body .headline {
    min-height: 4.2em;
  }
}
.custom .list-items .item-list .item .options {
  min-height: 90px;
  padding: 13px;
  color: #3e6375;
  background: #cedbe3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom .list-items .item-list .item .options .attributes {
  position: relative;
}
.custom .list-items .item-list .item .options .attributes a {
  text-decoration: underline;
}
.custom .list-items .item-list .item .options .attributes .attribute {
  white-space: nowrap;
}
.custom .list-items .item-list .item .options .attributes .attribute .key {
  display: inline-block;
  width: 37%;
}
.custom .list-items .item-list .item .options .attributes .attribute .value {
  font-weight: 500;
}
.custom .list-items .item-list .item .options .attributes .attribute.location .value {
  cursor: help;
}
.custom .list-items .item-list .item .options .pricing {
  text-align: right;
}
.custom .list-items .item-list .item .options .pricing .add-cart {
  display: block;
  padding: .4em;
  float: right;
  margin-left: 6.5px;
  font-size: 2em;
}
.custom .list-items .item-list .item .options .pricing .price {
  padding-right: 6.5px;
  white-space: nowrap;
}
.custom .list-items .item-list .item .options .pricing .price .price-tag {
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: -0.33em;
}
.custom .list-items .item-list .item .options .pricing .price .price-info {
  display: inline-block;
  font-size: .8em;
  line-height: .8em;
  -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);
}
.custom .list-items .item-list .item .options .pricing .price .price-info.gift {
  padding-top: .66em;
}
.custom .list-items .item-list .item .options .pricing .price .price-info.gift span {
  display: block;
  height: 1em;
}
.custom .list-items .item-list .item .options .pricing .btn {
  margin-top: .33em;
  padding: 0 13px;
}
@media screen and (max-width: 649px) {
  .custom .list-items .item-list .item {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 52px;
  }
  .custom .list-items .item-list .item:first-child {
    margin-top: 0;
  }
}
.custom .list-items .item-list.subpages .item {
  width: 30%;
  margin-left: 5%;
  height: 310px;
}
.custom .list-items .item-list.subpages .item:first-child,
.custom .list-items .item-list.subpages .item:nth-child(3n+1) {
  margin-left: 0;
}
.custom .list-items .item-list.subpages .item:nth-child(2n+1) {
  clear: none;
}
.custom .list-items .item-list.subpages .item .headline {
  min-height: 4.2em;
}
.custom .list-items .item-list.subpages .item .row {
  margin-top: 6.5px;
}
.custom .list-items .item-list.subpages .item .row img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .custom .list-items .item-list.subpages .item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 26px;
    height: auto;
  }
  .custom .list-items .item-list.subpages .item:last-child {
    padding-bottom: 13px;
  }
  .custom .list-items .item-list.subpages .item .row {
    width: 60%;
    float: left;
  }
  .custom .list-items .item-list.subpages .item .row.image {
    width: 33%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 889px) {
  .custom .list-items .item-list.subpages .item {
    margin-left: 0;
    margin-top: 0;
    float: left;
  }
}
.custom .list-items#residue {
  margin-top: -13px;
  background: #eef2f5;
}
.custom .list-items#residue .item-list {
  padding: 0 26px;
}
.custom .list-items#residue .item-list .item {
  width: 31%;
  font-size: 0.85em;
  cursor: pointer;
  padding-bottom: 0;
  margin-bottom: 26px;
  transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  margin-left: 3%;
  clear: none;
}
.touch .custom .list-items#residue .item-list .item {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.custom .list-items#residue .item-list .item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.custom .list-items#residue .item-list .item:nth-child(2n+1) {
  clear: none;
}
.custom .list-items#residue .item-list .item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.custom .list-items#residue .item-list .item.from-left {
  animation: from-left 0.5s;
  -webkit-animation: from-left 0.5s;
}
.custom .list-items#residue .item-list .item.from-right {
  animation: from-right 0.5s;
  -webkit-animation: from-right 0.5s;
}
.custom .list-items#residue .item-list .item .experience-level span {
  margin: -2px 0 0 -2px;
}
.custom .list-items#residue .item-list .item .body {
  background: #FFF;
}
.custom .list-items#residue .item-list .item .body .topline {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
.custom .list-items#residue .item-list .item .body .headline {
  min-height: 7em;
}
.custom .list-items#residue .item-list .item .options {
  min-height: 65px;
}
.custom .list-items#residue .item-list .item .options .attributes {
  display: none;
}
.custom .list-items#residue .item-list .item .options .pricing {
  position: relative;
  width: 100%;
  margin-left: 0;
}
.custom .list-items#residue .item-list .item .options .pricing .btn {
  position: absolute;
  left: 0;
  top: 0;
}
.custom .list-items#residue .item-list .item .options .pricing .btn .label-anzeigen {
  display: none;
}
@media screen and (max-width: 649px) {
  .custom .list-items#residue .item-list {
    padding: 0 13px;
  }
  .custom .list-items#residue .item-list .item {
    margin-bottom: 13px;
  }
  .custom .list-items#residue .item-list .item .image {
    position: absolute;
    left: 1em;
    top: 2.5em;
    width: 8em;
  }
  .custom .list-items#residue .item-list .item .body .headline {
    min-height: 0;
    margin-left: 8.75em;
  }
  .custom .list-items#residue .item-list .item .body .headline * {
    font-size: 1.0em;
  }
  .custom .list-items#residue .item-list .item .options {
    min-height: 50px;
    padding: 0 6.5px;
    margin-top: -6.5px;
    background: white;
  }
  .custom .list-items#residue .item-list .item .options .pricing .price .price-tag {
    font-size: 1.3em;
  }
  .custom .list-items#residue .item-list .item .options .pricing .btn {
    display: none;
  }
}
.custom #cart {
  position: absolute;
  right: 13px;
  width: 380px;
  margin-top: 3px;
  margin-bottom: 0;
  z-index: 3;
}
.custom #cart .cart-section {
  width: 100%;
  padding: 0 13px;
  background: #cedbe3;
  transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom #cart .item {
  display: block;
  margin-top: 13px;
}
.custom #cart .item:first-child {
  margin-top: 0;
}
.custom #cart .item .topline {
  position: relative;
  color: #3e6375;
}
.custom #cart .item .topline .category {
  padding-left: 3em;
}
.custom #cart .item .topline .flexi {
  position: absolute;
  right: 13px;
  top: 0;
  text-transform: uppercase;
}
.custom #cart .item .headline {
  margin-bottom: 0;
}
.custom #cart .item .headline a {
  text-decoration: underline;
}
.custom #cart .item .headline a:hover {
  text-decoration: none;
}
.custom #cart .item .experience-level {
  position: absolute;
}
.custom #cart .item .experience-level span {
  top: 0;
}
.custom #cart .item .options {
  position: relative;
  font-size: .9em;
  padding: 6.5px 0;
  color: black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom #cart .item .options .side-info {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 120px;
}
.custom #cart .item .options .attributes .attribute {
  margin-top: 0;
  padding: .1em 0;
}
.custom #cart .item .options .attributes .attribute .col {
  margin-left: 0;
}
.custom #cart .item .options .attributes .attribute .key {
  width: 25%;
}
.custom #cart .item .options .attributes .attribute .value {
  width: auto;
}
.custom #cart .item .options .attributes .attribute .value input {
  display: inline-block;
  width: 110px;
  margin: 0;
  padding: 1px 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom #cart .item .pricing {
  text-align: right;
}
.custom #cart .item .pricing .price .price-tag {
  display: block;
  font-size: 1.4em;
  font-weight: 500;
  line-height: .7em;
}
.custom #cart .item .pricing .price .price-info {
  font-size: .8em;
  line-height: .8em;
}
.custom #cart .item .pricing .btn {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.custom #cart .item .pricing .btn .icon:before {
  font-size: 1.2em;
  padding-top: .4em;
  padding-bottom: .4em;
  vertical-align: middle;
}
.custom #cart .item#staged-item {
  width: 380px;
  padding: 13px 26px;
  margin-left: -26px;
  color: white;
  background: #3e6375;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
}
.custom #cart .item#staged-item,
.custom #cart .item#staged-item .topline *,
.custom #cart .item#staged-item .headline *,
.custom #cart .item#staged-item .options {
  color: white;
}
.custom #cart .item#staged-item .side-info,
.custom #cart .item#staged-item .topline * .side-info,
.custom #cart .item#staged-item .headline * .side-info,
.custom #cart .item#staged-item .options .side-info {
  font-weight: 400;
  font-style: italic;
  font-size: .9em;
  line-height: 1.4em;
  text-align: left;
  color: #e89e01;
}
.custom #cart .item#staged-item .btn {
  border-color: #3e6375;
}
.custom #cart .item#staged-item .experience-level {
  height: 1.55em;
  overflow: hidden;
}
.custom #cart .item#staged-item .topline {
  min-height: 1.6em;
}
.custom #cart .item#staged-item .headline {
  border-color: white;
}
.custom #cart .item#staged-item .headline h3 {
  font-weight: 400;
}
.custom #cart .item#staged-item .options .input-wrap {
  display: inline-block;
}
.custom #cart .item#staged-item .options .input-wrap .input-clear {
  margin-top: -2px;
}
.custom #cart .item#staged-item .options input {
  width: 140px;
}
.custom #cart .item#staged-item .pricing {
  margin-top: 13px;
}
.custom #cart .item#staged-item .pricing .price-tag {
  font-weight: 500;
}
.custom #cart #cart-head {
  display: none;
  margin-bottom: -13px;
}
.custom #cart #cart-head #cart-title {
  color: #3e6375;
  cursor: pointer;
}
.custom #cart #cart-head #cart-title .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 13px;
  text-align: center;
  color: white;
  background-color: #3e6375;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.custom #cart #cart-head #cart-title .icon:before {
  padding: 0.33em;
}
.custom #cart #cart-head #cart-status {
  color: #e89e01;
}
.custom #cart #cart-wrapper {
  position: absolute;
  right: 0;
  width: 100%;
}
.custom #cart #cart-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  overflow-y: hidden;
}
.custom #cart #cart-overlay #cart-content #cart-items {
  padding: 13px 0;
}
.custom #cart #cart-content {
  padding: 0;
}
.custom #cart #cart-content #cart-items .item:last-child {
  border-bottom: 1px #4c3c2f dotted;
  padding-bottom: 26px;
}
.custom #cart #cart-content #cart-items .item .headline {
  padding: 0 13px;
  background: #eef2f5;
}
.custom #cart #cart-content #cart-items .item .headline h3 {
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
}
.custom #cart #cart-content #cart-items .item .headline h3.icon:before {
  display: inline-block;
  content: "\E618";
  width: 16px;
  height: 16px;
  padding: 0 0 0 0;
  margin-right: .5em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.1em;
  font-family: 'iconset-lite';
  color: white;
  background: #3e6375;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.custom #cart #cart-content #cart-items .item .headline .more {
  cursor: pointer;
}
.custom #cart #cart-content #cart-items .item .headline .more:after {
  display: none;
}
.custom #cart #cart-content #cart-items .item .item-body {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.custom #cart #cart-content #cart-items .item .item-body .item-wrapper {
  position: relative;
  margin: 0 13px;
}
.custom #cart #cart-content #cart-items .item .item-body .topline {
  padding-bottom: 13px;
}
.custom #cart #cart-content #cart-items .item .item-body .input-wrap {
  display: inline-block;
}
.custom #cart #cart-content #cart-items .item .item-body .input-wrap .input-clear {
  padding-top: 0;
}
.custom #cart #cart-content #cart-items .item.active .headline .icon:before {
  content: "\E602";
}
.custom #cart #cart-content .form .contact-data {
  margin: 19.5px;
  padding-left: 60px;
  background: url(/typo3conf/ext/ec_setup/Resources/Public/build/assets/images/cart-mail-icon.png) left center no-repeat;
}
.custom #cart #cart-content .form .contact-form {
  margin: 19.5px;
  padding-bottom: 19.5px;
}
.custom #cart #cart-content .form .contact-form .input-wrap .input-clear {
  margin-top: 2px;
}
.custom #cart #cart-content .form .contact-form .btn {
  border-color: #cedbe3;
}
@media screen and (max-width: 1200px) {
  .custom #cart {
    width: 300px;
  }
  .custom #cart #staged-item {
    width: 300px !important;
  }
  .custom #cart #staged-item .side-info {
    right: 5px;
    width: 100px;
  }
  .custom #cart #staged-item .attributes input {
    width: 110px !important;
  }
  .custom #cart #cart-items .attributes input {
    width: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .custom #cart.sticky #staged-item {
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .custom #cart.sticky #cart-wrapper {
    padding-top: 216px;
    background: #cedbe3;
  }
}
@media screen and (max-width: 889px) {
  .custom #cart {
    width: 88%;
    right: 0;
  }
  .custom #cart #toggle-cart {
    display: none;
  }
  .custom #cart #cart-head {
    display: block;
  }
  .custom #cart #cart-wrapper {
    top: auto !important;
  }
  .custom #cart #cart-overlay {
    height: auto !important;
  }
  .custom #cart #cart-items .item .side-info {
    top: 30px;
  }
  .custom #cart #cart-items .item .attributes .attribute .value {
    margin-top: 0;
  }
  .custom #cart #cart-items .item .attributes .attribute .value .input-wrap {
    width: 49% !important;
  }
  .custom #cart #cart-items .item .attributes .attribute .value input {
    width: 100% !important;
    padding: .33em .5em;
  }
  .custom #cart .item#staged-item {
    width: auto !important;
    padding: 13px;
    margin-left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
  }
  .custom #cart .item#staged-item .side-info {
    top: 50px;
    width: 100px;
  }
  .custom #cart .item#staged-item .attributes .value {
    margin-top: 0;
  }
  .custom #cart .item#staged-item .attributes .value .input-wrap {
    width: 49% !important;
  }
  .custom #cart .item#staged-item .attributes .value input {
    width: 100% !important;
  }
  .custom #cart .item#staged-item .pricing .col {
    width: 47.5% !important;
    float: left;
    margin-top: 0;
    padding-left: 13px;
  }
  .custom #cart .contact-form label {
    display: block;
  }
  .overlay.cart .custom #cart {
    margin-left: 0;
    background: #eef2f5;
  }
}
@keyframes from-left {
  from {
    -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);
    transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
  }
  to {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes from-right {
  from {
    -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);
    transform: translateX(50px);
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
  }
  to {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes from-left-resi {
  from {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
  }
  to {
    -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);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes from-right-resi {
  from {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: translateX(50px);
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
  }
  to {
    -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);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
.layout #main .section .content.frame-space-before-extra-small,
.layout #main .section .content-full-width.frame-space-before-extra-small,
.layout #main .section .grid-element-content.frame-space-before-extra-small {
  margin-top: 6px;
}
.layout #main .section .content.frame-space-before-small,
.layout #main .section .content-full-width.frame-space-before-small,
.layout #main .section .grid-element-content.frame-space-before-small {
  margin-top: 13px;
}
.layout #main .section .content.frame-space-before-medium,
.layout #main .section .content-full-width.frame-space-before-medium,
.layout #main .section .grid-element-content.frame-space-before-medium {
  margin-top: 26px;
}
.layout #main .section .content.frame-space-before-large,
.layout #main .section .content-full-width.frame-space-before-large,
.layout #main .section .grid-element-content.frame-space-before-large {
  margin-top: 39px;
}
.layout #main .section .content.frame-space-before-extra-large,
.layout #main .section .content-full-width.frame-space-before-extra-large,
.layout #main .section .grid-element-content.frame-space-before-extra-large {
  margin-top: 52px;
}
.layout #main .section .content.frame-space-after-extra-small,
.layout #main .section .content-full-width.frame-space-after-extra-small,
.layout #main .section .grid-element-content.frame-space-after-extra-small {
  margin-bottom: 6px;
}
.layout #main .section .content.frame-space-after-small,
.layout #main .section .content-full-width.frame-space-after-small,
.layout #main .section .grid-element-content.frame-space-after-small {
  margin-bottom: 13px;
}
.layout #main .section .content.frame-space-after-medium,
.layout #main .section .content-full-width.frame-space-after-medium,
.layout #main .section .grid-element-content.frame-space-after-medium {
  margin-bottom: 26px;
}
.layout #main .section .content.frame-space-after-large,
.layout #main .section .content-full-width.frame-space-after-large,
.layout #main .section .grid-element-content.frame-space-after-large {
  margin-bottom: 39px;
}
.layout #main .section .content.frame-space-after-extra-large,
.layout #main .section .content-full-width.frame-space-after-extra-large,
.layout #main .section .grid-element-content.frame-space-after-extra-large {
  margin-bottom: 52px;
}
.layout #main .section .content form > div,
.layout #main .section .content-full-width form > div,
.layout #main .section .grid-element-content form > div {
  margin-top: 0.8em;
}
.layout #main .section .content form > div .control-label,
.layout #main .section .content-full-width form > div .control-label,
.layout #main .section .grid-element-content form > div .control-label {
  margin-top: 0.3em;
  font-size: 1.2em;
}
.layout #main .section .content form > div input,
.layout #main .section .content-full-width form > div input,
.layout #main .section .grid-element-content form > div input,
.layout #main .section .content form > div select,
.layout #main .section .content-full-width form > div select,
.layout #main .section .grid-element-content form > div select,
.layout #main .section .content form > div textarea,
.layout #main .section .content-full-width form > div textarea,
.layout #main .section .grid-element-content form > div textarea {
  padding: 5px;
  width: 220px;
}
.layout #main .section .content form button[type='submit'],
.layout #main .section .content-full-width form button[type='submit'],
.layout #main .section .grid-element-content form button[type='submit'] {
  background: none;
  background-color: #477186;
  border: 0;
  font-size: 1.2em;
  min-width: 110px;
}
.ce-center .ce-gallery img {
  display: block;
  margin: 0 auto;
}
.frame.frame-layout-1 {
  padding: 0 !important;
}
form textarea {
  min-height: 120px;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
  }
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -ms-transform: translateY(-2em);
      transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -ms-transform: translateY(2em);
      transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -ms-transform: translateY(0);
      transform: translateY(0);
  text-decoration: none;
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  border-top: 1px #4c3c2f dotted;
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*# sourceMappingURL=style.css.map*/

