@charset "UTF-8";
/*
 The default styles for the page.
 The generated CSS File is the only File which is used in the Frontend
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
	Default HTML Tags
*/
html {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  overflow-y: scroll;
}
@supports (-webkit-appearance:none) {
  html {
    -moz-osx-font-smoothing: auto;
    -webkit-text-stroke: 0 transparent;
  }
}
body {
  background-color: #ebebeb;
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
  padding: 0;
}
figure figcaption {
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
  display: block;
}
img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
}
table {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
table th,
table td {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
/*
 This is the default CSS which is used in the TYPO3 Backend for the RTE, too
 if you add classes or tags, make sure that the:
 templates/setup/scripts-ts/be_RTE_config.ts
 is in sync
*/
@font-face {
  font-family: 'MyIcons';
  src: url('../fonts/MyIcons_grayscale.eot?v=1493630926479');
  src: url('../fonts/MyIcons_grayscale.eot?#iefix&v=1493630926479') format('embedded-opentype'), url('../fonts/MyIcons_grayscale.woff?v=1493630926479') format('woff'), url('../fonts/MyIcons_grayscale.ttf?v=1493630926479') format('truetype'), url('../fonts/MyIcons_grayscale.otf?v=1493630926479') format('opentype'), url('../fonts/MyIcons_grayscale.svg?v=1493630926479#MyIcons') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0041-F009;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Italic-webfont.eot');
  src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
  src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1,
.h1 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 18px 0;
  text-align: center;
}
h2,
.h2 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 12px 0;
}
h3,
.h3 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 6px 0 4px 0;
}
h4,
.h4 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 1px 0 9px 0;
}
h5,
.h5 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 4px 0 8px 0;
  font-style: italic;
  color: #7b7c7e;
}
h6,
.h6 {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 4px 0 8px 0;
  font-style: normal;
  color: #000000;
}
p,
pre,
.paragraph {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
  color: inherit;
}
p.introtext,
pre.introtext,
.paragraph.introtext {
  padding: 10px 0 11px 0;
  font-size: 24px;
}
a,
a:link,
a:hover,
a:active,
a:focus {
  outline: 0;
  color: inherit;
  text-decoration: underline;
}
a.internal-link,
a:link.internal-link,
a.internal-link-new-window,
a:link.internal-link-new-window,
a.external-link,
a:link.external-link,
a.external-link-new-window,
a:link.external-link-new-window,
a.mail,
a:link.mail {
  text-decoration: underline;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a.internal-link:hover,
a:link.internal-link:hover,
a.internal-link-new-window:hover,
a:link.internal-link-new-window:hover,
a.external-link:hover,
a:link.external-link:hover,
a.external-link-new-window:hover,
a:link.external-link-new-window:hover,
a.mail:hover,
a:link.mail:hover {
  text-decoration: underline;
  color: #e54810;
}
a.download,
a:link.download {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  border: 3px solid #000000;
  text-decoration: none;
  padding: 6px 10px;
  text-align: center;
  background: transparent;
  min-width: 164px;
}
a.download:hover,
a:link.download:hover {
  color: #e54810;
  border-color: #e54810;
}
a.download:after,
a:link.download:after {
  font-family: "MyIcons";
  content: "\00a0\f009";
  font-size: 27px;
  line-height: 13px;
  vertical-align: bottom;
  display: inline-block;
  margin: -2px 0 2px 0;
}
a.go-to-page,
a:link.go-to-page {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  margin-top: -1px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a.go-to-page:after,
a:link.go-to-page:after {
  font-family: "MyIcons";
  content: "\f006";
  font-size: 34px;
  display: block;
  padding: 12px 0 0 0;
}
a.go-to-page:hover,
a:link.go-to-page:hover {
  text-decoration: none;
  color: #e54810;
}
ol,
ul {
  margin: 0;
  padding: 0 0 0 20px;
}
ol li,
ul li {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 3px 0;
  color: inherit;
}
.htmlarea-content-body {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
}
.default-text ol,
.htmlarea-content-body ol {
  list-style: none;
  list-style-position: inside;
  margin-left: 0;
  padding-right: 0;
  counter-reset: ol-counter;
}
.default-text ol li,
.htmlarea-content-body ol li {
  position: relative;
  counter-increment: ol-counter;
}
.default-text ol li:before,
.htmlarea-content-body ol li:before {
  content: counter(ol-counter) ".";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 3px;
  font-weight: bold;
}
.default-text ul,
.htmlarea-content-body ul {
  list-style: none;
  list-style-position: inside;
}
.default-text ul li,
.htmlarea-content-body ul li {
  position: relative;
}
.default-text ul li:before,
.htmlarea-content-body ul li:before {
  content: "\00b7";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 1px;
  font-size: 30px;
}
.container {
  max-width: 1230px;
  width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}
.container:before {
  content: " ";
  display: table;
  clear: both;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}
.container-all {
  min-height: 100%;
  position: relative;
}
.row {
  margin: 0 -15px;
}
.row:before {
  content: " ";
  display: table;
  clear: both;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row-introtext {
  position: relative;
  height: 204px;
  padding: 15px 15px 0 15px;
  margin-bottom: 34px;
}
.row > [class^="col-"] {
  padding: 0 15px;
}
[class^="col-"] {
  float: left;
  min-height: 1px;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-clear {
  clear: left;
}
.col-content {
  float: right;
  text-align: left;
}
.cnt-spc-lg-1 {
  margin: 0 15px;
  padding: 0 12.5% 34px 12.5%;
}
.cnt-spc-lg-row {
  margin: 0 15px;
  padding: 0 12.5%;
}
.cnt-spc-lg-row .cnt-spc-lg-1 {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.cnt-spc-lg-2 {
  margin: 0 15px;
  padding: 0 12.5% 66px 12.5%;
}
.cnt-spc-lg-2 .cnt-spc-lg-2 {
  margin: 0;
  padding: 0 0 66px 0;
}
/*
 All Global Layout Styles
*/
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
:focus,
:hover {
  outline-color: transparent;
  outline-style: none;
}
.img-autoscaled {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.img-autoscaled-height {
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.page {
  padding: 0 0 50px 0;
}
.page:after {
  content: " ";
  display: table;
  clear: both;
}
.page-layout-2 {
  min-width: 1230px;
  background: #ebebeb url("../img/bg-default.png") center top repeat-y;
  height: 100%;
}
.page-layout-2 .col-menu {
  background: #ebebeb url("../img/bg-default.png") left top repeat-y;
  position: absolute;
  min-height: 100%;
  width: 307px;
  padding-right: 15px;
}
.page-layout-1 .col-menu.set-fixed-parent {
  width: 292px;
}
.page-layout-3 {
  cursor: default !important;
}
.page-layout-3 * {
  cursor: default !important;
}
.page-layout-3 h1 {
  font-size: 28px;
  line-height: 32px;
}
.page-layout-3 .row-overlay {
  padding-top: 50px;
  padding-bottom: 38px;
}
.page-layout-1 .col-menu.set-fixed-parent,
.page-layout-2 .col-menu.set-fixed-parent {
  position: fixed;
}
.page-layout-1 .col-menu.set-fixed-parent .menu-logo,
.page-layout-2 .col-menu.set-fixed-parent .menu-logo {
  height: auto;
  padding-top: 0;
  min-height: 50px;
  text-align: left;
}
.page-layout-1 .col-menu.set-fixed-parent .menu-logo a,
.page-layout-2 .col-menu.set-fixed-parent .menu-logo a,
.page-layout-1 .col-menu.set-fixed-parent .menu-logo a:link,
.page-layout-2 .col-menu.set-fixed-parent .menu-logo a:link {
  width: 170px;
}
.jump-to {
  position: relative;
}
.jump-to > div {
  position: absolute;
  top: -60px;
}
.fancybox-close-small {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 25px;
  height: 25px;
  font: 20px/26px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ebebeb;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #000000;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:hover:after {
  color: #ebebeb;
  background: #e54810;
}
/*
	All Menu Styles
*/
.menu-logo {
  display: block;
  padding: 90px 0 0 0;
  margin-top: 3px;
  border-bottom: 3px solid #000000;
  height: 238px;
  text-align: center;
  position: relative;
}
.menu-logo a,
.menu-logo a:link {
  display: inline-block;
}
.menu-logo a.link-home,
.menu-logo a:link.link-home {
  position: absolute;
  bottom: 4px;
  left: 15px;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.menu-logo a.link-home:hover,
.menu-logo a:link.link-home:hover,
.menu-logo a.link-home.active,
.menu-logo a:link.link-home.active {
  color: #e54810;
}
.menu-mobile-toggle {
  display: none;
}
.menu-subpage-header {
  text-align: center;
  margin-top: -36px;
}
.menu-main .ul-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
}
.menu-main .ul-1 .li-1 {
  display: block;
  list-style: none;
  margin: -1px 0 0 0;
  padding: 0 15px;
  border-top: 1px solid #000000;
  position: relative;
}
.menu-main .ul-1 .li-1 > a,
.menu-main .ul-1 .li-1 > a:link {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  display: block;
  padding: 5px 0 8px 0;
}
.menu-main .ul-1 .li-1 > a:hover,
.menu-main .ul-1 .li-1 > a:link:hover {
  color: #e54810;
}
.menu-main .ul-1 .li-1 > .icon-toggle {
  position: absolute;
  font-style: normal;
  cursor: pointer;
}
.menu-main .ul-1 .li-1.no .ul-2 {
  display: none;
}
.menu-main .ul-1 .li-1.cur > a,
.menu-main .ul-1 .li-1.cur > a:link {
  color: #e54810;
}
.menu-main .ul-2 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #bcbdbe;
}
.menu-main .ul-2:before {
  content: " ";
  display: block;
  height: 6px;
  font-size: 1px;
}
.menu-main .ul-2:after {
  content: " ";
  display: block;
  height: 8px;
  font-size: 1px;
}
.menu-main .ul-2 .li-2 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}
.menu-main .ul-2 .li-2 > a,
.menu-main .ul-2 .li-2 > a:link {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  display: block;
  padding: 3px 0 4px 0;
}
.menu-main .ul-2 .li-2 > a:hover,
.menu-main .ul-2 .li-2 > a:link:hover {
  color: #e54810;
}
.menu-main .ul-2 .li-2.cur > a,
.menu-main .ul-2 .li-2.cur > a:link {
  color: #e54810;
}
.menu-musthave .ul-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 55px 0 13px 0;
  border-bottom: 1px solid #000000;
}
.menu-musthave .ul-1 .li-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.menu-musthave .ul-1 .li-1 > a,
.menu-musthave .ul-1 .li-1 > a:link {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0;
}
.menu-musthave .ul-1 .li-1 > a:hover,
.menu-musthave .ul-1 .li-1 > a:link:hover {
  color: #e54810;
}
.menu-musthave .ul-1 .li-1.cur > a,
.menu-musthave .ul-1 .li-1.cur > a:link {
  color: #e54810;
}
.menu-musthave .ul-1-overlays {
  padding: 13px 0;
  border-bottom: 0;
}
.menu-address {
  color: #7b7c7e;
  padding: 15px 15px 30px 15px;
}
.menu-address p {
  font-size: 10px;
  line-height: 16px;
  padding: 0;
}
.menu-address p.copyright {
  font-size: 8px;
  line-height: 15px;
  padding: 40px 0 0 0;
}
.menu-address a,
.menu-address a:link {
  text-decoration: none;
}
.menu-sections {
  position: relative;
  padding: 0 0 28px 0;
}
.menu-sections ul {
  list-style: none;
  display: block;
  text-align: center;
  margin-top: -55px;
  padding: 0;
}
.menu-sections ul li {
  display: inline-block;
  padding: 0;
  font-size: 0;
}
.menu-sections ul li:after {
  content: "\2013";
  font-size: 13px;
  line-height: 20px;
}
.menu-sections ul li.last:after {
  content: "";
}
.menu-sections ul li a,
.menu-sections ul li a:link {
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}
.menu-sections ul li a.active,
.menu-sections ul li a:link.active,
.menu-sections ul li a:hover,
.menu-sections ul li a:link:hover {
  color: #e54810;
  text-decoration: none;
}
.menu-sections.set-fixed {
  position: fixed;
  width: 790px;
  top: 0;
  z-index: 5;
}
.menu-sections.set-fixed ul {
  margin: 0 -10px 0 -20px;
  background: #ffffff;
  padding: 12px 0 10px 0;
  border-bottom: 1px solid #000000;
}
.menu-sections-hidden {
  height: 1px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin: 0 -15px;
}
/*
 All Styles for Extensions and Content Elements
*/
.frontEndEditIconLinks {
  background: #ffffff;
  display: inline-block;
  padding: 3px;
  margin: 0 5px;
  line-height: 16px;
  vertical-align: baseline;
}
.frontEndEditIconLinks img {
  vertical-align: top;
}
.ext-edit-icon {
  display: block;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
.ext-edit-icon .frontEndEditIconLinks {
  position: absolute;
  top: 50px;
  left: 0;
}
.ext-edit-icon .frontEndEditIconLinks img {
  display: block;
  width: 16px !important;
  height: 16px !important;
}
.ext-edit-icon.no-width {
  width: auto;
}
.ext-edit-icon.no-width .frontEndEditIconLinks {
  top: -20px;
}
.tx-audbasicce-pi1 {
  padding: 0 12.5%;
  text-align: center;
  display: table;
  margin: 0 15px;
  width: 100%;
  height: 100%;
}
.tx-audbasicce-pi1 h5 {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}
.tx-audbasicce-pi2 h6 {
  text-align: center;
}
.tx-audbasicce-pi3-img {
  position: relative;
  z-index: 2;
}
.tx-audbasicce-pi3-maplink {
  display: block;
  position: absolute;
  text-decoration: none !important;
}
.tx-audbasicce-pi3-links {
  text-align: center;
  margin: -90px auto 0 auto;
  display: table;
  position: relative;
  z-index: 5;
}
.tx-audbasicce-pi3-links span {
  display: table-cell;
  padding: 0 15px;
}
.tx-audbasicce-pi3-links span a,
.tx-audbasicce-pi3-links span a:link {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  border: 3px solid #000000;
  text-decoration: none;
  padding: 6px 10px;
  text-align: center;
  background: transparent;
  min-width: 164px;
}
.tx-audbasicce-pi3-links span a:hover,
.tx-audbasicce-pi3-links span a:link:hover {
  color: #e54810;
  border-color: #e54810;
}
.tx-audbasicce-pi4 {
  position: relative;
  margin-left: -12.5%;
}
.tx-audbasicce-pi4-item-text {
  height: 238px;
  position: relative;
  margin-right: 10%;
}
.tx-audbasicce-pi4-item-text h5 {
  color: #e54810;
  float: right;
  text-align: center;
  width: 67.5%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hide-images .tx-audbasicce-pi4-item-text,
.slick-slide .tx-audbasicce-pi4-item-text {
  opacity: 0;
}
.slick-current .tx-audbasicce-pi4-item-text {
  opacity: 1;
}
.tx-audbasicce-pi4-item-image {
  width: 76%;
  padding: 0 0 0 15px;
}
.hide-images .tx-audbasicce-pi4-item-image img,
.slick-slide .tx-audbasicce-pi4-item-image img {
  opacity: 0;
}
.slick-current .tx-audbasicce-pi4-item-image img {
  opacity: 1;
  width: 100%;
  height: auto;
}
.tx-audbasicce-pi4 .slick-dots {
  display: none;
}
.tx-audbasicce-pi4-menu {
  width: 22.22222222%;
  position: absolute;
  top: 308px;
  right: 0;
  z-index: 5;
  margin: 0;
  padding: 21px 0 0 0;
  list-style: none;
}
.tx-audbasicce-pi4-menu-item {
  padding: 6px 15px 9px 15px;
  border-top: 1px solid #000000;
  cursor: pointer;
}
.tx-audbasicce-pi4-menu-item.no-1 {
  border-width: 0;
}
.tx-audbasicce-pi4-menu-item .title,
.tx-audbasicce-pi4-menu-item .subtitle {
  display: block;
  font-size: 11px;
  line-height: 16px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.tx-audbasicce-pi4-menu-item .title {
  font-weight: bold;
}
.tx-audbasicce-pi4-menu-item .subtitle {
  color: #7b7c7e;
}
.tx-audbasicce-pi4-menu-item:hover .title,
.tx-audbasicce-pi4-menu-item.slick-active .title {
  color: #e54810;
}
.tx-audbasicce-pi5 {
  padding: 0 0 40px 0;
}
.tx-audbasicce-pi5 .row {
  margin: 0;
}
.tx-audbasicce-pi5 img {
  padding: 10px 0;
}
.tx-audbasicce-pi5-spacer {
  border-top: 1px solid #cfd0d1;
  margin: 0 15px;
  clear: both;
}
.tx-audbasicce-pi5-spacer-mobile {
  display: none;
}
.tx-audbasicce-pi6 {
  position: relative;
}
.tx-audbasicce-pi6-items {
  padding: 40px 0 0 0;
}
.tx-audbasicce-pi6-item-text {
  height: 238px;
  position: relative;
  text-align: center;
}
.tx-audbasicce-pi6-item-text h5 {
  color: #e54810;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.tx-audbasicce-pi6-item-text h5:after {
  font-family: "MyIcons";
  content: "\e010";
  font-size: 25px;
  display: block;
  font-style: normal;
  padding: 26px 0 8px 0;
}
.tx-audbasicce-pi6-item .title,
.tx-audbasicce-pi6-item .subtitle {
  display: block;
  font-size: 11px;
  line-height: 16px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.tx-audbasicce-pi6-item .subtitle {
  color: #7b7c7e;
}
.tx-audbasicce-pi8 {
  padding: 30px 0 15px 0;
}
.tx-audbasicce-pi8-links-a,
.tx-audbasicce-pi8-links-b {
  padding-bottom: 25px;
}
.tx-audbasicce-pi8-links-a {
  text-align: center;
  margin: 0 auto;
  display: table;
}
.tx-audbasicce-pi8-links-a span {
  display: table-cell;
  padding: 0 15px;
}
.tx-audbasicce-pi8-links-a span a,
.tx-audbasicce-pi8-links-a span a:link {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  border: 3px solid #000000;
  text-decoration: none;
  padding: 6px 10px;
  text-align: center;
  background: transparent;
  min-width: 164px;
}
.tx-audbasicce-pi8-links-a span a:hover,
.tx-audbasicce-pi8-links-a span a:link:hover {
  color: #e54810;
  border-color: #e54810;
}
.tx-audbasicce-pi8-links-b {
  text-align: center;
  margin: 0 auto;
}
.tx-audbasicce-pi8 .tt-content-div {
  padding-bottom: 25px;
}
.tt-content-div {
  border-top: 1px solid #000000;
  margin: 0 -15px;
}
.tt-content-div-1 {
  margin: 0 14.54545455%;
  border-color: #bcbdbe;
}
.form-default {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -8px;
}
.form-default:after {
  content: " ";
  display: table;
  clear: both;
}
.form-default .label {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: bold;
  padding: 5px 0 13px 0;
}
.form-default .label-indent {
  display: inline-block;
}
.form-default .label .small {
  vertical-align: middle;
}
.form-default .small {
  font-size: 11px;
  line-height: 12px;
}
.form-default .input-text,
.form-default .textarea {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 1px solid #7b7c7e;
  background: #ffffff;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  /* firefox 19+ */
  /* ie */
}
.form-default .input-text::-webkit-input-placeholder,
.form-default .textarea::-webkit-input-placeholder {
  color: #000000;
}
.form-default .input-text::-moz-placeholder,
.form-default .textarea::-moz-placeholder {
  color: #000000;
}
.form-default .input-text:-ms-input-placeholder,
.form-default .textarea:-ms-input-placeholder {
  color: #000000;
}
.form-default .input-textinput:-moz-placeholder,
.form-default .textareainput:-moz-placeholder {
  color: #000000;
}
.form-default .textarea {
  font-family: "open_sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 1px solid #7b7c7e;
  background: #ffffff;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 7px 10px;
  /* firefox 19+ */
  /* ie */
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}
.form-default .textarea::-webkit-input-placeholder {
  color: #000000;
}
.form-default .textarea::-moz-placeholder {
  color: #000000;
}
.form-default .textarea:-ms-input-placeholder {
  color: #000000;
}
.form-default .textareainput:-moz-placeholder {
  color: #000000;
}
.form-default .invisible {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
}
.form-default .button-default {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  border: 3px solid #000000;
  text-decoration: none;
  padding: 6px 10px;
  text-align: center;
  background: transparent;
  cursor: pointer!important;
}
.form-default .button-default:hover {
  color: #e54810;
  border-color: #e54810;
  cursor: pointer!important;
}
.form-default .field-error {
  color: #e54810;
}
.form-default .field-error .input-text,
.form-default .field-error .textarea {
  border-color: #e54810;
}
.form-group {
  padding: 0 0 12px 0;
}
.form-group:before {
  content: " ";
  display: table;
  clear: both;
}
.form-group:after {
  content: " ";
  display: table;
  clear: both;
}
.form-group.margin {
  margin: 0 -15px;
}
.form-group.margin [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.form-group.bottom-spc-1 {
  padding-bottom: 7px;
}
.form-spc-before-1 {
  padding-top: 15px;
}
.form-spc-after-1 {
  padding-bottom: 50px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  padding: 16px 0 10px 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px 3px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #bcbdbe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
}
.slick-dots li:hover button:before,
.slick-dots li:hover.slick-active button:before {
  color: #e54810;
}
/*
 Additional Responsive Ressources
 Filename Shema: "defaultnam"-"screensize"
*/
.show-tablet {
  display: none;
}
@media only screen and (max-width: 801px) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block;
  }
  /*
 This is the default CSS which is used in the TYPO3 Backend for the RTE, too
 if you add classes or tags, make sure that the:
 templates/setup/scripts-ts/be_RTE_config.ts
 is in sync
*/
  h1,
  .h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 15px 0;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 12px 0;
  }
  h3,
  .h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0 4px 0;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 1px 0 9px 0;
  }
  h5,
  .h5 {
    font-size: 15px;
    line-height: 20px;
    padding: 4px 0 8px 0;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 19px;
    padding: 4px 0 8px 0;
  }
  p,
  pre,
  .paragraph {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
    color: inherit;
  }
  p.introtext,
  pre.introtext,
  .paragraph.introtext {
    padding: 10px 0 11px 0;
    font-size: 24px;
  }
  a.download,
  a:link.download {
    min-width: 164px;
  }
  a.download:after,
  a:link.download:after {
    font-size: 27px;
    line-height: 13px;
    margin: -2px 0 2px 0;
  }
  a.go-to-page,
  a:link.go-to-page {
    font-size: 13px;
    margin-top: -1px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  a.go-to-page:after,
  a:link.go-to-page:after {
    font-size: 34px;
  }
  ol,
  ul {
    margin: 0;
    padding: 0 0 0 20px;
  }
  ol li,
  ul li {
    font-size: 13px;
    line-height: 20px;
    padding: 3px 0;
  }
  .default-text ol li:before {
    left: -20px;
    top: 3px;
  }
  .default-text ul li:before {
    left: -20px;
    top: 1px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .row {
    margin: 0 -15px;
  }
  .row-introtext {
    position: relative;
    height: auto;
    padding: 15px 0 0 0;
    margin-bottom: 10px;
  }
  .row-introtext .tx-audbasicce-pi7 {
    display: none;
  }
  .row > [class^="col-"] {
    padding: 0;
  }
  .col-lg-6 {
    float: none;
    width: 100%;
  }
  .col-content {
    float: none;
    clear: both;
    width: 100%;
  }
  .cnt-spc-lg-1 {
    margin: 0;
    padding: 0 0 24px 0;
  }
  .cnt-spc-lg-row {
    padding: 0 0 24px 0;
    margin: 0;
  }
  .cnt-spc-lg-row .row {
    margin: 0;
  }
  .cnt-spc-lg-row .cnt-spc-lg-1 {
    padding: 0;
  }
  .cnt-spc-lg-2 {
    margin: 0 15px;
    padding: 0 0 40px 0;
  }
  .cnt-spc-lg-2 .cnt-spc-lg-2 {
    margin: 0;
    padding: 0 0 40px 0;
  }
  /*
 All Global Layout Styles
*/
  .page {
    padding: 0 0 50px 0;
  }
  .page:after {
    content: " ";
    display: table;
    clear: both;
  }
  .page-layout-1,
  .page-layout-2 {
    min-width: 100%;
    padding-top: 55px;
  }
  .page-layout-1 .col-menu,
  .page-layout-2 .col-menu {
    background: #ebebeb;
    position: absolute;
    min-height: 0;
    width: 100%;
    padding-right: 0;
    float: none;
    clear: both;
    z-index: 20;
  }
  .page-layout-1 .col-content,
  .page-layout-2 .col-content {
    padding: 0 25px;
  }
  .page-layout-3 {
    overflow-y: hidden;
    padding: 0 100px 0 100px;
    width: auto;
    min-width: 0;
    background: #ebebeb !important;
    background-image: none;
  }
  .page-layout-3:after {
    content: " ";
    display: table;
    clear: both;
  }
  .page-layout-3 .col-lg-6 {
    width: 50%;
    float: left;
  }
  .page-layout-2 {
    min-width: 100%;
    background-image: none;
    background-color: #ffffff;
  }
  .page-layout-1 .col-menu.set-fixed-parent {
    width: 100%;
  }
  .page-layout-1 .col-menu.set-fixed-parent .menu-logo,
  .page-layout-2 .col-menu.set-fixed-parent .menu-logo {
    min-height: 55px;
  }
  .jump-to {
    position: relative;
  }
  .jump-to > div {
    position: absolute;
    top: -195px;
  }
  /*
	All Menu Styles
*/
  .menu-logo {
    display: block;
    padding: 0;
    height: 55px;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ebebeb;
    z-index: 20;
    margin: 0;
  }
  .menu-logo > a,
  .menu-logo > a:link {
    margin: 8px 0 0 15px;
    display: inline-block;
    width: 170px;
  }
  .menu-mobile-toggle {
    display: block;
    position: absolute;
    top: 7px;
    right: 35px;
    text-align: right;
  }
  .menu-mobile-toggle a,
  .menu-mobile-toggle a:link {
    text-decoration: none;
    width: 33px!important;
  }
  .menu-mobile-toggle a:before,
  .menu-mobile-toggle a:link:before {
    content: "\f002";
    font-family: "MyIcons";
    font-size: 43px;
    line-height: 1;
  }
  .menu-mobile-toggle a.active,
  .menu-mobile-toggle a:link.active {
    color: #e54810;
  }
  .menu-holder-foldout {
    background: #ebebeb;
    width: 100%;
    z-index: 15;
    position: absolute;
    display: none;
    padding: 0 8px;
  }
  .menu-holder-foldout.set-fixed {
    position: absolute;
    top: auto;
    width: 100%;
  }
  .menu-holder-foldout a.link-home,
  .menu-holder-foldout a:link.link-home {
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px 0 0 0;
    padding: 5px 15px 7px 15px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .menu-holder-foldout a.link-home:hover,
  .menu-holder-foldout a:link.link-home:hover,
  .menu-holder-foldout a.link-home.active,
  .menu-holder-foldout a:link.link-home.active {
    color: #e54810;
  }
  .menu-holder-foldout > div {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-subpage-header {
    margin-top: 0;
  }
  .menu-main .ul-1 .li-1 > .icon-toggle {
    position: absolute;
    top: -1px;
    right: 0;
    width: 73px;
    height: 30px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .menu-main .ul-1 .li-1 > .icon-toggle:before {
    display: block;
    content: "\f004";
    font-family: "MyIcons";
    font-size: 43px;
    line-height: 1;
    color: #000000;
  }
  .menu-main .ul-1 .li-1 > .icon-toggle:hover {
    color: #e54810;
  }
  .menu-main .ul-1 .li-1.open > .icon-toggle:before {
    content: "\f003";
    color: #e54810;
  }
  .menu-main .ul-2 .li-2 {
    padding: 0 15px 0 0;
  }
  .menu-main .ul-2 .li-2 > a,
  .menu-main .ul-2 .li-2 > a:link {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0 7px 0;
  }
  .menu-address p.copyright {
    padding-bottom: 100px;
  }
  .menu-sections ul {
    margin-top: -34px;
    padding-top: 5px;
  }
  .menu-sections ul li {
    display: block;
  }
  .menu-sections ul li:after {
    display: none;
  }
  .menu-sections ul li a,
  .menu-sections ul li a:link {
    font-size: 14px;
    line-height: 19px;
  }
  .menu-sections.set-fixed {
    width: 100%;
    top: 55px;
    margin: 0 -25px;
    border-bottom: 0;
  }
  .menu-sections.set-fixed ul {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .menu-sections.set-fixed ul li {
    line-height: 10px;
  }
  /*
 All Styles for Extensions and Content Elements
*/
  .tx-audbasicce-pi1 {
    padding: 0 15px;
    text-align: center;
    display: block;
    margin: 0;
  }
  .tx-audbasicce-pi1 h5 {
    display: block;
    vertical-align: top;
    height: auto;
    font-size: 14px;
  }
  .tx-audbasicce-pi3 {
    margin: 0 -10px;
  }
  .tx-audbasicce-pi3-links {
    margin: -60px auto 0 auto;
    display: block;
  }
  .tx-audbasicce-pi3-links span {
    display: block;
    padding-top: 15px;
  }
  .tx-audbasicce-pi3-links span a,
  .tx-audbasicce-pi3-links span a:link {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    border: 3px solid #000000;
    text-decoration: none;
    padding: 6px 10px;
    text-align: center;
    background: transparent;
    min-width: 164px;
  }
  .tx-audbasicce-pi3-links span a:hover,
  .tx-audbasicce-pi3-links span a:link:hover {
    color: #e54810;
    border-color: #e54810;
  }
  .tx-audbasicce-pi4 {
    position: relative;
    margin-left: 0;
  }
  .tx-audbasicce-pi4-items.slick-slider {
    margin-bottom: 0;
  }
  .tx-audbasicce-pi4-item {
    padding: 0;
  }
  .tx-audbasicce-pi4-item-text {
    height: auto;
    position: relative;
    margin-right: 0;
    padding-top: 21px;
  }
  .tx-audbasicce-pi4-item-text h5 {
    color: #e54810;
    float: none;
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 14px;
  }
  .tx-audbasicce-pi4-item-image {
    width: 100%;
    padding: 0;
  }
  .tx-audbasicce-pi4 .slick-dots {
    display: block;
  }
  .tx-audbasicce-pi4-menu {
    width: 240px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 5;
    margin: 0 auto;
    padding: 0;
  }
  .tx-audbasicce-pi4-menu-item {
    padding: 6px 0 9px 0;
    border-top: 0;
    border-bottom: 1px solid #000000;
    display: none;
  }
  .tx-audbasicce-pi4-menu-item.no-1 {
    border-width: 1px;
  }
  .tx-audbasicce-pi4-menu-item .title {
    color: #e54810;
  }
  .tx-audbasicce-pi4-menu-item:hover,
  .tx-audbasicce-pi4-menu-item.slick-active {
    display: block;
  }
  .tx-audbasicce-pi5 {
    padding: 0 0 40px 0;
  }
  .tx-audbasicce-pi5 .row {
    margin: 0;
  }
  .tx-audbasicce-pi5 img {
    padding: 10px 0;
  }
  .tx-audbasicce-pi5 .col-lg-3 {
    width: 50%;
  }
  .tx-audbasicce-pi5-spacer {
    border-top: 1px solid #cfd0d1;
    margin: 0 15px;
    clear: both;
  }
  .tx-audbasicce-pi5-spacer-mobile {
    display: block;
    border-top: 1px solid #cfd0d1;
    margin: 0 15px;
    clear: both;
  }
  .tx-audbasicce-pi6 {
    position: relative;
  }
  .tx-audbasicce-pi6-items {
    padding: 40px 0 0 0;
  }
  .tx-audbasicce-pi6-item-text {
    height: auto;
  }
  .tx-audbasicce-pi6-item-text h5 {
    position: relative;
    bottom: auto;
    right: 0;
    font-size: 14px;
  }
  .tx-audbasicce-pi8 {
    padding: 30px 0 15px 0;
  }
  .tx-audbasicce-pi8-links-a,
  .tx-audbasicce-pi8-links-b {
    padding-bottom: 25px;
  }
  .tx-audbasicce-pi8-links-a {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .tx-audbasicce-pi8-links-a span {
    display: block;
    padding-top: 15px;
  }
  .tx-audbasicce-pi8-links-a span a,
  .tx-audbasicce-pi8-links-a span a:link {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    border: 3px solid #000000;
    text-decoration: none;
    padding: 6px 10px;
    text-align: center;
    background: transparent;
    min-width: 164px;
  }
  .tx-audbasicce-pi8-links-a span a:hover,
  .tx-audbasicce-pi8-links-a span a:link:hover {
    color: #e54810;
    border-color: #e54810;
  }
  .tx-audbasicce-pi8-links-b {
    text-align: center;
    margin: 0 auto;
  }
  .tx-audbasicce-pi8 .tt-content-div {
    padding-bottom: 25px;
  }
  .tt-content-div {
    margin: 0 -15px;
  }
  .tt-content-div-1 {
    margin: 0 0;
  }
  .page-layout-3 {
    overflow-y: hidden;
  }
  .page-layout-3 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-layout-3 {
    padding-top: 50px;
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 500px) {
  .page-layout-3 {
    overflow-y: hidden;
    padding: 0 30px 0 30px;
  }
  .page-layout-3 .col-lg-6 {
    width: 50%;
    float: left;
  }
  .page-layout-3 h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .page-layout-3 .row-overlay {
    padding-top: 50px;
    padding-bottom: 8px;
  }
}
