/* res_id: f5b3e782be22287f4b8c72195ba65e05 */

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


.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.simple-marquee-container {
	width: 100%;
	background: grey;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

/*
.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
*/


/*!
 *  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:'Holtwood One SC';font-style:normal;font-weight:400;src:url('../fonts/holtwood-one-sc-v11-latin-regular.eot');src:local(''), url('../fonts/holtwood-one-sc-v11-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/holtwood-one-sc-v11-latin-regular.woff2') format('woff2'), url('../fonts/holtwood-one-sc-v11-latin-regular.woff') format('woff'), url('../fonts/holtwood-one-sc-v11-latin-regular.ttf') format('truetype'), url('../fonts/holtwood-one-sc-v11-latin-regular.svg#HoltwoodOneSC') format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url('../fonts/open-sans-v18-latin-regular.eot');src:local(''), url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:url('../fonts/open-sans-v18-latin-700italic.eot');src:local(''), url('../fonts/open-sans-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v18-latin-700italic.woff2') format('woff2'), url('../fonts/open-sans-v18-latin-700italic.woff') format('woff'), url('../fonts/open-sans-v18-latin-700italic.ttf') format('truetype'), url('../fonts/open-sans-v18-latin-700italic.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:url('../fonts/open-sans-v18-latin-800.eot');src:local(''), url('../fonts/open-sans-v18-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v18-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v18-latin-800.woff') format('woff'), url('../fonts/open-sans-v18-latin-800.ttf') format('truetype'), url('../fonts/open-sans-v18-latin-800.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;src:url('../fonts/open-sans-v18-latin-800italic.eot');src:local(''), url('../fonts/open-sans-v18-latin-800italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v18-latin-800italic.woff2') format('woff2'), url('../fonts/open-sans-v18-latin-800italic.woff') format('woff'), url('../fonts/open-sans-v18-latin-800italic.ttf') format('truetype'), url('../fonts/open-sans-v18-latin-800italic.svg#OpenSans') 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{color:#ACACAC}.kopfzeile-wrapper #kopfzeile{position:relative;max-width:960px;margin-left:auto;margin-right:auto}.kopfzeile-wrapper #kopfzeile .main-top-navigation{display:block}.menu-wrapper{position:relative;margin:0;padding:0;padding-top:15px;padding-bottom:50px;background:rgba(0, 0, 0, 0.8);z-index:100}@media (max-width:980px){.menu-wrapper{text-align:center;padding-bottom:20px}}.menu-wrapper #menu{max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;text-align:center}@media (max-width:960px){.menu-wrapper #menu{margin-right:10px;margin-left:10px}}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}.footer-wrapper footer{background:rgba(0, 0, 0, 0.5);position:relative;text-align:center;color:#ACACAC;display:block;margin-left:auto;margin-right:auto;padding-bottom:30px;margin-top:20px}.footer-wrapper footer .developer-link-wrapper a{opacity:0.5;filter:alpha(opacity=50);color:#313131;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:#000000;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:#ACACAC;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 #FFED00;color:#FFED00;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:#ACACAC;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:#313131;color:#FFED00;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{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@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{background:#ccbe00}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a:hover:after,.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a:hover:before{background:#ccbe00}.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 .modal-container .modal-content .modal-btn-wrapper>a:after,.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a:after{right:-8px}.modal201-wrapper .modal-container .modal-content .modal-btn-wrapper>a:before{left:-8px}.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(147, 147, 147, 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{margin-bottom:-6vw;margin-top:-6vw;padding-top:8vw;padding-bottom:8vw;padding-top:0;padding-bottom:0}@media (max-width:960px){.modul_abstandshalter_bild.modul-theme--fullsize-bild .image-wrapper,.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{margin-bottom:-3vw;margin-top:-3vw;padding-top:5vw;padding-bottom:5vw}}@media (max-width:640px){.modul_abstandshalter_bild.modul-theme--fullsize-bild .image-wrapper,.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{margin-bottom:-1.5vw;margin-top:-1.5vw;padding-top:3.5vw;padding-bottom:3.5vw}}.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-top:12vw;padding-bottom:12vw;min-height:0 !important}@media (max-width:960px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{padding-top:8vw;padding-bottom:8vw;min-height:0 !important}}@media (max-width:640px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund{padding-top:4vw;padding-bottom:4vw;min-height:0 !important}}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{background-color:rgba(0, 0, 0, 0.5);color:#FFFFFF;padding:32px 50px;margin:32px 10px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:400;font-family:'Holtwood One SC', serif;line-height:1.5;letter-spacing:1.5px;word-spacing:2px;vertical-align:middle;text-align:center}.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text b,.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text strong{color:#FFED00}@media (max-width:640px){.modul_abstandshalter_bild.modul-theme--text-mit-hintergrund .overlay-text{padding:16px 25px;margin:16px 5px}}@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{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_abstandshalter{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_abstandshalter{padding-top:1vw;padding-bottom:0.5vw}}.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.stile--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-top:2vw;padding-bottom:2vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--1,.modul_abstandshalter.stile--linie.abstand--1{padding-top:1vw;padding-bottom:1vw}}.modul_abstandshalter.stile--logo.abstand--2,.modul_abstandshalter.stile--linie.abstand--2{padding-top:4vw;padding-bottom:4vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--2,.modul_abstandshalter.stile--linie.abstand--2{padding-top:2vw;padding-bottom:2vw}}.modul_abstandshalter.stile--logo.abstand--3,.modul_abstandshalter.stile--linie.abstand--3{padding-top:6vw;padding-bottom:6vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--3,.modul_abstandshalter.stile--linie.abstand--3{padding-top:3vw;padding-bottom:3vw}}.modul_abstandshalter.stile--logo.abstand--4,.modul_abstandshalter.stile--linie.abstand--4{padding-top:8vw;padding-bottom:8vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--4,.modul_abstandshalter.stile--linie.abstand--4{padding-top:4vw;padding-bottom:4vw}}.modul_abstandshalter.stile--logo.abstand--5,.modul_abstandshalter.stile--linie.abstand--5{padding-top:10vw;padding-bottom:10vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--5,.modul_abstandshalter.stile--linie.abstand--5{padding-top:5vw;padding-bottom:5vw}}.modul_abstandshalter.stile--logo.abstand--6,.modul_abstandshalter.stile--linie.abstand--6{padding-top:12vw;padding-bottom:12vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--6,.modul_abstandshalter.stile--linie.abstand--6{padding-top:6vw;padding-bottom:6vw}}.modul_abstandshalter.stile--logo.abstand--7,.modul_abstandshalter.stile--linie.abstand--7{padding-top:14vw;padding-bottom:14vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--7,.modul_abstandshalter.stile--linie.abstand--7{padding-top:7vw;padding-bottom:7vw}}.modul_abstandshalter.stile--logo.abstand--8,.modul_abstandshalter.stile--linie.abstand--8{padding-top:16vw;padding-bottom:16vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--8,.modul_abstandshalter.stile--linie.abstand--8{padding-top:8vw;padding-bottom:8vw}}.modul_abstandshalter.stile--logo.abstand--9,.modul_abstandshalter.stile--linie.abstand--9{padding-top:18vw;padding-bottom:18vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--9,.modul_abstandshalter.stile--linie.abstand--9{padding-top:9vw;padding-bottom:9vw}}.modul_abstandshalter.stile--logo.abstand--10,.modul_abstandshalter.stile--linie.abstand--10{padding-top:20vw;padding-bottom:20vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--10,.modul_abstandshalter.stile--linie.abstand--10{padding-top:10vw;padding-bottom:10vw}}.modul_abstandshalter.stile--logo.abstand--11,.modul_abstandshalter.stile--linie.abstand--11{padding-top:22vw;padding-bottom:22vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--11,.modul_abstandshalter.stile--linie.abstand--11{padding-top:11vw;padding-bottom:11vw}}.modul_abstandshalter.stile--logo.abstand--12,.modul_abstandshalter.stile--linie.abstand--12{padding-top:24vw;padding-bottom:24vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--12,.modul_abstandshalter.stile--linie.abstand--12{padding-top:12vw;padding-bottom:12vw}}.modul_abstandshalter.stile--logo.abstand--13,.modul_abstandshalter.stile--linie.abstand--13{padding-top:26vw;padding-bottom:26vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--13,.modul_abstandshalter.stile--linie.abstand--13{padding-top:13vw;padding-bottom:13vw}}.modul_abstandshalter.stile--logo.abstand--14,.modul_abstandshalter.stile--linie.abstand--14{padding-top:28vw;padding-bottom:28vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--14,.modul_abstandshalter.stile--linie.abstand--14{padding-top:14vw;padding-bottom:14vw}}.modul_abstandshalter.stile--logo.abstand--15,.modul_abstandshalter.stile--linie.abstand--15{padding-top:30vw;padding-bottom:30vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--15,.modul_abstandshalter.stile--linie.abstand--15{padding-top:15vw;padding-bottom:15vw}}.modul_abstandshalter.stile--logo.abstand--16,.modul_abstandshalter.stile--linie.abstand--16{padding-top:32vw;padding-bottom:32vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--16,.modul_abstandshalter.stile--linie.abstand--16{padding-top:16vw;padding-bottom:16vw}}.modul_abstandshalter.stile--logo.abstand--17,.modul_abstandshalter.stile--linie.abstand--17{padding-top:34vw;padding-bottom:34vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--17,.modul_abstandshalter.stile--linie.abstand--17{padding-top:17vw;padding-bottom:17vw}}.modul_abstandshalter.stile--logo.abstand--18,.modul_abstandshalter.stile--linie.abstand--18{padding-top:36vw;padding-bottom:36vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--18,.modul_abstandshalter.stile--linie.abstand--18{padding-top:18vw;padding-bottom:18vw}}.modul_abstandshalter.stile--logo.abstand--19,.modul_abstandshalter.stile--linie.abstand--19{padding-top:38vw;padding-bottom:38vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--19,.modul_abstandshalter.stile--linie.abstand--19{padding-top:19vw;padding-bottom:19vw}}.modul_abstandshalter.stile--logo.abstand--20,.modul_abstandshalter.stile--linie.abstand--20{padding-top:40vw;padding-bottom:40vw}@media (max-width:640px){.modul_abstandshalter.stile--logo.abstand--20,.modul_abstandshalter.stile--linie.abstand--20{padding-top:20vw;padding-bottom:20vw}}.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.abstand--0{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;height:0}.modul_abstandshalter_mit_bilder_und_links{margin-top:4vw;margin-bottom:4vw;max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px}@media (max-width:960px){.modul_abstandshalter_mit_bilder_und_links{margin-right:10px;margin-left:10px}}.modul_abstandshalter_mit_bilder_und_links .modul_headline{text-align:center;padding:1vw 10px;padding-bottom:2vw}.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-family:'Holtwood One SC', serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;letter-spacing:1.5px;line-height:1.5;font-weight:400;padding:0;margin:0;color:#FFFFFF;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;text-align:left;text-align:center}@media (max-width:960px){.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-size:21.6px}}@media (max-width:640px){.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-size:18px}}@media (max-width:340px){.modul_abstandshalter_mit_bilder_und_links .modul_headline h3{font-size:14.4px}}.modul_abstandshalter_mit_bilder_und_links .modul_headline h3 b,.modul_abstandshalter_mit_bilder_und_links .modul_headline h3 strong{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_abstandshalter_mit_bilder_und_links .modul_content{text-align:center;position:relative}.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper{border:2px solid transparent;line-height:1;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;margin:3px}.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper img{width:auto;max-height:140px;opacity:0.8;filter:alpha(opacity=80);margin:0px}@media (max-width:640px){.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper img{max-height:100px}}@media (max-width:640px){.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper{margin:1px;border-width:1px}}.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper.image-wrapper--with-intern-link:hover,.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper.image-wrapper--with-extern-link:hover{background:white;border-color:#FFED00}.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper.image-wrapper--with-intern-link:hover img,.modul_abstandshalter_mit_bilder_und_links .modul_content a.image-wrapper.image-wrapper--with-extern-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);opacity:1;filter:alpha(opacity=100)}.modul_abstandshalter_einfach+.modul_inhalt_0_uberschrift{padding-top:4vw}.modul_inhalt_0_uberschrift{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw;padding-bottom:2vw !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:1vw;padding-bottom:0.5vw}}.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}}.modul_inhalt_0_uberschrift.with-headline-img .modul-content{margin-top:4vw}.modul_inhalt_0_uberschrift .submodul-headline-wrapper{text-align:center;margin-bottom:0px;margin-top:1vw;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:'Holtwood One SC', serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:400;letter-spacing:1.5px;padding:0;margin:0;color:#FFFFFF;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;text-align:center}@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{color:#FFED00;-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-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:300;padding:0;margin:0;color:#EEEEEE;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;text-align:center}@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:700;letter-spacing:0.5px;text-align:left;margin-bottom:12px;font-style:italic;color:#EEEEEE;display:block;text-align:center}@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:#FFED00;font-size:18px;line-height:1.25;letter-spacing:0.2px;letter-spacing:0.5px;text-transform:none;margin-bottom:6px;text-align:center}@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:'Holtwood One SC', serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;letter-spacing:1.5px;line-height:1.5;font-weight:400;padding:0;margin:0;color:#FFFFFF;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;text-align:left;text-align:center}@media (max-width:960px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline{font-size:21.6px}}@media (max-width:640px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px}}@media (max-width:340px){.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14.4px}}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .subheadline strong{color:#FFED00;-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:center;margin-top:24px}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline-border-wrapper .headline-border{text-align:center}.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline-border-wrapper .headline-border .headline-border-box,.modul_inhalt_0_uberschrift .submodul-headline-wrapper .submodul-headline .headline-border-wrapper .headline-border .headline-border-image{width:60%;height:auto;-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(-400px, 0) rotate(0) scale(0);-ms-transform:translate(-400px, 0) rotate(0) scale(0);-o-transform:translate(-400px, 0) rotate(0) scale(0);transform:translate(-400px, 0) rotate(0) scale(0);opacity:0;filter:alpha(opacity=0);margin-left:auto;margin-right:auto}.modul_inhalt_0_uberschrift .submodul-headline-wrapper.visible-in-viewport .submodul-headline .headline-border-wrapper .headline-border .headline-border-image{-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)}.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 .headline{font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.content-sidebar .modul_inhalt_0_uberschrift .headline{font-size:16.2px}}@media (max-width:640px){.content-sidebar .modul_inhalt_0_uberschrift .headline{font-size:14px}}@media (max-width:340px){.content-sidebar .modul_inhalt_0_uberschrift .headline{font-size:14px}}.modul_inhalt_bilder_galerie{position:relative;text-align:center;background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_inhalt_bilder_galerie{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_bilder_galerie{padding-top:1vw;padding-bottom:0.5vw}}.modul_inhalt_bilder_galerie .image-wrapper{margin-bottom:4vw;text-align:center}.modul_inhalt_bilder_galerie .image-wrapper.hidden{display:none}.modul_inhalt_bilder_galerie .image-wrapper-for-title{max-width:90%;margin:6px 6px;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:2vw}.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{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;margin:6px}@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{background:#ccbe00}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:hover:after,.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:hover:before{background:#ccbe00}.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:after,.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:after{right:-8px}.modul_inhalt_bilder_galerie .link-btns-wrapper a.link-btn:before{left:-8px}.rex-slice-output .modul_inhalt_2_buttons{margin-top:0 !important;margin-bottom:0 !important}.rex-slice-output .modul_inhalt_2_buttons.stile--COLOR_BG{margin-top:0 !important;margin-bottom:0 !important}.modul_inhalt_2_buttons{position:relative}.modul_inhalt_2_buttons.stile--TRANSPARENZ,.modul_inhalt_2_buttons.stile--{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_inhalt_2_buttons.stile--TRANSPARENZ,.modul_inhalt_2_buttons.stile--{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_2_buttons.stile--TRANSPARENZ,.modul_inhalt_2_buttons.stile--{padding-top:1vw;padding-bottom:0.5vw}}.modul_inhalt_2_buttons .modul_bg{display:block;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:#313131;opacity:0.5;filter:alpha(opacity=50);overflow:hidden}.modul_inhalt_2_buttons .modul_bg .bg_element_1,.modul_inhalt_2_buttons .modul_bg .bg_element_2{position:absolute;top:0;bottom:0;height:100%;width:auto}.modul_inhalt_2_buttons .modul_bg .bg_element_1{left:-15%}.modul_inhalt_2_buttons .modul_bg .bg_element_2{right:-15%}.modul_inhalt_2_buttons h3{margin-top:6px;margin-bottom:12px;font-size:32px;line-height:1.1;letter-spacing:0.4px;color:#FFED00;padding:0 40px;position:relative}@media (max-width:960px){.modul_inhalt_2_buttons h3{font-size:28.8px}}@media (max-width:640px){.modul_inhalt_2_buttons h3{font-size:24px}}@media (max-width:340px){.modul_inhalt_2_buttons h3{font-size:19.2px}}@media (max-width:640px){.modul_inhalt_2_buttons h3{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons h3{padding:0 10px}}.modul_inhalt_2_buttons h4{margin-bottom:12px;font-size:24px;line-height:1.2;letter-spacing:0.3px;color:#FFED00;padding:0 40px;position:relative}@media (max-width:960px){.modul_inhalt_2_buttons h4{font-size:21.6px}}@media (max-width:640px){.modul_inhalt_2_buttons h4{font-size:18px}}@media (max-width:340px){.modul_inhalt_2_buttons h4{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons h4{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons h4{padding:0 10px}}.modul_inhalt_2_buttons .link-btns-wrapper{position:relative;text-align:center;padding:0 40px}@media (max-width:640px){.modul_inhalt_2_buttons .link-btns-wrapper{padding:0 20px}}@media (max-width:340px){.modul_inhalt_2_buttons .link-btns-wrapper{padding:0 10px}}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@media (max-width:960px){.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn:hover{background:#ccbe00}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn:hover:after,.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn:hover:before{background:#ccbe00}.modul_inhalt_2_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_2_buttons .link-btns-wrapper a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_inhalt_2_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_2_buttons .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn:after,.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn:after{right:-8px}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn:before{left:-8px}.modul_inhalt_2_buttons .link-btns-wrapper a.link-btn.active{text-decoration:underline}.modul_inhalt_2_buttons.stile--TRANSPARENZ{background:none;padding-top:4vw;padding-bottom:4vw}@media (max-width:960px){.modul_inhalt_2_buttons.stile--TRANSPARENZ{padding-top:2vw;padding-bottom:2vw}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--TRANSPARENZ{padding-top:1vw;padding-bottom:1vw}}.modul_inhalt_2_buttons.stile--COLOR_BG{display:block;max-width:none;position:relative;z-index:5 !important;margin-bottom:-6vw;margin-top:-6vw;padding-top:12vw;padding-bottom:12vw}.modul_inhalt_2_buttons.stile--COLOR_BG h3{font-family:'Holtwood One SC', serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:400;letter-spacing:1.5px;padding:0;margin:0;color:#FFFFFF;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;text-align:center}@media (max-width:960px){.modul_inhalt_2_buttons.stile--COLOR_BG h3{font-size:28.8px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--COLOR_BG h3{font-size:24px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--COLOR_BG h3{font-size:19.2px}}.modul_inhalt_2_buttons.stile--COLOR_BG h3 b,.modul_inhalt_2_buttons.stile--COLOR_BG h3 strong{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_2_buttons.stile--COLOR_BG h4{font-family:'Holtwood One SC', serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;letter-spacing:1.5px;line-height:1.5;font-weight:400;padding:0;margin:0;color:#FFFFFF;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;text-align:left;text-align:center}@media (max-width:960px){.modul_inhalt_2_buttons.stile--COLOR_BG h4{font-size:21.6px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--COLOR_BG h4{font-size:18px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--COLOR_BG h4{font-size:14.4px}}.modul_inhalt_2_buttons.stile--COLOR_BG h4 b,.modul_inhalt_2_buttons.stile--COLOR_BG h4 strong{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:960px){.modul_inhalt_2_buttons.stile--COLOR_BG{margin-bottom:-3vw;margin-top:-3vw;padding-top:9vw;padding-bottom:9vw}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--COLOR_BG{margin-bottom:-1.5vw;margin-top:-1.5vw;padding-top:7.5vw;padding-bottom:7.5vw}}.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@media (max-width:960px){.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:hover{background:#ccbe00}.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:hover:after,.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:hover:before{background:#ccbe00}.modul_inhalt_2_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_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_inhalt_2_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_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:after,.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:after{right:-8px}.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:before{left:-8px}.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn .modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:hover,.modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:hover .modul_inhalt_2_buttons.stile--COLOR_BG .link-btns-wrapper a.link-btn:before{background:#313131;color:#FFED00}.content-sidebar .modul_inhalt_buttons .link-btns-wrapper a.link-btn{font-size:14px;line-height:1.3;letter-spacing:0.2px;padding:3px 12px !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_1_text_bild_links.theme--with-bg-background,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background{background:#FFED00}.modul_inhalt_1_text_bild_links.theme--with-bg-background *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background *::selection{background:#313131;color:#FFED00}.modul_inhalt_1_text_bild_links.theme--with-bg-background.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background.mode--overlapping{background:#313131}.modul_inhalt_1_text_bild_links.theme--with-bg-background.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background.mode--overlapping .modul-content-wrapper .modul-content-col{background:#FFED00}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--with-bg-background.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background.mode--overlapping .modul-content-wrapper .modul-content-col{background:rgba(255, 237, 0, 0.8)}}.modul_inhalt_1_text_bild_links.theme--with-bg-background .headline,.modul_inhalt_1_text_bild_links.theme--with-bg-background .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .subheadline{color:#313131 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--with-bg-background .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--with-bg-background a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background a{color:rgba(0, 0, 0, 0.7)}.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .link-btns-wrapper a.link-btn{background:#313131 !important;color:#FFED00 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn:before,.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn:after,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .link-btns-wrapper a.link-btn:before,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .link-btns-wrapper a.link-btn:after{background:#313131 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .link-btns-wrapper a.link-btn:hover{background:black !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn:hover:before,.modul_inhalt_1_text_bild_links.theme--with-bg-background .link-btns-wrapper a.link-btn:hover:after,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .link-btns-wrapper a.link-btn:hover:before,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .link-btns-wrapper a.link-btn:hover:after{background:black !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background .headline b{color:#FFED00 !important;background:#313131;padding-left:6px;padding-right:6px}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b{background:#313131}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b *::selection{background:#FFED00;color:#313131}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b.mode--overlapping{background:#313131}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b.mode--overlapping .modul-content-wrapper .modul-content-col{background:#313131}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-b.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b.mode--overlapping .modul-content-wrapper .modul-content-col{background:rgba(49, 49, 49, 0.8)}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .headline,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .subheadline{color:#FFED00 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b a{color:rgba(0, 0, 0, 0.7)}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .link-btns-wrapper a.link-btn{background:#FFED00 !important;color:#313131 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .link-btns-wrapper a.link-btn:before,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .link-btns-wrapper a.link-btn:after,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .link-btns-wrapper a.link-btn:before,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .link-btns-wrapper a.link-btn:after{background:#FFED00 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .link-btns-wrapper a.link-btn:hover{background:#665f00 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .link-btns-wrapper a.link-btn:hover:before,.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .link-btns-wrapper a.link-btn:hover:after,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .link-btns-wrapper a.link-btn:hover:before,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .link-btns-wrapper a.link-btn:hover:after{background:#665f00 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-b .headline b,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-b .headline b{color:#FFFFFF !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey{background:#ACACAC}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey *::-moz-selection,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey *::selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey *::-moz-selection,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey *::selection{background:#313131;color:#ACACAC}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey.mode--overlapping,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey.mode--overlapping{background:#313131}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey.mode--overlapping .modul-content-wrapper .modul-content-col{background:#ACACAC}@media (max-width:740px){.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey.mode--overlapping .modul-content-wrapper .modul-content-col,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey.mode--overlapping .modul-content-wrapper .modul-content-col{background:rgba(172, 172, 172, 0.8)}}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .headline,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .subheadline{color:#313131 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .text-of-html-editor p,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey a,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .text-of-html-editor p,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .image-wrapper-for-title .img-caption,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey a{color:#313131}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .link-btns-wrapper a.link-btn,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .link-btns-wrapper a.link-btn{background:#313131 !important;color:#ACACAC !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:before,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:after,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:before,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:after{background:#313131 !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:hover,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:hover{background:black !important}.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:hover:before,.modul_inhalt_1_text_bild_links.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:hover:after,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:hover:before,.modul_inhalt_1_text_bild_links .modul-content-col.theme--with-bg-background-grey .link-btns-wrapper a.link-btn:hover:after{background:black !important}.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper{font-size:14px;line-height:1.3;letter-spacing:0.2px;color:#FFED00}@media (max-width:960px){.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper{font-size:14px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .blog-date-info-wrapper{font-size:14px}}.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .headline-border-wrapper .headline-border .headline-border-box,.modul_inhalt_1_text_bild_links.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .headline-border-wrapper .headline-border .headline-border-box,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .headline-border-wrapper .headline-border .headline-border-box,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-small .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .headline-border-wrapper .headline-border .headline-border-box{height:4px;width:15%;background:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper,.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .headline-border-wrapper .headline-border,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline,.modul_inhalt_1_text_bild_links .modul-content-col.theme--blog-full .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .headline-border-wrapper .headline-border{text-align:center}.modul_inhalt_1_text_bild_links{position:relative;text-align:center;background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_inhalt_1_text_bild_links{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_inhalt_1_text_bild_links{padding-top:1vw;padding-bottom:0.5vw}}@media (max-width:740px){.modul_inhalt_1_text_bild_links{padding-left:0 !important;padding-right:0 !important}}.modul_inhalt_1_text_bild_links.hidden-item-for-lazy-load-btn{display:none !important}.modul_inhalt_1_text_bild_links.mode--overlapping{text-align:right}.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper{position:relative}.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-content-col{margin-top:4vw;margin-bottom:4vw;width:50%;background:#313131;-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25);box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25);position:relative}@media (max-width:740px){.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-content-col{width:100% !important;margin-top:8vw !important;margin-bottom:8vw !important}}@media (max-width:740px){.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-content-col{background:rgba(49, 49, 49, 0.8)}}.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-content-col .col-container{padding:24px 24px}.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper{text-align:left;margin-left:-6px}.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-bg-col{position:absolute;top:0;left:40px;bottom:0;right:40%;background-size:cover;background-repeat:no-repeat;background-position:center center}@media (max-width:740px){.modul_inhalt_1_text_bild_links.mode--overlapping .modul-content-wrapper .modul-bg-col{left:0 !important;right:0 !important}}.modul_inhalt_1_text_bild_links.mode--overlapping.image-size--30 .modul-content-wrapper .modul-content-col{width:70%}.modul_inhalt_1_text_bild_links.mode--overlapping.image-size--30 .modul-content-wrapper .modul-bg-col{right:57%}.modul_inhalt_1_text_bild_links.mode--overlapping.is-inverted{text-align:left}.modul_inhalt_1_text_bild_links.mode--overlapping.is-inverted .modul-content-wrapper .modul-bg-col{left:40%;right:40px}.modul_inhalt_1_text_bild_links.mode--overlapping.is-inverted.modul_inhalt_1_text_bild_links.mode--overlapping.image-size--30 .modul-content-wrapper .modul-bg-col{right:40px;left:57%}.modul_inhalt_1_text_bild_links .modul-content-wrapper{padding:0 40px}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper{padding:0 20px}}@media (max-width:340px){.modul_inhalt_1_text_bild_links .modul-content-wrapper{padding:0 10px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col{margin-bottom:1vw;box-sizing:content-box;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-25{width:25%}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-30{width:30%}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-33{width:33.333333%}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-50{width:50%}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-66{width:66.66666%}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-70{width:70%}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-75{width:75%}@media (max-width:960px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-25,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-33{width:50%}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-50,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-66,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-75,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-30,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-70{width:100%;margin-top:18px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-25,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-33,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-50,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-66,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-75,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-30,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size-70{width:100%;margin-top:18px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container{padding-top:6px;padding-right:10px;padding-left:10px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image-thumbails{margin-bottom:2vw;margin-right:5px;margin-left:5px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image .image-wrapper-for-title,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image-thumbails .image-wrapper-for-title{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;overflow:hidden}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image .image-wrapper-for-title img,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image-thumbails .image-wrapper-for-title img{margin-bottom:-3px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image.modul-image-thumbails,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image-thumbails.modul-image-thumbails{margin-right:0;margin-left:0}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image.modul-image-thumbails .image-wrapper-for-title,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-image-thumbails.modul-image-thumbails .image-wrapper-for-title{margin-right:3px;margin-left:3px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper{text-align:left;margin-bottom:2vw}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-family:'Holtwood One SC', serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:400;letter-spacing:1.5px;padding:0;margin:0;color:#FFFFFF;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;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-family:'Open Sans', sans-serif;font-style:italic;font-weight:700}@media (max-width:960px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:28.8px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:24px}}@media (max-width:340px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:19.2px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline b,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline strong{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:960px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:21.6px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:18px}}@media (max-width:340px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .headline{font-size:14.4px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-family:'Holtwood One SC', serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;letter-spacing:1.5px;line-height:1.5;font-weight:400;padding:0;margin:0;color:#FFFFFF;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;text-align:left;font-size:18px;line-height:1.25;letter-spacing:0.2px;font-family:'Open Sans', sans-serif;font-style:italic;font-weight:700}@media (max-width:960px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:21.6px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:18px}}@media (max-width:340px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14.4px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline b,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline strong{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:960px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:16.2px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}@media (max-width:340px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .submodul-headline-wrapper .submodul-headline .subheadline{font-size:14px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .modul-content-text-wrapper{margin-bottom:2vw}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper{text-align:center}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;margin:6px}@media (max-width:960px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn{font-size:14px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:hover{background:#ccbe00}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:hover:after,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:hover:before{background:#ccbe00}.modul_inhalt_1_text_bild_links .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_1_text_bild_links .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_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn strong{font-size:14px}}.modul_inhalt_1_text_bild_links .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_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn small{font-size:14px}}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:after,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:after{right:-8px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn:before{left:-8px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col .col-container .link-btns-wrapper a.link-btn.active{text-decoration:underline}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.col-left .col-container .link-btns-wrapper,.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.col-right .col-container .link-btns-wrapper{text-align:left;margin-left:-6px}.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size- .modul-content-text-wrapper .text-of-html-editor p{font-size:16px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size- .modul-content-text-wrapper .text-of-html-editor p{font-size:14.4px}}@media (max-width:640px){.modul_inhalt_1_text_bild_links .modul-content-wrapper .modul-content-col.size- .modul-content-text-wrapper .text-of-html-editor p{font-size:14px}}.modul_special_akkordeon{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_special_akkordeon{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_akkordeon{padding-top:1vw;padding-bottom:0.5vw}}.modul_special_akkordeon .container{text-align:left}.modul_special_akkordeon .item{margin-left:165px;margin-right:100px;margin-bottom:2vw;position:relative;text-align:left;text-decoration:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}@media (max-width:960px){.modul_special_akkordeon .item{margin-left:115px;margin-right:50px}}@media (max-width:640px){.modul_special_akkordeon .item{margin-left:65px;margin-right:0}}.modul_special_akkordeon .item.item-color--1{border-color:#FFED00}.modul_special_akkordeon .item.item-color--1 .fa{color:#FFED00}.modul_special_akkordeon .item.item-color--1.has-link:hover .title,.modul_special_akkordeon .item.item-color--1.has-link.hovered .title{color:#FFED00}.modul_special_akkordeon .item.item-color--2{border-color:#FFED00}.modul_special_akkordeon .item.item-color--2 .fa{color:#FFED00}.modul_special_akkordeon .item.item-color--2.has-link:hover .title,.modul_special_akkordeon .item.item-color--2.has-link.hovered .title{color:#FFED00}.modul_special_akkordeon .item .title{background:transparent;color:#ACACAC;display:block;font-size:18px;line-height:1.25;letter-spacing:0.2px;margin-bottom:2px;text-align:left;padding-top:6px;padding-bottom:12px;position:relative;-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){.modul_special_akkordeon .item .title{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon .item .title{font-size:14px}}@media (max-width:340px){.modul_special_akkordeon .item .title{font-size:14px}}.modul_special_akkordeon .item .title .image-icon{margin-right:12px}.modul_special_akkordeon .item .title .image-icon img{display:inline-block;height:auto;margin-top:-8px;width:40px}.modul_special_akkordeon .item .title .main{font-weight:bold}.modul_special_akkordeon .item .title .sub{font-weight:lighter}@media (max-width:768px){.modul_special_akkordeon .item .title .sub{display:none}}.modul_special_akkordeon .item .btn-action{cursor:pointer;left:-40px;top:0px;position:absolute}.modul_special_akkordeon .item .btn-action .fa{font-size:32px;top:8px;-webkit-transition:all 0.1s ease-in-out 0s;-moz-transition:all 0.1s ease-in-out 0s;-o-transition:all 0.1s ease-in-out 0s;-ms-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;opacity:0.5;filter:alpha(opacity=50)}.modul_special_akkordeon .item.has-details:hover,.modul_special_akkordeon .item.has-details.hovered,.modul_special_akkordeon .item.has-link:hover,.modul_special_akkordeon .item.has-link.hovered{cursor:pointer;text-decoration:none}.modul_special_akkordeon .item.has-details:hover .btn-action .fa,.modul_special_akkordeon .item.has-details.hovered .btn-action .fa,.modul_special_akkordeon .item.has-link:hover .btn-action .fa,.modul_special_akkordeon .item.has-link.hovered .btn-action .fa{opacity:1;filter:alpha(opacity=100)}.modul_special_akkordeon .item .details{display:none;font-size:16px;line-height:1.3;letter-spacing:0.2px;padding-bottom:18px;padding-top:3px;color:#ACACAC}@media (max-width:960px){.modul_special_akkordeon .item .details{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon .item .details{font-size:14px}}.modul_special_akkordeon .item .details a.link-btn{margin-top:12px;position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@media (max-width:960px){.modul_special_akkordeon .item .details a.link-btn{font-size:14.4px}}@media (max-width:640px){.modul_special_akkordeon .item .details a.link-btn{font-size:14px}}.modul_special_akkordeon .item .details a.link-btn:hover{background:#ccbe00}.modul_special_akkordeon .item .details a.link-btn:hover:after,.modul_special_akkordeon .item .details a.link-btn:hover:before{background:#ccbe00}.modul_special_akkordeon .item .details a.link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.modul_special_akkordeon .item .details a.link-btn strong{font-size:16.2px}}@media (max-width:640px){.modul_special_akkordeon .item .details a.link-btn strong{font-size:14px}}@media (max-width:340px){.modul_special_akkordeon .item .details a.link-btn strong{font-size:14px}}.modul_special_akkordeon .item .details 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_akkordeon .item .details a.link-btn small{font-size:14px}}@media (max-width:640px){.modul_special_akkordeon .item .details a.link-btn small{font-size:14px}}.modul_special_akkordeon .item .details a.link-btn:after,.modul_special_akkordeon .item .details a.link-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_special_akkordeon .item .details a.link-btn:after{right:-8px}.modul_special_akkordeon .item .details a.link-btn:before{left:-8px}.modul_special_akkordeon .item.with-image .details{padding-left:60px}.modul_special_akkordeon .item.open.has-details .btn-action .fa:before{content:"" !important}.modul_special_akkordeon .item.open.has-details .details{display:block}.modul_special_blog_overview_header{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@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:1vw;padding-bottom:0.5vw}}.modul_special_blog_overview_header h3{font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:700;letter-spacing:0.5px;text-align:left;margin-bottom:12px;font-style:italic;color:#EEEEEE;display:block;text-align:center;padding:2vw}@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_sidebar_menu{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_special_blog_sidebar_menu{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_blog_sidebar_menu{padding-top:1vw;padding-bottom:0.5vw}}.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:#ACACAC}@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:#ccbe00;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:#FFED00}.modul_special_Kontaktformular{background:#ACACAC;background:#FFED00}.modul_special_Kontaktformular .modul-content{max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;color:#313131;padding-top:4vw;padding-bottom:2vw;text-align:center;margin-left:auto;margin-right:auto;position:relative;padding-top:4vw;margin-left:auto;margin-bottom:2vw}@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-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:300;padding:0;margin:0;color:#EEEEEE;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:#313131;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:2vw}}.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:12px}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.with-top-space{padding-top:48px}.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:#313131;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:12px 18px;border:2px solid #313131;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{background:#FFED00}.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;opacity:0.75;filter:alpha(opacity=75)}.modul_special_Kontaktformular .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label a:hover{opacity:1;filter:alpha(opacity=100)}.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;position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@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 input[type="submit"]:hover{background:#ccbe00}.modul_special_Kontaktformular .modul-content button:hover:after,.modul_special_Kontaktformular .modul-content button:hover:before,.modul_special_Kontaktformular .modul-content input[type="submit"]:hover:after,.modul_special_Kontaktformular .modul-content input[type="submit"]:hover:before{background:#ccbe00}.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 button:after,.modul_special_Kontaktformular .modul-content button:before,.modul_special_Kontaktformular .modul-content input[type="submit"]:after,.modul_special_Kontaktformular .modul-content input[type="submit"]:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_special_Kontaktformular .modul-content button:after,.modul_special_Kontaktformular .modul-content input[type="submit"]:after{right:-8px}.modul_special_Kontaktformular .modul-content button:before,.modul_special_Kontaktformular .modul-content input[type="submit"]:before{left:-8px}.modul_special_Kontaktformular .modul-content .alert{margin-top:12px;margin-bottom:18px}.modul_special_Kontaktformular .modul-content button{background:#ccbe00;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:#313131;color:#ccbe00}.modul_special_Kontaktformular .modul-content .modul-call-to-action-wrapper{display:block;font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:300;padding:0;margin:0;color:#EEEEEE;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:4vw;color:#313131;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_newsticker{max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:12px;padding-bottom:12px;background:#FFED00}@media (max-width:960px){.modul_special_newsticker{margin-right:10px;margin-left:10px}}.modul_special_newsticker .marquee-sibling{width:auto;float:none;background:#ccbe00;padding-left:12px;padding-right:10px;font-size:16px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.modul_special_newsticker .marquee-sibling{font-size:14.4px}}@media (max-width:640px){.modul_special_newsticker .marquee-sibling{font-size:14px}}@media (max-width:640px){.modul_special_newsticker .marquee-sibling{display:none}}.modul_special_newsticker .marquee-sibling,.modul_special_newsticker .simple-marquee-container{color:#313131;font-size:16px;line-height:1.3;letter-spacing:0.2px;font-weight:700;text-decoration:none;cursor:default}@media (max-width:960px){.modul_special_newsticker .marquee-sibling,.modul_special_newsticker .simple-marquee-container{font-size:14.4px}}@media (max-width:640px){.modul_special_newsticker .marquee-sibling,.modul_special_newsticker .simple-marquee-container{font-size:14px}}.modul_special_newsticker .marquee-sibling *,.modul_special_newsticker .simple-marquee-container *{color:inherit;text-decoration:none}.modul_special_newsticker .simple-marquee-container{display:block;background:#FFED00;float:none}.modul_special_newsticker.modul_special_newsticker--has-link .marquee-sibling,.modul_special_newsticker.modul_special_newsticker--has-link .simple-marquee-container{cursor:pointer}.modul_special_newsticker.modul_special_newsticker--has-link .marquee-sibling:hover,.modul_special_newsticker.modul_special_newsticker--has-link .simple-marquee-container:hover{text-decoration:underline}.modul_special_sitemap{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_special_sitemap{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_sitemap{padding-top:1vw;padding-bottom:0.5vw}}.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:12px}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a{display:block;padding:12px 24px;color:#313131;background:#cccccc;margin-bottom:1px;text-decoration:none;cursor:pointer}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a:hover{background:#FFED00;color:#313131}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a.category-link{background:#FFED00;color:#313131;font-weight:700}.modul_special_sitemap .sitemap-links-wrapper .sitemap-links a.category-link:hover{color:#FFED00;background:#313131}.modul_special_team{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw;text-align:center;padding-top:2vw;padding-bottom:2vw}@media (max-width:960px){.modul_special_team{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_special_team{padding-top:1vw;padding-bottom:0.5vw}}.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:30%;margin-right:1.5%;margin-left:1.5%;margin-bottom:2vw;text-align:center}.modul_special_team .modul-content-wrapper>.modul-content .person_name{font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:300;padding:0;margin:0;color:#EEEEEE;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:700}}.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:0px;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:3px;padding-bottom:3px;-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:3px}.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:rgba(255, 237, 0, 0.7);padding:12px 24px;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:800}.modul_special_team .modul-content-wrapper>.modul-content .person-slogan .fa{color:#ACACAC}.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:#ACACAC}@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;margin-bottom:-6vw;margin-top:-6vw;padding-top:8vw;padding-bottom:8vw;max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative}@media (max-width:960px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget{margin-bottom:-3vw;margin-top:-3vw;padding-top:5vw;padding-bottom:5vw}}@media (max-width:640px){.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget{margin-bottom:-1.5vw;margin-top:-1.5vw;padding-top:3.5vw;padding-bottom:3.5vw}}@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:480px}@media (max-width:640px){.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, 237, 0, 0.7);min-height:100px;padding:2vw;color:#313131;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{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;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{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{background:#ccbe00}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover:after,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover:before{background:#ccbe00}.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:after,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:after{right:-8px}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:before{left:-8px}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover{background:#313131;color:#FFFFFF}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:before,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:after,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover:before,.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover:after{background:#313131}.modul_z_Addon_Bewertungen_Abstandshalter_mit_Hintergrund_und_Slider .bewertungen-widget .bewertung-item-wrapper .bewertung-item .bewertung-more .more-btn:hover{opacity:1;filter:alpha(opacity=100);color:#FFED00}.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:2vw;padding-bottom:2vw}.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:12px;margin-left:6px;margin-right:6px;text-align:center;background:rgba(255, 237, 0, 0.7);border-color:#313131;color:#313131}.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:#FFED00}.rex-slice-output .modul_z_Addon_Bewertungen_Slider .bewertungen-widget{margin-bottom:0 !important;margin-top:0 !important}.modul_z_Addon_Bewertungen_Slider{max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;background:#FFED00;background:#FFED00;background:#ffed00;color:#313131}@media (max-width:960px){.modul_z_Addon_Bewertungen_Slider{margin-right:10px;margin-left:10px}}.modul_z_Addon_Bewertungen_Slider:hover{z-index:30 !important}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@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{background:#ccbe00}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn:hover:after,.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn:hover:before{background:#ccbe00}.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 .bewertung-more .more-btn:after,.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn:after{right:-8px}.modul_z_Addon_Bewertungen_Slider .bewertung-more .more-btn:before{left:-8px}.modul_z_Addon_Bewertungen_Slider .button-bar .pref-btn,.modul_z_Addon_Bewertungen_Slider .button-bar .next-btn{border:1px solid #313131;color:#313131}.modul_z_Addon_Bewertungen_Slider .button-bar .pref-btn:hover,.modul_z_Addon_Bewertungen_Slider .button-bar .next-btn:hover{color:#FFED00;background:#313131}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg{background:#313131;background:#313131;background:#313131;color:#FFED00;padding-top:2vw}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-item{border:2px solid #FFED00}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@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{background:#ccbe00}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn:hover:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn:hover:before{background:#ccbe00}.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 .bewertung-more .more-btn:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn:after{right:-8px}.modul_z_Addon_Bewertungen_Slider.modul-theme--white-bg .bewertung-more .more-btn:before{left:-8px}.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{border:1px solid #FFED00;color:#FFED00}.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{color:#313131;background:#FFED00}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg{background:#FFED00;background:#FFED00;background:rgba(255, 237, 0, 0.8);color:#313131}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@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{background:#ccbe00}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn:hover:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn:hover:before{background:#ccbe00}.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 .bewertung-more .more-btn:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn:after{right:-8px}.modul_z_Addon_Bewertungen_Slider.modul-theme--transparent-bg .bewertung-more .more-btn:before{left:-8px}.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{border:1px solid #313131;color:#313131}.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{color:#FFED00;background:#313131}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font{background:#ACACAC;background:#ACACAC;background:#acacac;color:#313131}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@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{background:#ccbe00}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn:hover:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn:hover:before{background:#ccbe00}.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 .bewertung-more .more-btn:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn:after{right:-8px}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-white-font .bewertung-more .more-btn:before{left:-8px}.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{border:1px solid #313131;color:#313131}.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{color:#ACACAC;background:#313131}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font{background:#cccccc;background:#cccccc;background:#ccc;color:#ACACAC}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@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{background:#ccbe00}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn:hover:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn:hover:before{background:#ccbe00}.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 .bewertung-more .more-btn:after,.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn:after{right:-8px}.modul_z_Addon_Bewertungen_Slider.modul-theme--grey-bg-dark-font .bewertung-more .more-btn:before{left:-8px}.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{border:1px solid #ACACAC;color:#ACACAC}.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{color:#cccccc;background:#ACACAC}.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:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;position:relative;min-height:140px;padding:2vw;padding-top:4vw;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:12px;top:12px;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:1vw;padding-bottom:2vw}@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:12px 24px;margin-left:6px;margin-right:6px;text-align:center}.modul_z_addon_Bewertungen_Uebersicht{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@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:1vw;padding-bottom:0.5vw}}.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:8vw;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:4vw}}.modul_z_addon_Bewertungen_Uebersicht .bewertung-item-wrapper .bewertung-item .bewertung-title{color:#FFED00;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:#ACACAC;font-size:18px;line-height:1.25;letter-spacing:0.2px;font-weight:300;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:#FFED00;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:#ccbe00}.modul_z_html{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw;background:#313131}@media (max-width:960px){.modul_z_html{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_z_html{padding-top:1vw;padding-bottom:0.5vw}}@media (max-width:400px){.modul_z_html{padding-left:0;margin-right:0;margin-left:0;padding-right:0}}.modul_z_html .modul-content-wrapper{background:#313131;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.modul_z_html .modul-content-wrapper .embed-container{box-sizing:content-box;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding-top:18px;padding-bottom:18px}.modul_z_html .modul-content-wrapper .embed-container.size-25{width:25%}.modul_z_html .modul-content-wrapper .embed-container.size-30{width:30%}.modul_z_html .modul-content-wrapper .embed-container.size-33{width:33.333333%}.modul_z_html .modul-content-wrapper .embed-container.size-50{width:50%}.modul_z_html .modul-content-wrapper .embed-container.size-66{width:66.66666%}.modul_z_html .modul-content-wrapper .embed-container.size-70{width:70%}.modul_z_html .modul-content-wrapper .embed-container.size-75{width:75%}@media (max-width:960px){.modul_z_html .modul-content-wrapper .embed-container.size-25,.modul_z_html .modul-content-wrapper .embed-container.size-33{width:50%}.modul_z_html .modul-content-wrapper .embed-container.size-50,.modul_z_html .modul-content-wrapper .embed-container.size-66,.modul_z_html .modul-content-wrapper .embed-container.size-75,.modul_z_html .modul-content-wrapper .embed-container.size-30,.modul_z_html .modul-content-wrapper .embed-container.size-70{width:100%;margin-top:18px}}@media (max-width:640px){.modul_z_html .modul-content-wrapper .embed-container.size-25,.modul_z_html .modul-content-wrapper .embed-container.size-33,.modul_z_html .modul-content-wrapper .embed-container.size-50,.modul_z_html .modul-content-wrapper .embed-container.size-66,.modul_z_html .modul-content-wrapper .embed-container.size-75,.modul_z_html .modul-content-wrapper .embed-container.size-30,.modul_z_html .modul-content-wrapper .embed-container.size-70{width:100%;margin-top:18px}}.modul_z_html .modul-content-wrapper .embed-container iframe{max-width:100% !important}.modul_z_login_geschuetzer_bereiche{background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw}@media (max-width:960px){.modul_z_login_geschuetzer_bereiche{margin-right:10px;margin-left:10px}}@media (max-width:960px){.modul_z_login_geschuetzer_bereiche{padding-top:1vw;padding-bottom:0.5vw}}.modul_z_login_geschuetzer_bereiche .modul-content{max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;color:#313131;text-align:center;margin-left:auto;margin-right:auto;position:relative;padding-top:4vw;margin-left:auto;margin-bottom:2vw;padding-top:0}@media (max-width:960px){.modul_z_login_geschuetzer_bereiche .modul-content{margin-right:10px;margin-left:10px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content{width:auto;margin-left:auto;margin-right:auto}}.modul_z_login_geschuetzer_bereiche .modul-content .modul-headline{font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:300;padding:0;margin:0;color:#EEEEEE;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:#313131;text-align:center}@media (max-width:960px){.modul_z_login_geschuetzer_bereiche .modul-content .modul-headline{font-size:21.6px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content .modul-headline{font-size:18px}}@media (max-width:340px){.modul_z_login_geschuetzer_bereiche .modul-content .modul-headline{font-size:14.4px}}.modul_z_login_geschuetzer_bereiche .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_z_login_geschuetzer_bereiche .modul-content .form-group-set{display:block;width:auto;width:100%;margin-left:auto;margin-right:auto;margin-bottom:2vw}}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set.form-group-set--full{display:block;width:auto;max-width:none}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group{text-align:left;padding:12px}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.with-top-space{padding-top:48px}.modul_z_login_geschuetzer_bereiche .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:#313131;text-transform:uppercase}@media (max-width:960px){.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group label{font-size:14.4px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group label{font-size:14px}}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>textarea,.modul_z_login_geschuetzer_bereiche .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:12px 18px;border:2px solid #313131;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_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>textarea,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>select{font-size:14.4px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>textarea,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>select{font-size:14px}}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input:focus,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>textarea:focus,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>select:focus{background:#FFED00}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input:invalid:not(:placeholder-shown),.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>textarea:invalid:not(:placeholder-shown),.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>select:invalid:not(:placeholder-shown){background:#f5b6b6;color:#7e2626;border-color:#7e2626}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input[type="checkbox"]{-webkit-appearance:checkbox !important;-moz-appearance:checkbox !important}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.form-has-error input,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.form-has-error textarea,.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.form-has-error select{background:#f5b6b6;color:#7e2626;border-color:#7e2626}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.datafield--checkbox{text-align:left}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.datafield--checkbox label{position:relative;padding-left:50px;min-height:30px;clear:both}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.datafield--checkbox label input{width:30px;height:30px;position:absolute;left:0;top:0}.modul_z_login_geschuetzer_bereiche .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_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label{font-size:14px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label{font-size:14px}}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label a{color:inherit;text-decoration:underline;opacity:0.75;filter:alpha(opacity=75)}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group.datafield--checkbox label span.cb_label a:hover{opacity:1;filter:alpha(opacity=100)}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>textarea{resize:vertical;min-height:150px}.modul_z_login_geschuetzer_bereiche .modul-content button,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]{margin-top:12px;position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important}@media (max-width:960px){.modul_z_login_geschuetzer_bereiche .modul-content button,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]{font-size:14.4px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content button,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]{font-size:14px}}.modul_z_login_geschuetzer_bereiche .modul-content button:hover,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]:hover{background:#ccbe00}.modul_z_login_geschuetzer_bereiche .modul-content button:hover:after,.modul_z_login_geschuetzer_bereiche .modul-content button:hover:before,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]:hover:after,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]:hover:before{background:#ccbe00}.modul_z_login_geschuetzer_bereiche .modul-content button strong,.modul_z_login_geschuetzer_bereiche .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_z_login_geschuetzer_bereiche .modul-content button strong,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"] strong{font-size:16.2px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content button strong,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"] strong{font-size:14px}}@media (max-width:340px){.modul_z_login_geschuetzer_bereiche .modul-content button strong,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"] strong{font-size:14px}}.modul_z_login_geschuetzer_bereiche .modul-content button small,.modul_z_login_geschuetzer_bereiche .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_z_login_geschuetzer_bereiche .modul-content button small,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"] small{font-size:14px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content button small,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"] small{font-size:14px}}.modul_z_login_geschuetzer_bereiche .modul-content button:after,.modul_z_login_geschuetzer_bereiche .modul-content button:before,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]:after,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.modul_z_login_geschuetzer_bereiche .modul-content button:after,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]:after{right:-8px}.modul_z_login_geschuetzer_bereiche .modul-content button:before,.modul_z_login_geschuetzer_bereiche .modul-content input[type="submit"]:before{left:-8px}.modul_z_login_geschuetzer_bereiche .modul-content .alert{margin-top:12px;margin-bottom:18px}.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input{font-size:24px;line-height:1.2;letter-spacing:0.3px}@media (max-width:960px){.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input{font-size:21.6px}}@media (max-width:640px){.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input{font-size:18px}}@media (max-width:340px){.modul_z_login_geschuetzer_bereiche .modul-content .form-group-set .form-group>input{font-size:14.4px}}.modul_z_login_geschuetzer_bereiche .modul-content .protection-msg{margin-top:8vw;opacity:0.5;filter:alpha(opacity=50);background:#ACACAC !important;color:#313131 !important;border-color:#ACACAC !important}.layout_element_breadcrumb_menu{text-align:center;margin-top:-40px;max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;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:#313131 !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:700;text-decoration:underline}.layout_element_breadcrumb_menu .link-wrapper span.breadcrump-icon{margin:3px 10px}.layout_element_haupt_menu{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:bottom;margin-left:auto;z-index:100}.layout_element_haupt_menu .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_haupt_menu .hauptmenu-wrapper{padding-left:10px}}@media (max-width:980px){.layout_element_haupt_menu .hauptmenu-wrapper{padding:10px 20px;padding-bottom:0;text-align:center;margin-bottom:0}}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn{position:relative;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;cursor:pointer;z-index:110;position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;-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_haupt_menu .hauptmenu-wrapper .link-btn{font-size:14.4px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn{font-size:14px}}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover{background:#ccbe00}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover:after,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover:before{background:#ccbe00}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn strong{font-weight:400;font-size:18px;line-height:1.25;letter-spacing:0.2px}@media (max-width:960px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn strong{font-size:16.2px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn strong{font-size:14px}}@media (max-width:340px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn strong{font-size:14px}}.layout_element_haupt_menu .hauptmenu-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_haupt_menu .hauptmenu-wrapper .link-btn small{font-size:14px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn small{font-size:14px}}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:after,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:after{right:-8px}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:before{left:-8px}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .fa{margin-left:3px}.layout_element_haupt_menu .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:#313131 !important}.layout_element_haupt_menu .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:#FFFFFF;border:1px solid #ACACAC;border-top:4px solid #ACACAC;color:#313131;font-style:normal;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.layout_element_haupt_menu .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_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-headline{color:#313131;font-size:16px;line-height:1.3;letter-spacing:0.2px;letter-spacing:1px;padding:5px 10px;text-transform:uppercase}@media (max-width:960px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-headline{font-size:14.4px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-headline{font-size:14px}}.layout_element_haupt_menu .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.75);font-weight:400;padding:5px 10px;padding-left:30px;cursor:pointer}@media (max-width:960px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a{font-size:14px}}@media (max-width:640px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a{font-size:14px}}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn .submenu-wrapper .submenu .submenu-item-wrapper>a .fa{position:absolute;left:15px;top:7px}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover{overflow:visible;z-index:200}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover .submenu-wrapper,.layout_element_haupt_menu .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_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--1 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--1 .arrow-icon-indicator{-webkit-transform:translate(-16px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-16px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-16px, 18px) rotate(180deg) scale(1.6);transform:translate(-16px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--2 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--2 .arrow-icon-indicator{-webkit-transform:translate(-20px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-20px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-20px, 18px) rotate(180deg) scale(1.6);transform:translate(-20px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--3 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--3 .arrow-icon-indicator{-webkit-transform:translate(-24px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-24px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-24px, 18px) rotate(180deg) scale(1.6);transform:translate(-24px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--4 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--4 .arrow-icon-indicator{-webkit-transform:translate(-28px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-28px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-28px, 18px) rotate(180deg) scale(1.6);transform:translate(-28px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--5 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--5 .arrow-icon-indicator{-webkit-transform:translate(-32px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-32px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-32px, 18px) rotate(180deg) scale(1.6);transform:translate(-32px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--6 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--6 .arrow-icon-indicator{-webkit-transform:translate(-36px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-36px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-36px, 18px) rotate(180deg) scale(1.6);transform:translate(-36px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--7 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--7 .arrow-icon-indicator{-webkit-transform:translate(-40px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-40px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-40px, 18px) rotate(180deg) scale(1.6);transform:translate(-40px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--8 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--8 .arrow-icon-indicator{-webkit-transform:translate(-44px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-44px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-44px, 18px) rotate(180deg) scale(1.6);transform:translate(-44px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--9 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--9 .arrow-icon-indicator{-webkit-transform:translate(-48px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-48px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-48px, 18px) rotate(180deg) scale(1.6);transform:translate(-48px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--10 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--10 .arrow-icon-indicator{-webkit-transform:translate(-52px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-52px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-52px, 18px) rotate(180deg) scale(1.6);transform:translate(-52px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--11 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--11 .arrow-icon-indicator{-webkit-transform:translate(-56px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-56px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-56px, 18px) rotate(180deg) scale(1.6);transform:translate(-56px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--12 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--12 .arrow-icon-indicator{-webkit-transform:translate(-60px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-60px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-60px, 18px) rotate(180deg) scale(1.6);transform:translate(-60px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--13 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--13 .arrow-icon-indicator{-webkit-transform:translate(-64px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-64px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-64px, 18px) rotate(180deg) scale(1.6);transform:translate(-64px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--14 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--14 .arrow-icon-indicator{-webkit-transform:translate(-68px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-68px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-68px, 18px) rotate(180deg) scale(1.6);transform:translate(-68px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--15 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--15 .arrow-icon-indicator{-webkit-transform:translate(-72px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-72px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-72px, 18px) rotate(180deg) scale(1.6);transform:translate(-72px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--16 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--16 .arrow-icon-indicator{-webkit-transform:translate(-76px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-76px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-76px, 18px) rotate(180deg) scale(1.6);transform:translate(-76px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--17 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--17 .arrow-icon-indicator{-webkit-transform:translate(-80px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-80px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-80px, 18px) rotate(180deg) scale(1.6);transform:translate(-80px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--18 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--18 .arrow-icon-indicator{-webkit-transform:translate(-84px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-84px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-84px, 18px) rotate(180deg) scale(1.6);transform:translate(-84px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--19 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--19 .arrow-icon-indicator{-webkit-transform:translate(-88px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-88px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-88px, 18px) rotate(180deg) scale(1.6);transform:translate(-88px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--20 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--20 .arrow-icon-indicator{-webkit-transform:translate(-92px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-92px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-92px, 18px) rotate(180deg) scale(1.6);transform:translate(-92px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--21 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--21 .arrow-icon-indicator{-webkit-transform:translate(-96px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-96px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-96px, 18px) rotate(180deg) scale(1.6);transform:translate(-96px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--22 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--22 .arrow-icon-indicator{-webkit-transform:translate(-100px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-100px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-100px, 18px) rotate(180deg) scale(1.6);transform:translate(-100px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--23 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--23 .arrow-icon-indicator{-webkit-transform:translate(-104px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-104px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-104px, 18px) rotate(180deg) scale(1.6);transform:translate(-104px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--24 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--24 .arrow-icon-indicator{-webkit-transform:translate(-108px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-108px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-108px, 18px) rotate(180deg) scale(1.6);transform:translate(-108px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--25 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--25 .arrow-icon-indicator{-webkit-transform:translate(-112px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-112px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-112px, 18px) rotate(180deg) scale(1.6);transform:translate(-112px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--26 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--26 .arrow-icon-indicator{-webkit-transform:translate(-116px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-116px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-116px, 18px) rotate(180deg) scale(1.6);transform:translate(-116px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--27 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--27 .arrow-icon-indicator{-webkit-transform:translate(-120px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-120px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-120px, 18px) rotate(180deg) scale(1.6);transform:translate(-120px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--28 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--28 .arrow-icon-indicator{-webkit-transform:translate(-124px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-124px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-124px, 18px) rotate(180deg) scale(1.6);transform:translate(-124px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--29 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--29 .arrow-icon-indicator{-webkit-transform:translate(-128px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-128px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-128px, 18px) rotate(180deg) scale(1.6);transform:translate(-128px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn:hover.title-length--30 .arrow-icon-indicator,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.hover.title-length--30 .arrow-icon-indicator{-webkit-transform:translate(-132px, 18px) rotate(180deg) scale(1.6);-ms-transform:translate(-132px, 18px) rotate(180deg) scale(1.6);-o-transform:translate(-132px, 18px) rotate(180deg) scale(1.6);transform:translate(-132px, 18px) rotate(180deg) scale(1.6)}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--1 .submenu-wrapper{width:240px;right:-57.5px}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--2 .submenu-wrapper{width:480px;right:-177.5px}@media (max-width:690px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--1 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--2 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper{text-align:left;width:240px;right:-57.5px}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--1 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--2 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper .submenu{width:auto}}@media (min-width:690px){.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--3,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--4,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--5,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--6,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--7{position:static;text-align:center}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper{left:0 !important;right:0 !important}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--7 .submenu-wrapper .submenu{min-width:180px}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--3 .submenu-wrapper .submenu,.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--6 .submenu-wrapper .submenu{width:29.9999997%}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--4 .submenu-wrapper .submenu{width:22.5%}.layout_element_haupt_menu .hauptmenu-wrapper .link-btn.count--5 .submenu-wrapper .submenu{width:18%}}.layout_element_header_element{position:relative;text-align:center;padding:0}.layout_element_header_element .header-head-wrapper{margin-bottom:-300px;padding-bottom:300px;background-position:center center;background-size:cover;position:relative;overflow:hidden}.layout_element_header_element .header-head-wrapper .modul_video{position:absolute;top:-50%;left:-50%;width:200%;height:200%}.layout_element_header_element .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_element .header-head-wrapper .header-head-item{position:relative;text-align:center;min-height:600px}@media (max-width:1100px){.layout_element_header_element .header-head-wrapper .header-head-item{min-height:500px}}@media (max-width:900px){.layout_element_header_element .header-head-wrapper .header-head-item{min-height:400px}}@media (max-width:700px){.layout_element_header_element .header-head-wrapper .header-head-item{min-height:300px}}@media (max-width:500px){.layout_element_header_element .header-head-wrapper .header-head-item{min-height:240px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper{padding:10% 5%}@media (max-width:500px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper{padding-left:0;padding-right:0}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-family:'Holtwood One SC', serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:400;letter-spacing:1.5px;padding:0;margin:0;color:#FFFFFF;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;font-size:54px;text-align:center}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:28.8px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:24px}}@media (max-width:340px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:19.2px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline b,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline strong{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:48.6px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:40.5px}}@media (max-width:340px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline{font-size:28px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-family:'Holtwood One SC', serif;font-size:24px;line-height:1.2;letter-spacing:0.3px;letter-spacing:1.5px;line-height:1.5;font-weight:400;padding:0;margin:0;color:#FFFFFF;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;text-align:left;font-size:40px;text-align:center}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:21.6px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:18px}}@media (max-width:340px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:14.4px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline b,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline strong{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:36px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:30px}}@media (max-width:340px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{font-size:24px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:24px 48px;background:rgba(0, 0, 0, 0.4);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}@media (max-width:500px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-headline,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .header-subheadline{padding:5px 10px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;margin-top:18px}@media (max-width:960px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn{font-size:14.4px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn{font-size:14px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:hover{background:#ccbe00}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:hover:after,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:hover:before{background:#ccbe00}.layout_element_header_element .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_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn strong{font-size:16.2px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn strong{font-size:14px}}@media (max-width:340px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn strong{font-size:14px}}.layout_element_header_element .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_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn small{font-size:14px}}@media (max-width:640px){.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn small{font-size:14px}}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:after,.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:after{right:-8px}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .link-btn:before{left:-8px}.layout_element_header_element .header-head-wrapper .header-head-item .modul-content-wrapper .logo_element{margin-top:18px}.layout_element_hintergrundbild{position:fixed;bottom:50px;left:0;right:0;width:100%;height:80%;background-size:contain;background-position:left bottom;background-repeat:no-repeat}.layout_element_meta_menu{padding-top:0;font-size:16px;line-height:1.3;letter-spacing:0.2px;text-align:left;color:#ACACAC;position:relative}@media (max-width:960px){.layout_element_meta_menu{font-size:14.4px}}@media (max-width:640px){.layout_element_meta_menu{font-size:14px}}@media (max-width:1025px){.layout_element_meta_menu{margin-left:auto;margin-right:auto;text-align:center}}.layout_element_meta_menu .modul-inner-wrapper{text-align:left;margin-left:auto;display:block;padding:0px;padding-top:18px;padding-bottom:12px}@media (max-width:1025px){.layout_element_meta_menu .modul-inner-wrapper{margin-left:auto;margin-right:auto;text-align:center}}.layout_element_meta_menu .modul-inner-wrapper .meta-menu-wrapper{float:right;margin-bottom:6px}@media (max-width:1025px){.layout_element_meta_menu .modul-inner-wrapper .meta-menu-wrapper{float:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.layout_element_meta_menu .modul-inner-wrapper .meta-menu-wrapper a{padding:0 6px !important;padding-right:12px !important}}.layout_element_meta_menu .modul-inner-wrapper .meta-menu-wrapper a{color:#ACACAC;text-decoration:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:6px 12px;padding-right:15px;border-right:1px solid rgba(172, 172, 172, 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_meta_menu .modul-inner-wrapper .meta-menu-wrapper a{font-size:14px}}@media (max-width:640px){.layout_element_meta_menu .modul-inner-wrapper .meta-menu-wrapper a{font-size:14px}}.layout_element_meta_menu .modul-inner-wrapper .meta-menu-wrapper a:hover{color:#FFED00}.layout_element_meta_menu .modul-inner-wrapper .meta-menu-wrapper a:last-child{border-right-width:0}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper{text-align:left;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link{text-decoration:none;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:6px;position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;opacity:0.75;filter:alpha(opacity=75);font-size:16px;min-width:16px;text-align:center;margin-left:3px;margin-bottom:6px}@media (max-width:960px){.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link{font-size:14.4px}}@media (max-width:640px){.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link{font-size:14px}}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:hover{background:#ccbe00}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:hover:after,.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:hover:before{background:#ccbe00}.layout_element_meta_menu .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_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link strong{font-size:16.2px}}@media (max-width:640px){.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link strong{font-size:14px}}@media (max-width:340px){.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link strong{font-size:14px}}.layout_element_meta_menu .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_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link small{font-size:14px}}@media (max-width:640px){.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link small{font-size:14px}}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:after,.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:after{right:-8px}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:before{left:-8px}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link,.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:hover{background:#313131;color:#FFFFFF}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:before,.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:after,.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:hover:before,.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:hover:after{background:#313131}.layout_element_meta_menu .modul-inner-wrapper .icon-wrapper .icon-link:hover{opacity:1;filter:alpha(opacity=100);color:#FFED00}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;opacity:0.75;filter:alpha(opacity=75);margin-right:3px;margin-bottom:6px}@media (max-width:960px){.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link{font-size:14.4px}}@media (max-width:640px){.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link{font-size:14px}}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:hover{background:#ccbe00}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:hover:after,.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:hover:before{background:#ccbe00}.layout_element_meta_menu .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_meta_menu .modul-inner-wrapper .link-wrapper .info-link strong{font-size:16.2px}}@media (max-width:640px){.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link strong{font-size:14px}}@media (max-width:340px){.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link strong{font-size:14px}}.layout_element_meta_menu .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_meta_menu .modul-inner-wrapper .link-wrapper .info-link small{font-size:14px}}@media (max-width:640px){.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link small{font-size:14px}}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:after,.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:after{right:-8px}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:before{left:-8px}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link,.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:hover{background:#313131;color:#FFFFFF}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:before,.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:after,.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:hover:before,.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:hover:after{background:#313131}.layout_element_meta_menu .modul-inner-wrapper .link-wrapper .info-link:hover{opacity:1;filter:alpha(opacity=100);color:#FFED00}.layout_element_footer_menu{max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px}@media (max-width:960px){.layout_element_footer_menu{margin-right:10px;margin-left:10px}}.layout_element_footer_menu .modul-content{display:block;padding:12px;padding-top:2vw}.layout_element_footer_menu .modul-content>a,.layout_element_footer_menu .modul-content>span,.layout_element_footer_menu .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 12px;padding-right:12px;margin-bottom:6px;color:inherit}@media (max-width:960px){.layout_element_footer_menu .modul-content>a,.layout_element_footer_menu .modul-content>span,.layout_element_footer_menu .modul-content .footer-item{font-size:14.4px}}@media (max-width:640px){.layout_element_footer_menu .modul-content>a,.layout_element_footer_menu .modul-content>span,.layout_element_footer_menu .modul-content .footer-item{font-size:14px}}.layout_element_footer_menu .modul-content>span{padding:0}.layout_element_footer_menu .modul-content>a{border-right:1px solid #313131;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_footer_menu .modul-content>a{border-width:0}}.layout_element_footer_menu .modul-content>a:last-child{border-width:0}.layout_element_footer_menu .modul-content>a:hover{text-decoration:underline}.rex-slice-output .layout_element_sidebar_menu_mit_modaldialog{position:relative}.rex-slice-output .layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper{position:relative !important}.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper{position:fixed;right:0;top:50%;top:calc(50% - 200px);text-align:left;width:50px;z-index:20}@media (max-width:800px){.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper{display:none !important}}@media (max-height:400px){.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper{top:0}}.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item{z-index:200;display:block;width:200px;height:50px;background:#ccbe00;background:rgba(204, 190, 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_mit_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_mit_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_mit_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:#FFED00;-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_mit_modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item .link-item__label{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;color:#313131;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_mit_modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item .link-item__label{font-size:16.2px}}@media (max-width:640px){.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item .link-item__label{font-size:14px}}@media (max-width:340px){.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item .link-item__icon,.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item .link-item__label{font-size:14px}}.layout_element_sidebar_menu_mit_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_mit_modaldialog .sidebar-wrapper .link-item .link-item__icon.link-item__img{padding-top:0}.layout_element_sidebar_menu_mit_modaldialog .sidebar-wrapper .link-item .link-item__icon.link-item__img img{width:33px;height:auto}.layout_element_sidebar_menu_mit_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.DEAKTIVIERT,body.rex-is-logged-out.DEAKTIVIERT{border-top-width:0 !important}body.rex-is-logged-in.DEAKTIVIERT .rex-nav-top,body.rex-is-logged-out.DEAKTIVIERT .rex-nav-top{background:#FFED00}body.rex-is-logged-in.DEAKTIVIERT .nav-pills>li.active>a,body.rex-is-logged-in.DEAKTIVIERT .nav-pills>li.active>a:hover,body.rex-is-logged-in.DEAKTIVIERT .nav-pills>li.active>a:focus,body.rex-is-logged-out.DEAKTIVIERT .nav-pills>li.active>a,body.rex-is-logged-out.DEAKTIVIERT .nav-pills>li.active>a:hover,body.rex-is-logged-out.DEAKTIVIERT .nav-pills>li.active>a:focus{background:#FFED00}body.rex-is-logged-in.DEAKTIVIERT a,body.rex-is-logged-out.DEAKTIVIERT a{color:#FFED00}body.rex-is-logged-in.DEAKTIVIERT a .btn .rex-icon-edit,body.rex-is-logged-in.DEAKTIVIERT a .btn .rex-icon-delete,body.rex-is-logged-out.DEAKTIVIERT a .btn .rex-icon-edit,body.rex-is-logged-out.DEAKTIVIERT a .btn .rex-icon-delete{color:#f9f8f5}body.rex-is-logged-in.DEAKTIVIERT a .btn .rex-icon-edit:hover,body.rex-is-logged-in.DEAKTIVIERT a .btn .rex-icon-edit.active,body.rex-is-logged-in.DEAKTIVIERT a .btn .rex-icon-delete:hover,body.rex-is-logged-in.DEAKTIVIERT a .btn .rex-icon-delete.active,body.rex-is-logged-out.DEAKTIVIERT a .btn .rex-icon-edit:hover,body.rex-is-logged-out.DEAKTIVIERT a .btn .rex-icon-edit.active,body.rex-is-logged-out.DEAKTIVIERT a .btn .rex-icon-delete:hover,body.rex-is-logged-out.DEAKTIVIERT a .btn .rex-icon-delete.active{color:inherit}body.rex-is-logged-in.DEAKTIVIERT .panel-edit a .btn .rex-icon-edit,body.rex-is-logged-out.DEAKTIVIERT .panel-edit a .btn .rex-icon-edit{color:inherit}body.rex-is-logged-in.DEAKTIVIERT .rex-nav-main li>a:hover,body.rex-is-logged-out.DEAKTIVIERT .rex-nav-main li>a:hover{background:#FFED00;color:#313131}body.rex-is-logged-in.DEAKTIVIERT#rex-page-login,body.rex-is-logged-out.DEAKTIVIERT#rex-page-login{background:#000000}body.rex-is-logged-in.DEAKTIVIERT#rex-page-login .panel-default,body.rex-is-logged-out.DEAKTIVIERT#rex-page-login .panel-default{background:#FFED00}body.rex-is-logged-in.DEAKTIVIERT#rex-page-login .panel-default .panel-heading,body.rex-is-logged-in.DEAKTIVIERT#rex-page-login .panel-default .panel-footer,body.rex-is-logged-out.DEAKTIVIERT#rex-page-login .panel-default .panel-heading,body.rex-is-logged-out.DEAKTIVIERT#rex-page-login .panel-default .panel-footer{background:#ccbe00}.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:#ccbe00;background:rgba(204, 190, 0, 0.8);color:#313131;font-size:12px;text-align:center;border:3px solid #ccbe00}.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:#313131;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:#FFFFFF !important;background:#313131 !important}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;color:#FFF;font-size:16px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.select2-container{font-size:14.4px}}@media (max-width:640px){.select2-container{font-size:14px}}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:16px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.select2-container .select2-selection--single .select2-selection__clear{position:relative;font-size:40px;margin-top:-2px;-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:#ACACAC}.select2-container .select2-selection--single .select2-selection__clear:hover{color:#FFED00}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:50px;user-select:none;-webkit-user-select:none;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;margin-top:5px;padding:0;-webkit-appearance:none}.select2-search__field,.select2-search--dropdown{-webkit-box-shadow:none;box-shadow:none}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-dropdown{background-color:#ccbe00;border:2px solid #ccbe00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:12px;padding-top:6px;padding-bottom:6px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;font-size:16px;line-height:1.3;letter-spacing:0.2px;width:100%;box-sizing:border-box;-webkit-appearance:none;outline:none}@media (max-width:960px){.select2-search--dropdown .select2-search__field{font-size:14.4px}}@media (max-width:640px){.select2-search--dropdown .select2-search__field{font-size:14px}}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#FFF;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#FFF;border:0px solid #ccbe00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#FFED00;line-height:50px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#ACACAC}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#ACACAC transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default .select2-selection--multiple{background-color:white;border:0px solid #ccbe00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#FFED00;border:1px solid #ccbe00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#ccbe00;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;opacity:0.75;filter:alpha(opacity=75)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{opacity:1;filter:alpha(opacity=100)}.select2-container--default .select2-search--dropdown .select2-search__field{border:2px solid #ccbe00}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;padding:0;padding-left:0;padding-top:2px;font-size:16px;line-height:1.3;letter-spacing:0.2px}@media (max-width:960px){.select2-container--default .select2-search--inline .select2-search__field{font-size:14.4px}}@media (max-width:640px){.select2-container--default .select2-search--inline .select2-search__field{font-size:14px}}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:rgba(172, 172, 172, 0.7)}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#FFED00}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#FFED00;color:#FFF}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#FFF;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#FFF;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #ACACAC transparent;border-width:0 4px 5px 4px}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #FFF 1px;outline:0}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-selection--single,.select2-container--open .select2-selection--multiple,.select2-container--open .select2-dropdown{border-color:#ccbe00}body{background:#000000;font-family:'Open Sans', sans-serif;font-weight:300}@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:#FFED00;color:#313131}.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:16px;line-height:1.3;letter-spacing:0.2px;line-height:1.6 !important;color:#ACACAC;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:#313131;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;padding:1px 6px;background:#ACACAC;-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:#ccbe00}@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:'Holtwood One SC', serif;font-size:32px;line-height:1.1;letter-spacing:0.4px;font-weight:400;letter-spacing:1.5px;padding:0;margin:0;color:#FFFFFF;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 #FFED00}@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{color:#FFED00;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.text-of-html-editor h2,.redactor-styles h2{font-size:24px;line-height:1.2;letter-spacing:0.3px;font-weight:300;padding:0;margin:0;color:#EEEEEE;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:700;letter-spacing:0.5px;text-align:left;margin-bottom:12px;font-style:italic;color:#EEEEEE;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:#FFED00;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}.text-of-html-editor underline,.redactor-styles underline{text-decoration:underline}@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}}@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:#EEEEEE;font-weight:700}.text-of-html-editor p,.redactor-styles p{font-size:16px;line-height:1.3;letter-spacing:0.2px;line-height:1.6 !important;color:#ACACAC;text-align:justify}@media (max-width:960px){.text-of-html-editor p,.redactor-styles p{font-size:14.4px}}@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:18px;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:#ACACAC}.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:6px 12px;border:1px solid #cccccc}.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)}.container{max-width:970px}.modul a{text-decoration:none;color:#FFED00}.modul a:hover{text-decoration:underline}.link-to-top{position:relative;z-index:10;text-align:center;padding:12px}.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:#FFED00;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:0px;padding:6px 12px;background:#FFED00;color:#313131;text-align:center;font-size:14px;line-height:1.3;letter-spacing:0.2px;font-weight:300;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(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 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:16px;line-height:1.3;letter-spacing:0.2px;line-height:1.6 !important;color:#ACACAC;text-align:justify;padding:6px;text-align:center}@media (max-width:960px){.image-wrapper-for-title .img-caption{font-size:14.4px}}@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:#FFED00}#lightcase-overlay{background:#FFED00;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:#FFED00;color:#313131;-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:#FFED00;width:90%;padding:5%}#lightcase-info,#lightcase-title,#lightcase-caption,#lightcase-sequenceInfo{color:#313131 !important}.filter-bar{margin-bottom:12px;background:#313131;background:#212121;background:-moz-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:-webkit-linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);background:linear-gradient(90deg, #212121 0%, #313131 50%, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121", GradientType=1);max-width:960px;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto;display:block;position:relative;max-width:960px;padding-left:10px;padding-right:10px;padding-top:2vw;padding-bottom:1vw;text-align:center}@media (max-width:960px){.filter-bar{margin-right:10px;margin-left:10px}}@media (max-width:960px){.filter-bar{padding-top:1vw;padding-bottom:0.5vw}}.filter-bar .filter-item{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;-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{background:#ccbe00}.filter-bar .filter-item:hover:after,.filter-bar .filter-item:hover:before{background:#ccbe00}.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-bar .filter-item:after,.filter-bar .filter-item:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.filter-bar .filter-item:after{right:-8px}.filter-bar .filter-item:before{left:-8px}.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:#ACACAC;margin-left:auto;margin-right:auto;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:middle;padding:6px 12px;border:1px solid #cccccc;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{position:relative;-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;font-weight:700;font-style:italic;letter-spacing:1px;padding:6px 16px;padding-bottom:9px;margin-bottom:6px;text-decoration:none;border-width:0;cursor:pointer;color:#313131;background:#FFED00;text-align:center;margin-right:20px !important;margin-left:20px !important;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{background:#ccbe00}.link-btns-wrapper span:hover:after,.link-btns-wrapper span:hover:before{background:#ccbe00}.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}}.link-btns-wrapper span:after,.link-btns-wrapper span:before{content:"";background-color:#FFED00;display:block;height:100%;position:absolute;top:0;bottom:0;width:18px;transform:skewX(-20deg);-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-backface-visibility:hidden;backface-visibility:hidden;-webkit-background-clip:content-box;background-clip:content-box}.link-btns-wrapper span:after{right:-8px}.link-btns-wrapper span:before{left:-8px}

