/*------------------------------------*\
	Contao essentials
\*------------------------------------*/
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.image_container.float_left{float:left}.image_container.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*------------------------------------*\
	Reset browser defaults
\*------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*------------------------------------*\
	Parts
\*------------------------------------*/
/*------------------------------------*\
	Icon fonts
\*------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('../../files/theme/fonts/icomoon/icomoon.eot?6h65es');
  src: url('../../files/theme/fonts/icomoon/icomoon.eot?6h65es#iefix') format('embedded-opentype'), url('../../files/theme/fonts/icomoon/icomoon.woff2?6h65es') format('woff2'), url('../../files/theme/fonts/icomoon/icomoon.ttf?6h65es') format('truetype'), url('../../files/theme/fonts/icomoon/icomoon.woff?6h65es') format('woff'), url('../../files/theme/fonts/icomoon/icomoon.svg?6h65es#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
	Web fonts
\*------------------------------------*/
@font-face {
  font-family: 'DIN W01 Medium';
  src: url('../../files/theme/fonts/din/5514482/48560a7f-32bd-430f-b29d-261554b09709.woff2') format('woff2'), url('../../files/theme/fonts/din/5514482/bf44d8ce-56d8-4004-9d65-d392f54cbdfa.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DIN W01 Bold';
  src: url('../../files/theme/fonts/din/5514497/7e096078-f953-4cc5-b328-997ed06f9f17.woff2') format('woff2'), url('../../files/theme/fonts/din/5514497/3427767a-2ea3-4ddd-af88-9130e7cfe96d.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DIN W01 Regular';
  src: url('../../files/theme/fonts/din/5514533/a98eb071-b947-4dd4-adac-f74cffd4a3a3.woff2') format('woff2'), url('../../files/theme/fonts/din/5514533/a37b7aad-2016-4149-b2f1-b8925dfbdff0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: 'FontAwesomeFree';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src:url('../../files/theme/fonts/fontawesome/fa-regular-400.eot');
	src:url('../../files/theme/fonts/fontawesome/fa-regular-400.eot?#iefix') format('embedded-opentype'),
		url('../../files/theme/fonts/fontawesome/fa-regular-400.woff2') format('woff2'),
		url('../../files/theme/fonts/fontawesome/fa-regular-400.woff') format('woff'),
		url('../../files/theme/fonts/fontawesome/fa-regular-400.ttf') format('truetype'),
		url('../../files/theme/fonts/fontawesome/fa-regular-400.svg#fontawesome') format('svg');
}

@font-face {
	font-family: 'FontAwesomeFree';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src:url("../../files/theme/fonts/fontawesome/fa-solid-900.eot");
	src:url("../../files/theme/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("../../files/theme/fonts/fontawesome/fa-solid-900.woff2") format("woff2"),
		url("../../files/theme/fonts/fontawesome/fa-solid-900.woff") format("woff"),
		url("../../files/theme/fonts/fontawesome/fa-solid-900.ttf") format("truetype"),
		url("../../files/theme/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

/*------------------------------------*\
	Third party
\*------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../files/theme/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*------------------------------------*\
	Custom styles
\*------------------------------------*/
/*------------------------------------*\
	Common definitions
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
*:before,
*:after {
  speak: none;
}
/*------------------------------------*\
	Eliminate "touch" side effects
\*------------------------------------*/
* {
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::selection {
  background-color: #e30613;
  color: #fff;
}
*::-moz-selection {
  background-color: #e30613;
  color: #fff;
}
/*------------------------------------*\
	Document
\*------------------------------------*/
html,
body {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  html,
  body {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  html,
  body {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
html {
  width: 100%;
  font-family: 'DIN W01 Regular', sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  width: 100%;
  padding-top: 112px;
  color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  counter-reset: iteration;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
  body.menu {
    overflow: hidden;
  }
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
/*------------------------------------*\
	Html elements
\*------------------------------------*/
i {
  font-style: normal;
}
em {
  font-family: 'DIN W01 Regular', sans-serif;
  font-style: italic;
}
strong,
b {
  font-weight: normal;
  font-family: 'DIN W01 Medium', sans-serif;
}
sup {
  top: 0;
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  sup {
    font-size: 10.8px;
    line-height: 16.2px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  sup {
    font-size: 9.6px;
    line-height: 14.4px;
  }
}
sub {
  bottom: 0;
  font-size: 13px;
  line-height: 19.5px;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  sub {
    font-size: 11.7px;
    line-height: 17.55px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  sub {
    font-size: 10.4px;
    line-height: 15.6px;
  }
}
.small {
  font-size: 12px;
  line-height: 14px;
  color: #a5a5a5;
}
body.nojs .js {
  display: none;
}
hr {
  margin: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000;
}
.red {
  color: #e30613;
}
.nowrap {
  white-space: nowrap;
}
h1 {
  margin: 0;
  font-family: 'DIN W01 Bold', sans-serif;
  font-size: 46px;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 50px;
}
h2 {
  margin: 0;
  font-family: 'DIN W01 Bold', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h3 {
  margin: 0;
  font-family: 'DIN W01 Medium', sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 35px;
  margin-bottom: 20px;
}
h4 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
}
a {
  text-decoration: underline;
  color: #000;
  outline: 0;
}
a.icon-logout {
  font-family: 'DIN W01 Medium', sans-serif;
}
a.icon-logout:before {
  margin: 2px 6px 0 0;
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "FontAwesomeFree";
  font-weight: 900;
  content: "\f2f5";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:active,
a:hover {
  text-decoration: underline;
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
figure a,
figure img {
  display: block;
}
img {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #000;
  border-collapse: collapse;
  table-layout: fixed;
}
thead td,
th {
  border-bottom: 2px solid #000;
}
td {
  border-bottom: 1px solid #666;
}
tr.even td {
  background-color: #e5e5e5;
}
th,
td {
  padding: 8px 10px;
}
td p {
  margin-bottom: 0;
}
ul,
ol {
  position: relative;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  position: relative;
  list-style: none;
  margin: 0;
}
dl {
  margin: 0;
}
main .ce_text ul,
main .ce_list ul,
main .ce_text ol,
main .ce_list ol {
  margin: 0 0 40px 0;
  padding: 0;
}
main .ce_text ul li,
main .ce_list ul li {
  margin: 0 0 0 22px;
  list-style: disc;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
video {
  width: 100% !important;
  height: auto !important;
}
/*------------------------------------*\
	Clearing
\*------------------------------------*/
.clearing {
  clear: left;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*------------------------------------*\
	Grid
\*------------------------------------*/
.subcolumns {
  position: relative;
  overflow: visible;
  width: auto;
  margin: 0 -1%;
  *zoom: 1;
}
.subcolumns:before,
.subcolumns:after {
  content: " ";
  display: table;
}
.subcolumns:after {
  clear: both;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .subcolumns.colcount_2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .subcolumns.colcount_3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.c20r,
.c25r,
.c33r,
.c40r,
.c38r,
.c50r,
.c60r,
.c66r,
.c62r,
.c75r,
.c80r,
.c15r,
.c16r,
.c30r,
.c45r,
.c55r,
.c70r,
.c85r {
  margin-left: 0;
}
.c33l,
.c50l,
.c40l {
  margin-right: 0;
}
.c25l,
.c25r {
  position: relative;
  overflow: hidden;
  padding: 0 1%;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .c25l {
    margin-bottom: 20px;
  }
  .c25l,
  .c25r {
    float: none;
    width: auto;
    padding: 0;
  }
}
.c33l,
.c33r {
  position: relative;
  overflow: hidden;
  padding: 0 1%;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .c33l {
    margin-bottom: 20px;
  }
  .c33l,
  .c33r {
    float: none;
    width: auto;
    padding: 0;
  }
}
.c50l,
.c50r {
  position: relative;
  overflow: hidden;
  padding: 0 1%;
}
body.layout-standard .c50l {
  padding-right: 3.5%;
}
body.layout-standard .c50r {
  padding-left: 3.5%;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .c50l {
    margin-bottom: 20px;
  }
  .c50l,
  .c50r {
    float: none;
    width: auto;
    padding: 0;
  }
}
.c40l,
.c60r {
  position: relative;
  overflow: hidden;
}
.c40l {
  padding: 0 3.5% 0 1%;
}
.c60r {
  padding: 0 1% 0 3.5%;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .c40l {
    margin-bottom: 20px;
  }
  .c40l,
  .c60r {
    float: none;
    width: auto;
    padding: 0;
  }
}
.c60l,
.c40r {
  position: relative;
  overflow: hidden;
}
.c60l {
  padding: 0 3.5% 0 1%;
}
.c40r {
  padding: 0 1% 0 3.5%;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .c60l {
    margin-bottom: 20px;
  }
  .c60l,
  .c40r {
    float: none;
    width: auto;
    padding: 0;
  }
}
.c30l,
.c70r {
  position: relative;
  overflow: hidden;
}
.c30l {
  padding: 0 3.5% 0 1%;
}
.c70r {
  padding: 0 1% 0 3.5%;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .c30l {
    margin-bottom: 20px;
  }
  .c30l,
  .c70r {
    float: none;
    width: auto;
    padding: 0;
  }
}
.subcolumns + .subcolumns {
  margin-top: 50px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .subcolumns + .subcolumns {
    margin-top: 20px;
  }
}
.datepicker_bootstrap {
  z-index: 1000;
}
/*------------------------------------*\
	Form elements
\*------------------------------------*/
.error-message,
p.error {
  margin-bottom: 0;
  padding: 0 0 5px;
  font-size: 16px;
  line-height: 24px;
  color: red;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .error-message,
  p.error {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .error-message,
  p.error {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
form {
  display: inline;
}
fieldset {
  margin: 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
fieldset.first {
  padding-top: 0;
  border-top: 0;
}
fieldset legend {
  display: none;
}
label {
  display: block;
  margin-bottom: 3px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input,
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder,
[contenteditable]::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  .uneditable-input::-webkit-input-placeholder,
  [contenteditable]::-webkit-input-placeholder {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  .uneditable-input::-webkit-input-placeholder,
  [contenteditable]::-webkit-input-placeholder {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
.uneditable-input:-moz-placeholder,
[contenteditable]:-moz-placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="file"]:-moz-placeholder,
  .uneditable-input:-moz-placeholder,
  [contenteditable]:-moz-placeholder {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="file"]:-moz-placeholder,
  .uneditable-input:-moz-placeholder,
  [contenteditable]:-moz-placeholder {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
.uneditable-input::-moz-placeholder,
[contenteditable]::-moz-placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  .uneditable-input::-moz-placeholder,
  [contenteditable]::-moz-placeholder {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  .uneditable-input::-moz-placeholder,
  [contenteditable]::-moz-placeholder {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder,
[contenteditable]:-ms-input-placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  .uneditable-input:-ms-input-placeholder,
  [contenteditable]:-ms-input-placeholder {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  .uneditable-input:-ms-input-placeholder,
  [contenteditable]:-ms-input-placeholder {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
main select::-webkit-input-placeholder,
main textarea::-webkit-input-placeholder,
main input[type="text"]::-webkit-input-placeholder,
main input[type="password"]::-webkit-input-placeholder,
main input[type="datetime"]::-webkit-input-placeholder,
main input[type="datetime-local"]::-webkit-input-placeholder,
main input[type="date"]::-webkit-input-placeholder,
main input[type="month"]::-webkit-input-placeholder,
main input[type="time"]::-webkit-input-placeholder,
main input[type="week"]::-webkit-input-placeholder,
main input[type="number"]::-webkit-input-placeholder,
main input[type="email"]::-webkit-input-placeholder,
main input[type="url"]::-webkit-input-placeholder,
main input[type="search"]::-webkit-input-placeholder,
main input[type="tel"]::-webkit-input-placeholder,
main input[type="color"]::-webkit-input-placeholder,
main input[type="file"]::-webkit-input-placeholder,
main .uneditable-input::-webkit-input-placeholder,
main [contenteditable]::-webkit-input-placeholder {
  color: #a5a5a5;
}
main select:-moz-placeholder,
main textarea:-moz-placeholder,
main input[type="text"]:-moz-placeholder,
main input[type="password"]:-moz-placeholder,
main input[type="datetime"]:-moz-placeholder,
main input[type="datetime-local"]:-moz-placeholder,
main input[type="date"]:-moz-placeholder,
main input[type="month"]:-moz-placeholder,
main input[type="time"]:-moz-placeholder,
main input[type="week"]:-moz-placeholder,
main input[type="number"]:-moz-placeholder,
main input[type="email"]:-moz-placeholder,
main input[type="url"]:-moz-placeholder,
main input[type="search"]:-moz-placeholder,
main input[type="tel"]:-moz-placeholder,
main input[type="color"]:-moz-placeholder,
main input[type="file"]:-moz-placeholder,
main .uneditable-input:-moz-placeholder,
main [contenteditable]:-moz-placeholder {
  color: #a5a5a5;
}
main select::-moz-placeholder,
main textarea::-moz-placeholder,
main input[type="text"]::-moz-placeholder,
main input[type="password"]::-moz-placeholder,
main input[type="datetime"]::-moz-placeholder,
main input[type="datetime-local"]::-moz-placeholder,
main input[type="date"]::-moz-placeholder,
main input[type="month"]::-moz-placeholder,
main input[type="time"]::-moz-placeholder,
main input[type="week"]::-moz-placeholder,
main input[type="number"]::-moz-placeholder,
main input[type="email"]::-moz-placeholder,
main input[type="url"]::-moz-placeholder,
main input[type="search"]::-moz-placeholder,
main input[type="tel"]::-moz-placeholder,
main input[type="color"]::-moz-placeholder,
main input[type="file"]::-moz-placeholder,
main .uneditable-input::-moz-placeholder,
main [contenteditable]::-moz-placeholder {
  color: #a5a5a5;
}
main select:-ms-input-placeholder,
main textarea:-ms-input-placeholder,
main input[type="text"]:-ms-input-placeholder,
main input[type="password"]:-ms-input-placeholder,
main input[type="datetime"]:-ms-input-placeholder,
main input[type="datetime-local"]:-ms-input-placeholder,
main input[type="date"]:-ms-input-placeholder,
main input[type="month"]:-ms-input-placeholder,
main input[type="time"]:-ms-input-placeholder,
main input[type="week"]:-ms-input-placeholder,
main input[type="number"]:-ms-input-placeholder,
main input[type="email"]:-ms-input-placeholder,
main input[type="url"]:-ms-input-placeholder,
main input[type="search"]:-ms-input-placeholder,
main input[type="tel"]:-ms-input-placeholder,
main input[type="color"]:-ms-input-placeholder,
main input[type="file"]:-ms-input-placeholder,
main .uneditable-input:-ms-input-placeholder,
main [contenteditable]:-ms-input-placeholder {
  color: #a5a5a5;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
input.captcha,
textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  font-family: 'DIN W01 Regular', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: #000;
  resize: vertical;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  input.captcha,
  textarea {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  input.captcha,
  textarea {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
input[type="file"].error,
input.captcha.error,
textarea.error {
  border-color: red;
}
main input[type="text"],
main input[type="password"],
main input[type="datetime"],
main input[type="datetime-local"],
main input[type="date"],
main input[type="month"],
main input[type="time"],
main input[type="week"],
main input[type="number"],
main input[type="email"],
main input[type="url"],
main input[type="search"],
main input[type="tel"],
main input[type="color"],
main input[type="file"],
main input.captcha,
main textarea {
  border: 1px solid #a5a5a5;
}
main input[type="text"]:focus,
main input[type="password"]:focus,
main input[type="datetime"]:focus,
main input[type="datetime-local"]:focus,
main input[type="date"]:focus,
main input[type="month"]:focus,
main input[type="time"]:focus,
main input[type="week"]:focus,
main input[type="number"]:focus,
main input[type="email"]:focus,
main input[type="url"]:focus,
main input[type="search"]:focus,
main input[type="tel"]:focus,
main input[type="color"]:focus,
main input[type="file"]:focus,
main input.captcha:focus,
main textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border: 1px solid #e30613;
}
main input[type="text"].error,
main input[type="password"].error,
main input[type="datetime"].error,
main input[type="datetime-local"].error,
main input[type="date"].error,
main input[type="month"].error,
main input[type="time"].error,
main input[type="week"].error,
main input[type="number"].error,
main input[type="email"].error,
main input[type="url"].error,
main input[type="search"].error,
main input[type="tel"].error,
main input[type="color"].error,
main input[type="file"].error,
main input.captcha.error,
main textarea.error {
  border-color: red;
}
#gmap_search input[type="text"],
#gmap_search input[type="password"],
#gmap_search input[type="datetime"],
#gmap_search input[type="datetime-local"],
#gmap_search input[type="date"],
#gmap_search input[type="month"],
#gmap_search input[type="time"],
#gmap_search input[type="week"],
#gmap_search input[type="number"],
#gmap_search input[type="email"],
#gmap_search input[type="url"],
#gmap_search input[type="search"],
#gmap_search input[type="tel"],
#gmap_search input[type="color"],
#gmap_search input[type="file"],
#gmap_search input.captcha,
#gmap_search textarea {
  height: auto;
  padding: 0 6px;
}
select {
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  padding: 0 3px 0 7px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
select option {
  font-family: 'DIN W01 Regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select option {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select option {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
select select:required:invalid {
  color: gray;
}
select.error {
  border-color: red;
}
main select {
  border: 1px solid #a5a5a5;
}
main select:focus {
  outline: 0;
  outline: thin dotted \9;
  border: 1px solid #e30613;
}
main select.error {
  border-color: red;
}
select::-ms-expand {
  display: none;
}
#gmap_search select {
  height: auto;
  padding: 0 6px;
}
textarea {
  padding-top: 5px;
  height: 150px;
}
/*------------------------------------*\
	Buttons
\*------------------------------------*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
.ce_hyperlink.cta a,
a.button-red {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  padding: 10px 12px;
  background-color: #666;
  border: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'DIN W01 Medium', sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  zoom: 1;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-shadow: none;
}
button::selection,
.ce_hyperlink.cta a::selection,
a.button-red::selection {
  background-color: transparent;
  color: #fff;
}
button::-moz-selection,
.ce_hyperlink.cta a::-moz-selection,
a.button-red::-moz-selection {
  background-color: transparent;
  color: #fff;
}
button:hover,
.ce_hyperlink.cta a:hover,
a.button-red:hover,
button:active,
.ce_hyperlink.cta a:active,
a.button-red:active {
  background-color: #404040;
}
#gmap_search button,
#gmap_search .ce_hyperlink.cta a,
#gmap_search a.button-red {
  padding: 6px 11px 9px;
}
a.button-red {
  background-color: #e30613;
}
/*------------------------------------*\
	Contao
\*------------------------------------*/
.widget {
  margin-bottom: 20px;
}
.checkbox_container {
  margin-top: 10px;
}
.checkbox_container input {
  margin: 6px 11px 0 0;
}
.widget-explanation {
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .widget-explanation {
    font-size: 12.6px;
    line-height: 18.9px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .widget-explanation {
    font-size: 11.2px;
    line-height: 16.8px;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .widget-explanation {
    text-align: left;
  }
}
.widget-checkbox input {
  float: left;
}
.widget-checkbox span {
  display: block;
}
.widget-checkbox label {
  cursor: pointer;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .widget-checkbox {
    text-align: left;
  }
}
.widget-radio span {
  display: block;
}
.widget-radio label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
  cursor: pointer;
}
.widget-captcha {
  margin-bottom: 20px;
}
.widget-captcha input.captcha {
  width: 60px;
  margin-left: 10px;
  border: 1px solid #000;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .widget-captcha input.captcha {
    font-size: 23.4px;
    line-height: 35.1px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .widget-captcha input.captcha {
    font-size: 20.8px;
    line-height: 31.2px;
  }
}
.submit_container {
  clear: left;
}
.widget-text,
.widget-select,
.widget-datepicker {
  margin-bottom: 18px;
}
/*------------------------------------*\
	Standard Contao content elements
\*------------------------------------*/
main .ce_headline.first.last {
  margin-bottom: 0;
}
main .ce_text {
  position: relative;
}
main .ce_text h1,
main .ce_text h2,
main .ce_text h3 {
  margin-bottom: 20px;
}
main .ce_text .text_container {
  position: relative;
}
main .ce_text .image_container {
  position: relative;
}
main .ce_text .image_container img {
  max-width: 100%;
  height: auto;
}
main .ce_text .image_container.float_above {
  margin-bottom: 30px;
}
main .ce_text .image_container.float_left {
  margin-right: 7%;
}
main .ce_text .image_container.float_right {
  margin-left: 7%;
}
main .ce_text .image_container.float_below {
  margin-top: 30px;
}
main .ce_text.top-float-right {
  float: right;
}
main .ce_text + .ce_text,
main .ce_text + .subcolumns,
main .subcolumns + .ce_text {
  margin-top: 30px;
}
main .ce_image {
  position: relative;
}
main .ce_image .image_container img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  main .ce_image .image_container img {
    width: 100%;
  }
}
.ce_download,
.ce_downloads {
  margin-bottom: 30px;
}
.download-element {
  margin-bottom: 10px;
}
.download-element a {
  display: block;
  padding-bottom: 9px;
  border-bottom: 5px solid #f2f2f2;
  font-family: 'DIN W01 Bold', sans-serif;
  text-decoration: none;
  *zoom: 1;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.download-element a:before,
.download-element a:after {
  content: " ";
  display: table;
}
.download-element a:after {
  clear: both;
}
.download-element a::selection {
  background-color: transparent;
  color: #fff;
}
.download-element a::-moz-selection {
  background-color: transparent;
  color: #fff;
}
.download-element a * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.download-element a *::selection {
  background-color: transparent;
  color: #fff;
}
.download-element a *::-moz-selection {
  background-color: transparent;
  color: #fff;
}
.download-element a > span {
  display: block;
  height: 52px;
  padding: 0 40px;
  font-size: 0;
  line-height: 52px;
}
.download-element span {
  position: relative;
}
.download-element span.text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .download-element span.text {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .download-element span.text {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
.download-element span.size {
  float: right;
  padding-right: 20px;
}
.download-element span.name:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e903";
  left: -22px;
  font-size: inherit;
  line-height: inherit;
  color: #000;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.download-element a:hover {
  border-bottom-color: #d9d9d9;
}
.download-element a:hover span.name:before {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.download-element i {
  position: relative;
  display: block;
  float: right;
  width: 39px;
  height: 53px;
}
.download-element i span {
  position: absolute;
  bottom: 11px;
  left: 7px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
.download-element i:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e909";
  font-size: 52px;
  line-height: 53px;
  color: #000;
}
.download-element i.icon-pdf:before {
  color: #e30613;
}
.download-element i.icon-zip:before {
  color: #565c62;
}
.download-element i.icon-xls:before,
.download-element i.icon-xlsx:before {
  color: #1e6d42;
}
.download-element i.icon-eps:before {
  color: #724928;
}
.download-element i.icon-doc,
.download-element i.icon-docx:before {
  color: #30729e;
}
/*------------------------------------*\
	Standard Contao modules
\*------------------------------------*/
.mod_customnav.addon li.first span:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e902";
  top: 2px;
  left: -25px;
}
.mod_customnav.addon li.last {
  margin-left: 19px;
}
.mod_customnav.addon li.last span:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e901";
  font-size: 14px;
  line-height: inherit;
  top: 2px;
  left: -16px;
}
.mod_article + .mod_article {
  margin-top: 85px;
}
body.layout-start .mod_article + .mod_article {
  margin-top: 30px;
}
@media screen and (min-width: 761px) and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1024px) {
  .mod_article + .mod_article {
    margin-top: 50px;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .mod_article + .mod_article {
    margin-top: 40px;
  }
}
.mod_article.grey {
  margin-top: 45px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}
.mod_article .content-wrapper {
  width: 1540px;
  margin: 0 auto;
}
@media screen and (min-width: 761px) and (max-width: 1580px), handheld and (min-width: 761px) and (max-width: 1580px), projection and (min-width: 761px) and (max-width: 1580px), tv and (min-width: 761px) and (max-width: 1580px), tty and (min-width: 761px) and (max-width: 1580px) {
  .mod_article .content-wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .mod_article .content-wrapper {
    width: 92%;
  }
}
.mod_article.grey + .mod_article {
  margin-top: 45px;
}
.mod_newslist {
  position: relative;
  overflow: hidden;
  margin: 0 -1%;
  width: auto;
  *zoom: 1;
}
.mod_newslist:before,
.mod_newslist:after {
  content: " ";
  display: table;
}
.mod_newslist:after {
  clear: both;
}
.mod_newslist .layout_latest {
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
  padding: 0 1%;
  width: 25%;
}
.mod_newslist .layout_latest .inside {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.mod_newslist .layout_latest .inside a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.mod_newslist .layout_latest .inside img {
  width: 100%;
  height: auto;
}
.mod_newslist .layout_latest .inside figure {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  zoom: 1;
}
.mod_newslist .layout_latest .inside .container {
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 27px 31px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mod_newslist .layout_latest .inside .container::selection {
  background-color: transparent;
  color: #fff;
}
.mod_newslist .layout_latest .inside .container::-moz-selection {
  background-color: transparent;
  color: #fff;
}
.mod_newslist .layout_latest .inside .container * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mod_newslist .layout_latest .inside .container *::selection {
  background-color: transparent;
  color: #fff;
}
.mod_newslist .layout_latest .inside .container *::-moz-selection {
  background-color: transparent;
  color: #fff;
}
@media screen and (min-width: 761px) and (max-width: 1280px), handheld and (min-width: 761px) and (max-width: 1280px), projection and (min-width: 761px) and (max-width: 1280px), tv and (min-width: 761px) and (max-width: 1280px), tty and (min-width: 761px) and (max-width: 1280px) {
  .mod_newslist .layout_latest {
    width: 50%;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .mod_newslist .layout_latest {
    float: none;
    width: auto;
  }
  .mod_newslist .layout_latest .inside figure {
    display: none;
  }
  .mod_newslist .layout_latest .inside .container {
    position: relative;
  }
}
/*------------------------------------*\
	Extensions
\*------------------------------------*/
.ce_wrapper_start {
  position: relative;
}
.mod_changelanguage {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 59px;
  padding-top: 10px;
  background-color: #666;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
.mod_changelanguage ul {
  position: relative;
}
.mod_changelanguage li {
  display: none;
}
.mod_changelanguage li.active {
  display: block;
}
.mod_changelanguage a,
.mod_changelanguage strong {
  display: block;
  padding: 14px 16px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}
.mod_changelanguage:hover li {
  display: block;
}
.mod_changelanguage:hover li.active strong {
  color: #e30613;
}
body.sticky .mod_changelanguage {
  padding-top: 0;
}
body.sticky .mod_changelanguage a,
body.sticky .mod_changelanguage strong {
  padding: 13px 16px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_changelanguage {
    top: 30px;
    right: 60px;
    min-width: auto;
    padding-top: 0;
  }
  .mod_changelanguage a,
  .mod_changelanguage strong {
    width: 32px;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
}
.mod_pageimage {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mod_pageimage::selection {
  background-color: transparent;
  color: #fff;
}
.mod_pageimage::-moz-selection {
  background-color: transparent;
  color: #fff;
}
.mod_pageimage * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mod_pageimage *::selection {
  background-color: transparent;
  color: #fff;
}
.mod_pageimage *::-moz-selection {
  background-color: transparent;
  color: #fff;
}
.mod_pageimage figure {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  zoom: 1;
}
.mod_pageimage figure figcaption {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'DIN W01 Bold', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_pageimage figure figcaption {
    font-size: 27px;
    line-height: 27px;
  }
}
.mod_dlh_googlemaps,
.ce_dlh_googlemaps {
  position: relative;
  width: 100%;
  height: 300px;
}
.mod_dlh_googlemaps .dlh_googlemap,
.ce_dlh_googlemaps .dlh_googlemap {
  width: 100%;
  height: 300px;
  padding-bottom: 0 !important;
}
.mod_dlh_googlemaps#reseller_map,
.ce_dlh_googlemaps#reseller_map {
  height: calc(100vh - 112px);
}
.mod_dlh_googlemaps#reseller_map .dlh_googlemap,
.ce_dlh_googlemaps#reseller_map .dlh_googlemap {
  height: 100%;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_dlh_googlemaps#reseller_map,
  .ce_dlh_googlemaps#reseller_map {
    height: calc(100vh - 80px);
  }
}
.gm-style .gm-style-iw-t:after {
  background: #000;
}
.gm-style .gm-style-iw-t button.gm-ui-hover-effect {
  top: 7px !important;
  right: 7px !important;
  width: 16px !important;
  height: 16px !important;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.gm-style .gm-style-iw-t button.gm-ui-hover-effect:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "FontAwesomeFree";
  font-weight: 900;
  content: "\f00d";
  font-size: 18px;
  line-height: 16px;
  color: #fff;
}
.gm-style .gm-style-iw-t button.gm-ui-hover-effect img {
  display: none !important;
}
.gm-style .gm-style-iw {
  overflow: hidden;
  padding: 15px 35px 15px 20px !important;
  background-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gm-style .gm-style-iw * {
  background-color: #000;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .gm-style .gm-style-iw * {
    font-size: 14.4px;
    line-height: 18px;
  }
}
.gm-style .gm-style-iw a {
  text-decoration: none;
  color: #fff;
}
.gm-style .gm-style-iw a:hover {
  text-decoration: underline;
}
.gm-style .gm-style-iw a.routeLink {
  font-family: 'DIN W01 Bold', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.gm-style .gm-style-iw b {
  font-family: 'DIN W01 Bold', sans-serif;
}
.gm-style .gm-style-iw p {
  margin-bottom: 0;
}
.gm-style .gm-style-iw hr {
  margin: 10px 0;
  border-width: 1px;
  border-color: #fff;
}
.gm-style .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}
.cookiebar {
  background-color: #717379;
}
.cookiebar .cookiebar__button {
  background-color: #e30613;
}
#confirm-googlemaps {
  position: absolute;
  top: 100px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  margin: 0 auto;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}
#confirm-googlemaps h3 {
  padding: 5px 15px 0;
}
#confirm-googlemaps button {
  background-color: #e30613;
}
#confirm-googlemaps .confirm-inside {
  padding: 0 15px 19px;
}
#confirm-googlemaps .ce_text {
  margin-bottom: 20px;
}
@media screen and (min-width: 761px) and (max-width: 1280px), handheld and (min-width: 761px) and (max-width: 1280px), projection and (min-width: 761px) and (max-width: 1280px), tv and (min-width: 761px) and (max-width: 1280px), tty and (min-width: 761px) and (max-width: 1280px) {
  #confirm-googlemaps {
    top: 80px;
    width: 80%;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  #confirm-googlemaps {
    top: 50px;
    width: 90%;
  }
}
/*------------------------------------*\
	Custom elements (DMA)
\*------------------------------------*/
.ce_slide {
  position: relative;
}
.ce_slide a {
  display: block;
}
.ce_slide figure {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  zoom: 1;
}
.ce_slide .container {
  position: absolute;
  z-index: 2;
  top: 107px;
  right: 220px;
  width: 550px;
}
.ce_slide .container .text {
  margin-bottom: 3px;
  padding: 13px 26px 14px;
  background-color: #000;
  font-size: 30px;
  line-height: 45px;
  font-family: 'DIN W01 Bold', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_slide .container .text {
    font-size: 27px;
    line-height: 40.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_slide .container .text {
    font-size: 24px;
    line-height: 36px;
  }
}
.ce_slide .container .text .responsive {
  display: none;
}
.ce_slide .container:hover .cta {
  background-color: #808080;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (min-width: 1281px) and (max-width: 1580px), handheld and (min-width: 1281px) and (max-width: 1580px), projection and (min-width: 1281px) and (max-width: 1580px), tv and (min-width: 1281px) and (max-width: 1580px), tty and (min-width: 1281px) and (max-width: 1580px) {
  .ce_slide .container {
    right: 160px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px), handheld and (min-width: 1025px) and (max-width: 1280px), projection and (min-width: 1025px) and (max-width: 1280px), tv and (min-width: 1025px) and (max-width: 1280px), tty and (min-width: 1025px) and (max-width: 1280px) {
  .ce_slide .container {
    right: 60px;
    width: 440px;
  }
  .ce_slide .container .text {
    padding: 6px 10px 8px;
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px) {
  .ce_slide .container .text {
    font-size: 23.4px;
    line-height: 35.1px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px) {
  .ce_slide .container .text {
    font-size: 20.8px;
    line-height: 31.2px;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_slide .container {
    top: auto;
    right: 0;
    bottom: 40px;
    width: 360px;
  }
  .ce_slide .container .text {
    padding: 6px 10px 8px;
    font-size: 20px;
    line-height: 30px;
  }
  .ce_slide .container .text .stationary {
    display: none;
  }
  .ce_slide .container .text .responsive {
    display: block;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px), handheld and (max-width: 1024px) and screen and (max-width: 1024px), projection and (max-width: 1024px) and screen and (max-width: 1024px), tv and (max-width: 1024px) and screen and (max-width: 1024px), tty and (max-width: 1024px) and screen and (max-width: 1024px), screen and (max-width: 1024px) and handheld and (max-width: 1024px), handheld and (max-width: 1024px) and handheld and (max-width: 1024px), projection and (max-width: 1024px) and handheld and (max-width: 1024px), tv and (max-width: 1024px) and handheld and (max-width: 1024px), tty and (max-width: 1024px) and handheld and (max-width: 1024px), screen and (max-width: 1024px) and projection and (max-width: 1024px), handheld and (max-width: 1024px) and projection and (max-width: 1024px), projection and (max-width: 1024px) and projection and (max-width: 1024px), tv and (max-width: 1024px) and projection and (max-width: 1024px), tty and (max-width: 1024px) and projection and (max-width: 1024px), screen and (max-width: 1024px) and tv and (max-width: 1024px), handheld and (max-width: 1024px) and tv and (max-width: 1024px), projection and (max-width: 1024px) and tv and (max-width: 1024px), tv and (max-width: 1024px) and tv and (max-width: 1024px), tty and (max-width: 1024px) and tv and (max-width: 1024px), screen and (max-width: 1024px) and tty and (max-width: 1024px), handheld and (max-width: 1024px) and tty and (max-width: 1024px), projection and (max-width: 1024px) and tty and (max-width: 1024px), tv and (max-width: 1024px) and tty and (max-width: 1024px), tty and (max-width: 1024px) and tty and (max-width: 1024px) {
  .ce_slide .container .text {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 600px), handheld and (max-width: 1024px) and screen and (max-width: 600px), projection and (max-width: 1024px) and screen and (max-width: 600px), tv and (max-width: 1024px) and screen and (max-width: 600px), tty and (max-width: 1024px) and screen and (max-width: 600px), screen and (max-width: 1024px) and handheld and (max-width: 600px), handheld and (max-width: 1024px) and handheld and (max-width: 600px), projection and (max-width: 1024px) and handheld and (max-width: 600px), tv and (max-width: 1024px) and handheld and (max-width: 600px), tty and (max-width: 1024px) and handheld and (max-width: 600px), screen and (max-width: 1024px) and projection and (max-width: 600px), handheld and (max-width: 1024px) and projection and (max-width: 600px), projection and (max-width: 1024px) and projection and (max-width: 600px), tv and (max-width: 1024px) and projection and (max-width: 600px), tty and (max-width: 1024px) and projection and (max-width: 600px), screen and (max-width: 1024px) and tv and (max-width: 600px), handheld and (max-width: 1024px) and tv and (max-width: 600px), projection and (max-width: 1024px) and tv and (max-width: 600px), tv and (max-width: 1024px) and tv and (max-width: 600px), tty and (max-width: 1024px) and tv and (max-width: 600px), screen and (max-width: 1024px) and tty and (max-width: 600px), handheld and (max-width: 1024px) and tty and (max-width: 600px), projection and (max-width: 1024px) and tty and (max-width: 600px), tv and (max-width: 1024px) and tty and (max-width: 600px), tty and (max-width: 1024px) and tty and (max-width: 600px) {
  .ce_slide .container .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_slide .container {
    width: 70%;
  }
}
@media screen and (max-width: 400px), handheld and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px), tty and (max-width: 400px) {
  .ce_slide .container {
    width: 90%;
  }
  .ce_slide .container .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) and screen and (max-width: 1024px), handheld and (max-width: 400px) and screen and (max-width: 1024px), projection and (max-width: 400px) and screen and (max-width: 1024px), tv and (max-width: 400px) and screen and (max-width: 1024px), tty and (max-width: 400px) and screen and (max-width: 1024px), screen and (max-width: 400px) and handheld and (max-width: 1024px), handheld and (max-width: 400px) and handheld and (max-width: 1024px), projection and (max-width: 400px) and handheld and (max-width: 1024px), tv and (max-width: 400px) and handheld and (max-width: 1024px), tty and (max-width: 400px) and handheld and (max-width: 1024px), screen and (max-width: 400px) and projection and (max-width: 1024px), handheld and (max-width: 400px) and projection and (max-width: 1024px), projection and (max-width: 400px) and projection and (max-width: 1024px), tv and (max-width: 400px) and projection and (max-width: 1024px), tty and (max-width: 400px) and projection and (max-width: 1024px), screen and (max-width: 400px) and tv and (max-width: 1024px), handheld and (max-width: 400px) and tv and (max-width: 1024px), projection and (max-width: 400px) and tv and (max-width: 1024px), tv and (max-width: 400px) and tv and (max-width: 1024px), tty and (max-width: 400px) and tv and (max-width: 1024px), screen and (max-width: 400px) and tty and (max-width: 1024px), handheld and (max-width: 400px) and tty and (max-width: 1024px), projection and (max-width: 400px) and tty and (max-width: 1024px), tv and (max-width: 400px) and tty and (max-width: 1024px), tty and (max-width: 400px) and tty and (max-width: 1024px) {
  .ce_slide .container .text {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
@media screen and (max-width: 400px) and screen and (max-width: 600px), handheld and (max-width: 400px) and screen and (max-width: 600px), projection and (max-width: 400px) and screen and (max-width: 600px), tv and (max-width: 400px) and screen and (max-width: 600px), tty and (max-width: 400px) and screen and (max-width: 600px), screen and (max-width: 400px) and handheld and (max-width: 600px), handheld and (max-width: 400px) and handheld and (max-width: 600px), projection and (max-width: 400px) and handheld and (max-width: 600px), tv and (max-width: 400px) and handheld and (max-width: 600px), tty and (max-width: 400px) and handheld and (max-width: 600px), screen and (max-width: 400px) and projection and (max-width: 600px), handheld and (max-width: 400px) and projection and (max-width: 600px), projection and (max-width: 400px) and projection and (max-width: 600px), tv and (max-width: 400px) and projection and (max-width: 600px), tty and (max-width: 400px) and projection and (max-width: 600px), screen and (max-width: 400px) and tv and (max-width: 600px), handheld and (max-width: 400px) and tv and (max-width: 600px), projection and (max-width: 400px) and tv and (max-width: 600px), tv and (max-width: 400px) and tv and (max-width: 600px), tty and (max-width: 400px) and tv and (max-width: 600px), screen and (max-width: 400px) and tty and (max-width: 600px), handheld and (max-width: 400px) and tty and (max-width: 600px), projection and (max-width: 400px) and tty and (max-width: 600px), tv and (max-width: 400px) and tty and (max-width: 600px), tty and (max-width: 400px) and tty and (max-width: 600px) {
  .ce_slide .container .text {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
.ce_bottomkeyvisual {
  position: relative;
}
.ce_bottomkeyvisual figure {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ce_teaser_primary,
.ce_teaser {
  position: relative;
  z-index: 3;
  float: left;
  overflow: hidden;
  background-color: #000;
}
.ce_teaser_primary figure,
.ce_teaser figure {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
  zoom: 1;
}
.ce_teaser_primary .details,
.ce_teaser .details {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 39px;
  text-transform: uppercase;
  color: #fff;
}
.ce_teaser_primary .details .segment,
.ce_teaser .details .segment,
.ce_teaser_primary .details .title,
.ce_teaser .details .title {
  background-color: #000;
}
.ce_teaser_primary .details .segment,
.ce_teaser .details .segment {
  margin-bottom: 3px;
  padding: 1px 22px 4px;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_teaser_primary .details .segment,
  .ce_teaser .details .segment {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_teaser_primary .details .segment,
  .ce_teaser .details .segment {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
.ce_teaser_primary .details .title,
.ce_teaser .details .title {
  padding: 0px 22px 4px;
  background-color: #000;
  font-size: 30px;
  line-height: 45px;
  font-family: 'DIN W01 Bold', sans-serif;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_teaser_primary .details .title,
  .ce_teaser .details .title {
    font-size: 27px;
    line-height: 40.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_teaser_primary .details .title,
  .ce_teaser .details .title {
    font-size: 24px;
    line-height: 36px;
  }
}
.ce_teaser_primary a,
.ce_teaser a {
  display: block;
  /*height: 100%;*/
}
.ce_teaser_primary a:hover figure,
.ce_teaser a:hover figure {
  zoom: 1;
  filter: alpha(opacity=85);
  opacity: 0.85;
  -webkit-transform: scale(1.06) rotate(-1.5deg);
  -moz-transform: scale(1.06) rotate(-1.5deg);
  -ms-transform: scale(1.06) rotate(-1.5deg);
  -o-transform: scale(1.06) rotate(-1.5deg);
  transform: scale(1.06) rotate(-1.5deg);
}
.ce_teaser_primary {
  width: 100%;
}
.ce_teaser_primary .title {
  color: #e30613;
}
.ce_teaser {
  width: 100%;
}
.ce_team dl {
  position: relative;
}
.ce_team dl dt,
.ce_team dl dd {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.ce_team dl dt {
  margin: 0;
  width: 33.33%;
}
.ce_team dl dd {
  margin: 0;
  width: 66.66%;
}
.ce_representative .address {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 33.33%;
}
.ce_representative .details {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 66.66%;
}
.ce_representative .details dl {
  position: relative;
}
.ce_representative .details dl dt,
.ce_representative .details dl dd {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.ce_representative .details dl dt {
  margin: 0;
  width: 33.33%;
}
.ce_representative .details dl dd {
  margin: 0;
  width: 66.66%;
}
.ce_representative + .ce_representative {
  margin-top: 40px;
}
/*------------------------------------*\
	Document sections
\*------------------------------------*/
#blockui {
  position: fixed;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%;
  background-color: #000;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background-color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header::selection {
  background-color: transparent;
  color: #fff;
}
header::-moz-selection {
  background-color: transparent;
  color: #fff;
}
header * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header *::selection {
  background-color: transparent;
  color: #fff;
}
header *::-moz-selection {
  background-color: transparent;
  color: #fff;
}
header .inside {
  position: relative;
  width: 1540px;
  margin: 0 auto;
  height: 112px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  zoom: 1;
}
@media screen and (min-width: 761px) and (max-width: 1580px), handheld and (min-width: 761px) and (max-width: 1580px), projection and (min-width: 761px) and (max-width: 1580px), tv and (min-width: 761px) and (max-width: 1580px), tty and (min-width: 761px) and (max-width: 1580px) {
  header .inside {
    width: 96%;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  header .inside {
    width: 92%;
  }
}
header .brand {
  position: absolute;
  z-index: 11;
  width: 189px;
  height: 54px;
  top: 29px;
  left: 11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
header .brand a {
  display: block;
}
header .brand img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  header .inside {
    height: 80px;
  }
  header .brand {
    top: 20px;
    width: 150px;
    height: 43px;
  }
}
header .navigation {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 100%;
}
header .navigation ul {
  position: relative;
  margin: 0;
}
header .navigation li {
  float: left;
  padding: 0 13px;
  height: 100%;
}
header .navigation a,
header .navigation strong {
  position: relative;
  display: block;
  height: 100%;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.07s ease;
  -moz-transition: all 0.07s ease;
  -o-transition: all 0.07s ease;
  -ms-transition: all 0.07s ease;
  transition: all 0.07s ease;
  zoom: 1;
}
header .navigation a.trail {
  font-family: 'DIN W01 Medium', sans-serif;
}
header .navigation span {
  position: relative;
  display: block;
  border-bottom: 2px solid transparent;
}
header .navigation a:hover > span {
  border-bottom-color: #fff;
}
header .navigation strong > span,
header .navigation a.trail > span {
  border-bottom-color: #e30613;
}
header .navigation > ul {
  height: 100%;
}
header .navigation > ul > li > a,
header .navigation > ul > li > strong {
  padding-top: 43px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
header .navigation .subitems {
  position: fixed;
  display: none;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
header .navigation .subitems a,
header .navigation .subitems strong {
  padding: 43px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
header .navigation .level_2 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
header .navigation.main {
  overflow: visible;
  margin-left: 443px;
}
header .navigation.main > ul > li:hover > .subitems {
  display: block;
}
header .navigation.addon {
  overflow: visible;
  margin-left: 162px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (min-width: 1025px) and (max-width: 1580px), handheld and (min-width: 1025px) and (max-width: 1580px), projection and (min-width: 1025px) and (max-width: 1580px), tv and (min-width: 1025px) and (max-width: 1580px), tty and (min-width: 1025px) and (max-width: 1580px) {
  header .navigation.main {
    margin-left: 240px;
  }
  header .navigation.addon {
    display: none;
  }
}
@media screen and (min-width: 761px) and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1024px) {
  header .navigation.main {
    display: none;
  }
  header .navigation.addon {
    margin-left: 210px;
  }
  header .navigation.addon > ul > li > a,
  header .navigation.addon > ul > li > strong {
    padding-top: 27px;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  header .navigation {
    display: none;
  }
}
body.sticky header,
body.sticky-responsive header {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
}
body.sticky header .inside,
body.sticky-responsive header .inside {
  height: 50px;
}
body.sticky header .brand,
body.sticky-responsive header .brand {
  top: 15px;
}
body.sticky header .navigation > ul > li > a,
body.sticky-responsive header .navigation > ul > li > a,
body.sticky header .navigation > ul > li > strong,
body.sticky-responsive header .navigation > ul > li > strong {
  padding-top: 12px;
}
body.sticky header .navigation .subitems a,
body.sticky-responsive header .navigation .subitems a,
body.sticky header .navigation .subitems strong,
body.sticky-responsive header .navigation .subitems strong {
  padding: 11px 0 13px;
}
body.sticky header:hover,
body.sticky-responsive header:hover {
  background-color: #000;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  body.sticky header .inside,
  body.sticky-responsive header .inside {
    height: 40px;
  }
  body.sticky header .navigation > ul > li > a,
  body.sticky-responsive header .navigation > ul > li > a,
  body.sticky header .navigation > ul > li > strong,
  body.sticky-responsive header .navigation > ul > li > strong {
    padding-top: 8px;
  }
  body.sticky header .brand,
  body.sticky-responsive header .brand {
    top: 10px;
  }
}
#gmap_search {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 0;
  margin-left: 0 !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  zoom: 1;
}
#gmap_search .inside {
  width: 265px;
  padding: 11px 20px 25px;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  zoom: 1;
}
#gmap_search h3 {
  font-family: 'DIN W01 Bold', sans-serif;
  text-transform: uppercase;
}
#gmap_search i {
  display: none;
  position: absolute;
  right: -50px;
  width: 50px;
  height: 50px;
  background-color: #e30613;
  border: 2px solid #fff;
  border-left-width: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
}
#gmap_search i:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  font-family: "icomoon";
  content: "\e903";
  font-size: 30px;
  line-height: 44px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  zoom: 1;
  color: #fff;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #gmap_search {
    left: -265px;
  }
  #gmap_search i {
    display: block;
  }
  #gmap_search .inside {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  #gmap_search.on {
    left: 0;
  }
  #gmap_search.on i {
    background-color: #a5a5a5;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  }
  #gmap_search.on i:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #gmap_search.on .inside {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#right {
  position: fixed;
  z-index: 20;
  float: none;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#right::selection {
  background-color: transparent;
  color: #fff;
}
#right::-moz-selection {
  background-color: transparent;
  color: #fff;
}
#right * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#right *::selection {
  background-color: transparent;
  color: #fff;
}
#right *::-moz-selection {
  background-color: transparent;
  color: #fff;
}
#right > .inside {
  position: fixed;
  z-index: 21;
  float: none;
  overflow-y: scroll;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 20px 24px;
  background-color: #000;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
body.menu #right > .inside {
  right: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #right {
    display: block;
  }
  #right > .inside {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    zoom: 1;
  }
}
#right .navigation {
  width: 100%;
  text-align: left;
}
#right .navigation a,
#right .navigation strong {
  position: relative;
  display: block;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.07s ease;
  -moz-transition: all 0.07s ease;
  -o-transition: all 0.07s ease;
  -ms-transition: all 0.07s ease;
  transition: all 0.07s ease;
  zoom: 1;
}
#right .navigation a.trail {
  font-family: 'DIN W01 Medium', sans-serif;
}
#right .navigation.main a,
#right .navigation.main strong {
  font-family: 'DIN W01 Medium', sans-serif;
  font-size: 44px;
  line-height: 56px;
}
#right .navigation.main span {
  position: relative;
  border-bottom: 2px solid transparent;
}
#right .navigation.main strong > span,
#right .navigation.main a.trail > span {
  border-bottom-color: #e30613;
}
#right .navigation.main .subitems {
  display: none;
  margin: 10px 0 40px 40px;
}
#right .navigation.main .subitems a,
#right .navigation.main .subitems strong {
  font-family: 'DIN W01 Regular', sans-serif;
  font-size: 36px;
  line-height: 54px;
}
#right .navigation.main li.trail .subitems,
#right .navigation.main .subitems.open {
  display: block;
}
#right .navigation.addon {
  margin-bottom: 20px;
}
#right .navigation.addon a,
#right .navigation.addon strong {
  font-family: 'DIN W01 Medium', sans-serif;
  font-size: 20px;
  line-height: 26px;
}
#right .navigation.addon li {
  float: left;
}
#right .navigation.addon li.first {
  margin-left: 26px;
  margin-right: 20px;
}
@media screen and (min-width: 761px) and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1024px) {
  #right .navigation.addon {
    display: none;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  #right .navigation.main a,
  #right .navigation.main strong {
    font-size: 34px;
    line-height: 46px;
  }
  #right .navigation.main .subitems {
    margin-bottom: 20px;
  }
  #right .navigation.main .subitems a,
  #right .navigation.main .subitems strong {
    font-size: 26px;
    line-height: 44px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #right .navigation.main .subitems {
    margin-left: 20px;
  }
}
#right i.menu {
  position: fixed;
  z-index: 22;
  top: 30px;
  right: 28px;
  width: 32px;
  height: 22px;
  color: #fff;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
#right i.menu::selection {
  background-color: transparent;
  color: #fff;
}
#right i.menu::-moz-selection {
  background-color: transparent;
  color: #fff;
}
#right i.menu:before {
  position: relative;
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  content: "\e90a";
  font-size: 22px;
  line-height: 22px;
}
body.sticky #right i.menu,
body.sticky-responsive #right i.menu {
  top: 9px;
}
.custom {
  position: relative;
  z-index: 1;
}
#keyvisual {
  position: relative;
  display: none;
}
@media screen, handheld, projection, tv, tty {
  #keyvisual {
    display: block;
  }
}
#slider {
  display: none;
}
#slider .slideshow-placeholder {
  display: block;
}
body.js #slider .slideshow-placeholder {
  display: none;
}
#slider .owl-carousel {
  height: 100%;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#slider .owl-carousel::selection {
  background-color: transparent;
  color: #fff;
}
#slider .owl-carousel::-moz-selection {
  background-color: transparent;
  color: #fff;
}
#slider .owl-carousel * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#slider .owl-carousel *::selection {
  background-color: transparent;
  color: #fff;
}
#slider .owl-carousel *::-moz-selection {
  background-color: transparent;
  color: #fff;
}
#slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin: 0;
}
#slider .owl-carousel .owl-dots .owl-dot span {
  width: 32px;
  height: 5px;
  margin: 0 3px;
  border-radius: 0;
  background-color: #717379;
  border: 1px solid #717379;
}
#slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #000;
}
@media screen, handheld, projection, tv, tty {
  body.js #slider {
    display: block;
  }
}
#pageimage .wrapper {
  position: relative;
}
#content {
  position: relative;
  z-index: 2;
  padding: 0 0 85px;
  background-color: #fff;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #content {
    font-size: 16.2px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #content {
    font-size: 14.4px;
    line-height: 21.6px;
  }
}
body.layout-start #content {
  padding-top: 30px;
}
body.layout-standard #content {
  padding-top: 45px;
}
body.layout-gmap #content {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #content {
    padding-bottom: 20px;
  }
}
footer {
  color: #fff;
}
footer a {
  text-decoration: none;
  color: #fff;
}
#footer-main {
  padding-top: calc(40px - 7px);
  padding-bottom: calc(40px - 7px);
  background-color: #666;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#footer-main::selection {
  background-color: transparent;
  color: #fff;
}
#footer-main::-moz-selection {
  background-color: transparent;
  color: #fff;
}
#footer-main * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#footer-main *::selection {
  background-color: transparent;
  color: #fff;
}
#footer-main *::-moz-selection {
  background-color: transparent;
  color: #fff;
}
#footer-main .inside {
  position: relative;
  width: 1540px;
  margin: 0 auto;
}
@media screen and (min-width: 761px) and (max-width: 1580px), handheld and (min-width: 761px) and (max-width: 1580px), projection and (min-width: 761px) and (max-width: 1580px), tv and (min-width: 761px) and (max-width: 1580px), tty and (min-width: 761px) and (max-width: 1580px) {
  #footer-main .inside {
    width: 96%;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  #footer-main .inside {
    width: 92%;
  }
}
#footer-main .static {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
#footer-main .static i {
  position: absolute;
  display: block;
  top: calc(10px + 7px);
  left: 23px;
  width: 119px;
  height: 34px;
}
#footer-main .static i:before {
  position: relative;
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  content: "\e900";
  font-size: 34px;
  line-height: 34px;
}
#footer-main .static .ce_text {
  margin-left: 198px;
  text-align: left;
}
#footer-main .navigation {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 116px;
}
#footer-main .navigation .level_1 {
  padding-left: 10px;
}
#footer-main .navigation .level_1 > li {
  float: left;
  margin-left: 130px;
}
#footer-main .navigation .level_1 > li.first {
  margin-left: 0;
}
#footer-main .navigation .level_1 > li > a,
#footer-main .navigation .level_1 > li > strong {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'DIN W01 Bold', sans-serif;
}
#footer-main .navigation strong:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e903";
  font-size: 10px;
  line-height: inherit;
  top: 2px;
  left: -10px;
  color: #e30613;
}
@media screen and (max-width: 1580px), handheld and (max-width: 1580px), projection and (max-width: 1580px), tv and (max-width: 1580px), tty and (max-width: 1580px) {
  #footer-main .inside {
    text-align: center;
  }
  #footer-main .navigation {
    display: none;
  }
}
@media screen and (max-width: 400px), handheld and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px), tty and (max-width: 400px) {
  #footer-main .static i {
    position: relative;
    top: auto;
    margin-bottom: 20px;
  }
  #footer-main .static .ce_text {
    margin-left: 0;
  }
}
#footer-social {
  padding: 15px 0;
  background-color: #666;
  text-align: center;
  *zoom: 1;
}
#footer-social:before,
#footer-social:after {
  content: " ";
  display: table;
}
#footer-social:after {
  clear: both;
}
#footer-social .ce_text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
#footer-social li {
  float: left;
  margin-left: 43px;
}
#footer-social li:first-child {
  margin-left: 0;
}
#footer-social a {
  position: relative;
  display: block;
  text-indent: -9999em;
}
#footer-social a:before {
  width: 100%;
  text-align: center;
  text-indent: 0;
}
#footer-social a.instagram:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e908";
}
#footer-social a.facebook:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e907";
}
#footer-social a.linkedin:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e906";
}
#footer-social a.youtube:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e905";
}
#footer-social a.xing:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e904";
}
@media screen and (min-width: 401px), handheld and (min-width: 401px), projection and (min-width: 401px), tv and (min-width: 401px), tty and (min-width: 401px) {
  #footer-social a.instagram {
    width: 41px;
    height: 41px;
  }
  #footer-social a.instagram:before {
    font-size: 40px;
    line-height: 41px;
  }
  #footer-social a.facebook {
    width: 21px;
    height: 40px;
  }
  #footer-social a.facebook:before {
    font-size: 37px;
    line-height: 40px;
  }
  #footer-social a.linkedin {
    margin-top: 5px;
    width: 33px;
    height: 33px;
  }
  #footer-social a.linkedin:before {
    font-size: 31px;
    line-height: 33px;
  }
  #footer-social a.youtube {
    margin-top: 13px;
    width: 38px;
    height: 27px;
  }
  #footer-social a.youtube:before {
    font-size: 26px;
    line-height: 29px;
  }
  #footer-social a.xing {
    margin-top: 9px;
    width: 30px;
    height: 35px;
  }
  #footer-social a.xing:before {
    font-size: 33px;
    line-height: 35px;
  }
}
@media screen and (max-width: 400px), handheld and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px), tty and (max-width: 400px) {
  #footer-social li {
    margin-left: 23px;
  }
  #footer-social a.instagram {
    width: 31px;
    height: 31px;
  }
  #footer-social a.instagram:before {
    font-size: 30px;
    line-height: 31px;
  }
  #footer-social a.facebook {
    width: 15px;
    height: 29px;
  }
  #footer-social a.facebook:before {
    font-size: 27px;
    line-height: 29px;
  }
  #footer-social a.linkedin {
    margin-top: 0;
    width: 28px;
    height: 30px;
  }
  #footer-social a.linkedin:before {
    font-size: 28px;
    line-height: 30px;
  }
  #footer-social a.youtube {
    margin-top: 5px;
    width: 36px;
    height: 27px;
  }
  #footer-social a.youtube:before {
    font-size: 25px;
    line-height: 27px;
  }
  #footer-social a.xing {
    margin-top: 5px;
    width: 25px;
    height: 27px;
  }
  #footer-social a.xing:before {
    font-size: 25px;
    line-height: 27px;
  }
}
#footer-copyright {
  padding: 15px 0;
  background-color: #000;
  text-align: center;
}
#toolbar {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 133px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'DIN W01 Bold', sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  zoom: 1;
}
#toolbar i {
  display: none;
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  background-color: #e30613;
  border: 2px solid #fff;
  border-right-width: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
}
#toolbar i:before {
  background-color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  font-family: "icomoon";
  content: "\e903";
  font-size: 30px;
  line-height: 44px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  zoom: 1;
  color: #fff;
  margin-left: -3px;
}
#toolbar .ce_text {
  display: block;
  padding: 2px 0 2px 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  zoom: 1;
}
#toolbar li {
  background-color: #000;
  margin-bottom: 2px;
  color: #fff;
}
#toolbar li:last-child {
  margin-bottom: 0;
  background-color: #e30613;
}
#toolbar li a {
  display: block;
  padding: 10px 13px;
  color: #fff;
  text-decoration: none;
}
#toolbar .small {
  display: block;
  margin-top: 5px;
}
#toolbar.collapse {
  top: auto;
  bottom: 30px;
  right: -133px;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#toolbar.collapse i {
  display: block;
}
#toolbar.collapse .ce_text {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
#toolbar.collapse.on {
  right: 0;
}
#toolbar.collapse.on i {
  background-color: #a5a5a5;
}
#toolbar.collapse.on i:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 2px;
}
#toolbar.collapse.on .ce_text {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 1280px), handheld and (max-width: 1280px), projection and (max-width: 1280px), tv and (max-width: 1280px), tty and (max-width: 1280px) {
  #toolbar {
    top: auto;
    bottom: 30px;
    right: -133px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #toolbar i {
    display: block;
  }
  #toolbar .ce_text {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  #toolbar.on {
    right: 0;
  }
  #toolbar.on i {
    background-color: #a5a5a5;
  }
  #toolbar.on i:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 2px;
  }
  #toolbar.on .ce_text {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
/*------------------------------------*\
	Dev
\*------------------------------------*/
#debug {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  padding: 4px 6px;
  background-color: #fceb75;
  font-size: 10px;
  line-height: 14px;
  color: #000;
}
/*------------------------------------*\
	Effects
\*------------------------------------*/

.ce_form .formbody fieldset{border:none}.ce_form .formbody fieldset legend{display:block}.ce_form .formbody fieldset legend span{display:inline}@media (min-width:78.1875rem){.ce_form .formbody .cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:102%;margin-left:-1%}.ce_form .formbody .cols .widget{padding-left:1%;padding-right:1%}.ce_form .formbody .cols .widget.w30{width:30%}.ce_form .formbody .cols .widget.w50{width:50%}}.ce_form.entsorgung>h2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ce_form.entsorgung>h2 img{height:50px;width:auto;display:block;margin-left:0.5%}@media (max-width:39.375rem){.ce_form.entsorgung>h2{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ce_form.entsorgung>h2 img{margin-left:0}}.ce_form.entsorgung .formbody .positionen{margin-bottom:20px}.ce_form.entsorgung .formbody .positionen div.Positions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:78.125rem){.ce_form.entsorgung .formbody .positionen div.Positions{-ms-flex-wrap:wrap;flex-wrap:wrap}}.ce_form.entsorgung .formbody .positionen div.Positions *{font-size:0.9rem;margin-bottom:0}.ce_form.entsorgung .formbody .positionen div.Positions+div.Positions{margin-top:12px}@media (max-width:30rem){.ce_form.entsorgung .formbody .positionen div.Positions+div.Positions{margin-top:18px}}.ce_form.entsorgung .formbody .positionen div.Positions select.sorte{width:26%;margin-right:4px}@media (max-width:78.125rem){.ce_form.entsorgung .formbody .positionen div.Positions select.sorte{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media (max-width:47.9375rem){.ce_form.entsorgung .formbody .positionen div.Positions select.sorte{width:100%;margin-right:0;margin-bottom:4px}}.ce_form.entsorgung .formbody .positionen div.Positions select.einheit{width:13%;min-width:200px;margin-right:4px}@media (max-width:47.9375rem){.ce_form.entsorgung .formbody .positionen div.Positions select.einheit{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media (max-width:30rem){.ce_form.entsorgung .formbody .positionen div.Positions select.einheit{width:100%;margin-right:0;margin-bottom:4px}}.ce_form.entsorgung .formbody .positionen div.Positions input.menge{width:5%;min-width:78px;margin-right:4px}@media (max-width:30rem){.ce_form.entsorgung .formbody .positionen div.Positions input.menge{width:calc(50% - 2px);min-width:0}}@media (max-width:25.75rem){.ce_form.entsorgung .formbody .positionen div.Positions input.menge{width:100%;margin-right:0;margin-bottom:4px}}.ce_form.entsorgung .formbody .positionen div.Positions input.avv{width:10%;min-width:152px}@media (min-width:48rem){.ce_form.entsorgung .formbody .positionen div.Positions input.avv{margin-right:4px}}@media (max-width:30rem){.ce_form.entsorgung .formbody .positionen div.Positions input.avv{width:calc(50% - 2px);min-width:0}}@media (max-width:25.75rem){.ce_form.entsorgung .formbody .positionen div.Positions input.avv{width:100%;margin-bottom:4px}}.ce_form.entsorgung .formbody .positionen div.Positions input.fraktion{display:none}.ce_form.entsorgung .formbody .positionen div.Positions input.bemerkung{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:78.125rem){.ce_form.entsorgung .formbody .positionen div.Positions input.bemerkung{width:100%;margin-top:4px}}
/* 2024-08-19 */

#entsorgung div.w50 {
    width: 49.8%;
}

#entsorgung div.start {
    margin-right:.2%;
}

#entsorgung div.end {
    margin-left:.2%;
}

#entsorgung div.w30 {
    width: 29.5%;
}

#entsorgung div.w50,
#entsorgung div.w30 {
    float: left;
}

#entsorgung div:not(.w50, .w30){
    clear: left;
}

#entsorgung fieldset {
    border: none;
}

#entsorgung fieldset legend {
    display: block;
}

#entsorgung fieldset legend span {
    display: inline;
}

div.Positions {
    /* margin: 5px 0; */
}

div.Positions * {
    display: inline-block;
    font-size: 0.9em;
}


div.Positions select.sorte {
    width: 26%;
}
div.Positions select.einheit {
    width: 13%;
}

div.Positions input.menge {
    width: 5%;
}


div.Positions input.avv {
    width: 10%;
}

div.Positions input.fraktion {
    display: none
    /* width: 31%; */
}

div.Positions input.bemerkung {
    width: 46%;
}


