/* res_id: 1e73dec18779f40c40676932cb8841d0 */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.2 (24/11/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #FFF;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    z-index: 1000;

    position: absolute;
    top: 50%;
    height: 100%;

    display: block;

    width: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

     background: rgba(0,0,0,0.25);
}

.slick-prev{
    left: 0 !important;
}

.slick-next{
    right: 0 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-next:hover{
    background: rgba(0,0,0,0.5);
    /* http://www.the-art-of-web.com/css/css-animation/ */
   /* transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay]; */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;z-Index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:12px;z-Index:11;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-text{position:absolute;font-size:14px;text-align:center;bottom:25px;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-singlebar{position:relative;height:10px;z-Index:9;box-sizing:border-box;border:1px solid #000}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */

@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;src:url('../fonts/ubuntu-v15-latin-300.eot');src:local('Ubuntu Light'), local('Ubuntu-Light'), url('../fonts/ubuntu-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v15-latin-300.woff2') format('woff2'), url('../fonts/ubuntu-v15-latin-300.woff') format('woff'), url('../fonts/ubuntu-v15-latin-300.ttf') format('truetype'), url('../fonts/ubuntu-v15-latin-300.svg#Ubuntu') format('svg')}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:400;src:url('../fonts/ubuntu-v15-latin-regular.eot');src:local('Ubuntu Regular'), local('Ubuntu-Regular'), url('../fonts/ubuntu-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v15-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v15-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v15-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v15-latin-regular.svg#Ubuntu') format('svg')}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:700;src:url('../fonts/ubuntu-v15-latin-700.eot');src:local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/ubuntu-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v15-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v15-latin-700.woff') format('woff'), url('../fonts/ubuntu-v15-latin-700.ttf') format('truetype'), url('../fonts/ubuntu-v15-latin-700.svg#Ubuntu') format('svg')}@font-face{font-family:'Nothing You Could Do';font-style:normal;font-weight:400;src:url('../fonts/nothing-you-could-do-v10-latin-regular.eot');src:local(''), url('../fonts/nothing-you-could-do-v10-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nothing-you-could-do-v10-latin-regular.woff2') format('woff2'), url('../fonts/nothing-you-could-do-v10-latin-regular.woff') format('woff'), url('../fonts/nothing-you-could-do-v10-latin-regular.ttf') format('truetype'), url('../fonts/nothing-you-could-do-v10-latin-regular.svg#NothingYouCouldDo') format('svg')}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.clearfix::before,.clearfix::after{content:" ";display:table}.clearfix::after{clear:both}.clearfix{*zoom:1}.kopfzeile-wrapper{background:white;background:#827972;color:#FFFFFF}.kopfzeile-wrapper #kopfzeile{position:relative;max-width:1160px;margin-left:auto;margin-right:auto}.kopfzeile-wrapper #kopfzeile .main-top-navigation{display:block}.kopfzeile-wrapper #kopfzeile .layout_element_logo{text-align:center;position:absolute;left:0px;right:0;width:180px;z-index:100}@media (max-width:640px){.kopfzeile-wrapper #kopfzeile .layout_element_logo{position:relative;margin-left:auto;margin-right:auto;left:auto;right:auto;margin-bottom:0px}}.kopfzeile-wrapper #kopfzeile .layout_element_logo img.shadow{position:absolute;left:0;right:0;bottom:-20px;height:20px;opacity:0.5;filter:alpha(opacity=50);width:100%}.kopfzeile-wrapper #kopfzeile .layout_element_logo a{display:block;padding:0;padding-top:10px;background:#3a9c00;text-decoration:none}.kopfzeile-wrapper #kopfzeile .layout_element_logo a img.logo{overflow:hidden;max-width:100%;height:auto}.kopfzeile-wrapper #kopfzeile .layout_element_logo a:hover{text-decoration:none}.kopfzeile-wrapper #kopfzeile .layout_element_logo a:hover .label{text-decoration:underline}.menu-wrapper{position:relative;margin:0;padding:0;padding-bottom:30px;padding-top:20px;z-index:100}@media (max-width:980px){.menu-wrapper{text-align:center}}.menu-wrapper #menu{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:10px}@media (max-width:960px){.menu-wrapper #menu{margin-right:10px;margin-left:10px}}.menu-wrapper #menu .layout_element_logo{padding:0;margin:0;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:bottom;text-align:center;padding-bottom:8px}@media (max-width:980px){.menu-wrapper #menu .layout_element_logo{display:block}}.menu-wrapper #menu .layout_element_logo a{display:block}.menu-wrapper #menu .layout_element_logo a img{max-width:100%;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}@media (max-width:1200px){.menu-wrapper #menu .layout_element_logo a img{width:240px;height:auto}}@media (max-width:980px){.menu-wrapper #menu .layout_element_logo a img{width:auto}}footer,header,#header,#footer{position:relative}footer .background-img,header .background-img,#header .background-img,#footer .background-img{position:absolute;top:0;right:0;left:0;bottom:0;height:100%;background-size:cover;background-position:top center}footer .shadow_top,footer .shadow_bottom,header .shadow_top,header .shadow_bottom,#header .shadow_top,#header .shadow_bottom,#footer .shadow_top,#footer .shadow_bottom{position:absolute;width:100%;height:30px;left:0;right:0;opacity:0.8;filter:alpha(opacity=80)}footer .shadow_top,header .shadow_top,#header .shadow_top,#footer .shadow_top{top:0}footer .shadow_bottom,header .shadow_bottom,#header .shadow_bottom,#footer .shadow_bottom{bottom:0}.header-wrapper{position:relative}.header-wrapper #header{padding-bottom:120px;padding-bottom:4vw}.footer-wrapper footer{position:relative;text-align:center;background:#cc7200;color:#FFFFFF;display:block;margin-left:auto;margin-right:auto;min-height:400px;padding-bottom:30px;margin-top:20px}.footer-wrapper footer .developer-link-wrapper a{opacity:0.5;filter:alpha(opacity=50);color:#FFFFFF;font-style:italic;font-size:14px;line-height:1.3;letter-spacing:0.2px;text-decoration:none}@media (max-width:960px){.footer-wrapper footer .developer-link-wrapper a{font-size:14px}}@media (max-width:640px){.footer-wrapper footer .developer-link-wrapper a{font-size:14px}}.footer-wrapper footer .developer-link-wrapper a:hover{opacity:1;filter:alpha(opacity=100)}.modal201-wrapper{text-align:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;-webkit-transition:all 1s ease-in-out 0s;-moz-transition:all 1s ease-in-out 0s;-o-transition:all 1s ease-in-out 0s;-ms-transition:all 1s ease-in-out 0s;transition:all 1s ease-in-out 0s;display:none}.modal201-wrapper .modal-container{margin-top:100px;min-width:300px;max-width:420px;background:white;min-height:200px;margin-left:auto;margin-right:auto;-webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.7);box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.7);position:relative}@media (max-width:440px){.modal201-wrapper .modal-container{margin-left:10px;margin-right:10px;margin-top:10px}}.modal201-wrapper .modal-container .modal-close-btn{cursor:pointer;font-size:24px;text-align:center;position:absolute;padding:10px;top:0px;right:0px;color:#827972;opacity:0.75;filter:alpha(opacity=75)}.modal201-wrapper .modal-container .modal-close-btn:hover{opacity:1;filter:alpha(opacity=100)}.modal201-wrapper .modal-container .modal-content{padding:10px}.modal201-wrapper .modal-container .modal-content .modal-icon-wrapper{margin-top:24px;text-align:center;margin-bottom:24px}.modal201-wrapper .modal-container .modal-content .modal-icon-wrapper>span{font-size:60px;border:3px solid #ff8f00;color:#ff8f00;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;width:100px;padding-top:20px;padding-bottom:20px;text-align:center;-webkit-border-radius:120px;-moz-border-radius:120px;-ms-border-radius:120px;border-radius:120px}.modal201-wrapper .modal-container .modal-content .modal-header{font-size:32px;line-height:1.1;letter-spacing:0.4px;color:#827972;margin-bottom:24px}@media (max-width:960px){.modal201-wrapper .modal-container .modal-content .modal-header{font-size:28.8px}}@media (max-width:640px){.modal201-wrapper .modal-container .modal-content .modal-header{font-size:24px}}@media (max-width:340px){.modal201-wrapper .modal-container .modal-content .modal-header{font-size:19.2px}}.modal201-wrapper .modal-container .modal-content .modal-text{padding:10px;background:#827972;color:#FFFFFF;margin-left:-10px;margin-right:-10px;margin-bottom:24px}.modal201-wrapper .modal-container .modal-content .modal-text p{font-size:32px;line-height:1.1;letter-spacing:0.4px}@media (max-width:960px){.modal201-wrapper .modal-container .modal-content .modal-text p{font-size:28.8px}}@media (max-width:640px){.modal201-wrapper .modal-container .modal-content .modal-text p{font-size:24px}}@media (max-width:340px){.modal201-wrapper .modal-container .modal-content .modal-text p{font-size:19.2px}}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper{text-align:center;margin-bottom:24px}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center}@media (max-width:960px){.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{font-size:14.4px}}@media (max-width:640px){.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a{font-size:14px}}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a:hover,.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a.active{background:#cc7200}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-size:16.2px}}@media (max-width:640px){.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-size:14px}}@media (max-width:340px){.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a strong{font-size:14px}}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a small{font-size:14px}}@media (max-width:640px){.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a small{font-size:14px}}.modal201-wrapper.visible-animation{display:block}.modal201-wrapper .modal-container{-webkit-transform:translate(0, -1000px);-ms-transform:translate(0, -1000px);-o-transform:translate(0, -1000px);transform:translate(0, -1000px);-webkit-transition:all 0.5s ease-in-out 0.1s;-moz-transition:all 0.5s ease-in-out 0.1s;-o-transition:all 0.5s ease-in-out 0.1s;-ms-transition:all 0.5s ease-in-out 0.1s;transition:all 0.5s ease-in-out 0.1s}.modal201-wrapper .modal-container .modal-icon-wrapper>span{-webkit-transition:all 1s ease-in-out 0.3s;-moz-transition:all 1s ease-in-out 0.3s;-o-transition:all 1s ease-in-out 0.3s;-ms-transition:all 1s ease-in-out 0.3s;transition:all 1s ease-in-out 0.3s;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);opacity:0;filter:alpha(opacity=0)}.modal201-wrapper.show-animation{background:rgba(103, 96, 90, 0.6)}.modal201-wrapper.show-animation .modal-container{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal201-wrapper.show-animation .modal-container .modal-icon-wrapper>span{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;filter:alpha(opacity=100)}.rex-slice-output .modul_abstandshalter_bild.modul-theme--fullsize-bild .image-wrapper{margin-bottom:0 !important;margin-top:0 !important}.modul_abstandshalter_bild{position:relative;z-index:5 !important;text-align:center;width:100%}.modul_abstandshalter_bild.modul-theme--fullsize-bild .image-wrapper,.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{position:relative;min-height:240px;margin-left:auto;margin-right:auto}.modul_abstandshalter_bild.modul-theme--fullsize-bild{width:100%}.modul_abstandshalter_bild.modul-theme--fullsize-bild .image-wrapper{width:100%}.modul_abstandshalter_bild.modul-theme--fullsize-bild .image-wrapper img{width:100%;height:auto;position:relative}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{background-size:cover;background-position:center, center;padding:140px 0;min-height:0 !important}@media (max-width:960px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{padding:70px 0;min-height:0 !important}}@media (max-width:640px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{padding:50px 0;min-height:0 !important}}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{background-color:rgba(255, 143, 0, 0.7);padding:32px 50px;margin:32px 10px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;color:#FFFFFF;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:400;font-family:'Myriad Pro', 'Ubuntu', sans-serif;line-height:1.25;letter-spacing:1px;word-spacing:2px;vertical-align:middle;text-align:center}@media (max-width:960px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{font-size:28.8px}}@media (max-width:640px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{font-size:24px}}@media (max-width:340px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{font-size:19.2px}}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text span{vertical-align:middle}.modul_abstandshalter{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px}@media (max-width:960px){.modul_abstandshalter{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_abstandshalter{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_abstandshalter{padding-top:5px;padding-bottom:10px}}.modul_abstandshalter.stile--leer,.modul_abstandshalter.stile--transparent{height:4vw}.modul_abstandshalter.stile--leer.abstand--1,.modul_abstandshalter.stile--transparent.abstand--1{height:4vw}.modul_abstandshalter.stile--leer.abstand--2,.modul_abstandshalter.stile--transparent.abstand--2{height:8vw}.modul_abstandshalter.stile--leer.abstand--3,.modul_abstandshalter.stile--transparent.abstand--3{height:12vw}.modul_abstandshalter.stile--leer.abstand--4,.modul_abstandshalter.stile--transparent.abstand--4{height:16vw}.modul_abstandshalter.stile--leer.abstand--5,.modul_abstandshalter.stile--transparent.abstand--5{height:20vw}.modul_abstandshalter.stile--leer.abstand--6,.modul_abstandshalter.stile--transparent.abstand--6{height:24vw}.modul_abstandshalter.stile--leer.abstand--7,.modul_abstandshalter.stile--transparent.abstand--7{height:28vw}.modul_abstandshalter.stile--leer.abstand--8,.modul_abstandshalter.stile--transparent.abstand--8{height:32vw}.modul_abstandshalter.stile--leer.abstand--9,.modul_abstandshalter.stile--transparent.abstand--9{height:36vw}.modul_abstandshalter.stile--leer.abstand--10,.modul_abstandshalter.stile--transparent.abstand--10{height:40vw}.modul_abstandshalter.stile--leer.abstand--11,.modul_abstandshalter.stile--transparent.abstand--11{height:44vw}.modul_abstandshalter.stile--leer.abstand--12,.modul_abstandshalter.stile--transparent.abstand--12{height:48vw}.modul_abstandshalter.stile--leer.abstand--13,.modul_abstandshalter.stile--transparent.abstand--13{height:52vw}.modul_abstandshalter.stile--leer.abstand--14,.modul_abstandshalter.stile--transparent.abstand--14{height:56vw}.modul_abstandshalter.stile--leer.abstand--15,.modul_abstandshalter.stile--transparent.abstand--15{height:60vw}.modul_abstandshalter.stile--leer.abstand--16,.modul_abstandshalter.stile--transparent.abstand--16{height:64vw}.modul_abstandshalter.stile--leer.abstand--17,.modul_abstandshalter.stile--transparent.abstand--17{height:68vw}.modul_abstandshalter.stile--leer.abstand--18,.modul_abstandshalter.stile--transparent.abstand--18{height:72vw}.modul_abstandshalter.stile--leer.abstand--19,.modul_abstandshalter.stile--transparent.abstand--19{height:76vw}.modul_abstandshalter.stile--leer.abstand--20,.modul_abstandshalter.stile--transparent.abstand--20{height:80vw}.modul_abstandshalter.transparent{background:transparent}.modul_abstandshalter.stile--logo,.modul_abstandshalter.stile--linie{height:auto}.modul_abstandshalter.stile--logo.abstand--1,.modul_abstandshalter.stile--linie.abstand--1{padding:2vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--1,.modul_abstandshalter.stile--linie.abstand--1{padding:1vw 0}}.modul_abstandshalter.stile--logo.abstand--2,.modul_abstandshalter.stile--linie.abstand--2{padding:4vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--2,.modul_abstandshalter.stile--linie.abstand--2{padding:2vw 0}}.modul_abstandshalter.stile--logo.abstand--3,.modul_abstandshalter.stile--linie.abstand--3{padding:6vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--3,.modul_abstandshalter.stile--linie.abstand--3{padding:3vw 0}}.modul_abstandshalter.stile--logo.abstand--4,.modul_abstandshalter.stile--linie.abstand--4{padding:8vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--4,.modul_abstandshalter.stile--linie.abstand--4{padding:4vw 0}}.modul_abstandshalter.stile--logo.abstand--5,.modul_abstandshalter.stile--linie.abstand--5{padding:10vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--5,.modul_abstandshalter.stile--linie.abstand--5{padding:5vw 0}}.modul_abstandshalter.stile--logo.abstand--6,.modul_abstandshalter.stile--linie.abstand--6{padding:12vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--6,.modul_abstandshalter.stile--linie.abstand--6{padding:6vw 0}}.modul_abstandshalter.stile--logo.abstand--7,.modul_abstandshalter.stile--linie.abstand--7{padding:14vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--7,.modul_abstandshalter.stile--linie.abstand--7{padding:7vw 0}}.modul_abstandshalter.stile--logo.abstand--8,.modul_abstandshalter.stile--linie.abstand--8{padding:16vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--8,.modul_abstandshalter.stile--linie.abstand--8{padding:8vw 0}}.modul_abstandshalter.stile--logo.abstand--9,.modul_abstandshalter.stile--linie.abstand--9{padding:18vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--9,.modul_abstandshalter.stile--linie.abstand--9{padding:9vw 0}}.modul_abstandshalter.stile--logo.abstand--10,.modul_abstandshalter.stile--linie.abstand--10{padding:20vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--10,.modul_abstandshalter.stile--linie.abstand--10{padding:10vw 0}}.modul_abstandshalter.stile--logo.abstand--11,.modul_abstandshalter.stile--linie.abstand--11{padding:22vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--11,.modul_abstandshalter.stile--linie.abstand--11{padding:11vw 0}}.modul_abstandshalter.stile--logo.abstand--12,.modul_abstandshalter.stile--linie.abstand--12{padding:24vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--12,.modul_abstandshalter.stile--linie.abstand--12{padding:12vw 0}}.modul_abstandshalter.stile--logo.abstand--13,.modul_abstandshalter.stile--linie.abstand--13{padding:26vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--13,.modul_abstandshalter.stile--linie.abstand--13{padding:13vw 0}}.modul_abstandshalter.stile--logo.abstand--14,.modul_abstandshalter.stile--linie.abstand--14{padding:28vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--14,.modul_abstandshalter.stile--linie.abstand--14{padding:14vw 0}}.modul_abstandshalter.stile--logo.abstand--15,.modul_abstandshalter.stile--linie.abstand--15{padding:30vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--15,.modul_abstandshalter.stile--linie.abstand--15{padding:15vw 0}}.modul_abstandshalter.stile--logo.abstand--16,.modul_abstandshalter.stile--linie.abstand--16{padding:32vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--16,.modul_abstandshalter.stile--linie.abstand--16{padding:16vw 0}}.modul_abstandshalter.stile--logo.abstand--17,.modul_abstandshalter.stile--linie.abstand--17{padding:34vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--17,.modul_abstandshalter.stile--linie.abstand--17{padding:17vw 0}}.modul_abstandshalter.stile--logo.abstand--18,.modul_abstandshalter.stile--linie.abstand--18{padding:36vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--18,.modul_abstandshalter.stile--linie.abstand--18{padding:18vw 0}}.modul_abstandshalter.stile--logo.abstand--19,.modul_abstandshalter.stile--linie.abstand--19{padding:38vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--19,.modul_abstandshalter.stile--linie.abstand--19{padding:19vw 0}}.modul_abstandshalter.stile--logo.abstand--20,.modul_abstandshalter.stile--linie.abstand--20{padding:40vw 0}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--20,.modul_abstandshalter.stile--linie.abstand--20{padding:20vw 0}}.modul_abstandshalter.stile--logo .spacer-wrapper .spacer img,.modul_abstandshalter.stile--linie .spacer-wrapper .spacer img{width:100px;height:auto}.modul_abstandshalter.stile--logo .spacer-wrapper .spacer .line,.modul_abstandshalter.stile--linie .spacer-wrapper .spacer .line{border-bottom:2px solid #ccc;width:20%;margin-left:auto;margin-right:auto}.modul_abstandshalter_einfach+.modul_inhalt_0_uberschrift{padding-top:40px}.modul_inhalt_0_uberschrift{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px;padding-bottom:20px !important}@media (max-width:960px){.modul_inhalt_0_uberschrift{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_0_uberschrift{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_inhalt_0_uberschrift{padding-top:5px;padding-bottom:10px}}.modul_inhalt_0_uberschrift .headline-img{position:absolute;width:80px;height:auto;top:20px;right:20px}@media (max-width:640px){.modul_inhalt_0_uberschrift .headline-img{width:60px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .headline-img{width:40px}}@media (max-width:640px){.modul_inhalt_0_uberschrift{padding-bottom:0px !important}}.modul_inhalt_0_uberschrift.with-headline-img .modul-content{margin-top:40px}.modul_inhalt_0_uberschrift .submodul-headline-wrapper{text-align:left;margin-bottom:0px;margin-top:10px;padding:0 40px}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper{padding:0 20px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper{padding:0 10px}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;position:relative}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline{display:block}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:200;letter-spacing:1px;padding:0;margin:0;color:#3a9c00;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline{font-size:28.8px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline{font-size:24px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline{font-size:19.2px}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline strong{background:#3a9c00;color:#FFFFFF;padding:0px 10px;padding-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h2.headline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:0px;margin-top:6px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;text-align:left}@media (max-width:960px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h2.headline{font-size:21.6px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h2.headline{font-size:18px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h2.headline{font-size:14.4px}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h3.headline{font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:500;letter-spacing:0.5px;text-align:left;margin-bottom:12px;font-style:italic;color:#544f4a;display:block}@media (max-width:960px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h3.headline{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h3.headline{font-size:14px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h3.headline{font-size:14px}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h4.headline{color:#3a9c00;font-size:18px;line-height:1.25;letter-spacing:0.2px;letter-spacing:0.5px;text-transform:none;margin-bottom:6px}@media (max-width:960px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h4.headline{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h4.headline{font-size:14px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h4.headline{font-size:14px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline h4.headline{text-decoration:underline}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:6px;margin-top:12px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;font-style:italic;text-align:left}@media (max-width:960px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#827972;color:#FFFFFF;padding:0px 10px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline-border-wrapper{position:relative;text-align:left}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline-border-wrapper .headline-border{text-align:left;overflow:hidden}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline-border-wrapper .headline-border .headline-border-box{width:90%;height:3px;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);transform:translate(-100%, 0);opacity:0;filter:alpha(opacity=0);background:#3a9c00;border:10px 1px solid;margin-right:auto}.modul_inhalt_0_uberschrift .submodul-headline-wrapper.visible-in-viewport .submodul-headline .headline-border-wrapper .headline-border .headline-border-box{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);opacity:1;filter:alpha(opacity=100)}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .headline-border-wrapper{display:none}.modul_inhalt_0_uberschrift .submodul-headline-wrapper.headline--1 .headline-border-wrapper{display:block}.content-sidebar .modul_inhalt_0_uberschrift .submodul-headline-wrapper{padding:0;margin:0}.content-sidebar .modul_inhalt_0_uberschrift .submodul-headline-wrapper .headline{font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.content-sidebar .modul_inhalt_0_uberschrift .submodul-headline-wrapper .headline{font-size:16.2px}}@media (max-width:640px){.content-sidebar .modul_inhalt_0_uberschrift .submodul-headline-wrapper .headline{font-size:14px}}@media (max-width:340px){.content-sidebar .modul_inhalt_0_uberschrift .submodul-headline-wrapper .headline{font-size:14px}}.modul_abstandshalter_einfach+.modul_inhalt_1_spalte_bild{padding-top:30px}.content-sidebar .modul_inhalt_1_spalte_bild .modul-image{margin-top:3px;margin-bottom:3px}.modul_inhalt_1_spalte_bild{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px;position:relative}@media (max-width:960px){.modul_inhalt_1_spalte_bild{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_1_spalte_bild{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_inhalt_1_spalte_bild{padding-top:5px;padding-bottom:10px}}.modul_inhalt_1_spalte_bild .modul-background{position:absolute;left:0;right:0;height:100%;width:100%;top:0;bottom:0;background-size:cover}.modul_inhalt_1_spalte_bild .modul-image{text-align:center;position:relative;margin-bottom:32px}.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;margin-left:auto;margin-right:auto}.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title img{max-width:100%}.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title.image-wrapper--with-lightbox:hover,.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title.image-wrapper--with-extern-link:hover,.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title.image-wrapper--with-intern-link:hover{text-decoration:none}.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title.image-wrapper--with-lightbox:hover img,.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title.image-wrapper--with-extern-link:hover img,.modul_inhalt_1_spalte_bild .modul-image .image-wrapper-for-title.image-wrapper--with-intern-link:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03)}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-100 .image-wrapper-for-title{max-width:1160px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-90 .image-wrapper-for-title{max-width:1044px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-80 .image-wrapper-for-title{max-width:928px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-75 .image-wrapper-for-title{max-width:870px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-60 .image-wrapper-for-title{max-width:696px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-50 .image-wrapper-for-title{max-width:580px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-30 .image-wrapper-for-title{max-width:348px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-25 .image-wrapper-for-title{max-width:290px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-20 .image-wrapper-for-title{max-width:232px}.modul_inhalt_1_spalte_bild .modul-image.image--size-percent-10 .image-wrapper-for-title{max-width:116px}.modul_inhalt_1_spalte_bild .modul-content{position:relative;max-width:1160px;margin:12px auto;padding:0 40px}@media (max-width:640px){.modul_inhalt_1_spalte_bild .modul-content{padding:0 20px}}@media (max-width:340px){.modul_inhalt_1_spalte_bild .modul-content{padding:0 10px}}.modul_inhalt_1_spalte_bild .modul-content.text-of-html-editor p,.modul_inhalt_1_spalte_bild .modul-content{font-size:16px;line-height:1.3;letter-spacing:0.2px;text-align:left}@media (max-width:960px){.modul_inhalt_1_spalte_bild .modul-content.text-of-html-editor p,.modul_inhalt_1_spalte_bild .modul-content{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_1_spalte_bild .modul-content.text-of-html-editor p,.modul_inhalt_1_spalte_bild .modul-content{font-size:14px}}.modul_abstandshalter_einfach+.modul_inhalt_1_spalte_text{padding-top:30px}.modul_inhalt_1_spalte_text{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px}@media (max-width:960px){.modul_inhalt_1_spalte_text{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_1_spalte_text{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_inhalt_1_spalte_text{padding-top:5px;padding-bottom:10px}}.modul_inhalt_1_spalte_text .modul-content{position:relative;margin:12px auto;padding:0 40px}@media (max-width:640px){.modul_inhalt_1_spalte_text .modul-content{padding:0 20px}}@media (max-width:340px){.modul_inhalt_1_spalte_text .modul-content{padding:0 10px}}.modul_inhalt_1_spalte_text .modul-content.text-of-html-editor p,.modul_inhalt_1_spalte_text .modul-content{font-size:16px;line-height:1.3;letter-spacing:0.2px;text-align:left}@media (max-width:960px){.modul_inhalt_1_spalte_text .modul-content.text-of-html-editor p,.modul_inhalt_1_spalte_text .modul-content{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_1_spalte_text .modul-content.text-of-html-editor p,.modul_inhalt_1_spalte_text .modul-content{font-size:14px}}.content-sidebar .modul_inhalt_1_spalte_text .modul-content{padding:0}.modul_inhalt_bilder_galerie{position:relative;text-align:center;max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px;background:white}@media (max-width:960px){.modul_inhalt_bilder_galerie{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_bilder_galerie{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_inhalt_bilder_galerie{padding-top:5px;padding-bottom:10px}}.modul_inhalt_bilder_galerie .image-wrapper{margin:20px}.modul_inhalt_bilder_galerie .image-wrapper-for-title{max-width:90%;margin:5px;vertical-align:top;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_bilder_galerie .image-wrapper-for-title img{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;height:auto;max-width:100%;margin:0;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_bilder_galerie.modul-style--1 .image-wrapper-for-title{max-width:90%;margin-bottom:20px}.modul_inhalt_bilder_galerie.modul-style--2 .image-wrapper-for-title{max-width:45%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--2 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie.modul-style--3 .image-wrapper-for-title{max-width:30%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--3 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie.modul-style--4 .image-wrapper-for-title{max-width:23%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--4 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie.modul-style--5 .image-wrapper-for-title{max-width:18%}@media (max-width:640px){.modul_inhalt_bilder_galerie.modul-style--5 .image-wrapper-for-title{max-width:90%}}.modul_inhalt_bilder_galerie .link-btns-wrapper{text-align:center}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;margin:5px}@media (max-width:960px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:hover,.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn.active{background:#cc7200}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:hover,.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn.active{background:#143600}.rex-slice-output .modul_inhalt_buttons{margin-top:0 !important;margin-bottom:0 !important}.rex-slice-output .modul_inhalt_buttons.stile--COLOR_BG{margin-top:0 !important;margin-bottom:0 !important}.modul_inhalt_buttons.stile--TRANSPARENZ,.modul_inhalt_buttons.stile--{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px}@media (max-width:960px){.modul_inhalt_buttons.stile--TRANSPARENZ,.modul_inhalt_buttons.stile--{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_buttons.stile--TRANSPARENZ,.modul_inhalt_buttons.stile--{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_inhalt_buttons.stile--TRANSPARENZ,.modul_inhalt_buttons.stile--{padding-top:5px;padding-bottom:10px}}.modul_inhalt_buttons h3{margin-top:6px;margin-bottom:12px;font-size:32px;line-height:1.1;letter-spacing:0.4px;color:#3a9c00;padding:0 40px}@media (max-width:960px){.modul_inhalt_buttons h3{font-size:28.8px}}@media (max-width:640px){.modul_inhalt_buttons h3{font-size:24px}}@media (max-width:340px){.modul_inhalt_buttons h3{font-size:19.2px}}@media (max-width:640px){.modul_inhalt_buttons h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_buttons h3{padding:0 10px}}.modul_inhalt_buttons h4{margin-bottom:12px;font-size:24px;line-height:1.2;letter-spacing:0.3px;color:#3a9c00;padding:0 40px}@media (max-width:960px){.modul_inhalt_buttons h4{font-size:21.6px}}@media (max-width:640px){.modul_inhalt_buttons h4{font-size:18px}}@media (max-width:340px){.modul_inhalt_buttons h4{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_buttons h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_buttons h4{padding:0 10px}}.modul_inhalt_buttons .link-btns-wrapper{text-align:center;padding:0 40px}@media (max-width:640px){.modul_inhalt_buttons .link-btns-wrapper{padding:0 20px}}@media (max-width:340px){.modul_inhalt_buttons .link-btns-wrapper{padding:0 10px}}.modul_inhalt_buttons .link-btns-wrapper a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;margin:6px}@media (max-width:960px){.modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_buttons .link-btns-wrapper a.link-btn:hover,.modul_inhalt_buttons .link-btns-wrapper a.link-btn.active{background:#cc7200}.modul_inhalt_buttons .link-btns-wrapper a.link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_inhalt_buttons .link-btns-wrapper a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_buttons .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_inhalt_buttons .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_inhalt_buttons .link-btns-wrapper a.link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_buttons .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_inhalt_buttons .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_inhalt_buttons .link-btns-wrapper a.link-btn:hover,.modul_inhalt_buttons .link-btns-wrapper a.link-btn.active{background:#143600}.modul_inhalt_buttons .link-btns-wrapper a.link-btn.active{text-decoration:underline}.modul_inhalt_buttons.stile--TRANSPARENZ{background:none;padding-top:60px;padding-bottom:60px}@media (max-width:960px){.modul_inhalt_buttons.stile--TRANSPARENZ{padding-top:40px;padding-bottom:40px}}@media (max-width:340px){.modul_inhalt_buttons.stile--TRANSPARENZ{padding-top:20px;padding-bottom:30px}}.modul_inhalt_buttons.stile--COLOR_BG{background:#ff8f00;color:#FFFFFF;display:block;max-width:none;position:relative;z-index:5 !important;padding-top:20px;padding-bottom:20px}.modul_inhalt_buttons.stile--COLOR_BG h3,.modul_inhalt_buttons.stile--COLOR_BG h4{color:inherit}.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;border:1px solid #FFFFFF}@media (max-width:960px){.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:hover,.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn.active{background:#cc7200}.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_inhalt_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:hover{background:#FFFFFF;color:#ff8f00}.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14px;line-height:1.3;letter-spacing:0.2px;padding:2px 10px !important}@media (max-width:960px){.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14px}}@media (max-width:640px){.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_FAQ_Frage_und_Antwort{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px;background:white}@media (max-width:960px){.modul_inhalt_FAQ_Frage_und_Antwort{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_FAQ_Frage_und_Antwort{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_inhalt_FAQ_Frage_und_Antwort{padding-top:5px;padding-bottom:10px}}.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper{margin:6px auto;padding:0 40px;text-align:left}@media (max-width:640px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper{padding:0 20px}}@media (max-width:340px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper{padding:0 10px}}.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .more-btn{font-size:14px;line-height:1.3;letter-spacing:0.2px;display:block;padding:3px 5px;margin-left:-5px;cursor:pointer;color:#827972}@media (max-width:960px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .more-btn{font-size:14px}}@media (max-width:640px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .more-btn{font-size:14px}}.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .more-btn:hover{text-decoration:underline}.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .question{text-transform:none;color:#3a9c00;font-style:italic;font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:400;margin-bottom:6px;text-align:left}@media (max-width:960px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .question{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .question{font-size:14px}}@media (max-width:340px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .question{font-size:14px}}.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer{font-size:14px;line-height:1.3;letter-spacing:0.2px;line-height:1.6 !important;color:#827972;text-align:justify;position:relative;text-align:left;font-size:16px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer{font-size:14px}}@media (max-width:640px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer{font-size:14px}}@media (max-width:640px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer{text-align:left}}@media (max-width:960px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer{font-size:14px}}.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer .text-of-html-editor p{font-size:16px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer .text-of-html-editor p{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_FAQ_Frage_und_Antwort .modul-content-wrapper .answer .text-of-html-editor p{font-size:14px}}.modul_inhalt_text_bild_links_variable_breite{position:relative;text-align:left;max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px}@media (max-width:960px){.modul_inhalt_text_bild_links_variable_breite{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_text_bild_links_variable_breite{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_inhalt_text_bild_links_variable_breite{padding-top:5px;padding-bottom:10px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper{padding:0 40px;white-space-collapsing:discard;font-size:0}@media (max-width:640px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper{padding:0 20px}}@media (max-width:340px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper{padding:0 10px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col{margin-bottom:12px;box-sizing:content-box;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-25{width:25%}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-33{width:33.333333%}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-50{width:50%}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-66{width:66.66666%}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-75{width:75%}@media (max-width:640px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-25,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-33,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-50,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-66,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.size-75{width:100%;margin-top:24px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container{padding-right:20px}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .modul-image{margin-bottom:20px;margin-right:10px}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .modul-image .image-wrapper-for-title{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;overflow:hidden}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .modul-image .image-wrapper-for-title img{margin-bottom:-3px}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper{text-align:left;margin-bottom:20px}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:200;letter-spacing:1px;padding:0;margin:0;color:#3a9c00;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:28.8px}}@media (max-width:640px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:24px}}@media (max-width:340px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:19.2px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline strong{background:#3a9c00;color:#FFFFFF;padding:0px 10px;padding-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:6px;margin-top:12px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;font-style:italic;text-align:left}@media (max-width:960px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}@media (max-width:340px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#827972;color:#FFFFFF;padding:0px 10px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .modul-content-text-wrapper{margin-bottom:20px}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper{text-align:center}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;margin:6px}@media (max-width:960px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:hover,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn.active{background:#cc7200}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:hover,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn.active{background:#143600}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn.active{text-decoration:underline}.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.theme--handwriting .headline,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.theme--handwriting .subheadline,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.theme--handwriting .text-of-html-editor,.modul_inhalt_text_bild_links_variable_breite .modul-content-wrapper .modul-content-col.theme--handwriting .text-of-html-editor *{font-family:'Nothing You Could Do' !important}.modul_special_blog_overview_header{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px}@media (max-width:960px){.modul_special_blog_overview_header{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_blog_overview_header{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_special_blog_overview_header{padding-top:5px;padding-bottom:10px}}.modul_special_blog_overview_header h3{font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:500;letter-spacing:0.5px;text-align:left;margin-bottom:12px;font-style:italic;color:#544f4a;display:block;text-align:left;padding:20px}@media (max-width:960px){.modul_special_blog_overview_header h3{font-size:16.2px}}@media (max-width:640px){.modul_special_blog_overview_header h3{font-size:14px}}@media (max-width:340px){.modul_special_blog_overview_header h3{font-size:14px}}.modul_special_blog_eintrag{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px;padding-bottom:20px !important}@media (max-width:960px){.modul_special_blog_eintrag{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_blog_eintrag{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_special_blog_eintrag{padding-top:5px;padding-bottom:10px}}@media (max-width:640px){.modul_special_blog_eintrag{padding-bottom:0px !important}}.modul_special_blog_eintrag.hidden-item-for-lazy-load-btn{display:none !important}.modul_special_blog_eintrag .submodul-headline-wrapper{text-align:center;margin-bottom:0px;margin-top:10px;padding:0 40px}@media (max-width:640px){.modul_special_blog_eintrag .submodul-headline-wrapper{padding:0 20px}}@media (max-width:340px){.modul_special_blog_eintrag .submodul-headline-wrapper{padding:0 10px}}.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .headline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:200;letter-spacing:1px;padding:0;margin:0;color:#3a9c00;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}@media (max-width:960px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .headline{font-size:28.8px}}@media (max-width:640px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .headline{font-size:24px}}@media (max-width:340px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .headline{font-size:19.2px}}.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .headline b,.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .headline strong{background:#3a9c00;color:#FFFFFF;padding:0px 10px;padding-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .subheadline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:6px;margin-top:12px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;font-style:italic;text-align:left}@media (max-width:960px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .subheadline{font-size:16.2px}}@media (max-width:640px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}@media (max-width:340px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .subheadline strong{background:#827972;color:#FFFFFF;padding:0px 10px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .headline-border-wrapper{display:none}.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .blog-date-info-wrapper{margin-bottom:12px;padding-top:2px;padding-left:5px;padding-bottom:5px;text-align:right;float:right;vertical-align:top}.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .blog-date-info-wrapper .blog-date-info{font-size:14px;line-height:1.3;letter-spacing:0.2px;color:#827972;text-align:right}@media (max-width:960px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .blog-date-info-wrapper .blog-date-info{font-size:14px}}@media (max-width:640px){.modul_special_blog_eintrag .submodul-headline-wrapper .submodul-headline .blog-date-info-wrapper .blog-date-info{font-size:14px}}.modul_special_blog_eintrag .submodul-headline-wrapper.visible-in-viewport .submodul-headline .headline-border-wrapper .headline-border .headline-border-box{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.modul_special_blog_eintrag .modul-image{text-align:left;position:relative;margin-bottom:32px;margin-top:0px;padding:0 40px}@media (max-width:640px){.modul_special_blog_eintrag .modul-image{padding:0 20px}}@media (max-width:340px){.modul_special_blog_eintrag .modul-image{padding:0 10px}}.modul_special_blog_eintrag .modul-image .image-wrapper-for-title{margin-left:auto;margin-right:auto;position:relative;width:100%;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;overflow:hidden;padding:0}.modul_special_blog_eintrag .modul-image .image-wrapper-for-title img{margin-bottom:-3px;width:100%;position:relative}.modul_special_blog_eintrag .modul-image a:hover{text-decoration:none}.modul_special_blog_eintrag .modul-image a:hover img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03)}.modul_special_blog_eintrag>.modul-content{padding:0 40px;position:relative;margin:12px auto}@media (max-width:640px){.modul_special_blog_eintrag>.modul-content{padding:0 20px}}@media (max-width:340px){.modul_special_blog_eintrag>.modul-content{padding:0 10px}}.modul_special_blog_eintrag>.modul-content .text-of-html-editor p,.modul_special_blog_eintrag>.modul-content{font-size:16px;line-height:1.3;letter-spacing:0.2px;text-align:left}@media (max-width:960px){.modul_special_blog_eintrag>.modul-content .text-of-html-editor p,.modul_special_blog_eintrag>.modul-content{font-size:14.4px}}@media (max-width:640px){.modul_special_blog_eintrag>.modul-content .text-of-html-editor p,.modul_special_blog_eintrag>.modul-content{font-size:14px}}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper{text-align:center;margin-top:12px}@media (max-width:640px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper{text-align:left}}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;margin:6px;background:#827972}@media (max-width:960px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn{font-size:14px}}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn:hover,.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn.active{background:#cc7200}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn:hover,.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn.active{background:#143600}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn:hover{background:#544f4a}.modul_special_blog_eintrag>.modul-content .link-btns-wrapper a.link-btn.active{text-decoration:underline}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein{text-align:left}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .submodul-headline-wrapper{margin-bottom:12px}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .submodul-headline-wrapper .submodul-headline .headline{color:#3a9c00;font-size:18px;line-height:1.25;letter-spacing:0.2px;letter-spacing:0.5px;text-transform:none;margin-bottom:6px;text-decoration:none !important}@media (max-width:960px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .submodul-headline-wrapper .submodul-headline .headline{font-size:16.2px}}@media (max-width:640px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .submodul-headline-wrapper .submodul-headline .headline{font-size:14px}}@media (max-width:340px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .submodul-headline-wrapper .submodul-headline .headline{font-size:14px}}@media (max-width:640px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .submodul-headline-wrapper .submodul-headline .headline{text-decoration:underline}}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .submodul-headline-wrapper .headline-border-wrapper{display:none}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .modul-image{position:relative;float:left;width:300px;z-index:100}@media (max-width:640px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein .modul-image{width:auto;float:none;margin-left:auto;margin-right:auto}}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content{padding-left:320px;text-align:left}@media (max-width:640px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content{padding:0 20px}}@media (max-width:340px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content{padding:0 10px}}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .text-of-html-editor p,.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .more-btn{font-size:14px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .text-of-html-editor p,.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .more-btn{font-size:14px}}@media (max-width:640px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .text-of-html-editor p,.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .more-btn{font-size:14px}}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .link-btns-wrapper{clear:none;text-align:left}.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .link-btns-wrapper a.link-btn{font-size:14px;line-height:1.3;letter-spacing:0.2px;padding:2px 10px;padding-top:3px;margin-left:-3px}@media (max-width:960px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .link-btns-wrapper a.link-btn{font-size:14px}}@media (max-width:640px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .link-btns-wrapper a.link-btn{font-size:14px}}@media (max-width:640px){.modul_special_blog_eintrag.modul_special_blog_eintrag--vorschau-klein>.modul-content .link-btns-wrapper a.link-btn{margin-left:0}}.modul_special_blog_sidebar_menu{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;margin-top:18px}@media (max-width:960px){.modul_special_blog_sidebar_menu{margin-right:10px;margin-left:10px}}.modul_special_blog_sidebar_menu .sidebar-menu+.sidebar-menu{margin-top:18px}.modul_special_blog_sidebar_menu .sidebar-menu{text-align:left;font-size:14px;line-height:1.3;letter-spacing:0.2px;color:#827972}@media (max-width:960px){.modul_special_blog_sidebar_menu .sidebar-menu{font-size:14px}}@media (max-width:640px){.modul_special_blog_sidebar_menu .sidebar-menu{font-size:14px}}.modul_special_blog_sidebar_menu .sidebar-menu .sidebar-menu__headline{text-align:center;display:block}.modul_special_blog_sidebar_menu .sidebar-menu ul{margin-left:10px}.modul_special_blog_sidebar_menu .sidebar-menu ul li{margin-left:10px}.modul_special_blog_sidebar_menu .sidebar-menu ul li a{display:block;padding:4px 0px;color:#143600;text-decoration:none}.modul_special_blog_sidebar_menu .sidebar-menu ul li a:hover,.modul_special_blog_sidebar_menu .sidebar-menu ul li a.active{text-decoration:underline;color:#3a9c00}.modul_special_documente_download_liste{position:relative;text-align:left;display:block;max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px;background:white;clear:both}@media (max-width:960px){.modul_special_documente_download_liste{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_documente_download_liste{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_special_documente_download_liste{padding-top:5px;padding-bottom:10px}}.modul_special_documente_download_liste+.modul_special_documente_download_liste{margin-top:-10px;padding-top:0;padding-bottom:20px}.modul_special_documente_download_liste ul{margin-left:60px !important}.modul_special_documente_download_liste ul li a{display:block;padding:5px 20px}.modul_special_Kontaktformular{background:#827972;background:#ff8f00}.modul_special_Kontaktformular .modul-content{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;color:#FFFFFF;padding-top:30px;padding-bottom:24px;text-align:center;margin-left:auto;margin-right:auto;position:relative;margin-top:30px;margin-left:auto;margin-bottom:20px}@media (max-width:960px){.modul_special_Kontaktformular .modul-content{margin-right:10px;margin-left:10px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content{width:auto;margin-left:auto;margin-right:auto}}.modul_special_Kontaktformular .modul-content .modul-headline{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:0px;margin-top:6px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;text-align:left;margin-bottom:12px;color:#FFFFFF;text-align:center}@media (max-width:960px){.modul_special_Kontaktformular .modul-content .modul-headline{font-size:21.6px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content .modul-headline{font-size:18px}}@media (max-width:340px){.modul_special_Kontaktformular .modul-content .modul-headline{font-size:14.4px}}.modul_special_Kontaktformular .modul-content .form-group-set{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;width:49%}@media (max-width:640px){.modul_special_Kontaktformular .modul-content .form-group-set{display:block;width:auto;width:100%;margin-left:auto;margin-right:auto;margin-bottom:32px}}.modul_special_Kontaktformular .modul-content .form-group-set.form-group-set--full{display:block;width:auto;max-width:none}.modul_special_Kontaktformular .modul-content .form-group-set .form-group{text-align:left;padding:10px}.modul_special_Kontaktformular .modul-content .form-group-set .form-group label{font-size:16px;line-height:1.3;letter-spacing:0.2px;display:block;margin-bottom:6px;color:#FFFFFF;text-transform:uppercase}@media (max-width:960px){.modul_special_Kontaktformular .modul-content .form-group-set .form-group label{font-size:14.4px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content .form-group-set .form-group label{font-size:14px}}.modul_special_Kontaktformular .modul-content .form-group-set .form-group input,.modul_special_Kontaktformular .modul-content .form-group-set .form-group textarea,.modul_special_Kontaktformular .modul-content .form-group-set .form-group select{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);box-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:10px 15px;border:2px solid #FFFFFF;width:100%;font-weight:400;outline:none;outline-color:transparent;outline-style:none;font-family:inherit;letter-spacing:0.5px}@media (max-width:960px){.modul_special_Kontaktformular .modul-content .form-group-set .form-group input,.modul_special_Kontaktformular .modul-content .form-group-set .form-group textarea,.modul_special_Kontaktformular .modul-content .form-group-set .form-group select{font-size:14.4px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content .form-group-set .form-group input,.modul_special_Kontaktformular .modul-content .form-group-set .form-group textarea,.modul_special_Kontaktformular .modul-content .form-group-set .form-group select{font-size:14px}}.modul_special_Kontaktformular .modul-content .form-group-set .form-group input:focus,.modul_special_Kontaktformular .modul-content .form-group-set .form-group textarea:focus,.modul_special_Kontaktformular .modul-content .form-group-set .form-group select:focus{color:#ff8f00}.modul_special_Kontaktformular .modul-content .form-group-set .form-group input:invalid:not(:placeholder-shown),.modul_special_Kontaktformular .modul-content .form-group-set .form-group textarea:invalid:not(:placeholder-shown),.modul_special_Kontaktformular .modul-content .form-group-set .form-group select:invalid:not(:placeholder-shown){background:#f5b6b6;color:#7e2626;border-color:#7e2626}.modul_special_Kontaktformular .modul-content .form-group-set .form-group input[type="checkbox"]{-webkit-appearance:checkbox !important;-moz-appearance:checkbox !important}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.form-has-error input,.modul_special_Kontaktformular .modul-content .form-group-set .form-group.form-has-error textarea,.modul_special_Kontaktformular .modul-content .form-group-set .form-group.form-has-error select{background:#f5b6b6;color:#7e2626;border-color:#7e2626}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox{text-align:left}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label{position:relative;padding-left:50px;min-height:30px;clear:both}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label input{width:30px;height:30px;position:absolute;left:0;top:0}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label{position:relative;display:block;padding-top:8px;text-transform:none;cursor:pointer;font-size:14px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label{font-size:14px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label{font-size:14px}}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label a{color:inherit;text-decoration:underline}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label a:hover{color:#3a9c00}.modul_special_Kontaktformular .modul-content .form-group-set .form-group textarea{resize:vertical;min-height:150px}.modul_special_Kontaktformular .modul-content button,.modul_special_Kontaktformular .modul-content input[type="submit"]{margin-top:12px;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center}@media (max-width:960px){.modul_special_Kontaktformular .modul-content button,.modul_special_Kontaktformular .modul-content input[type="submit"]{font-size:14.4px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content button,.modul_special_Kontaktformular .modul-content input[type="submit"]{font-size:14px}}.modul_special_Kontaktformular .modul-content button:hover,.modul_special_Kontaktformular .modul-content button.active,.modul_special_Kontaktformular .modul-content input[type="submit"]:hover,.modul_special_Kontaktformular .modul-content input[type="submit"].active{background:#cc7200}.modul_special_Kontaktformular .modul-content button strong,.modul_special_Kontaktformular .modul-content input[type="submit"] strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_special_Kontaktformular .modul-content button strong,.modul_special_Kontaktformular .modul-content input[type="submit"] strong{font-size:16.2px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content button strong,.modul_special_Kontaktformular .modul-content input[type="submit"] strong{font-size:14px}}@media (max-width:340px){.modul_special_Kontaktformular .modul-content button strong,.modul_special_Kontaktformular .modul-content input[type="submit"] strong{font-size:14px}}.modul_special_Kontaktformular .modul-content button small,.modul_special_Kontaktformular .modul-content input[type="submit"] small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_Kontaktformular .modul-content button small,.modul_special_Kontaktformular .modul-content input[type="submit"] small{font-size:14px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content button small,.modul_special_Kontaktformular .modul-content input[type="submit"] small{font-size:14px}}.modul_special_Kontaktformular .modul-content .alert{margin-top:12px;margin-bottom:16px}.modul_special_Kontaktformular .modul-content button{background:#cc7200;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_special_Kontaktformular .modul-content button{font-size:16.2px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content button{font-size:14px}}@media (max-width:340px){.modul_special_Kontaktformular .modul-content button{font-size:14px}}.modul_special_Kontaktformular .modul-content button:hover{background:#FFFFFF;color:#cc7200}.modul_special_Kontaktformular .modul-content .modul-call-to-action-wrapper{display:block;font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:0px;margin-top:6px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;text-align:left;margin-top:40px;color:#FFFFFF;text-align:center}@media (max-width:960px){.modul_special_Kontaktformular .modul-content .modul-call-to-action-wrapper{font-size:21.6px}}@media (max-width:640px){.modul_special_Kontaktformular .modul-content .modul-call-to-action-wrapper{font-size:18px}}@media (max-width:340px){.modul_special_Kontaktformular .modul-content .modul-call-to-action-wrapper{font-size:14.4px}}.modul_special_Kontaktformular .modul-content .modul-call-to-action-wrapper *{color:inherit}#footer .modul_special_Kontaktformular .modul-content{margin-bottom:0;margin-top:0}.modul_special_open_maps_karte{position:relative;display:block;height:500px;max-height:100vh;background:#f3efeb;overflow:hidden}@media (max-width:640px){.modul_special_open_maps_karte{height:auto}}.modul_special_open_maps_karte .modul-content-wrapper,.modul_special_open_maps_karte .modul-map-wrapper{display:block;position:absolute;top:0;bottom:0;height:100%}.modul_special_open_maps_karte .modul-content-wrapper{width:300px;overflow-y:auto}.modul_special_open_maps_karte .modul-content-wrapper .marker{display:none}.modul_special_open_maps_karte .modul-map-wrapper{left:300px;right:0;background:#eeeeee}.modul_special_open_maps_karte .modul-map-wrapper .marker{font-size:50px;color:#143600;cursor:pointer;display:block}.modul_special_open_maps_karte .modul-map-wrapper .marker .fa{-webkit-transform:translate(0, 5px);-ms-transform:translate(0, 5px);-o-transform:translate(0, 5px);transform:translate(0, 5px)}.modul_special_open_maps_karte .modul-map-wrapper .marker:hover,.modul_special_open_maps_karte .modul-map-wrapper .marker.active,.modul_special_open_maps_karte .modul-map-wrapper .marker.hover{color:#3a9c00}.modul_special_open_maps_karte .modul-map-wrapper .marker.second{color:#cc7200}.modul_special_open_maps_karte .modul-map-wrapper .marker.second:hover,.modul_special_open_maps_karte .modul-map-wrapper .marker.second.active,.modul_special_open_maps_karte .modul-map-wrapper .marker.second.hover{color:#ff8f00}@media (max-width:640px){.modul_special_open_maps_karte .modul-content-wrapper,.modul_special_open_maps_karte .modul-map-wrapper{position:relative;width:auto;left:0;height:auto}.modul_special_open_maps_karte .modul-map-wrapper{height:200px;height:50vh}}.modul_special_open_maps_karte .modul-content-wrapper{padding-top:10px}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort{padding:0 20px;padding-bottom:10px;text-align:left;color:#827972}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort.hover .modul-headline{color:#143600}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline{font-weight:500;color:#3a9c00;cursor:pointer;padding-bottom:6px;font-size:20px;line-height:1.25;letter-spacing:0.2px}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline .fa{font-size:16px;line-height:1.3;letter-spacing:0.2px;margin-right:6px}@media (max-width:960px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline .fa{font-size:14.4px}}@media (max-width:640px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline .fa{font-size:14px}}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline:hover{color:#143600}@media (max-width:960px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline{font-size:18px}}@media (max-width:640px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline{font-size:15px}}@media (max-width:340px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-headline{font-size:14px}}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper{overflow:hidden;height:0;opacity:0;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .image-wrapper{width:100%;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .image-wrapper img{width:100%}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-adresse,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-contact,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .image-wrapper,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-actions{margin-bottom:12px}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-info{margin-bottom:3px;font-size:16px;line-height:1.3;letter-spacing:0.2px;display:block}@media (max-width:960px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-info{font-size:14.4px}}@media (max-width:640px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-info{font-size:14px}}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin-right:3px}@media (max-width:960px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn{font-size:14.4px}}@media (max-width:640px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn{font-size:14px}}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link:hover,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link.active,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn:hover,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn.active{background:#cc7200}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link strong,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link strong,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link strong,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn strong{font-size:14px}}@media (max-width:340px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link strong,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn strong{font-size:14px}}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link small,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link small,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn small{font-size:14px}}@media (max-width:640px){.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link small,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn small{font-size:14px}}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link:hover,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .company-link.active,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn:hover,.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .link-btn.active{background:#143600}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .modul-info-wrapper .modul-content.text-of-html-editor p{text-align:left}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort .fa-minus{display:none}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort.active .fa-minus{display:inline}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort.active .fa-plus{display:none}.modul_special_open_maps_karte .modul-content-wrapper .modul-standort.active .modul-info-wrapper{overflow:visible;height:auto;opacity:1}.modul_special_sitemap{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px}@media (max-width:960px){.modul_special_sitemap{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_sitemap{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_special_sitemap{padding-top:5px;padding-bottom:10px}}.modul_special_sitemap .sitemap-links-wrapper{text-align:center}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;text-align:left}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links li{list-style:none;margin-left:10px}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a{display:block;padding:10px 20px;color:#143600;background:#e0d1c6;margin-bottom:1px;text-decoration:none;cursor:pointer}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a:hover{background:#3a9c00;color:#FFFFFF}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a.category-link{background:#3a9c00;color:#FFFFFF;font-weight:500}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a.category-link:hover{color:#3a9c00;background:#FFFFFF}.modul_special_slider .slider-wrapper .slick-slide{height:240px;max-width:400px;background:#61ff03;background:#61ff03;background:-moz-linear-gradient(top, #61ff03 0%, #3a9c00 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #61ff03), color-stop(100%, #3a9c00));background:-webkit-linear-gradient(top, #61ff03 0%, #3a9c00 100%);background:-o-linear-gradient(top, #61ff03 0%, #3a9c00 100%);background:-ms-linear-gradient(top, #61ff03 0%, #3a9c00 100%);background:linear-gradient(to bottom, #61ff03 0%, #3a9c00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000',GradientType=0);color:#FFFFFF;margin-right:10px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;overflow:hidden;padding:0;position:relative;text-decoration:none;font-size:20px;line-height:1.25;letter-spacing:0.2px}.modul_special_slider .slider-wrapper .slick-slide.has-link:hover .text{text-decoration:underline}.modul_special_slider .slider-wrapper .slick-slide.style--color{background:#ffffff}.modul_special_slider .slider-wrapper .slick-slide.style--color img{opacity:0.6;filter:alpha(opacity=60);-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}.modul_special_slider .slider-wrapper .slick-slide.style--color:hover{background:rgba(255, 143, 0, 0.7)}.modul_special_slider .slider-wrapper .slick-slide.style--color:hover img{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.modul_special_slider .slider-wrapper .slick-slide.style--color .text-wrapper .text{width:100%;min-height:60px}@media (max-width:960px){.modul_special_slider .slider-wrapper .slick-slide{font-size:18px}}@media (max-width:640px){.modul_special_slider .slider-wrapper .slick-slide{font-size:15px}}@media (max-width:340px){.modul_special_slider .slider-wrapper .slick-slide{font-size:14px}}.modul_special_slider .slider-wrapper .slick-slide.text-size--XXS{font-size:14px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XXS{font-size:14px}}@media (max-width:640px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XXS{font-size:14px}}.modul_special_slider .slider-wrapper .slick-slide.text-size--XS{font-size:16px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XS{font-size:14.4px}}@media (max-width:640px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XS{font-size:14px}}.modul_special_slider .slider-wrapper .slick-slide.text-size--XL{font-size:24px;line-height:1.2;letter-spacing:0.3px}@media (max-width:960px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XL{font-size:21.6px}}@media (max-width:640px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XL{font-size:18px}}@media (max-width:340px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XL{font-size:14.4px}}.modul_special_slider .slider-wrapper .slick-slide.text-size--XXL{font-size:32px;line-height:1.1;letter-spacing:0.4px}@media (max-width:960px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XXL{font-size:28.8px}}@media (max-width:640px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XXL{font-size:24px}}@media (max-width:340px){.modul_special_slider .slider-wrapper .slick-slide.text-size--XXL{font-size:19.2px}}.modul_special_slider .slider-wrapper .slick-slide .text-wrapper{display:flex;justify-content:center;align-items:center;height:200px;box-sizing:border-box;font-weight:700;text-shadow:2px 2px 3px #000000;font-size:inherit}.modul_special_slider .slider-wrapper .slick-slide .text-wrapper .text{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;padding:10px 20px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_special_slider .slider-wrapper .slick-slide .text-wrapper .text b{background:rgba(0, 0, 0, 0.6);color:#FFFFFF;padding:3px 10px;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_special_slider .slider-wrapper .slick-slide.text-pos--NW .text-wrapper{text-align:left;align-items:start}.modul_special_slider .slider-wrapper .slick-slide.text-pos--N .text-wrapper{align-items:start}.modul_special_slider .slider-wrapper .slick-slide.text-pos--NO .text-wrapper{text-align:right;align-items:start}.modul_special_slider .slider-wrapper .slick-slide.text-pos--W .text-wrapper{text-align:left}.modul_special_slider .slider-wrapper .slick-slide.text-pos--O .text-wrapper{text-align:right}.modul_special_slider .slider-wrapper .slick-slide.text-pos--SW .text-wrapper{text-align:left;align-items:end}.modul_special_slider .slider-wrapper .slick-slide.text-pos--S .text-wrapper{align-items:end}.modul_special_slider .slider-wrapper .slick-slide.text-pos--SO .text-wrapper{text-align:right;align-items:end}.modul_special_slider .slider-wrapper .slick-slide img{height:70% !important}.modul_special_slider .slider-wrapper .slick-slide .text-wrapper{align-items:end}.modul_special_slider .slider-wrapper .slick-slide .text-wrapper .text{text-shadow:none;color:rgba(0, 0, 0, 0.5);position:absolute}.modul_special_slider .slider-wrapper .slick-slide.has-image .text-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.modul_special_slider .slider-wrapper .slick-slide img{height:100%;position:relative;width:auto}.modul_special_team{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;text-align:left;padding-top:20px;padding-bottom:20px}@media (max-width:960px){.modul_special_team{margin-right:10px;margin-left:10px}}.modul_special_team .modul-content-wrapper{padding:0 40px}@media (max-width:640px){.modul_special_team .modul-content-wrapper{padding:0 20px}}@media (max-width:340px){.modul_special_team .modul-content-wrapper{padding:0 10px}}.modul_special_team .modul-content-wrapper>.modul-content{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;width:330px;margin-right:30px;margin-bottom:30px;text-align:center}.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:0px;margin-top:6px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;text-align:left;font-size:24px;line-height:1.2;letter-spacing:0.3px;text-transform:uppercase}@media (max-width:960px){.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-size:21.6px}}@media (max-width:640px){.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-size:18px}}@media (max-width:340px){.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-size:14.4px}}@media (max-width:960px){.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-size:21.6px}}@media (max-width:640px){.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-size:18px}}@media (max-width:340px){.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-size:14.4px}}@media (max-width:640px){.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-weight:500}}.modul_special_team .modul-content-wrapper>.modul-content .image-wrapper-for-title{-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;margin-bottom:12px;overflow:hidden;box-sizing:border-box;position:relative}.modul_special_team .modul-content-wrapper>.modul-content .image-wrapper-for-title img{margin-bottom:-5px;width:100%;height:auto;position:relative}.modul_special_team .modul-content-wrapper>.modul-content .person_action_wrapper{margin-top:12px;min-height:75px;text-align:left}.modul_special_team .modul-content-wrapper>.modul-content .person_action_wrapper .person-telefon-link,.modul_special_team .modul-content-wrapper>.modul-content .person_action_wrapper .person-mail-link{display:block;padding-top:6px;padding-bottom:6px;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;margin-bottom:6px}.modul_special_team .modul-content-wrapper>.modul-content .person_desc_wrapper{-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;background:#f3efeb;padding:10px 20px;text-align:left;margin-top:12px}.modul_special_team .modul-content-wrapper>.modul-content .person_desc_wrapper .modul-content{margin:0;margin-bottom:12px}.modul_special_team .modul-content-wrapper>.modul-content .person_desc_wrapper p{text-align:left}.modul_special_team .modul-content-wrapper>.modul-content .person-slogan{margin-top:12px;text-align:center;font-style:italic;font-weight:700}.modul_special_team .modul-content-wrapper>.modul-content .person-slogan .fa{color:#827972}.modul_special_team .modul-content-wrapper>.modul-content .person-slogan *,.modul_special_team .modul-content-wrapper>.modul-content .person-slogan p,.modul_special_team .modul-content-wrapper>.modul-content .person-slogan p strong{color:#827972}@media (max-width:640px){.modul_special_team .modul-content-wrapper>.modul-content{width:auto;margin-left:auto;margin-right:auto}}.rex-slice-output .modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .image-wrapper,.rex-slice-output .modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget{margin-bottom:0 !important;margin-top:0 !important}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider{position:relative;z-index:5 !important;text-align:center;background-size:cover;background-position:center center;margin-left:auto;margin-right:auto;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;min-height:300px}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget{position:relative;margin-left:auto;margin-right:auto;max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget.bewertungen-widget{padding-top:90px;padding-bottom:90px;padding-left:30px;padding-right:30px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget.bewertungen-widget{padding-top:50px;padding-bottom:50px;padding-left:20px;padding-right:20px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget.bewertungen-widget{padding-top:20px;padding-bottom:20px;padding-left:10px;padding-right:10px}}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget{margin-right:10px;margin-left:10px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .button-bar{width:640px}@media (max-width:700px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .button-bar{width:auto}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper{min-height:260px}@media (max-width:340px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper{min-height:360px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item{position:relative;background:rgba(255, 143, 0, 0.7);min-height:100px;padding:20px;color:#FFFFFF;text-align:left;display:none}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item{min-height:100px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.active{display:block}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-name{text-align:center;font-style:italic;font-size:16px;line-height:1.3;letter-spacing:0.2px;margin-bottom:6px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-name{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-name{font-size:14px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:18px;line-height:1.25;letter-spacing:0.2px;margin-bottom:12px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:14px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:18px;line-height:1.25;letter-spacing:0.2px;margin-bottom:12px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:14px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more{text-align:center}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:none;border-color:#FFFFFF;color:#FFFFFF}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn{font-size:14px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn.active{background:#cc7200}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn strong{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn strong{font-size:14px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn small{font-size:14px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn small{font-size:14px}}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover{color:#ff8f00;background:#FFFFFF}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_NEXT,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_PREV,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_NEXT,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_PREV{opacity:0;filter:alpha(opacity=0)}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_NEXT,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_PREV{-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);transform:translate(-100%, 0);opacity:0;filter:alpha(opacity=0)}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_NEXT,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_PREV{-webkit-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-o-transform:translate(100%, 0);transform:translate(100%, 0);opacity:0;filter:alpha(opacity=0)}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.ANIMATE_TRANSITION_HIDE{-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.ANIMATE_TRANSITION_SHOW{-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .button-bar{padding-top:20px;padding-bottom:20px}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .button-bar .next-btn{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;cursor:pointer;padding:10px 20px;margin-left:5px;margin-right:5px;text-align:center;background:rgba(255, 143, 0, 0.7);border-color:#FFFFFF;color:#FFFFFF}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .button-bar .pref-btn:hover,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .button-bar .next-btn:hover{background:#ff8f00}.rex-slice-output .modul_z_Addon_Bewertungen_Slider .bewertungen-widget{margin-bottom:0 !important;margin-top:0 !important}.modul_z_Addon_Bewertungen_Slider{background:#ff8f00;background:#ff8f00;background:#ff8f00;color:#FFFFFF}.modul_z_Addon_Bewertungen_Slider:hover{z-index:30 !important}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:none}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn{font-size:14px}}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn:hover,.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn.active{background:#cc7200}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn strong{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn strong{font-size:14px}}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn small{font-size:14px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn small{font-size:14px}}.modul_z_Addon_Bewertungen_Slider .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Slider .button-bar .next-btn,.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn{border:1px solid #FFFFFF;color:#FFFFFF}.modul_z_Addon_Bewertungen_Slider .button-bar .pref-btn:hover,.modul_z_Addon_Bewertungen_Slider .button-bar .next-btn:hover,.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn:hover{color:#ff8f00;background:#FFFFFF}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg{background:#FFFFFF;background:#FFFFFF;background:white;color:#3a9c00;margin-top:20px}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-item{border:2px solid #3a9c00}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:none}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn.active{background:#cc7200}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn strong{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn strong{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn small{font-size:14px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn small{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .button-bar .next-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn{border:1px solid #3a9c00;color:#3a9c00}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .button-bar .pref-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .button-bar .next-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn:hover{color:#FFFFFF;background:#3a9c00}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg{background:#ff8f00;background:#ff8f00;background:rgba(255, 143, 0, 0.8);color:#FFFFFF}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:none}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn.active{background:#cc7200}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn strong{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn strong{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn small{font-size:14px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn small{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .button-bar .next-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn{border:1px solid #FFFFFF;color:#FFFFFF}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .button-bar .pref-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .button-bar .next-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn:hover{color:#ff8f00;background:#FFFFFF}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font{background:#827972;background:#827972;background:#827972;color:#FFFFFF}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:none}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn.active{background:#cc7200}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn strong{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn strong{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn small{font-size:14px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn small{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .button-bar .next-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn{border:1px solid #FFFFFF;color:#FFFFFF}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .button-bar .pref-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .button-bar .next-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn:hover{color:#827972;background:#FFFFFF}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font{background:#e0d1c6;background:#e0d1c6;background:#e0d1c6;color:#827972}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:none}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn.active{background:#cc7200}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn strong{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn strong{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn small{font-size:14px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn small{font-size:14px}}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .button-bar .next-btn,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn{border:1px solid #827972;color:#827972}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .button-bar .pref-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .button-bar .next-btn:hover,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn:hover{color:#e0d1c6;background:#827972}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper{overflow:hidden;min-height:160px;text-align:center}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;position:relative;min-height:140px;padding:20px;padding-top:40px;text-align:left;display:none}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item{margin-right:10px;margin-left:10px}}@media (max-width:420px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item{min-height:360px}}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.active{display:block}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-name{text-align:right;font-style:italic;font-size:16px;line-height:1.3;letter-spacing:0.2px;margin-bottom:6px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-name{font-size:14.4px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-name{font-size:14px}}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:18px;line-height:1.25;letter-spacing:0.2px;margin-bottom:12px;padding-right:100px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:14px}}@media (max-width:420px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-title{padding-right:0px}}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:18px;line-height:1.25;letter-spacing:0.2px;margin-bottom:12px;padding-right:100px}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:16.2px}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:14px}}@media (max-width:340px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:14px}}@media (max-width:420px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-text{padding-right:0px}}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more{text-align:right;position:absolute;right:10px;top:10px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}@media (max-width:420px){.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more{top:auto;bottom:-50px}}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_NEXT,.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_PREV,.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_NEXT,.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_PREV{opacity:0;filter:alpha(opacity=0)}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_NEXT,.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_PREV{-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);transform:translate(-100%, 0);opacity:0;filter:alpha(opacity=0)}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.SHOW_AS_NEXT,.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.HIDE_FOR_PREV{-webkit-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-o-transform:translate(100%, 0);transform:translate(100%, 0);opacity:0;filter:alpha(opacity=0)}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.ANIMATE_TRANSITION_HIDE{-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s}.modul_z_Addon_Bewertungen_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item.ANIMATE_TRANSITION_SHOW{-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s}.modul_z_Addon_Bewertungen_Slider .button-bar{padding-top:10px;padding-bottom:20px}@media (max-width:420px){.modul_z_Addon_Bewertungen_Slider .button-bar{text-align:left}}.modul_z_Addon_Bewertungen_Slider .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Slider .button-bar .next-btn{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;cursor:pointer;padding:10px 20px;margin-left:5px;margin-right:5px;text-align:center}.modul_z_addon_Bewertungen_Uebersicht{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px}@media (max-width:960px){.modul_z_addon_Bewertungen_Uebersicht{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_z_addon_Bewertungen_Uebersicht{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.modul_z_addon_Bewertungen_Uebersicht{padding-top:5px;padding-bottom:10px}}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper{text-align:center;padding:0 40px}@media (max-width:640px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper{padding:0 20px}}@media (max-width:340px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper{padding:0 10px}}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item{display:block;margin-bottom:80px;max-width:640px;margin-left:auto;margin-right:auto}@media (max-width:640px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item{margin-bottom:40px}}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-title{color:#3a9c00;font-size:18px;line-height:1.25;letter-spacing:0.2px;margin-bottom:12px}@media (max-width:960px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:16.2px}}@media (max-width:640px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:14px}}@media (max-width:340px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-title{font-size:14px}}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-text{color:#827972;font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:200;font-style:italic;margin-bottom:12px}@media (max-width:960px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:16.2px}}@media (max-width:640px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:14px}}@media (max-width:340px){.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-text{font-size:14px}}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-text p+p{margin-top:12px}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-name{color:#3a9c00;font-style:italic}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-name a{color:inherit;text-decoration:underline}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-name a:hover{color:#143600}.layout_element_Breadcrumb_Menu{text-align:center;max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px}@media (max-width:960px){.layout_element_Breadcrumb_Menu{margin-right:10px;margin-left:10px}}.layout_element_Breadcrumb_Menu .link-wrapper{margin:0;padding:0 10px;padding-bottom:14px;text-align:left}.layout_element_Breadcrumb_Menu .link-wrapper .breadcrump-icon,.layout_element_Breadcrumb_Menu .link-wrapper .breadcrump-spacer{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin:0;font-size:14px;line-height:1.3;letter-spacing:0.2px;color:#FFFFFF !important}@media (max-width:960px){.layout_element_Breadcrumb_Menu .link-wrapper .breadcrump-icon,.layout_element_Breadcrumb_Menu .link-wrapper .breadcrump-spacer{font-size:14px}}@media (max-width:640px){.layout_element_Breadcrumb_Menu .link-wrapper .breadcrump-icon,.layout_element_Breadcrumb_Menu .link-wrapper .breadcrump-spacer{font-size:14px}}.layout_element_Breadcrumb_Menu .link-wrapper a.breadcrump-icon{padding:3px 10px;cursor:pointer !important}.layout_element_Breadcrumb_Menu .link-wrapper a.breadcrump-icon:hover{text-decoration:underline}.layout_element_Breadcrumb_Menu .link-wrapper .breadcrump-icon--current-article{font-weight:500;text-decoration:underline}.layout_element_Breadcrumb_Menu .link-wrapper span.breadcrump-icon{margin:3px 10px}.layout_element_Hauptmenu{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:bottom;margin-left:auto;z-index:100}.layout_element_Hauptmenu .hauptmenu-wrapper{position:static;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:bottom;padding-bottom:0;padding-left:20px}@media (max-width:1200px){.layout_element_Hauptmenu .hauptmenu-wrapper{padding-left:10px}}@media (max-width:980px){.layout_element_Hauptmenu .hauptmenu-wrapper{padding:10px 20px;padding-bottom:0;text-align:center;margin-bottom:0}}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn{position:relative;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;overflow:hidden;cursor:pointer;z-index:110;padding:0 10px;padding-top:20px;padding-bottom:10px;font-size:16px;line-height:1.3;letter-spacing:0.2px;color:#827972;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}@media (max-width:960px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn{font-size:14.4px}}@media (max-width:640px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn{font-size:14px}}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .fa{margin-left:3px}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.active{color:#ff8f00}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .arrow-icon-indicator{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;color:#827972 !important}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper{opacity:0;filter:alpha(opacity=0);-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;-webkit-transform:translate(0, 100px) rotate(0) scale(0);-ms-transform:translate(0, 100px) rotate(0) scale(0);-o-transform:translate(0, 100px) rotate(0) scale(0);transform:translate(0, 100px) rotate(0) scale(0);position:absolute;top:100%;background:#ff8f00;border-top:4px solid #827972;color:#FFFFFF;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding:5px 10px;width:215px;box-sizing:content-box;text-align:left}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-headline{color:#FFFFFF;font-size:16px;line-height:1.3;letter-spacing:0.2px;font-weight:500;padding:5px 10px;text-transform:uppercase}@media (max-width:960px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-headline{font-size:14.4px}}@media (max-width:640px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-headline{font-size:14px}}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a{position:relative;font-size:14px;line-height:1.3;letter-spacing:0.2px;display:block;color:rgba(0, 0, 0, 0.5);font-weight:400;padding:5px 10px;padding-left:30px;cursor:pointer}@media (max-width:960px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a{font-size:14px}}@media (max-width:640px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a{font-size:14px}}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a .fa{position:absolute;left:15px;top:8px}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover{overflow:visible;z-index:200}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover .submenu-wrapper{-webkit-transform:translate(0, 0) rotate(0) scale(1);-ms-transform:translate(0, 0) rotate(0) scale(1);-o-transform:translate(0, 0) rotate(0) scale(1);transform:translate(0, 0) rotate(0) scale(1);opacity:1;filter:alpha(opacity=100)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--1 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--1 .arrow-icon-indicator{-webkit-transform:translate(-16px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-16px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-16px, 20px) rotate(180deg) scale(1.6);transform:translate(-16px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--2 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--2 .arrow-icon-indicator{-webkit-transform:translate(-20px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-20px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-20px, 20px) rotate(180deg) scale(1.6);transform:translate(-20px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--3 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--3 .arrow-icon-indicator{-webkit-transform:translate(-24px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-24px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-24px, 20px) rotate(180deg) scale(1.6);transform:translate(-24px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--4 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--4 .arrow-icon-indicator{-webkit-transform:translate(-28px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-28px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-28px, 20px) rotate(180deg) scale(1.6);transform:translate(-28px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--5 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--5 .arrow-icon-indicator{-webkit-transform:translate(-32px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-32px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-32px, 20px) rotate(180deg) scale(1.6);transform:translate(-32px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--6 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--6 .arrow-icon-indicator{-webkit-transform:translate(-36px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-36px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-36px, 20px) rotate(180deg) scale(1.6);transform:translate(-36px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--7 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--7 .arrow-icon-indicator{-webkit-transform:translate(-40px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-40px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-40px, 20px) rotate(180deg) scale(1.6);transform:translate(-40px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--8 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--8 .arrow-icon-indicator{-webkit-transform:translate(-44px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-44px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-44px, 20px) rotate(180deg) scale(1.6);transform:translate(-44px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--9 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--9 .arrow-icon-indicator{-webkit-transform:translate(-48px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-48px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-48px, 20px) rotate(180deg) scale(1.6);transform:translate(-48px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--10 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--10 .arrow-icon-indicator{-webkit-transform:translate(-52px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-52px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-52px, 20px) rotate(180deg) scale(1.6);transform:translate(-52px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--11 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--11 .arrow-icon-indicator{-webkit-transform:translate(-56px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-56px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-56px, 20px) rotate(180deg) scale(1.6);transform:translate(-56px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--12 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--12 .arrow-icon-indicator{-webkit-transform:translate(-60px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-60px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-60px, 20px) rotate(180deg) scale(1.6);transform:translate(-60px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--13 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--13 .arrow-icon-indicator{-webkit-transform:translate(-64px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-64px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-64px, 20px) rotate(180deg) scale(1.6);transform:translate(-64px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--14 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--14 .arrow-icon-indicator{-webkit-transform:translate(-68px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-68px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-68px, 20px) rotate(180deg) scale(1.6);transform:translate(-68px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--15 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--15 .arrow-icon-indicator{-webkit-transform:translate(-72px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-72px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-72px, 20px) rotate(180deg) scale(1.6);transform:translate(-72px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--16 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--16 .arrow-icon-indicator{-webkit-transform:translate(-76px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-76px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-76px, 20px) rotate(180deg) scale(1.6);transform:translate(-76px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--17 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--17 .arrow-icon-indicator{-webkit-transform:translate(-80px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-80px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-80px, 20px) rotate(180deg) scale(1.6);transform:translate(-80px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--18 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--18 .arrow-icon-indicator{-webkit-transform:translate(-84px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-84px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-84px, 20px) rotate(180deg) scale(1.6);transform:translate(-84px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--19 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--19 .arrow-icon-indicator{-webkit-transform:translate(-88px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-88px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-88px, 20px) rotate(180deg) scale(1.6);transform:translate(-88px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--20 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--20 .arrow-icon-indicator{-webkit-transform:translate(-92px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-92px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-92px, 20px) rotate(180deg) scale(1.6);transform:translate(-92px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--21 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--21 .arrow-icon-indicator{-webkit-transform:translate(-96px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-96px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-96px, 20px) rotate(180deg) scale(1.6);transform:translate(-96px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--22 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--22 .arrow-icon-indicator{-webkit-transform:translate(-100px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-100px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-100px, 20px) rotate(180deg) scale(1.6);transform:translate(-100px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--23 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--23 .arrow-icon-indicator{-webkit-transform:translate(-104px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-104px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-104px, 20px) rotate(180deg) scale(1.6);transform:translate(-104px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--24 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--24 .arrow-icon-indicator{-webkit-transform:translate(-108px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-108px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-108px, 20px) rotate(180deg) scale(1.6);transform:translate(-108px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--25 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--25 .arrow-icon-indicator{-webkit-transform:translate(-112px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-112px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-112px, 20px) rotate(180deg) scale(1.6);transform:translate(-112px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--26 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--26 .arrow-icon-indicator{-webkit-transform:translate(-116px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-116px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-116px, 20px) rotate(180deg) scale(1.6);transform:translate(-116px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--27 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--27 .arrow-icon-indicator{-webkit-transform:translate(-120px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-120px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-120px, 20px) rotate(180deg) scale(1.6);transform:translate(-120px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--28 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--28 .arrow-icon-indicator{-webkit-transform:translate(-124px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-124px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-124px, 20px) rotate(180deg) scale(1.6);transform:translate(-124px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--29 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--29 .arrow-icon-indicator{-webkit-transform:translate(-128px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-128px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-128px, 20px) rotate(180deg) scale(1.6);transform:translate(-128px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn:hover.title-length--30 .arrow-icon-indicator,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.hover.title-length--30 .arrow-icon-indicator{-webkit-transform:translate(-132px, 20px) rotate(180deg) scale(1.6);-ms-transform:translate(-132px, 20px) rotate(180deg) scale(1.6);-o-transform:translate(-132px, 20px) rotate(180deg) scale(1.6);transform:translate(-132px, 20px) rotate(180deg) scale(1.6)}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--1 .submenu-wrapper{width:240px;right:-57.5px}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--2 .submenu-wrapper{width:480px;right:-177.5px}@media (max-width:690px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--1 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--2 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper{text-align:left;width:240px;right:-57.5px}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--1 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--2 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper .submenu{width:auto}}@media (min-width:690px){.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--3,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--4,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--5,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--6,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--7{position:static;text-align:center}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper{left:0 !important;right:0 !important}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper .submenu{min-width:180px}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper .submenu,.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper .submenu{width:29.9999997%}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper .submenu{width:22.5%}.layout_element_Hauptmenu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper .submenu{width:18%}}.layout_element_header_mit_video{position:relative;text-align:center;padding:0;background:rgba(20, 54, 0, 0.9)}.layout_element_header_mit_video .header-head-wrapper{background:#827972;background-position:center center;background-size:cover;position:relative;overflow:hidden}.layout_element_header_mit_video .header-head-wrapper .modul_video{position:absolute;top:-50%;left:-50%;width:200%;height:200%}.layout_element_header_mit_video .header-head-wrapper .modul_video video{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;min-height:50%;min-width:50%}.layout_element_header_mit_video .header-head-wrapper .header-head-item{position:relative;max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;text-align:left;min-height:600px}@media (max-width:960px){.layout_element_header_mit_video .header-head-wrapper .header-head-item{margin-right:10px;margin-left:10px}}@media (max-width:1100px){.layout_element_header_mit_video .header-head-wrapper .header-head-item{min-height:500px}}@media (max-width:900px){.layout_element_header_mit_video .header-head-wrapper .header-head-item{min-height:400px}}@media (max-width:700px){.layout_element_header_mit_video .header-head-wrapper .header-head-item{min-height:300px}}@media (max-width:500px){.layout_element_header_mit_video .header-head-wrapper .header-head-item{min-height:240px}}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper{padding:10% 5%;padding-left:0}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline,.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{color:#FFFFFF;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;font-family:'Myriad Pro', 'Ubuntu', sans-serif;padding:5px 10px;margin-bottom:4px}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{background:rgba(39, 105, 0, 0.7);font-size:60px;font-weight:700;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:960px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:54px}}@media (max-width:640px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:45px}}@media (max-width:340px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:28px}}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{background:rgba(84, 79, 74, 0.7);font-size:40px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:960px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:36px}}@media (max-width:640px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:30px}}@media (max-width:340px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:24px}}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;margin-top:20px}@media (max-width:960px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn{font-size:14.4px}}@media (max-width:640px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn{font-size:14px}}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:hover,.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn.active{background:#cc7200}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn strong{font-size:16.2px}}@media (max-width:640px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn strong{font-size:14px}}@media (max-width:340px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn strong{font-size:14px}}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn small{font-size:14px}}@media (max-width:640px){.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn small{font-size:14px}}.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:hover,.layout_element_header_mit_video .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn.active{background:#143600}.layout_element_header_mit_video .header-body-wrapper{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;margin-bottom:20px;margin-top:-80px;height:410px}@media (max-width:960px){.layout_element_header_mit_video .header-body-wrapper{margin-right:10px;margin-left:10px}}@media (max-width:700px){.layout_element_header_mit_video .header-body-wrapper{margin-top:20px}}@media (max-width:500px){.layout_element_header_mit_video .header-body-wrapper{margin-top:10px;margin-bottom:10px}}@media (max-width:700px){.layout_element_header_mit_video .header-body-wrapper{height:auto}}.layout_element_header_mit_video .header-body-wrapper .header-content-item{position:absolute;background-color:#FFFFFF;background-position:center center;background-size:cover;border:4px solid #ffffff;display:none;box-sizing:border-box;padding:10px 20px;text-align:left}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:#FFFFFF;box-sizing:border-box;padding:10px 20px;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;opacity:0;filter:alpha(opacity=0);text-align:left}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn{margin-top:12px;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;-webkit-transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;-webkit-transform:translate(0, 50px);-ms-transform:translate(0, 50px);-o-transform:translate(0, 50px);transform:translate(0, 50px);opacity:0;filter:alpha(opacity=0)}@media (max-width:960px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn{font-size:14.4px}}@media (max-width:640px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn{font-size:14px}}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn:hover,.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn.active{background:#cc7200}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn strong{font-size:16.2px}}@media (max-width:640px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn strong{font-size:14px}}@media (max-width:340px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn strong{font-size:14px}}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn small{font-size:14px}}@media (max-width:640px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn small{font-size:14px}}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn:hover,.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .link-btn.active{background:#143600}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .modul-content{text-align:left}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .header-headline{font-size:16px;line-height:1.3;letter-spacing:0.2px;color:#827972;-webkit-transition:all 0.35s ease-in-out 0s;-moz-transition:all 0.35s ease-in-out 0s;-o-transition:all 0.35s ease-in-out 0s;-ms-transition:all 0.35s ease-in-out 0s;transition:all 0.35s ease-in-out 0s;-webkit-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);opacity:0;filter:alpha(opacity=0);margin-bottom:3px}@media (max-width:960px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .header-headline{font-size:14.4px}}@media (max-width:640px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .header-headline{font-size:14px}}.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{color:#3a9c00;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:700;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;-webkit-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);opacity:0;filter:alpha(opacity=0);margin-bottom:12px}@media (max-width:960px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{font-size:21.6px}}@media (max-width:640px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{font-size:18px}}@media (max-width:340px){.layout_element_header_mit_video .header-body-wrapper .header-content-item .modul-content-wrapper .header-subheadline{font-size:14.4px}}.layout_element_header_mit_video .header-body-wrapper .header-content-item:hover .modul-content-wrapper{opacity:1;filter:alpha(opacity=100)}.layout_element_header_mit_video .header-body-wrapper .header-content-item:hover .modul-content-wrapper .link-btn,.layout_element_header_mit_video .header-body-wrapper .header-content-item:hover .modul-content-wrapper .header-headline,.layout_element_header_mit_video .header-body-wrapper .header-content-item:hover .modul-content-wrapper .header-subheadline{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);opacity:1;filter:alpha(opacity=100)}.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--1,.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--4,.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--2,.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--3{display:block;left:0;top:0;bottom:0;height:100%;width:24%}.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--2{left:25.35%}.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--3{left:50.65%}.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--4{left:auto;right:0}@media (max-width:700px){.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--1,.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--2,.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--3,.layout_element_header_mit_video .header-body-wrapper .header-content-item.header-content-item--4{position:relative;left:auto;top:auto;right:auto;bottom:auto;width:100%;height:240px;margin-bottom:12px}}.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px}@media (max-width:960px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content{margin-right:10px;margin-left:10px}}.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h1,.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h2{color:#FFFFFF;margin-bottom:12px;text-align:left;font-family:'Myriad Pro', 'Ubuntu', sans-serif;display:block;font-weight:lighter}.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h1{font-size:36px;line-height:1;letter-spacing:0.5px}@media (max-width:960px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h1{font-size:32.4px}}@media (max-width:640px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h1{font-size:27px}}@media (max-width:340px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h1{font-size:21.6px}}.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h2{font-size:20px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h2{font-size:18px}}@media (max-width:640px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h2{font-size:15px}}@media (max-width:340px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content h2{font-size:14px}}@media (max-width:960px){.layout_element_Backgroundimage_with_extra_Imageobject_and_Slogan .modul-content{padding-left:10px;padding-right:10px}}.layout_element_Metamenu_and_Contact_Icons{padding-top:0;font-size:16px;line-height:1.3;letter-spacing:0.2px;text-align:left;color:#FFFFFF;position:relative}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons{font-size:14.4px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons{font-size:14px}}@media (max-width:1025px){.layout_element_Metamenu_and_Contact_Icons{margin-left:auto;margin-right:auto;text-align:center}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper{text-align:left;margin-left:auto;display:block;padding:0px;padding-top:15px;padding-bottom:10px}@media (max-width:1025px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper{margin-left:auto;margin-right:auto;text-align:center}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper{float:right;margin-bottom:6px}@media (max-width:1025px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper{float:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper a{padding:0px 5px !important;padding-right:10px !important}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper a{color:#FFFFFF;text-decoration:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:5px 10px;padding-top:9px;padding-right:15px;border-right:1px solid rgba(255, 255, 255, 0.3);font-size:14px;line-height:1.3;letter-spacing:0.2px;margin-top:4px;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper a{font-size:14px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper a{font-size:14px}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper a:hover{color:#3a9c00}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .meta-menu-wrapper a:last-child{border-right-width:0}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper{text-align:left;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link{text-decoration:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;padding-top:9px;font-size:16px;min-width:16px;text-align:center;margin-left:3px;margin-bottom:5px}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link{font-size:14.4px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link{font-size:14px}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link:hover,.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link.active{background:#cc7200}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link strong{font-size:16.2px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link strong{font-size:14px}}@media (max-width:340px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link strong{font-size:14px}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link small{font-size:14px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link small{font-size:14px}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link:hover,.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link.active{background:#143600}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .icon-wrapper .icon-link:hover{background:#143600}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;background:#3a9c00;color:#FFFFFF;padding-top:9px;margin-right:3px;margin-bottom:5px}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link{font-size:14.4px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link{font-size:14px}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link:hover,.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link.active{background:#cc7200}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link strong{font-size:16.2px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link strong{font-size:14px}}@media (max-width:340px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link strong{font-size:14px}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link small{font-size:14px}}@media (max-width:640px){.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link small{font-size:14px}}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link:hover,.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link.active{background:#143600}.layout_element_Metamenu_and_Contact_Icons .modul-inner-wrapper .link-wrapper .info-link:hover{background:#143600}.layout_element_Metamenu_with_Copyright_and_Slogan{max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px}@media (max-width:960px){.layout_element_Metamenu_with_Copyright_and_Slogan{margin-right:10px;margin-left:10px}}.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content{display:block;padding:10px;padding-top:20px}.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>a,.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>span,.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content .footer-item{font-size:16px;line-height:1.3;letter-spacing:0.2px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:0 10px;padding-right:12px;margin-bottom:6px;color:inherit}@media (max-width:960px){.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>a,.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>span,.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content .footer-item{font-size:14.4px}}@media (max-width:640px){.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>a,.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>span,.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content .footer-item{font-size:14px}}.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>span{padding:0}.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>a{border-right:1px solid #FFFFFF;text-decoration:none;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}@media (max-width:640px){.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>a{border-width:0}}.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>a:last-child{border-width:0}.layout_element_Metamenu_with_Copyright_and_Slogan .modul-content>a:hover{text-decoration:underline}.rex-slice-output .layout_element_Sidebar_Menu_with_Modaldialog{position:relative}.rex-slice-output .layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper{position:relative !important}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper{position:fixed;right:0;top:50%;top:calc(50% - 200px);text-align:left;width:50px;z-index:20}@media (max-height:400px){.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper{top:0}}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item{z-index:200;display:block;width:200px;height:50px;background:#cc7200;background:rgba(204, 114, 0, 0.7);overflow:hidden;text-decoration:none !important;-webkit-transition:all 0.35s ease-in-out 0.1s;-moz-transition:all 0.35s ease-in-out 0.1s;-o-transition:all 0.35s ease-in-out 0.1s;-ms-transition:all 0.35s ease-in-out 0.1s;transition:all 0.35s ease-in-out 0.1s;cursor:pointer}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;-ms-border-radius:4px 0 0 0;border-radius:4px 0 0 0}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item:last-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;-ms-border-radius:0 0 0 4px;border-radius:0 0 0 4px}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item:hover{-webkit-transform:translate(-150px, 0);-ms-transform:translate(-150px, 0);-o-transform:translate(-150px, 0);transform:translate(-150px, 0);background:#ff8f00;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-ms-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__label{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;color:#FFFFFF;font-size:18px;line-height:1.25;letter-spacing:0.2px;line-height:1;text-decoration:none}@media (max-width:960px){.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__label{font-size:16.2px}}@media (max-width:640px){.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__label{font-size:14px}}@media (max-width:340px){.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__label{font-size:14px}}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__icon{width:50px;font-size:28px;padding:11px;text-align:center;padding-right:0;padding-left:0}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__icon.link-item__img{padding-top:0}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__icon.link-item__img img{width:33px;height:auto}.layout_element_Sidebar_Menu_with_Modaldialog .sidebar-wrapper .link-item .link-item__label{width:140px}body.rex-is-logged-in,body.rex-is-logged-out{border-top-width:0 !important}body.rex-is-logged-in .panel .panel-body>fieldset>legend,body.rex-is-logged-out .panel .panel-body>fieldset>legend{text-align:right;opacity:0.7;filter:alpha(opacity=70);margin-bottom:12px}body.rex-is-logged-in .panel .panel-body .rex-slice-input textarea.form-control,body.rex-is-logged-out .panel .panel-body .rex-slice-input textarea.form-control{resize:vertical !important;min-height:30px}body.rex-is-logged-in .panel .panel-body .rex-slice-input .from-group--fullsize label,body.rex-is-logged-out .panel .panel-body .rex-slice-input .from-group--fullsize label{text-align:left;padding-bottom:5px}body.rex-is-logged-in .panel .panel-body .rex-slice-input .modul-input-helper-tabs,body.rex-is-logged-out .panel .panel-body .rex-slice-input .modul-input-helper-tabs{margin-top:12px;display:block}body.rex-is-logged-in .panel .panel-body .rex-slice-input .modul-input-helper-tabs h4,body.rex-is-logged-out .panel .panel-body .rex-slice-input .modul-input-helper-tabs h4{display:block;padding-top:16px;padding-bottom:8px;font-size:22px;color:#3bb594}body.rex-is-logged-in .panel .panel-body .rex-slice-input .modul-input-helper-tabs .nav-tabs,body.rex-is-logged-out .panel .panel-body .rex-slice-input .modul-input-helper-tabs .nav-tabs{margin-bottom:0;border-color:#3bb594}body.rex-is-logged-in .panel .panel-body .rex-slice-input .modul-input-helper-tabs .nav-tabs>li>a,body.rex-is-logged-out .panel .panel-body .rex-slice-input .modul-input-helper-tabs .nav-tabs>li>a{border-radius:5px 5px 0 0;border-color:#3bb594;color:#3bb594 !important}body.rex-is-logged-in .panel .panel-body .rex-slice-input .modul-input-helper-tabs .nav-tabs>li.active>a,body.rex-is-logged-out .panel .panel-body .rex-slice-input .modul-input-helper-tabs .nav-tabs>li.active>a{border-bottom-color:#FFFFFF}body.rex-is-logged-in .panel .panel-body .rex-slice-input .modul-input-helper-tabs .tab-content,body.rex-is-logged-out .panel .panel-body .rex-slice-input .modul-input-helper-tabs .tab-content{padding:10px;padding-top:30px;background:white;border:1px solid #3bb594;border-top-width:0}body.rex-is-logged-in_nicht,body.rex-is-logged-out_nicht{border-top-width:0 !important}body.rex-is-logged-in_nicht a,body.rex-is-logged-out_nicht a{color:#3bb594}body.rex-is-logged-in_nicht a .btn .rex-icon-edit,body.rex-is-logged-in_nicht a .btn .rex-icon-delete,body.rex-is-logged-out_nicht a .btn .rex-icon-edit,body.rex-is-logged-out_nicht a .btn .rex-icon-delete{color:#f9f8f5}body.rex-is-logged-in_nicht a .btn .rex-icon-edit:hover,body.rex-is-logged-in_nicht a .btn .rex-icon-edit.active,body.rex-is-logged-in_nicht a .btn .rex-icon-delete:hover,body.rex-is-logged-in_nicht a .btn .rex-icon-delete.active,body.rex-is-logged-out_nicht a .btn .rex-icon-edit:hover,body.rex-is-logged-out_nicht a .btn .rex-icon-edit.active,body.rex-is-logged-out_nicht a .btn .rex-icon-delete:hover,body.rex-is-logged-out_nicht a .btn .rex-icon-delete.active{color:inherit}body.rex-is-logged-in_nicht .panel-edit a .btn .rex-icon-edit,body.rex-is-logged-out_nicht .panel-edit a .btn .rex-icon-edit{color:inherit}body.rex-is-logged-in_nicht#rex-page-login,body.rex-is-logged-out_nicht#rex-page-login{background:#FFFFFF}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:'Lato', sans-serif;font-size:12px;line-height:1.2em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:0.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:0.8;display:inline-block;padding:0.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:0.4em 0.8em;font-size:0.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:0.5em;right:0.5em;font-size:1.6em;opacity:0.9;line-height:0.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:0.5em;border-bottom-right-radius:0.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:0.5em;border-top-right-radius:0.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:0.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:0.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.cc-window{background:#143600;background:rgba(20, 54, 0, 0.8);color:#FFFFFF;font-size:12px;text-align:center;border:3px solid #143600}.cc-window.cc-floating.cc-theme-edgeless{max-width:30em}.cc-window.cc-floating.cc-theme-edgeless .cc-message{margin:1em 1em 1.5em;margin-bottom:12px}.cc-window.cc-floating.cc-theme-edgeless a{color:inherit;font-size:inherit;padding:0px;margin-top:3px;display:block}.cc-window.cc-floating.cc-theme-edgeless a:hover{color:inherit}.cc-window.cc-floating.cc-theme-edgeless .cc-btn{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin-left:auto;margin-right:auto;border-width:0;background:#FFFFFF;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;color:#3a9c00;flex:none;font-size:inherit;padding:5px 30px;margin-bottom:6px;font-size:14px;letter-spacing:0.5px}.cc-window.cc-floating.cc-theme-edgeless .cc-btn:hover{color:#3a9c00 !important}body{background:#FFFFFF;font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-weight:200}@media (max-width:340px){body{max-width:320px;overflow-x:hidden}}.content-wrapper{text-align:center;min-height:400px;position:relative}.content-wrapper *::-moz-selection,.content-wrapper *::selection{background:#3a9c00;color:#FFFFFF}.content-wrapper a{outline:none}.content-wrapper .content>div,.content-wrapper .content>section>div{z-index:10}.content-wrapper.content-wrapper--with-sidebar{text-align:center}.content-wrapper.content-wrapper--with-sidebar .content{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;width:740px;position:relative}.content-wrapper.content-wrapper--with-sidebar .content-sidebar{margin-top:60px;margin-left:10px;width:200px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top}.content-wrapper.content-wrapper--with-sidebar .content-sidebar .modul{background:none !important;padding-bottom:5px !important;padding-top:0 !important}@media (max-width:960px){.content-wrapper.content-wrapper--with-sidebar .content,.content-wrapper.content-wrapper--with-sidebar .content-sidebar{display:block;margin-left:auto;margin-right:auto}.content-wrapper.content-wrapper--with-sidebar .content{width:auto}}.text-of-html-editor,.redactor-styles{font-size:14px;line-height:1.3;letter-spacing:0.2px;line-height:1.6 !important;color:#827972;text-align:justify;font-size:16px;line-height:1.3;letter-spacing:0.2px}.text-of-html-editor img,.redactor-styles img{max-width:100%}.text-of-html-editor .more-btn,.text-of-html-editor .more-btn-mobil,.redactor-styles .more-btn,.redactor-styles .more-btn-mobil{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin-top:6px;margin-bottom:6px;cursor:pointer !important;font-size:14px;line-height:1.3;letter-spacing:0.2px;color:#FFFFFF;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;padding:1px 5px;background:#827972;-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}@media (max-width:960px){.text-of-html-editor .more-btn,.text-of-html-editor .more-btn-mobil,.redactor-styles .more-btn,.redactor-styles .more-btn-mobil{font-size:14px}}@media (max-width:640px){.text-of-html-editor .more-btn,.text-of-html-editor .more-btn-mobil,.redactor-styles .more-btn,.redactor-styles .more-btn-mobil{font-size:14px}}.text-of-html-editor .more-btn:hover,.text-of-html-editor .more-btn-mobil:hover,.redactor-styles .more-btn:hover,.redactor-styles .more-btn-mobil:hover{background:#143600}@media (min-width:641px){.text-of-html-editor .ui-more-text-second-part,.redactor-styles .ui-more-text-second-part{display:block !important}.text-of-html-editor .more-btn-mobil,.redactor-styles .more-btn-mobil{display:none !important}}.text-of-html-editor h1,.redactor-styles h1{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:200;letter-spacing:1px;padding:0;margin:0;color:#3a9c00;text-align:left;margin-bottom:6px;text-transform:uppercase;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;border-bottom:2px solid #3a9c00}@media (max-width:960px){.text-of-html-editor h1,.redactor-styles h1{font-size:28.8px}}@media (max-width:640px){.text-of-html-editor h1,.redactor-styles h1{font-size:24px}}@media (max-width:340px){.text-of-html-editor h1,.redactor-styles h1{font-size:19.2px}}.text-of-html-editor h1 b,.text-of-html-editor h1 strong,.redactor-styles h1 b,.redactor-styles h1 strong{background:#3a9c00;color:#FFFFFF;padding:0px 10px;padding-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.text-of-html-editor h2,.redactor-styles h2{font-family:'Myriad Pro', 'Ubuntu', sans-serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:200;padding:0;margin:0;color:#544f4a;margin-bottom:0px;margin-top:6px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;text-align:left}@media (max-width:960px){.text-of-html-editor h2,.redactor-styles h2{font-size:21.6px}}@media (max-width:640px){.text-of-html-editor h2,.redactor-styles h2{font-size:18px}}@media (max-width:340px){.text-of-html-editor h2,.redactor-styles h2{font-size:14.4px}}.text-of-html-editor h3,.redactor-styles h3{font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:500;letter-spacing:0.5px;text-align:left;margin-bottom:12px;font-style:italic;color:#544f4a;display:block}@media (max-width:960px){.text-of-html-editor h3,.redactor-styles h3{font-size:16.2px}}@media (max-width:640px){.text-of-html-editor h3,.redactor-styles h3{font-size:14px}}@media (max-width:340px){.text-of-html-editor h3,.redactor-styles h3{font-size:14px}}.text-of-html-editor h4,.redactor-styles h4{color:#3a9c00;font-size:18px;line-height:1.25;letter-spacing:0.2px;letter-spacing:0.5px;text-transform:none;margin-bottom:6px}@media (max-width:960px){.text-of-html-editor h4,.redactor-styles h4{font-size:16.2px}}@media (max-width:640px){.text-of-html-editor h4,.redactor-styles h4{font-size:14px}}@media (max-width:340px){.text-of-html-editor h4,.redactor-styles h4{font-size:14px}}@media (max-width:640px){.text-of-html-editor h4,.redactor-styles h4{text-decoration:underline}}.text-of-html-editor p+h1,.text-of-html-editor p+h2,.text-of-html-editor p+h3,.text-of-html-editor p+h4,.redactor-styles p+h1,.redactor-styles p+h2,.redactor-styles p+h3,.redactor-styles p+h4{margin-top:18px}.text-of-html-editor p+h3,.redactor-styles p+h3{margin-top:24px}.text-of-html-editor p+p,.redactor-styles p+p{margin-top:18px}.text-of-html-editor em,.redactor-styles em{font-style:italic}@media (max-width:960px){.text-of-html-editor,.redactor-styles{font-size:14px}}@media (max-width:640px){.text-of-html-editor,.redactor-styles{font-size:14px}}@media (max-width:640px){.text-of-html-editor,.redactor-styles{text-align:left}}@media (max-width:960px){.text-of-html-editor,.redactor-styles{font-size:14.4px}}@media (max-width:640px){.text-of-html-editor,.redactor-styles{font-size:14px}}.text-of-html-editor>strong,.text-of-html-editor p>strong,.redactor-styles>strong,.redactor-styles p>strong{color:#544f4a;font-weight:700}.text-of-html-editor p,.redactor-styles p{font-size:14px;line-height:1.3;letter-spacing:0.2px;line-height:1.6 !important;color:#827972;text-align:justify}@media (max-width:960px){.text-of-html-editor p,.redactor-styles p{font-size:14px}}@media (max-width:640px){.text-of-html-editor p,.redactor-styles p{font-size:14px}}@media (max-width:640px){.text-of-html-editor p,.redactor-styles p{text-align:left}}.text-of-html-editor.text-format--text--left-aligned p,.redactor-styles.text-format--text--left-aligned p{text-align:left !important}.text-of-html-editor .text-right,.text-of-html-editor p.text-right,.redactor-styles .text-right,.redactor-styles p.text-right{text-align:right !important}.text-of-html-editor .text-left,.text-of-html-editor p.text-left,.redactor-styles .text-left,.redactor-styles p.text-left{text-align:left !important}.text-of-html-editor .text-center,.text-of-html-editor p.text-center,.redactor-styles .text-center,.redactor-styles p.text-center{text-align:center !important}.text-of-html-editor .text-justify,.text-of-html-editor p.text-justify,.redactor-styles .text-justify,.redactor-styles p.text-justify{text-align:justify !important}.text-of-html-editor ul,.text-of-html-editor ol,.redactor-styles ul,.redactor-styles ol{margin-bottom:6px;margin-top:6px;margin-left:16px;text-align:left}.text-of-html-editor ul li,.text-of-html-editor ol li,.redactor-styles ul li,.redactor-styles ol li{margin-bottom:6px;font-size:inherit;color:#827972}.text-of-html-editor table,.redactor-styles table{margin-left:auto;margin-right:auto}.text-of-html-editor table td,.redactor-styles table td{padding:5px 10px;border:1px solid #e0d1c6}.load-more-images-btn{cursor:pointer}.intern-anchor-link{font-size:1px;height:1px;overflow:hidden;display:block;margin-top:-1px;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.modul a{text-decoration:none;color:#3a9c00}.modul a:hover{text-decoration:underline}.link-to-top{text-align:center;padding:10px}.link-to-top a{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;font-size:14px;line-height:1.3;letter-spacing:0.2px;color:#3a9c00;font-style:italic}@media (max-width:960px){.link-to-top a{font-size:14px}}@media (max-width:640px){.link-to-top a{font-size:14px}}.hide-until-visible-in-viewport-element{-webkit-transition:all 0.75s ease-in-out 0s;-moz-transition:all 0.75s ease-in-out 0s;-o-transition:all 0.75s ease-in-out 0s;-ms-transition:all 0.75s ease-in-out 0s;transition:all 0.75s ease-in-out 0s}.hide-until-visible-in-viewport-element.hide-until-visible-in-viewport{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0, 100%);-ms-transform:translate(0, 100%);-o-transform:translate(0, 100%);transform:translate(0, 100%)}.image-wrapper-for-title{position:relative;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;overflow:hidden;max-width:100%}.image-wrapper-for-title .image-wrapper-title{display:block;position:absolute;left:0;right:0;bottom:0;padding:5px 10px;background:#3a9c00;color:#FFFFFF;text-align:center;font-size:14px;line-height:1.3;letter-spacing:0.2px;font-weight:200;font-style:italic;opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0, 100%);-ms-transform:translate(0, 100%);-o-transform:translate(0, 100%);transform:translate(0, 100%);-webkit-transition:all 0.35s ease-in-out 0s;-moz-transition:all 0.35s ease-in-out 0s;-o-transition:all 0.35s ease-in-out 0s;-ms-transition:all 0.35s ease-in-out 0s;transition:all 0.35s ease-in-out 0s}@media (max-width:960px){.image-wrapper-for-title .image-wrapper-title{font-size:14px}}@media (max-width:640px){.image-wrapper-for-title .image-wrapper-title{font-size:14px}}.image-wrapper-for-title.image-wrapper--with-title:hover .image-wrapper-title{display:block;opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0px, 0);-ms-transform:translate(0px, 0);-o-transform:translate(0px, 0);transform:translate(0px, 0)}.image-wrapper-for-title img{-webkit-transition:all 0.35s ease-in-out 0s !important;-moz-transition:all 0.35s ease-in-out 0s !important;-o-transition:all 0.35s ease-in-out 0s !important;-ms-transition:all 0.35s ease-in-out 0s !important;transition:all 0.35s ease-in-out 0s !important;max-width:100%}.image-wrapper-for-title.image-wrapper--with-lightbox:hover img,.image-wrapper-for-title.image-wrapper--with-extern-link:hover img,.image-wrapper-for-title.image-wrapper--with-intern-link:hover img{-webkit-transform:scale(1.1) rotate(1deg);-moz-transform:scale(1.1) rotate(1deg);-o-transform:scale(1.1) rotate(1deg);-ms-transform:scale(1.1) rotate(1deg);transform:scale(1.1) rotate(1deg)}.image-wrapper-for-title .img-caption{display:block;font-size:14px;line-height:1.3;letter-spacing:0.2px;line-height:1.6 !important;color:#827972;text-align:justify;font-style:italic;padding:5px;text-align:center}@media (max-width:960px){.image-wrapper-for-title .img-caption{font-size:14px}}@media (max-width:640px){.image-wrapper-for-title .img-caption{font-size:14px}}@media (max-width:640px){.image-wrapper-for-title .img-caption{text-align:left}}.image-wrapper-for-title:hover .img-caption{text-decoration:none;color:#3a9c00}#lightcase-overlay{background:#3a9c00;opacity:0.5 !important;filter:alpha(opacity=50 !important) !important}.lightcase-icon-next,.lightcase-icon-prev{position:fixed;display:block;height:90% !important;bottom:0 !important;width:40% !important;text-align:left;font-size:12px}.lightcase-icon-next::before,.lightcase-icon-prev::before{content:''}.lightcase-icon-next>span,.lightcase-icon-prev>span{display:block;font-size:12px;height:100%;width:100%;padding-top:50%;text-indent:0 !important}.lightcase-icon-next>span .btn,.lightcase-icon-prev>span .btn{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;width:50px;height:50px;background:#3a9c00;color:#FFFFFF;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;border-radius:50px;text-align:center}.lightcase-icon-next>span .btn .fa,.lightcase-icon-prev>span .btn .fa{color:inherit;font-size:18px;margin-top:16px}.lightcase-icon-next.lightcase-icon-prev,.lightcase-icon-prev.lightcase-icon-prev{left:15px}.lightcase-icon-next.lightcase-icon-prev>span,.lightcase-icon-prev.lightcase-icon-prev>span{text-align:left}.lightcase-icon-next.lightcase-icon-next,.lightcase-icon-prev.lightcase-icon-next{right:15px}.lightcase-icon-next.lightcase-icon-next>span,.lightcase-icon-prev.lightcase-icon-next>span{text-align:right}.lightcase-icon-close:hover,#lightcase-nav a:hover{text-decoration:none !important}#lightcase-info{background:#3a9c00;width:90%;padding:5%}#lightcase-info,#lightcase-title,#lightcase-caption,#lightcase-sequenceInfo{color:#FFFFFF !important}.filter-bar{margin-bottom:12px;max-width:1160px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:1160px;padding-left:10px;padding-right:10px;padding-top:30px;padding-bottom:15px;text-align:center}@media (max-width:960px){.filter-bar{margin-right:10px;margin-left:10px}}@media (max-width:960px){.filter-bar{padding-top:20px;padding-bottom:10px}}@media (max-width:340px){.filter-bar{padding-top:5px;padding-bottom:10px}}.filter-bar .filter-item{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;border-radius:100px}@media (max-width:960px){.filter-bar .filter-item{font-size:14.4px}}@media (max-width:640px){.filter-bar .filter-item{font-size:14px}}.filter-bar .filter-item:hover,.filter-bar .filter-item.active{background:#cc7200}.filter-bar .filter-item strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.filter-bar .filter-item strong{font-size:16.2px}}@media (max-width:640px){.filter-bar .filter-item strong{font-size:14px}}@media (max-width:340px){.filter-bar .filter-item strong{font-size:14px}}.filter-bar .filter-item small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.filter-bar .filter-item small{font-size:14px}}@media (max-width:640px){.filter-bar .filter-item small{font-size:14px}}.filter-element{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s}.filter-element.hidden-for-filter{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:scale(0.1);-moz-transform:scale(0.1);-o-transform:scale(0.1);-ms-transform:scale(0.1);transform:scale(0.1);height:0;width:0;overflow:hidden}.lazy-load-img{opacity:0;filter:alpha(opacity=0)}.lazy-load-img.show-loaded-img{-webkit-transition:all 2s ease-in-out 0s;-moz-transition:all 2s ease-in-out 0s;-o-transition:all 2s ease-in-out 0s;-ms-transition:all 2s ease-in-out 0s;transition:all 2s ease-in-out 0s;opacity:1;filter:alpha(opacity=100)}#wrapper .alert{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;font-size:16px;line-height:1.3;letter-spacing:0.2px;color:#827972;margin-left:auto;margin-right:auto;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:5px 10px;border:1px solid #e0d1c6;margin-bottom:12px}@media (max-width:960px){#wrapper .alert{font-size:14.4px}}@media (max-width:640px){#wrapper .alert{font-size:14px}}#wrapper .alert.alert-success{color:green;background:#beffa6;border-color:#beffa6}#wrapper .alert.alert-danger{color:#9a0400;background:#fac5cd;border-color:#fac5cd}.link-btns-wrapper{text-align:center;display:block;clear:both;clear-after:both;margin-top:12px;margin-bottom:12px}.link-btns-wrapper span{-webkit-transition:all 0.25s ease-in-out 0s;-moz-transition:all 0.25s ease-in-out 0s;-o-transition:all 0.25s ease-in-out 0s;-ms-transition:all 0.25s ease-in-out 0s;transition:all 0.25s ease-in-out 0s;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding:5px 14px;padding-bottom:3px;text-decoration:none;border-width:0;cursor:pointer;color:#FFFFFF;background:#ff8f00;text-align:center;cursor:pointer}@media (max-width:960px){.link-btns-wrapper span{font-size:14.4px}}@media (max-width:640px){.link-btns-wrapper span{font-size:14px}}.link-btns-wrapper span:hover,.link-btns-wrapper span.active{background:#cc7200}.link-btns-wrapper span strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.link-btns-wrapper span strong{font-size:16.2px}}@media (max-width:640px){.link-btns-wrapper span strong{font-size:14px}}@media (max-width:340px){.link-btns-wrapper span strong{font-size:14px}}.link-btns-wrapper span small{font-weight:inherit;font-size:14px;line-height:1.3;letter-spacing:0.2px;opacity:0.75;filter:alpha(opacity=75)}@media (max-width:960px){.link-btns-wrapper span small{font-size:14px}}@media (max-width:640px){.link-btns-wrapper span small{font-size:14px}}

